Home
last modified time | relevance | path

Searched defs:slot (Results 26 – 42 of 42) sorted by relevance

12

/art/runtime/
Dclass_table.cc42 TableSlot slot(klass); in LookupByDescriptor() local
131 TableSlot slot(klass); in TryInsert() local
156 for (const TableSlot& slot : class_set) { in CopyWithoutLocks() local
/art/runtime/gc/allocator/
Drosalloc.h157 Slot* slot; in Remove() local
190 void Add(Slot* slot) { in Add()
282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) { in Verify() local
407 for (Slot* slot = LastSlot(); slot >= first_slot; slot = slot->Left(bracket_size)) { in InitFreeList() local
478 size_t SlotIndex(Slot* slot) const { in SlotIndex()
Drosalloc-inl.h112 Slot* slot = free_list_.Remove(); in AllocSlot() local
Drosalloc.cc844 for (Slot* slot = free_list->Head(); slot != nullptr; slot = slot->Next()) { in FreeListToStr() local
878 Slot* slot = ToSlot(ptr); in FreeSlot() local
930 Slot* slot = ToSlot(ptr); in AddToFreeListShared() local
944 for (Slot* slot = free_list_.Head(); slot != nullptr; ) { in ZeroHeaderAndSlotHeaders() local
978 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() local
984 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() local
1951 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify() local
1957 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify() local
/art/openjdkjvmti/
Dti_method.cc558 CommonLocalVariableClosure(jvmtiEnv* jvmti, jint depth, jint slot) in CommonLocalVariableClosure()
799 jint slot, in GetLocalVariableClosure()
940 jint slot, in GetLocalVariableGeneric()
969 jint slot, in SetLocalVariableClosure()
1116 jint slot, in SetLocalVariableGeneric()
1248 jint slot, in SetLocalVariable()
1260 jint slot, in GetLocalVariable()
DOpenjdkJvmTi.cc525 jint slot, in GetLocalObject()
544 jint slot, in GetLocalInt()
554 jint slot, in GetLocalLong()
564 jint slot, in GetLocalFloat()
574 jint slot, in GetLocalDouble()
584 jint slot, in SetLocalObject()
594 jint slot, in SetLocalInt()
604 jint slot, in SetLocalLong()
614 jint slot, in SetLocalFloat()
624 jint slot, in SetLocalDouble()
Dti_redefine.cc166 int32_t slot = next_free_slot_++; in RecordObsolete() local
1406 DataSlot slot, in SetSlot()
/art/runtime/gc/space/
Dlarge_object_space.h212 uintptr_t GetAllocationAddressForSlot(size_t slot) const { in GetAllocationAddressForSlot()
/art/runtime/mirror/
Ddex_cache-inl.h143 StringDexCacheType* slot = &GetStrings()[slot_idx]; in ClearString() local
181 TypeDexCacheType* slot = &GetResolvedTypes()[slot_idx]; in ClearResolvedType() local
/art/compiler/optimizing/
Dregister_allocation_resolver.cc81 size_t slot = current->GetSpillSlot() in Resolve() local
101 size_t slot = current->GetSpillSlot(); in Resolve() local
Dregister_allocator_linear_scan.cc1142 size_t slot = 0; in AllocateSpillSlotFor() local
Dregister_allocator_graph_color.cc2036 size_t slot = 0; in ColorSpillSlots() local
2067 size_t slot = parent_interval->GetSpillSlot(); in ColorSpillSlots() local
Dssa_liveness_analysis.h453 void SetSpillSlot(int slot) { in SetSpillSlot()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc50 GcRoot<mirror::Object>* slot = reinterpret_cast<GcRoot<mirror::Object>*>( in StoreObjectInBss() local
/art/libartbase/base/
Dhash_set.h642 const T& slot = ElementForIndex(index); in FindIndexImpl() local
/art/runtime/base/
Dmutex.cc303 int32_t slot = data->cur_content_log_entry.load(std::memory_order_relaxed); in RecordContention() local
/art/openjdkjvmti/include/
Djvmti.h560 jint slot; member
627 jint slot; member

12