Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h101 inline GateRef GetModuleFromFunction(GateRef function);
Dinterpreter_stub.cpp3402 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3436 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3472 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3780 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3790 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3800 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3810 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3821 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3832 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4065 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
[all …]
Dcircuit_builder.cpp714 GateRef CircuitBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
741 GateRef module = GetModuleFromFunction(jsFunc); in GetObjectFromConstPool()
Dinterpreter_stub-inl.h248 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
Dcircuit_builder.h453 GateRef GetModuleFromFunction(GateRef function);
Dslowpath_lowering.cpp1885 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerCreateArrayWithBuffer()
3054 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerDefineClassWithBuffer()
3113 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineFunc()
3412 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineMethod()