Home
last modified time | relevance | path

Searched refs:patchMethodId (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp336 EntityId patchMethodId = patchMethodLiteral->GetMethodId(); in FindAndReplaceSameMethod() local
337 … JSTaggedValue patchConstpoolValue = context->FindConstpool(patchFile, patchMethodId); in FindAndReplaceSameMethod()
338 … patchInfo.replacedPatchMethods.emplace(patchMethodId, baseMethod->GetRecordNameStr()); in FindAndReplaceSameMethod()
393 EntityId patchMethodId = patchMethodLiteral->GetMethodId(); in FindAndReplaceClassLiteral() local
394 …lue patchConstpoolValue = thread->GetCurrentEcmaContext()->FindConstpool(patchFile, patchMethodId); in FindAndReplaceClassLiteral()
395 patchInfo.replacedPatchMethods.emplace(patchMethodId, baseMethod->GetRecordNameStr()); in FindAndReplaceClassLiteral()