Home
last modified time | relevance | path

Searched defs:baseMethodId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp258 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod() local
284 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod() local
302 …tchLoader::FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId) in FindSameMethod()
322 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo()
Dquick_fix_manager.cpp172 …kFixManager::CheckAndGetPatch(JSThread *thread, const JSPandaFile *baseFile, EntityId baseMethodId) in CheckAndGetPatch()