Searched defs:handle_scope (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 197 HandleScope* handle_scope) in GenericJniMethodEnd()
|
D | quick_trampoline_entrypoints.cc | 1990 void LayoutCalleeSaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutCalleeSaveFrame() 2031 uint8_t* LayoutJNISaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutJNISaveFrame() 2048 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout() 2195 HandleScope* handle_scope, bool critical_native) in FillJniCall()
|
/art/runtime/ |
D | common_runtime_test.cc | 343 VariableSizedHandleScope* handle_scope) { in FillHeap()
|
D | thread.h | 876 void PushHandleScope(BaseHandleScope* handle_scope) { in PushHandleScope() 882 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
|
D | debugger.cc | 2957 StackHandleScope<2> handle_scope(self); in PostException() local
|
/art/compiler/optimizing/ |
D | reference_type_propagation.cc | 808 VariableSizedHandleScope* handle_scope) { in FixUpInstructionType()
|