Searched refs:GetConstPoolFromFunction (Results 1 – 6 of 6) sorted by relevance
217 GateRef constpool = GetConstPoolFromFunction(jsFunc_); in ResolvePropKey()
576 GateRef CircuitBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
278 GateRef GetConstPoolFromFunction(GateRef jsFunc);
821 GateRef GetConstPoolFromFunction(GateRef jsFunc);
1108 GateRef constPool = GetConstPoolFromFunction(jsFunc); in NewJSFunction()
7716 GateRef StubBuilder::GetConstPoolFromFunction(GateRef jsFunc) in GetConstPoolFromFunction() function in panda::ecmascript::kungfu::StubBuilder7718 return env_->GetBuilder()->GetConstPoolFromFunction(jsFunc); in GetConstPoolFromFunction()