Home
last modified time | relevance | path

Searched defs:rawMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h134 inline void LookUpException(ark::Class *klass, ark::Method *rawMethod) in LookUpException()
412 …nline Method *GetMethodByName(EtsCoroutine *coro, ETSStubCacheInfo const &cache, Method *rawMethod, in GetMethodByName()
Dets_entrypoints.cpp273 auto rawMethod = classLinker->GetMethod(*caller, caller->GetClass()->ResolveMethodIndex(id)); in ThrowEtsExceptionNoSuchMethodEntrypoint() local
475 auto rawMethod = classLinker->GetMethod(*caller, panda_file::File::EntityId(calleeId)); in ResolveCallByNameEntrypoint() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h285 …auto rawMethod = classLinker->GetMethod(*caller, caller->GetClass()->ResolveMethodIndex(id.AsIndex… in HandleEtsMethodCallName() local