Home
last modified time | relevance | path

Searched refs:unSharedConstpool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Djit_compilation_env.cpp101 …JSTaggedValue unSharedConstpool = hostThread_->GetCurrentEcmaContext()->FindUnsharedConstpool(cons… in FindOrCreateUnsharedConstpool() local
102 return unSharedConstpool; in FindOrCreateUnsharedConstpool()
Dbytecode_circuit_builder.cpp649 GateRef unSharedConstpool = Circuit::NullGate(); in BuildFrameArgs() local
650 …CurrentConstpool(argAcc_.GetCommonArgGate(CommonArgIdx::FUNC), sharedConstpool, unSharedConstpool); in BuildFrameArgs()
652 args[idx++] = unSharedConstpool; in BuildFrameArgs()