Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h85 DCHECK_EQ(location.GetValue() % kFrameSlotSize, 0); in CheckOptimizedMethod()
86 CHECK(stack_mask.LoadBit(location.GetValue() / kFrameSlotSize)); in CheckOptimizedMethod()
Dstack_map.h41 static constexpr ssize_t kFrameSlotSize = 4; variable
236 DCHECK(IsAligned<kFrameSlotSize>(packed_value)); in PackValue()
237 packed_value /= kFrameSlotSize; in PackValue()
245 value *= kFrameSlotSize; in UnpackValue()
Dstack.cc227 if (kind == kReferenceVReg && !stack_mask.LoadBit(offset / kFrameSlotSize)) { in GetVRegFromOptimizedCode()
Dthread.cc3915 const size_t stack_offset = stack_index * kFrameSlotSize; in VisitQuickFramePrecise()