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

/art/compiler/optimizing/
H A Dcode_generator.h163 uint32_t stack_index_ = 0u; member in class:art::InvokeDexCallingConventionVisitor
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc412 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0),
444 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
450 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
474 + stack_index_ * kBytesStackArgLocation);
493 // (b) whatever the argument type it is, the 'stack_index_' should
500 stack_index_ = 0;
505 stack_index_++;
521 stack_index_++;
529 stack_index_++;
575 stack_index_
640 uint32_t stack_index_; // Index into arguments on the stack. member in class:art::QuickArgumentVisitor
[all...]

Completed in 40 milliseconds