Lines Matching refs:nonstatic_field

182 #define VM_STRUCTS(nonstatic_field,                                                                …  argument
197 …VM_STRUCTS_GC(nonstatic_field, …
210nonstatic_field(ArrayKlass, _dimension, int) …
213nonstatic_field(CompiledICHolder, _holder_metadata, Metada…
214nonstatic_field(CompiledICHolder, _holder_klass, Klass*…
215nonstatic_field(ConstantPool, _tags, Array<…
216nonstatic_field(ConstantPool, _cache, Consta…
217nonstatic_field(ConstantPool, _pool_holder, Instan…
218nonstatic_field(ConstantPool, _operands, Array<…
219nonstatic_field(ConstantPool, _resolved_klasses, Array<…
220nonstatic_field(ConstantPool, _length, int) …
221nonstatic_field(ConstantPool, _minor_version, u2) …
222nonstatic_field(ConstantPool, _major_version, u2) …
223nonstatic_field(ConstantPool, _generic_signature_index, u2) …
224nonstatic_field(ConstantPool, _source_file_name_index, u2) …
225nonstatic_field(ConstantPoolCache, _resolved_references, OopHan…
226nonstatic_field(ConstantPoolCache, _reference_map, Array<…
227nonstatic_field(ConstantPoolCache, _length, int) …
228nonstatic_field(ConstantPoolCache, _constant_pool, Consta…
230nonstatic_field(InstanceKlass, _methods, Array<…
231nonstatic_field(InstanceKlass, _default_methods, Array<…
232nonstatic_field(InstanceKlass, _local_interfaces, Array<…
233nonstatic_field(InstanceKlass, _transitive_interfaces, Array<…
234nonstatic_field(InstanceKlass, _fields, Array<…
235nonstatic_field(InstanceKlass, _java_fields_count, u2) …
236nonstatic_field(InstanceKlass, _constants, Consta…
237nonstatic_field(InstanceKlass, _source_debug_extension, const …
238nonstatic_field(InstanceKlass, _inner_classes, Array<…
239nonstatic_field(InstanceKlass, _nonstatic_field_size, int) …
240nonstatic_field(InstanceKlass, _static_field_size, int) …
241nonstatic_field(InstanceKlass, _static_oop_field_count, u2) …
242nonstatic_field(InstanceKlass, _nonstatic_oop_map_size, int) …
243nonstatic_field(InstanceKlass, _is_marked_dependent, bool) …
244nonstatic_field(InstanceKlass, _misc_flags, u2) …
245nonstatic_field(InstanceKlass, _init_state, u1) …
246nonstatic_field(InstanceKlass, _init_thread, Thread…
247nonstatic_field(InstanceKlass, _itable_len, int) …
248nonstatic_field(InstanceKlass, _reference_type, u1) …
250nonstatic_field(InstanceKlass, _jni_ids, JNIid*…
251nonstatic_field(InstanceKlass, _osr_nmethods_head, nmetho…
252 …JVMTI_ONLY(nonstatic_field(InstanceKlass, _breakpoints, Breakp…
255nonstatic_field(InstanceKlass, _annotations, Annota…
256nonstatic_field(InstanceKlass, _method_ordering, Array<…
257nonstatic_field(InstanceKlass, _default_vtable_indices, Array<…
258nonstatic_field(Klass, _super_check_offset, juint)…
259nonstatic_field(Klass, _secondary_super_cache, Klass*…
260nonstatic_field(Klass, _secondary_supers, Array<…
261nonstatic_field(Klass, _primary_supers[0], Klass*…
262nonstatic_field(Klass, _java_mirror, OopHan…
263nonstatic_field(Klass, _modifier_flags, jint) …
264nonstatic_field(Klass, _super, Klass*…
266nonstatic_field(Klass, _layout_helper, jint) …
267nonstatic_field(Klass, _name, Symbol…
268nonstatic_field(Klass, _access_flags, Access…
269nonstatic_field(Klass, _prototype_header, markWo…
271nonstatic_field(Klass, _next_link, Klass*…
272nonstatic_field(Klass, _vtable_len, int) …
273nonstatic_field(Klass, _class_loader_data, ClassL…
274nonstatic_field(vtableEntry, _method, Method…
275nonstatic_field(MethodData, _size, int) …
276nonstatic_field(MethodData, _method, Method…
277nonstatic_field(MethodData, _data_size, int) …
278nonstatic_field(MethodData, _data[0], intptr…
279nonstatic_field(MethodData, _parameters_type_data_di, int) …
280nonstatic_field(MethodData, _compiler_counters._nof_decompiles, uint) …
281nonstatic_field(MethodData, _compiler_counters._nof_overflow_recompiles, uint) …
282nonstatic_field(MethodData, _compiler_counters._nof_overflow_traps, uint) …
283nonstatic_field(MethodData, _compiler_counters._trap_hist._array[0], u1) …
284nonstatic_field(MethodData, _eflags, intx) …
285nonstatic_field(MethodData, _arg_local, intx) …
286nonstatic_field(MethodData, _arg_stack, intx) …
287nonstatic_field(MethodData, _arg_returned, intx) …
288nonstatic_field(MethodData, _tenure_traps, uint) …
289nonstatic_field(MethodData, _invoke_mask, int) …
290nonstatic_field(MethodData, _backedge_mask, int) …
291nonstatic_field(DataLayout, _header._struct._tag, u1) …
292nonstatic_field(DataLayout, _header._struct._flags, u1) …
293nonstatic_field(DataLayout, _header._struct._bci, u2) …
294nonstatic_field(DataLayout, _header._struct._traps, u4) …
295nonstatic_field(DataLayout, _cells[0], intptr…
296nonstatic_field(MethodCounters, _nmethod_age, int) …
297nonstatic_field(MethodCounters, _invoke_mask, int) …
298nonstatic_field(MethodCounters, _backedge_mask, int) …
299 …COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(MethodCounters, _interpreter_throwout_count, u2)) …
300 …JVMTI_ONLY(nonstatic_field(MethodCounters, _number_of_breakpoints, u2)) …
301nonstatic_field(MethodCounters, _invocation_counter, Invoca…
302nonstatic_field(MethodCounters, _backedge_counter, Invoca…
303nonstatic_field(Method, _constMethod, ConstM…
304nonstatic_field(Method, _method_data, Method…
305nonstatic_field(Method, _method_counters, Method…
306nonstatic_field(Method, _access_flags, Access…
307nonstatic_field(Method, _vtable_index, int) …
308nonstatic_field(Method, _intrinsic_id, u2) …
309nonstatic_field(Method, _flags, u2) …
311nonstatic_field(Method, _i2i_entry, addres…
315nonstatic_field(ConstMethod, _constants, Consta…
316nonstatic_field(ConstMethod, _stackmap_data, Array<…
317nonstatic_field(ConstMethod, _constMethod_size, int) …
318nonstatic_field(ConstMethod, _flags, u2) …
319nonstatic_field(ConstMethod, _code_size, u2) …
320nonstatic_field(ConstMethod, _name_index, u2) …
321nonstatic_field(ConstMethod, _signature_index, u2) …
322nonstatic_field(ConstMethod, _method_idnum, u2) …
323nonstatic_field(ConstMethod, _max_stack, u2) …
324nonstatic_field(ConstMethod, _max_locals, u2) …
325nonstatic_field(ConstMethod, _size_of_parameters, u2) …
326nonstatic_field(ObjArrayKlass, _element_klass, Klass*…
327nonstatic_field(ObjArrayKlass, _bottom_klass, Klass*…
329nonstatic_field(Symbol, _length, u2) …
331nonstatic_field(Symbol, _body[0], u1) …
332nonstatic_field(TypeArrayKlass, _max_length, jint) …
333nonstatic_field(OopHandle, _obj, oop*) …
348nonstatic_field(CheckedExceptionElement, class_cp_index, u2) …
349nonstatic_field(LocalVariableTableElement, start_bci, u2) …
350nonstatic_field(LocalVariableTableElement, length, u2) …
351nonstatic_field(LocalVariableTableElement, name_cp_index, u2) …
352nonstatic_field(LocalVariableTableElement, descriptor_cp_index, u2) …
353nonstatic_field(LocalVariableTableElement, signature_cp_index, u2) …
354nonstatic_field(LocalVariableTableElement, slot, u2) …
355nonstatic_field(ExceptionTableElement, start_pc, u2) …
356nonstatic_field(ExceptionTableElement, end_pc, u2) …
357nonstatic_field(ExceptionTableElement, handler_pc, u2) …
358nonstatic_field(ExceptionTableElement, catch_type_index, u2) …
359 …JVMTI_ONLY(nonstatic_field(BreakpointInfo, _orig_bytecode, Byteco…
360 …JVMTI_ONLY(nonstatic_field(BreakpointInfo, _bci, int)) …
361 …JVMTI_ONLY(nonstatic_field(BreakpointInfo, _name_index, u2)) …
362 …JVMTI_ONLY(nonstatic_field(BreakpointInfo, _signature_index, u2)) …
363 …JVMTI_ONLY(nonstatic_field(BreakpointInfo, _next, Breakp…
368nonstatic_field(JNIid, _holder, Klass*…
369nonstatic_field(JNIid, _next, JNIid*…
370nonstatic_field(JNIid, _offset, int) …
403nonstatic_field(ThreadLocalAllocBuffer, _start, HeapWo…
404nonstatic_field(ThreadLocalAllocBuffer, _top, HeapWo…
405nonstatic_field(ThreadLocalAllocBuffer, _end, HeapWo…
406nonstatic_field(ThreadLocalAllocBuffer, _pf_top, HeapWo…
407nonstatic_field(ThreadLocalAllocBuffer, _desired_size, size_t…
408nonstatic_field(ThreadLocalAllocBuffer, _refill_waste_limit, size_t…
411nonstatic_field(ThreadLocalAllocBuffer, _number_of_refills, unsign…
412nonstatic_field(ThreadLocalAllocBuffer, _refill_waste, unsign…
413nonstatic_field(ThreadLocalAllocBuffer, _gc_waste, unsign…
414nonstatic_field(ThreadLocalAllocBuffer, _slow_allocations, unsign…
415nonstatic_field(VirtualSpace, _low_boundary, char*)…
416nonstatic_field(VirtualSpace, _high_boundary, char*)…
417nonstatic_field(VirtualSpace, _low, char*)…
418nonstatic_field(VirtualSpace, _high, char*)…
419nonstatic_field(VirtualSpace, _lower_high, char*)…
420nonstatic_field(VirtualSpace, _middle_high, char*)…
421nonstatic_field(VirtualSpace, _upper_high, char*)…
427nonstatic_field(PerfDataPrologue, magic, jint) …
428nonstatic_field(PerfDataPrologue, byte_order, jbyte)…
429nonstatic_field(PerfDataPrologue, major_version, jbyte)…
430nonstatic_field(PerfDataPrologue, minor_version, jbyte)…
431nonstatic_field(PerfDataPrologue, accessible, jbyte)…
432nonstatic_field(PerfDataPrologue, used, jint) …
433nonstatic_field(PerfDataPrologue, overflow, jint) …
434nonstatic_field(PerfDataPrologue, mod_time_stamp, jlong)…
435nonstatic_field(PerfDataPrologue, entry_offset, jint) …
436nonstatic_field(PerfDataPrologue, num_entries, jint) …
438nonstatic_field(PerfDataEntry, entry_length, jint) …
439nonstatic_field(PerfDataEntry, name_offset, jint) …
440nonstatic_field(PerfDataEntry, vector_length, jint) …
441nonstatic_field(PerfDataEntry, data_type, jbyte)…
442nonstatic_field(PerfDataEntry, flags, jbyte)…
443nonstatic_field(PerfDataEntry, data_units, jbyte)…
444nonstatic_field(PerfDataEntry, data_variability, jbyte)…
445nonstatic_field(PerfDataEntry, data_offset, jint) …
477nonstatic_field(HashtableBucket<mtInternal>, _entry, BasicH…
483nonstatic_field(BasicHashtableEntry<mtInternal>, _next, BasicH…
484nonstatic_field(BasicHashtableEntry<mtInternal>, _hash, unsign…
485nonstatic_field(IntptrHashtableEntry, _literal, intptr…
491nonstatic_field(BasicHashtable<mtInternal>, _table_size, int) …
492nonstatic_field(BasicHashtable<mtInternal>, _buckets, Hashta…
497nonstatic_field(ClassLoaderData, _class_loader, OopHan…
498nonstatic_field(ClassLoaderData, _next, ClassL…
500nonstatic_field(ClassLoaderData, _has_class_mirror_holder, bool) …
509nonstatic_field(Array<Klass*>, _length, int) …
510nonstatic_field(Array<Klass*>, _data[0], Klass*…
516nonstatic_field(GrowableArrayBase, _len, int) …
517nonstatic_field(GrowableArrayBase, _max, int) …
518nonstatic_field(GrowableArray<int>, _data, int*) …
532nonstatic_field(CodeHeap, _memory, Virtua…
533nonstatic_field(CodeHeap, _segmap, Virtua…
534nonstatic_field(CodeHeap, _log2_segment_size, int) …
535nonstatic_field(HeapBlock, _header, HeapBl…
536nonstatic_field(HeapBlock::Header, _length, size_t…
537nonstatic_field(HeapBlock::Header, _used, bool) …
549nonstatic_field(StubQueue, _stub_buffer, addres…
550nonstatic_field(StubQueue, _buffer_limit, int) …
551nonstatic_field(StubQueue, _queue_begin, int) …
552nonstatic_field(StubQueue, _queue_end, int) …
553nonstatic_field(StubQueue, _number_of_stubs, int) …
554nonstatic_field(InterpreterCodelet, _size, int) …
555nonstatic_field(InterpreterCodelet, _description, const …
556nonstatic_field(InterpreterCodelet, _bytecode, Byteco…
633nonstatic_field(PcDesc, _pc_offset, int) …
634nonstatic_field(PcDesc, _scope_decode_offset, int) …
635nonstatic_field(PcDesc, _obj_decode_offset, int) …
636nonstatic_field(PcDesc, _flags, int) …
642nonstatic_field(CodeBlob, _name, const char*) …
643nonstatic_field(CodeBlob, _size, int) …
644nonstatic_field(CodeBlob, _header_size, int) …
645nonstatic_field(CodeBlob, _frame_complete_offset, int) …
646nonstatic_field(CodeBlob, _data_offset, int) …
647nonstatic_field(CodeBlob, _frame_size, int) …
648nonstatic_field(CodeBlob, _oop_maps, ImmutableOopMap…
649nonstatic_field(CodeBlob, _code_begin, address) …
650nonstatic_field(CodeBlob, _code_end, address) …
651nonstatic_field(CodeBlob, _content_begin, address) …
652nonstatic_field(CodeBlob, _data_end, address) …
654nonstatic_field(DeoptimizationBlob, _unpack_offset, int) …
656nonstatic_field(RuntimeStub, _caller_must_gc_arguments, bool) …
662nonstatic_field(CompiledMethod, _method, …
664nonstatic_field(CompiledMethod, _scopes_data_begin, …
665nonstatic_field(CompiledMethod, _deopt_handler_begin, …
666nonstatic_field(CompiledMethod, _deopt_mh_handler_begin, …
672nonstatic_field(nmethod, _entry_bci, int) …
673nonstatic_field(nmethod, _osr_link, nmetho…
674nonstatic_field(nmethod, _state, volati…
675nonstatic_field(nmethod, _exception_offset, int) …
676nonstatic_field(nmethod, _orig_pc_offset, int) …
677nonstatic_field(nmethod, _stub_offset, int) …
678nonstatic_field(nmethod, _consts_offset, int) …
679nonstatic_field(nmethod, _oops_offset, int) …
680nonstatic_field(nmethod, _metadata_offset, int) …
681nonstatic_field(nmethod, _scopes_pcs_offset, int) …
682nonstatic_field(nmethod, _dependencies_offset, int) …
683nonstatic_field(nmethod, _handler_table_offset, int) …
684nonstatic_field(nmethod, _nul_chk_table_offset, int) …
685nonstatic_field(nmethod, _nmethod_end_offset, int) …
686nonstatic_field(nmethod, _entry_point, addres…
687nonstatic_field(nmethod, _verified_entry_point, addres…
688nonstatic_field(nmethod, _osr_entry_point, addres…
691nonstatic_field(nmethod, _compile_id, int) …
692nonstatic_field(nmethod, _comp_level, int) …
696nonstatic_field(Deoptimization::UnrollBlock, _size_of_deoptimized_frame, int) …
697nonstatic_field(Deoptimization::UnrollBlock, _caller_adjustment, int) …
698nonstatic_field(Deoptimization::UnrollBlock, _number_of_frames, int) …
699nonstatic_field(Deoptimization::UnrollBlock, _total_frame_sizes, int) …
700nonstatic_field(Deoptimization::UnrollBlock, _unpack_kind, int) …
701nonstatic_field(Deoptimization::UnrollBlock, _frame_sizes, intptr…
702nonstatic_field(Deoptimization::UnrollBlock, _frame_pcs, addres…
703nonstatic_field(Deoptimization::UnrollBlock, _register_block, intptr…
704nonstatic_field(Deoptimization::UnrollBlock, _return_type, BasicT…
705nonstatic_field(Deoptimization::UnrollBlock, _initial_info, intptr…
706nonstatic_field(Deoptimization::UnrollBlock, _caller_actual_parameters, int) …
712nonstatic_field(JavaCallWrapper, _anchor, JavaFr…
728nonstatic_field(ThreadsList, _length, const …
729nonstatic_field(ThreadsList, _threads, JavaTh…
731nonstatic_field(ThreadShadow, _pending_exception, oop) …
732nonstatic_field(ThreadShadow, _exception_file, const …
733nonstatic_field(ThreadShadow, _exception_line, int) …
734nonstatic_field(Thread, _active_handles, JNIHan…
735nonstatic_field(Thread, _tlab, Thread…
736nonstatic_field(Thread, _allocated_bytes, jlong)…
737nonstatic_field(NamedThread, _name, char*)…
738nonstatic_field(NamedThread, _processed_thread, Thread…
739nonstatic_field(JavaThread, _threadObj, OopHan…
740nonstatic_field(JavaThread, _anchor, JavaFr…
741nonstatic_field(JavaThread, _vm_result, oop) …
742nonstatic_field(JavaThread, _vm_result_2, Metada…
744nonstatic_field(JavaThread, _current_pending_monitor_is_from_java, bool) …
747nonstatic_field(JavaThread, _async_exception_condition, JavaTh…
748nonstatic_field(JavaThread, _pending_async_exception, oop) …
752nonstatic_field(JavaThread, _saved_exception_pc, addres…
754nonstatic_field(JavaThread, _osthread, OSThre…
755nonstatic_field(JavaThread, _stack_base, addres…
756nonstatic_field(JavaThread, _stack_size, size_t…
757nonstatic_field(JavaThread, _vframe_array_head, vframe…
758nonstatic_field(JavaThread, _vframe_array_last, vframe…
760nonstatic_field(Thread, _resource_area, Resour…
761nonstatic_field(CompilerThread, _env, ciEnv*…
773nonstatic_field(ImmutableOopMapSet, _count, int) …
774nonstatic_field(ImmutableOopMapSet, _size, int) …
776nonstatic_field(ImmutableOopMapPair, _pc_offset, int) …
777nonstatic_field(ImmutableOopMapPair, _oopmap_offset, int) …
779nonstatic_field(ImmutableOopMap, _count, int) …
787nonstatic_field(JNIHandleBlock, _top, int) …
788nonstatic_field(JNIHandleBlock, _next, JNIHan…
794nonstatic_field(CompressedStream, _buffer, u_char…
795nonstatic_field(CompressedStream, _position, int) …
814nonstatic_field(ciEnv, _compiler_data, void*)…
815nonstatic_field(ciEnv, _failure_reason, const …
816nonstatic_field(ciEnv, _factory, ciObje…
817nonstatic_field(ciEnv, _dependencies, Depend…
818nonstatic_field(ciEnv, _task, Compil…
819nonstatic_field(ciEnv, _arena, Arena*…
821nonstatic_field(ciBaseObject, _ident, uint) …
823nonstatic_field(ciObject, _handle, jobjec…
824nonstatic_field(ciObject, _klass, ciKlas…
826nonstatic_field(ciMetadata, _metadata, Metada…
828nonstatic_field(ciSymbol, _symbol, Symbol…
830nonstatic_field(ciType, _basic_type, BasicT…
832nonstatic_field(ciKlass, _name, ciSymb…
834nonstatic_field(ciArrayKlass, _dimension, jint) …
836nonstatic_field(ciObjArrayKlass, _element_klass, ciKlas…
837nonstatic_field(ciObjArrayKlass, _base_element_klass, ciKlas…
839nonstatic_field(ciInstanceKlass, _init_state, Instan…
840nonstatic_field(ciInstanceKlass, _is_shared, bool) …
842nonstatic_field(ciMethod, _interpreter_invocation_count, int) …
843nonstatic_field(ciMethod, _interpreter_throwout_count, int) …
844nonstatic_field(ciMethod, _instructions_size, int) …
846nonstatic_field(ciMethodData, _data_size, int) …
847nonstatic_field(ciMethodData, _state, u_char…
848nonstatic_field(ciMethodData, _extra_data_size, int) …
849nonstatic_field(ciMethodData, _data, intptr…
850nonstatic_field(ciMethodData, _hint_di, int) …
851nonstatic_field(ciMethodData, _eflags, intx) …
852nonstatic_field(ciMethodData, _arg_local, intx) …
853nonstatic_field(ciMethodData, _arg_stack, intx) …
854nonstatic_field(ciMethodData, _arg_returned, intx) …
855nonstatic_field(ciMethodData, _current_mileage, int) …
856nonstatic_field(ciMethodData, _orig, Method…
858nonstatic_field(ciField, _holder, ciInst…
859nonstatic_field(ciField, _name, ciSymb…
860nonstatic_field(ciField, _signature, ciSymb…
861nonstatic_field(ciField, _offset, int) …
862nonstatic_field(ciField, _is_constant, bool) …
863nonstatic_field(ciField, _constant_value, ciCons…
865nonstatic_field(ciObjectFactory, _ci_metadata, Growab…
866nonstatic_field(ciObjectFactory, _symbols, Growab…
868nonstatic_field(ciConstant, _type, BasicT…
869nonstatic_field(ciConstant, _value._int, jint) …
870nonstatic_field(ciConstant, _value._long, jlong)…
871nonstatic_field(ciConstant, _value._float, jfloat…
872nonstatic_field(ciConstant, _value._double, jdoubl…
873nonstatic_field(ciConstant, _value._object, ciObje…
884nonstatic_field(ObjectMonitor, _contentions, jint) …
887nonstatic_field(BasicObjectLock, _lock, BasicL…
888nonstatic_field(BasicObjectLock, _obj, oop) …
1009nonstatic_field(JVMFlag, _type, int) …
1010nonstatic_field(JVMFlag, _name, const …
1012nonstatic_field(JVMFlag, _flags, JVMFla…
1030nonstatic_field(JDK_Version, _major, unsign…
1052nonstatic_field(Array<int>, _length, int) …
1072 …CDS_ONLY(nonstatic_field(FileMapInfo, _header, FileMapHeader*)) …
1074 …CDS_ONLY(nonstatic_field(FileMapHeader, _space[0], CDSFileMapRegion)) …
1075 …CDS_ONLY(nonstatic_field(FileMapHeader, _cloned_vtables_offset, size_t)) …
1076 …CDS_ONLY(nonstatic_field(FileMapHeader, _mapped_base_address, char*)) …
1077 …CDS_ONLY(nonstatic_field(CDSFileMapRegion, _mapped_base, char*)) …
1078 …CDS_ONLY(nonstatic_field(CDSFileMapRegion, _used, size_t)) …
1090nonstatic_field(CompileTask, _method, Method…
1091nonstatic_field(CompileTask, _osr_bci, int) …
1092nonstatic_field(CompileTask, _comp_level, int) …
1093nonstatic_field(CompileTask, _compile_id, uint) …
1094nonstatic_field(CompileTask, _num_inlined_bytecodes, int) …
1095nonstatic_field(CompileTask, _next, Compil…
1096nonstatic_field(CompileTask, _prev, Compil…
1098nonstatic_field(vframeArray, _next, vframe…
1099nonstatic_field(vframeArray, _original, frame)…
1100nonstatic_field(vframeArray, _caller, frame)…
1101nonstatic_field(vframeArray, _frames, int) …
1103nonstatic_field(vframeArrayElement, _frame, frame)…
1104nonstatic_field(vframeArrayElement, _bci, int) …
1105nonstatic_field(vframeArrayElement, _method, Method…
1107nonstatic_field(AccessFlags, _flags, jint) …
1108nonstatic_field(elapsedTimer, _counter, jlong)…
1109nonstatic_field(elapsedTimer, _active, bool) …
1110nonstatic_field(InvocationCounter, _counter, unsign…