Home
last modified time | relevance | path

Searched defs:ResolveMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h40 static Method *ResolveMethod(ManagedThread *thread, const Method &caller, BytecodeId id) in ResolveMethod() function
Dinterpreter-inl.h2705 ALWAYS_INLINE Method *ResolveMethod(BytecodeId id) in ResolveMethod() function
/arkcompiler/runtime_core/verification/jobs/
Dcache.cpp437 OptionalRef<LibCache::CachedMethod> LibCache::CachedClass::ResolveMethod(LibCache::MethodHash metho… in ResolveMethod() function in panda::verifier::LibCache::CachedClass
915 OptionalRef<LibCache::CachedMethod> FastAPIClassRW::ResolveMethod(const LibCache::CachedMethod &cac… in ResolveMethod() function in panda::verifier::FastAPIClassRW
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h150 …static Method *ResolveMethod([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] const Method… in ResolveMethod() function