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 224 gpr_index_(0), fpr_index_(0), stack_index_(0), cur_type_(Primitive::kPrimVoid),
242 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
248 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
280 // (b) whatever the argument type it is, the 'stack_index_' should
284 stack_index_ = 0;
290 stack_index_++;
308 stack_index_++;
321 stack_index_++;
327 stack_index_++;
338 stack_index_+= 2
406 uint32_t stack_index_; \/\/ Index into arguments on the stack. member in class:art::QuickArgumentVisitor
    [all...]

Completed in 155 milliseconds