Searched refs:handle_scope (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | common_runtime_test.cc | 343 VariableSizedHandleScope* handle_scope) { in FillHeap() argument 344 DCHECK(handle_scope != nullptr); in FillHeap() 349 Handle<mirror::Class> c(handle_scope->NewHandle( in FillHeap() 352 Handle<mirror::Class> ca(handle_scope->NewHandle( in FillHeap() 359 MutableHandle<mirror::Object> h(handle_scope->NewHandle<mirror::Object>( in FillHeap() 376 handle_scope->NewHandle<mirror::Object>(c->AllocObject(self)); in FillHeap()
|
D | thread.h | 876 void PushHandleScope(BaseHandleScope* handle_scope) { in PushHandleScope() argument 877 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope); in PushHandleScope() 878 tlsPtr_.top_handle_scope = handle_scope; in PushHandleScope() 882 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope; in PopHandleScope() local 883 DCHECK(handle_scope != nullptr); in PopHandleScope() 885 return handle_scope; in PopHandleScope()
|
D | common_runtime_test.h | 63 VariableSizedHandleScope* handle_scope)
|
D | debugger.cc | 2957 StackHandleScope<2> handle_scope(self); in PostException() local 2958 Handle<mirror::Throwable> h_exception(handle_scope.NewHandle(exception_object)); in PostException() 2959 MutableHandle<mirror::Object> this_at_throw = handle_scope.NewHandle<mirror::Object>(nullptr); in PostException()
|
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 197 HandleScope* handle_scope) in GenericJniMethodEnd() argument 210 jobject locked = called->IsSynchronized() ? handle_scope->GetHandle(0).ToJObject() : nullptr; in GenericJniMethodEnd()
|
D | quick_trampoline_entrypoints.cc | 1990 void LayoutCalleeSaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutCalleeSaveFrame() argument 2013 *handle_scope = HandleScope::Create(sp8_table, self->GetTopHandleScope(), in LayoutCalleeSaveFrame() 2031 uint8_t* LayoutJNISaveFrame(Thread* self, ArtMethod*** m, void* sp, HandleScope** handle_scope) in LayoutJNISaveFrame() argument 2035 LayoutCalleeSaveFrame(self, m, sp, handle_scope); in LayoutJNISaveFrame() 2048 HandleScope** handle_scope, uintptr_t** start_stack, uintptr_t** start_gpr, in ComputeLayout() argument 2054 uint8_t* sp8 = LayoutJNISaveFrame(self, m, reinterpret_cast<void*>(*m), handle_scope); in ComputeLayout() 2195 HandleScope* handle_scope, bool critical_native) in FillJniCall() argument 2197 handle_scope_(handle_scope), in FillJniCall() 2497 HandleScope* handle_scope);
|
/art/compiler/optimizing/ |
D | reference_type_propagation.h | 59 VariableSizedHandleScope* handle_scope);
|
D | reference_type_propagation.cc | 808 VariableSizedHandleScope* handle_scope) { in FixUpInstructionType() argument 811 HandleCache handle_cache(handle_scope); in FixUpInstructionType()
|