Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc197 HandleScope* handle_scope) in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc1990 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/
Dcommon_runtime_test.cc343 VariableSizedHandleScope* handle_scope) { in FillHeap()
Dthread.h876 void PushHandleScope(BaseHandleScope* handle_scope) { in PushHandleScope()
882 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local
Ddebugger.cc2957 StackHandleScope<2> handle_scope(self); in PostException() local
/art/compiler/optimizing/
Dreference_type_propagation.cc808 VariableSizedHandleScope* handle_scope) { in FixUpInstructionType()