Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h102 inline GateRef GetModuleFromFunction(GateRef function);
Dinterpreter_stub.cpp3442 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3477 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3514 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3853 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3865 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3877 GateRef module = GetModuleFromFunction(currentFunc); 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()
[all …]
Dnew_object_stub_builder.cpp543 GateRef module = GetModuleFromFunction(jsFunc); in CreateArrayWithBuffer()
Dinterpreter_stub-inl.h248 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
Dstub_builder-inl.h2201 inline GateRef StubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
2203 return env_->GetBuilder()->GetModuleFromFunction(function); in GetModuleFromFunction()
Dcircuit_builder.cpp1438 GateRef CircuitBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
1466 GateRef module = GetModuleFromFunction(jsFunc); in GetObjectFromConstPool()
Dstub_builder.h557 GateRef GetModuleFromFunction(GateRef function);
Dslowpath_lowering.cpp2423 GateRef module = builder_.GetModuleFromFunction(jsFunc); in LowerDefineClassWithBuffer()
2471 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineFunc()
2749 builder_.SetModuleToFunction(glue_, result, builder_.GetModuleFromFunction(jsFunc)); in LowerDefineMethod()
Dcircuit_builder.h598 GateRef GetModuleFromFunction(GateRef function);