Searched defs:kBytesStackArgLocation (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc51 static constexpr size_t kBytesStackArgLocation = 4; member in class:art::QuickArgumentVisitor
431 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
437 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
461 + stack_index_ * kBytesStackArgLocation);
561 if (kBytesStackArgLocation == 4) {
564 CHECK_EQ(kBytesStackArgLocation, 8U);
579 if (kBytesStackArgLocation == 4) {
582 CHECK_EQ(kBytesStackArgLocation, 8U);

Completed in 40 milliseconds