Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp152 EntityId baseMethodId = baseMethodLiteral->GetMethodId(); in UnloadPatchInternal() local
345 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod() local
406 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceClassLiteral() local
431 EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo) in FindSameMethod()
457 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo()
Dquick_fix_manager.cpp190 …kFixManager::CheckAndGetPatch(JSThread *thread, const JSPandaFile *baseFile, EntityId baseMethodId) in CheckAndGetPatch()