Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp98 JSHandle<ConstantPool> patchConstpool = JSHandle<ConstantPool>(thread, patchConstpoolValue); in LoadPatchInternal() local
106 if (!ReplaceMethod(thread, baseFile, patchFile, baseConstpool, patchConstpool)) { in LoadPatchInternal()
239 const JSHandle<ConstantPool> &patchConstpool) in ReplaceMethod() argument
288 ReplaceMethodInner(thread, baseMethod, patch, patchConstpool.GetTaggedValue()); in ReplaceMethod()
314 ReplaceMethodInner(thread, baseMethod, patch, patchConstpool.GetTaggedValue()); in ReplaceMethod()
Dquick_fix_loader.h42 const JSHandle<ConstantPool> &patchConstpool);