Searched refs:GetConstPoolFromFunction (Results 1 – 8 of 8) sorted by relevance
415 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool()547 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder556 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool()
127 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
238 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool()
2353 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer()3211 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerCreatePrivateProperty()3244 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineSendableClass()
238 GateRef GetConstPoolFromFunction(GateRef jsFunc);
550 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction()
671 GateRef GetConstPoolFromFunction(GateRef jsFunc);
5925 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder5927 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()