Home
last modified time | relevance | path

Searched refs:GetUnsharedConstpoolFromGlue (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp583 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h2346 inline GateRef StubBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() function in panda::ecmascript::kungfu::StubBuilder
2348 return env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetUnsharedConstpoolFromGlue()
H A Dcircuit_builder.h280 GateRef GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool);
H A Dstub_builder.h572 GateRef GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool);
H A Dstub_builder.cpp7800 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetArrayLiteralFromConstPool()
7808 GateRef unsharedConstPool = env_->GetBuilder()->GetUnsharedConstpoolFromGlue(glue, constpool); in GetObjectLiteralFromConstPool()
10133 GateRef unsharedConstpool = GetUnsharedConstpoolFromGlue(glue, constpool); in DefineFunc()

Completed in 31 milliseconds