Searched refs:patchMethodLiteral (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | patch_loader.cpp | 330 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()
|
| D | quick_fix_manager.cpp | 200 …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()
|