Searched refs:FindPatchModule (Results 1 – 6 of 6) sorted by relevance
253 … thread->GetCurrentEcmaContext()->FindPatchModule(replacedPatchMethods[methodId]); in UpdateJSFunction()263 … thread->GetCurrentEcmaContext()->FindPatchModule(replacedPatchMethods[methodId]); in UpdateJSFunction()283 thread->GetCurrentEcmaContext()->FindPatchModule(recordName); in UpdateModuleForColdPatch()295 thread->GetCurrentEcmaContext()->FindPatchModule(recordName); in UpdateModuleForColdPatch()
223 JSHandle<JSTaggedValue> moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()226 moduleRecord = context->FindPatchModule(recordName); in CheckAndGetPatch()
70 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in ProcessModuleLoadInfo()
128 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in GetModuleValueOutterInternal()194 context->FindPatchModule(module->GetEcmaModuleRecordNameString()); in GetLazyModuleValueOutterInternal()
567 JSHandle<JSTaggedValue> FindPatchModule(const CString &recordName) const in FindPatchModule() function
2479 thread->GetCurrentEcmaContext()->FindPatchModule(MethodLiteral::GetRecordName( in RuntimeSetPatchModule()