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.cc1901 uint8_t* LayoutNativeCall(uint8_t* sp8, uintptr_t** start_stack, uintptr_t** start_gpr, in LayoutNativeCall() argument
1905 *start_stack = reinterpret_cast<uintptr_t*>(sp8); in LayoutNativeCall()
2049 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout() argument
2057 sp8 = LayoutNativeCall(sp8, start_stack, start_gpr, start_fpr); in ComputeLayout()