Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.cpp132 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
Dcircuit_builder.cpp1210 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool()
1456 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
1465 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool()
Dlcr_lowering.cpp165 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool()
Dstub_builder.h569 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dcircuit_builder.h612 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dstub_builder.cpp4831 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder
4833 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()
Dslowpath_lowering.cpp2422 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer()