Searched refs:SetModuleToFunction (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.h | 116 inline void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | interpreter_stub.cpp | 3457 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()
|
| D | interpreter_stub-inl.h | 317 void InterpreterStubBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function
|
| D | slowpath_lowering.cpp | 2438 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()
|
| D | circuit_builder.h | 608 void SetModuleToFunction(GateRef glue, GateRef function, GateRef value);
|
| D | circuit_builder.cpp | 1684 void CircuitBuilder::SetModuleToFunction(GateRef glue, GateRef function, GateRef value) in SetModuleToFunction() function in panda::ecmascript::kungfu::CircuitBuilder
|