Searched defs:handle_scope (Results 1 – 3 of 3) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1488 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/ |
D | thread.h | 727 void PushHandleScope(HandleScope* handle_scope) { in PushHandleScope() 733 HandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
|
D | debugger.cc | 3022 StackHandleScope<1> handle_scope(self); in PostException() local
|