Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h115 inline void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
Dinterpreter_stub.cpp3417 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3451 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3487 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
4065 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4092 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4118 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4143 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
Dinterpreter_stub-inl.h317 void InterpreterStubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function
Dcircuit_builder.h462 void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
Dslowpath_lowering.cpp3081 builder_.SetModuleToFunction(glue_, result, module); in LowerDefineClassWithBuffer()
3113 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineFunc()
3412 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineMethod()
Dcircuit_builder.cpp865 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function in panda::ecmascript::kungfu::CircuitBuilder