Searched refs:GetConstPoolFromFunction (Results 1 – 7 of 7) sorted by relevance
132 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
1210 GateRef constPool = GetConstPoolFromFunction(jsFunc); in LoadObjectFromConstPool()1456 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder1465 GateRef constPool = GetConstPoolFromFunction(jsFunc); in GetObjectFromConstPool()
165 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool()
569 GateRef GetConstPoolFromFunction(GateRef jsFunc);
612 GateRef GetConstPoolFromFunction(GateRef jsFunc);
4831 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder4833 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()
2422 GateRef constpool = builder_.GetConstPoolFromFunction(jsFunc); in LowerDefineClassWithBuffer()