Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp460 JSTaggedValue unsharedConstpool = FindUnsharedConstpool(sharedConstpool); in FindOrCreateUnsharedConstpool() local
560 …text::SetUnsharedConstpool(JSHandle<ConstantPool> sharedConstpool, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
566 void EcmaContext::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
623 … JSTaggedValue unsharedConstpool = FindOrCreateUnsharedConstpool(sharedCPHandle.GetTaggedValue()); in UpdateConstpoolWhenDeserialAI() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp93 GateRef unsharedConstpool = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::UNSHARED_CONST_POOL); in LowerCreateArrayWithBuffer() local
182 GateRef NTypeHCRLowering::LoadFromConstPool(GateRef unsharedConstpool, size_t index, size_t valVecT… in LoadFromConstPool()
Dcircuit_builder.cpp1021 GateRef unsharedConstpool = argAcc.GetFrameArgsIn(gate, FrameArgIdx::UNSHARED_CONST_POOL); in GetHClassGateFromIndex() local
Dstub_builder.cpp10978 GateRef unsharedConstpool = GetUnsharedConstpoolFromGlue(glue, constpool); in DefineFunc() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp373 JSTaggedValue unsharedConstpool = context->FindOrCreateUnsharedConstpool(item.second); in FindAndReplaceSameMethod() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp151 JSHandle<ConstantPool> unsharedConstpool; in GenerateProgram() local