Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp154 EntityId baseMethodId = baseMethodLiteral->GetMethodId(); in UnloadPatchInternal() local
358 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod() local
419 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceClassLiteral() local
444 EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo) in FindSameMethod()
470 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo()
Dquick_fix_manager.cpp189 …kFixManager::CheckAndGetPatch(JSThread *thread, const JSPandaFile *baseFile, EntityId baseMethodId) in CheckAndGetPatch()