Searched defs:handle_scope (Results 1 – 4 of 4) sorted by relevance
| /art/runtime/entrypoints/quick/ |
| D | quick_jni_entrypoints.cc | 123 HandleScope* handle_scope) in GenericJniMethodEnd()
|
| D | quick_trampoline_entrypoints.cc | 1622 void LayoutCalleeSaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutCalleeSaveFrame() 1663 uint8_t* LayoutJNISaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutJNISaveFrame() 1680 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout() 1813 HandleScope* handle_scope) : FillNativeCall(gpr_regs, fpr_regs, stack_args), in FillJniCall()
|
| /art/runtime/ |
| D | thread.h | 783 void PushHandleScope(HandleScope* handle_scope) { in PushHandleScope() 789 HandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
|
| D | debugger.cc | 2968 StackHandleScope<1> handle_scope(self); in PostException() local
|