Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp415 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool()
547 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
556 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool()
Daccess_object_stub_builder.cpp127 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
Dmcr_lowering.cpp238 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool()
Dslowpath_lowering.cpp2353 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer()
3211 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerCreatePrivateProperty()
3244 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineSendableClass()
Dcircuit_builder.h238 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dnew_object_stub_builder.cpp550 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction()
Dstub_builder.h671 GateRef GetConstPoolFromFunction(GateRef jsFunc);
Dstub_builder.cpp5925 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder
5927 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()