Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_helper.cpp27 …JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId); in CreateMainFuncWithPatch() local
28 return patchVal; in CreateMainFuncWithPatch()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp119 …JSTaggedValue patchVal = vm->GetQuickFixManager()->CheckAndGetPatch(thread, jsPandaFile, methodId); in Create() local
120 if (!patchVal.IsHole()) { in Create()
121 return JSHandle<Method>(thread, patchVal); in Create()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp189 …JSTaggedValue patchVal = QuickFixHelper::CreateMainFuncWithPatch(vm, mainMethodLiteral, jsPandaFil… in GenerateProgramInternal() local
190 if (!patchVal.IsHole()) { in GenerateProgramInternal()
191 method = JSHandle<Method>(thread, patchVal); in GenerateProgramInternal()