Home
last modified time | relevance | path

Searched defs:mh (Results 1 – 16 of 16) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc28 extern "C" void artInterpreterToCompiledCodeBridge(Thread* self, MethodHelper& mh, in artInterpreterToCompiledCodeBridge()
/art/runtime/interpreter/
Dinterpreter.cc326 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()
Dinterpreter_common.h187 static inline String* ResolveString(Thread* self, MethodHelper& mh, uint32_t string_idx) in ResolveString()
347 const uint32_t dex_pc, MethodHelper& mh) in TraceExecution()
Dinterpreter_common.cc488 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
Dinterpreter_goto_table_impl.cc113 JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteGotoImpl()
339 MethodHelper mh(hs.NewHandle(shadow_frame.GetMethod())); in ExecuteGotoImpl() local
Dinterpreter_switch_impl.cc61 JValue ExecuteSwitchImpl(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, in ExecuteSwitchImpl()
/art/runtime/mirror/
Dart_method.cc124 MethodHelper mh(hs.NewHandle(this)); in FindOverriddenMethod() local
214 MethodHelper mh(h_this); in FindCatchBlock() local
Dobject_test.cc492 MethodHelper mh(hs.NewHandle(m1_1)); in TEST_F() local
/art/runtime/
Dreflection.cc223 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
Dnative_bridge_art_interface.cc32 MethodHelper mh(scope.NewHandle(m)); in GetMethodShorty() local
Dclass_linker.cc4047 MethodHelper mh(method); in CheckProxyMethod() local
4328 MethodHelper mh(hs.NewHandle<mirror::ArtMethod>(nullptr)); in ValidateSuperClassDescriptors() local
Ddebugger.cc3670 MethodHelper mh(hs.NewHandle(m)); in InvokeMethod() local
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc121 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/
Dquick_trampoline_entrypoints.cc530 MethodHelper mh(hs.NewHandle(method)); in artQuickToInterpreterBridge() local
824 MethodHelper mh(hs.NewHandle(called)); in artQuickResolutionTrampoline() local
/art/compiler/driver/
Dcompiler_driver.cc648 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/
Dmethod_verifier.cc2232 MethodHelper mh(h_called_method); in CodeFlowVerifyInstruction() local
2278 MethodHelper mh(h_called_method); in CodeFlowVerifyInstruction() local