/art/runtime/entrypoints/interpreter/ |
D | interpreter_entrypoints.cc | 28 extern "C" void artInterpreterToCompiledCodeBridge(Thread* self, MethodHelper& mh, in artInterpreterToCompiledCodeBridge()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 326 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteGotoImpl() 354 static inline JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in Execute() 474 MethodHelper mh(hs.NewHandle(method)); in EnterInterpreterFromInvoke() local 501 MethodHelper mh(hs.NewHandle(shadow_frame->GetMethod())); in EnterInterpreterFromDeoptimize() local 527 JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in EnterInterpreterFromStub() 539 extern "C" void artInterpreterToInterpreterBridge(Thread* self, MethodHelper& mh, in artInterpreterToInterpreterBridge()
|
D | interpreter_common.h | 187 static inline String* ResolveString(Thread* self, MethodHelper& mh, uint32_t string_idx) in ResolveString() 347 const uint32_t dex_pc, MethodHelper& mh) in TraceExecution()
|
D | interpreter_common.cc | 488 void UnexpectedOpcode(const Instruction* inst, MethodHelper& mh) { in UnexpectedOpcode() 546 MethodHelper mh(hs.NewHandle(method)); in DoCall() local 795 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh, in UnstartedRuntimeInvoke() 874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke() local
|
D | interpreter_goto_table_impl.cc | 113 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteGotoImpl() 339 MethodHelper mh(hs.NewHandle(shadow_frame.GetMethod())); in ExecuteGotoImpl() local
|
D | interpreter_switch_impl.cc | 61 JValue ExecuteSwitchImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteSwitchImpl()
|
/art/runtime/mirror/ |
D | art_method.cc | 124 MethodHelper mh(hs.NewHandle(this)); in FindOverriddenMethod() local 214 MethodHelper mh(h_this); in FindCatchBlock() local
|
D | object_test.cc | 492 MethodHelper mh(hs.NewHandle(m1_1)); in TEST_F() local
|
/art/runtime/ |
D | reflection.cc | 223 mirror::ObjectArray<mirror::Object>* args, MethodHelper& mh) in BuildArgArrayFromObjectArray() 367 MethodHelper mh(h_m); in CheckMethodArguments() local 504 MethodHelper& mh, JValue* result) { in InvokeWithShadowFrame() 580 MethodHelper mh(hs.NewHandle(m)); in InvokeMethod() local
|
D | native_bridge_art_interface.cc | 32 MethodHelper mh(scope.NewHandle(m)); in GetMethodShorty() local
|
D | class_linker.cc | 4047 MethodHelper mh(method); in CheckProxyMethod() local 4328 MethodHelper mh(hs.NewHandle<mirror::ArtMethod>(nullptr)); in ValidateSuperClassDescriptors() local
|
D | debugger.cc | 3670 MethodHelper mh(hs.NewHandle(m)); in InvokeMethod() local
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 121 static size_t ComputeArgsInRegs(MethodHelper& mh) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ComputeArgsInRegs() 199 MethodHelper mh(hs.NewHandle(method)); in artPortableToInterpreterBridge() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 530 MethodHelper mh(hs.NewHandle(method)); in artQuickToInterpreterBridge() local 824 MethodHelper mh(hs.NewHandle(called)); in artQuickResolutionTrampoline() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 648 static void ResolveExceptionsForMethod(MethodHelper* mh, in ResolveExceptionsForMethod() 691 MethodHelper mh(hs.NewHandle<mirror::ArtMethod>(nullptr)); in ResolveCatchBlockExceptionsClassVisitor() local 1228 MethodHelper mh(hs.NewHandle(method)); in GetCodeAndMethodForDirectCall() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2232 MethodHelper mh(h_called_method); in CodeFlowVerifyInstruction() local 2278 MethodHelper mh(h_called_method); in CodeFlowVerifyInstruction() local
|