Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h116 inline void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
Dinterpreter_stub.cpp3454 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3489 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3526 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
4108 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4135 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4161 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4186 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
Dinterpreter_stub-inl.h316 void InterpreterStubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function
Dslowpath_lowering.cpp2438 builder_.SetModuleToFunction(glue_, result, module); in LowerDefineClassWithBuffer()
2471 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineFunc()
2749 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineMethod()
Dcircuit_builder.h608 void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
Dcircuit_builder.cpp1684 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function in panda::ecmascript::kungfu::CircuitBuilder