Home
last modified time | relevance | path

Searched defs:unsharedConstpool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp96 … GateRef unsharedConstpool = argAcc->GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateArrayWithBuffer() local
196 GateRef NTypeHCRLowering::LoadFromConstPool(GateRef glue, GateRef unsharedConstpool, size_t index, … in LoadFromConstPool()
Dcircuit_builder.cpp1134 GateRef unsharedConstpool = argAcc->GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in GetHClassGateFromIndex() local
Dstub_builder.cpp11689 GateRef unsharedConstpool = GetUnsharedConstpoolFromGlue(glue, constpool); in DefineFunc() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp1663 JSTaggedValue unsharedConstpool = FindUnsharedConstpool(sharedConstpool); in FindOrCreateUnsharedConstpool() local
1757 …maVM::SetUnsharedConstpool(JSHandle<ConstantPool> sharedConstpool, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
1763 void EcmaVM::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
1825 … JSTaggedValue unsharedConstpool = FindOrCreateUnsharedConstpool(sharedCPHandle.GetTaggedValue()); in UpdateConstpoolWhenDeserialAI() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp386 JSTaggedValue unsharedConstpool = vm->FindOrCreateUnsharedConstpool(item.second); in FindAndReplaceSameMethod() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp149 JSHandle<ConstantPool> unsharedConstpool; in GenerateProgram() local