Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp181 MethodLiteral *baseMethodLiteral = item.second; in UnloadPatchInternal() local
183 baseFile.get(), baseMethodLiteral->GetMethodId()); in UnloadPatchInternal()
184 ReplaceMethod(thread, patchMethod, baseMethodLiteral, baseConstpoolValue); in UnloadPatchInternal()
325 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo() local
326 ASSERT(baseMethodLiteral != nullptr); in SaveBaseMethodInfo()
327 baseMethodInfo.emplace(indexs, baseMethodLiteral); in SaveBaseMethodInfo()