HomeSort by relevance Sort by last modified time
    Searched defs:stack_index_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator.h 159 uint32_t stack_index_ = 0u; member in class:art::InvokeDexCallingConventionVisitor
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 409 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0),
441 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
447 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
471 + stack_index_ * kBytesStackArgLocation);
490 // (b) whatever the argument type it is, the 'stack_index_' should
497 stack_index_ = 0;
502 stack_index_++;
518 stack_index_++;
526 stack_index_++;
572 stack_index_+= 2
637 uint32_t stack_index_; \/\/ Index into arguments on the stack. member in class:art::QuickArgumentVisitor
    [all...]

Completed in 253 milliseconds