Home
last modified time | relevance | path

Searched defs:handle_scope (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1488 void LayoutCalleeSaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutCalleeSaveFrame()
1529 uint8_t* LayoutJNISaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutJNISaveFrame()
1546 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout()
1680 HandleScope* handle_scope) : FillNativeCall(gpr_regs, fpr_regs, stack_args), in FillJniCall()
/art/runtime/
Dthread.h727 void PushHandleScope(HandleScope* handle_scope) { in PushHandleScope()
733 HandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
Ddebugger.cc3022 StackHandleScope<1> handle_scope(self); in PostException() local