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.cpp3439 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3474 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3511 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3850 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3862 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
3874 GateRef module = GetModuleFromFunction(currentFunc); in DECLARE_ASM_HANDLER()
4108 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4135 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4161 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
4186 SetModuleToFunction(glue, *result, GetModuleFromFunction(currentFunc)); in DECLARE_ASM_HANDLER()
[all …]
Dnew_object_stub_builder.cpp543 GateRef module = GetModuleFromFunction(jsFunc); in CreateArrayWithBuffer()
Dinterpreter_stub-inl.h247 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
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-inl.h2202 inline GateRef StubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function
2204 return env_->GetBuilder()->GetModuleFromFunction(function); in GetModuleFromFunction()
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);