Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1399 uint8_t* LayoutNativeCall(uint8_t* sp8, uintptr_t** start_stack, uintptr_t** start_gpr, in LayoutNativeCall() argument
1403 *start_stack = reinterpret_cast<uintptr_t*>(sp8); in LayoutNativeCall()
1546 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout() argument
1554 sp8 = LayoutNativeCall(sp8, start_stack, start_gpr, start_fpr); in ComputeLayout()