Searched refs:GetHomeObjectFromFunction (Results 1 – 6 of 6) sorted by relevance
103 inline GateRef GetHomeObjectFromFunction(GateRef function);
253 GateRef InterpreterStubBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function
599 GateRef GetHomeObjectFromFunction(GateRef function);
1444 GateRef CircuitBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
4112 SetHomeObjectToFunction(glue, *result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()4139 SetHomeObjectToFunction(glue, *result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
2472 builder_.SetHomeObjectToFunction(glue_, result, builder_.GetHomeObjectFromFunction(jsFunc)); in LowerDefineFunc()