Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp129 Method *patchMethod = GetPatchMethod(thread, methodIndex, baseConstpool); in ReplaceModuleOfMethod() local
131 … JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(patchMethod->GetRecordNameStr()); in ReplaceModuleOfMethod()
132 patchMethod->SetModule(thread, moduleRecord.GetTaggedValue()); in ReplaceModuleOfMethod()
134 << patchMethod->GetRecordNameStr() in ReplaceModuleOfMethod()
135 << ":" << patchMethod->GetMethodName(); in ReplaceModuleOfMethod()
173 Method *patchMethod = GetPatchMethod(thread, methodIndex, baseConstpool); in UnloadPatchInternal() local
178 ReplaceMethod(thread, patchMethod, baseMethodLiteral, baseConstpoolValue); in UnloadPatchInternal()
180 << patchMethod->GetRecordNameStr() in UnloadPatchInternal()
181 << ":" << patchMethod->GetMethodName(); in UnloadPatchInternal()
207 Method *patchMethod = nullptr; in GetPatchMethod() local
[all …]