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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc45 static constexpr size_t kBytesStackArgLocation = 4; member in class:art::QuickArgumentVisitor
391 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
397 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
421 + stack_index_ * kBytesStackArgLocation);
515 if (kBytesStackArgLocation == 4) {
518 CHECK_EQ(kBytesStackArgLocation, 8U);
533 if (kBytesStackArgLocation == 4) {
536 CHECK_EQ(kBytesStackArgLocation, 8U);

Completed in 90 milliseconds