Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space.h164 uintptr_t GetAllocationAddressForSlot(size_t slot) const { in GetAllocationAddressForSlot()
/art/compiler/dex/quick/
Dlocal_optimizations.cc440 int slot; in ApplyLoadHoisting() local
/art/runtime/base/
Dhash_set.h240 T& slot = ElementForIndex(index); in FindWithHash() local
Dmutex.cc191 uint32_t slot = data->cur_content_log_entry.LoadRelaxed(); in RecordContention() local
/art/compiler/optimizing/
Dregister_allocator.cc602 size_t slot = 0; in AllocateTwoSpillSlots() local
631 size_t slot = 0; in AllocateOneSpillSlot() local
Dcode_generator.cc123 int32_t slot = GetFrameSize() - FrameEntrySpillSize() in GetTemporaryLocation() local
Dssa_liveness_analysis.h218 void SetSpillSlot(int slot) { spill_slot_ = slot; } in SetSpillSlot()
/art/runtime/
Ddebugger.cc1543 static uint16_t MangleSlot(uint16_t slot, mirror::ArtMethod* m) in MangleSlot()
1565 static uint16_t DemangleSlot(uint16_t slot, mirror::ArtMethod* m) in DemangleSlot()
2533 uint32_t slot = request->ReadUnsigned32("slot"); in GetLocalValues() local
2549 int slot, JDWP::JdwpTag tag, uint8_t* buf, size_t width) { in GetLocalValue()
2698 uint32_t slot = request->ReadUnsigned32("slot"); in SetLocalValues() local
2712 JDWP::JdwpError Dbg::SetLocalValue(StackVisitor& visitor, int slot, JDWP::JdwpTag tag, in SetLocalValue()