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

/art/compiler/optimizing/
H A Dcode_generator_x86_64.h45 InvokeDexCallingConventionVisitor() : gp_index_(0), stack_index_(0) {}
52 uint32_t stack_index_; member in class:art::x86_64::InvokeDexCallingConventionVisitor
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc240 gpr_index_(0), fpr_index_(0), stack_index_(0), cur_type_(Primitive::kPrimVoid),
258 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
264 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
296 // (b) whatever the argument type it is, the 'stack_index_' should
300 stack_index_ = 0;
306 stack_index_++;
324 stack_index_++;
337 stack_index_++;
343 stack_index_++;
354 stack_index_
422 uint32_t stack_index_; // Index into arguments on the stack. member in class:art::QuickArgumentVisitor
[all...]

Completed in 52 milliseconds