Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h106 inline GateRef GetModuleFromFunction(GateRef function);
Dinterpreter_stub-inl.h277 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
296 return GetModuleFromFunction(currentFunc); in GetModule()
Dcircuit_builder.cpp534 GateRef CircuitBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
557 GateRef module = GetModuleFromFunction(jsFunc); in GetObjectFromConstPool()
Dinterpreter_stub.cpp3694 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3727 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3762 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4117 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4129 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4141 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4698 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
5067 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
5112 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
Dnew_object_stub_builder.cpp551 GateRef module = GetModuleFromFunction(jsFunc); in NewJSFunction()
1303 GateRef module = GetModuleFromFunction(jsFunc); in CreateArrayWithBuffer()
Dslowpath_lowering.cpp2354 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerDefineClassWithBuffer()
3212 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerCreatePrivateProperty()
3245 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerDefineSendableClass()
Dcircuit_builder.h251 GateRef GetModuleFromFunction(GateRef function);
Dstub_builder-inl.h2650 inline GateRef StubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
2652 return env_->GetBuilder()->GetModuleFromFunction(function); in GetModuleFromFunction()
Dstub_builder.h654 GateRef GetModuleFromFunction(GateRef function);