Home
last modified time | relevance | path

Searched refs:stack_index_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc412 gpr_index_(0), fpr_index_(0), fpr_double_index_(0), stack_index_(0), in QuickArgumentVisitor()
444 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()
450 return stack_args_ + (stack_index_ * kBytesStackArgLocation); in GetParamAddress()
474 + stack_index_ * kBytesStackArgLocation); in ReadSplitLongParam()
500 stack_index_ = 0; in VisitArguments()
505 stack_index_++; in VisitArguments()
521 stack_index_++; in VisitArguments()
529 stack_index_++; in VisitArguments()
575 stack_index_+= 2; in VisitArguments()
578 stack_index_++; in VisitArguments()
[all …]
/art/compiler/optimizing/
Dcode_generator.h163 uint32_t stack_index_ = 0u; variable
Dcode_generator_x86_64.cc2306 stack_index_++; in GetNextLocation()
2310 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2316 stack_index_ += 2; in GetNextLocation()
2322 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2328 stack_index_++; in GetNextLocation()
2332 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2338 stack_index_ += 2; in GetNextLocation()
2342 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
Dcode_generator_arm_vixl.cc2608 uint32_t stack_index = stack_index_++; in GetNextLocation()
2618 uint32_t stack_index = stack_index_; in GetNextLocation()
2620 stack_index_ += 2; in GetNextLocation()
2640 uint32_t stack_index = stack_index_++; in GetNextLocation()
2653 uint32_t stack_index = stack_index_; in GetNextLocation()
2654 stack_index_ += 2; in GetNextLocation()