Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1491 stack_entries_(0), in BuildNativeCallFrameStateMachine()
1510 stack_entries_++; // TODO: have a field for pointer length as multiple of 32b in AdvancePointer()
1526 stack_entries_++; in AdvanceHandleScope()
1546 stack_entries_++; in AdvanceInt()
1570 (stack_entries_ & 1) == 1; // counter is odd in LongStackNeedsPadding()
1589 stack_entries_++; in AdvanceLong()
1593 stack_entries_++; in AdvanceLong()
1597 stack_entries_ += 2; in AdvanceLong()
1624 stack_entries_++; in AdvanceFloat()
1651 (stack_entries_ & 1) == 1; // counter is odd in DoubleStackNeedsPadding()
[all …]