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.cpp3457 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3492 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
3529 SetModuleToFunction(glue, res, module); in DECLARE_ASM_HANDLER()
4111 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4138 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4164 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4189 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
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