Home
last modified time | relevance | path

Searched refs:GetHomeObjectFromFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h103 inline GateRef GetHomeObjectFromFunction(GateRef function);
Dinterpreter_stub-inl.h253 GateRef InterpreterStubBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function
Dcircuit_builder.h599 GateRef GetHomeObjectFromFunction(GateRef function);
Dcircuit_builder.cpp1444 GateRef CircuitBuilder::GetHomeObjectFromFunction(GateRef function) in GetHomeObjectFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
Dinterpreter_stub.cpp4112 SetHomeObjectToFunction(glue, *result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4139 SetHomeObjectToFunction(glue, *result, GetHomeObjectFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2472 builder_.SetHomeObjectToFunction(glue_, result, builder_.GetHomeObjectFromFunction(jsFunc)); in LowerDefineFunc()