Searched refs:patchVal (Results 1 – 3 of 3) sorted by relevance
27 …JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId); in CreateMainFuncWithPatch() local28 return patchVal; in CreateMainFuncWithPatch()
119 …JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId); in Create() local120 if (!patchVal.IsHole()) { in Create()121 return JSHandle<Method>(thread, patchVal); in Create()
189 …JSTaggedValue patchVal = QuickFixHelper::CreateMainFuncWithPatch(vm, mainMethodLiteral, jsPandaFil… in GenerateProgramInternal() local190 if (!patchVal.IsHole()) { in GenerateProgramInternal()191 method = JSHandle<Method>(thread, patchVal); in GenerateProgramInternal()