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