Home
last modified time | relevance | path

Searched refs:kFrameSlotSize (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcheck_reference_map_visitor.h114 DCHECK_EQ(location.GetValue() % kFrameSlotSize, 0); in CheckOptimizedMethod()
115 CHECK(stack_mask.LoadBit(location.GetValue() / kFrameSlotSize)); in CheckOptimizedMethod()
Dstack_map.h46 static constexpr ssize_t kFrameSlotSize = 4; variable
240 DCHECK(IsAligned<kFrameSlotSize>(packed_value)); in PackValue()
241 packed_value /= kFrameSlotSize; in PackValue()
249 value *= kFrameSlotSize; in UnpackValue()
Dstack.cc326 if (kind == kReferenceVReg && !stack_mask.LoadBit(offset / kFrameSlotSize)) { in GetVRegFromOptimizedCode()
Dthread.cc4339 const size_t stack_offset = stack_index * kFrameSlotSize; in VisitQuickFramePrecise()