Searched refs:patchConstpool (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | quick_fix_loader.cpp | 98 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()
|
| D | quick_fix_loader.h | 42 const JSHandle<ConstantPool> &patchConstpool);
|