Home
last modified time | relevance | path

Searched refs:FindOrCreateConstPool (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp102 …JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPan… in Create()
Decma_context.h267 JSHandle<ConstantPool> PUBLIC_API FindOrCreateConstPool(const JSPandaFile *jsPandaFile,
Decma_context.cpp482 JSHandle<ConstantPool> EcmaContext::FindOrCreateConstPool(const JSPandaFile *jsPandaFile, panda_fil… in FindOrCreateConstPool() function in panda::ecmascript::EcmaContext
Djs_serializer.cpp1332 … thread_->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPandaFile.get(), method->GetMethodId()); in ReadMethod()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp209 JSHandle<ConstantPool> newConstpool = thread->GetCurrentEcmaContext()->FindOrCreateConstPool( in CheckAndGetPatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp108 … vm_->GetJSThread()->GetCurrentEcmaContext()->FindOrCreateConstPool(jsPandaFile_, methodId); in ProcessClasses()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp111 constpool = vm->GetJSThread()->GetCurrentEcmaContext()->FindOrCreateConstPool( in GenerateProgram()