Searched refs:patchMethod (Results 1 – 1 of 1) sorted by relevance
129 Method *patchMethod = GetPatchMethod(thread, methodIndex, baseConstpool); in ReplaceModuleOfMethod() local131 … 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() local178 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 …]