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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc59 static constexpr size_t kBytesStackArgLocation = 4; member in class:art::QuickArgumentVisitor
444 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
450 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
474 + stack_index_ * kBytesStackArgLocation);
574 if (kBytesStackArgLocation == 4) {
577 CHECK_EQ(kBytesStackArgLocation, 8U);
592 if (kBytesStackArgLocation == 4) {
595 CHECK_EQ(kBytesStackArgLocation, 8U);

Completed in 75 milliseconds