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

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 359 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0),
391 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
397 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
421 + stack_index_ * kBytesStackArgLocation);
440 // (b) whatever the argument type it is, the 'stack_index_' should
447 stack_index_ = 0;
452 stack_index_++;
468 stack_index_++;
476 stack_index_++;
516 stack_index_+= 2
581 uint32_t stack_index_; \/\/ Index into arguments on the stack. member in class:art::QuickArgumentVisitor
    [all...]
  /art/compiler/optimizing/
code_generator.h 147 uint32_t stack_index_ = 0u; member in class:art::InvokeDexCallingConventionVisitor
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_mips.cc 87 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
106 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
122 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
135 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1;
    [all...]
code_generator_mips64.cc 85 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
91 stack_index_ += Primitive::Is64BitType(type) ? 2 : 1;
    [all...]
code_generator_arm64.cc     [all...]

Completed in 3198 milliseconds