Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp150 MethodLiteral *baseMethodLiteral = item.second; in UnloadPatchInternal() local
151 EntityId baseMethodId = baseMethodLiteral->GetMethodId(); in UnloadPatchInternal()
157 ReplaceMethod(thread, patchMethod, baseMethodLiteral, baseConstpoolValue); in UnloadPatchInternal()
459 MethodLiteral *baseMethodLiteral = baseFile->FindMethodLiteral(baseMethodId.GetOffset()); in SaveBaseMethodInfo() local
460 CHECK_INPUT_NULLPTR(baseMethodLiteral, "SaveBaseMethodInfo:baseMethodLiteral is nullptr, offset: " in SaveBaseMethodInfo()
462 baseMethodInfo.emplace(indexs, baseMethodLiteral); in SaveBaseMethodInfo()

Completed in 2 milliseconds