Searched defs:stack_entries_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1271 stack_entries_(0),
1290 stack_entries_++; // TODO: have a field for pointer length as multiple of 32b
1306 stack_entries_++;
1326 stack_entries_++;
1350 (stack_entries_ & 1) == 1; // counter is odd
1369 stack_entries_++;
1373 stack_entries_++;
1377 stack_entries_ += 2;
1404 stack_entries_++;
1431 (stack_entries_
1494 uint32_t stack_entries_; // Stack entries are in multiples of 32b, as floats are usually not member in class:art::BuildNativeCallFrameStateMachine
[all...]

Completed in 59 milliseconds