Home
last modified time | relevance | path

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

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