Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp330 MethodLiteral *patchMethodLiteral = in FindAndReplaceSameMethod() local
332 if (patchMethodLiteral == nullptr) { in FindAndReplaceSameMethod()
336 EntityId patchMethodId = patchMethodLiteral->GetMethodId(); in FindAndReplaceSameMethod()
339 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceSameMethod()
387 MethodLiteral *patchMethodLiteral = in FindAndReplaceClassLiteral() local
389 if (patchMethodLiteral == nullptr) { in FindAndReplaceClassLiteral()
393 EntityId patchMethodId = patchMethodLiteral->GetMethodId(); in FindAndReplaceClassLiteral()
396 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceClassLiteral()
Dquick_fix_manager.cpp200 …MethodLiteral *patchMethodLiteral = PatchLoader::FindSameMethod(patchInfo, baseFile, baseMethodId,… in CheckAndGetPatch() local
201 if (patchMethodLiteral == nullptr) { in CheckAndGetPatch()
216 method = vm->GetFactory()->NewSMethod(patchMethodLiteral); in CheckAndGetPatch()
218 patchFile.get(), patchMethodLiteral->GetMethodId()); in CheckAndGetPatch()