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

  /art/compiler/optimizing/
code_generator_x86_64.h 45 InvokeDexCallingConventionVisitor() : gp_index_(0), stack_index_(0) {}
52 uint32_t stack_index_; member in class:art::x86_64::InvokeDexCallingConventionVisitor
code_generator_x86_64.cc 655 stack_index_++;
659 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1));
665 stack_index_ += 2;
671 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2));
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 240 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_+= 2
422 uint32_t stack_index_; \/\/ Index into arguments on the stack. member in class:art::QuickArgumentVisitor
    [all...]

Completed in 74 milliseconds