Home
last modified time | relevance | path

Searched defs:newConstpool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp126 JSHandle<ConstantPool> newConstpool = vm->FindOrCreateConstPool(jsPandaFile, methodId); in Create() local
Decma_vm.cpp1854 … JSHandle<ConstantPool> newConstpool = ConstantPool::CreateUnSharedConstPool(vm, jsPandaFile, id); in FindOrCreateConstPool() local
1868 …JSHandle<ConstantPool> newConstpool = JSHandle<ConstantPool>(thread_, FindOrCreateUnsharedConstpoo… in FindOrCreateConstPool() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp218 JSHandle<ConstantPool> newConstpool = vm->FindOrCreateConstPool( in CheckAndGetPatch() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp217 JSHandle<ConstantPool> newConstpool = vm->GetFactory()->NewConstantPool(1); in CreateJSPandaFileAndConstpool() local