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 = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPan… in Create() local
Decma_context.cpp651 … JSHandle<ConstantPool> newConstpool = ConstantPool::CreateUnSharedConstPool(vm_, jsPandaFile, id); in FindOrCreateConstPool() local
665 …JSHandle<ConstantPool> newConstpool = JSHandle<ConstantPool>(thread_, FindOrCreateUnsharedConstpoo… in FindOrCreateConstPool() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp219 JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool( in CheckAndGetPatch() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp207 JSHandle<ConstantPool> newConstpool = vm->GetFactory()->NewConstantPool(1); in CreateJSPandaFileAndConstpool() local