Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.cpp64 GateRef BaselineStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::BaselineStubBuilder
Dbaseline_stubs.h50 inline GateRef GetModuleFromFunction(GateRef glue, GateRef function);
Dbaseline_stub_builder.h169 GateRef GetModuleFromFunction(GateRef function);
176 return GetModuleFromFunction(currentFunc); in GetModule()
Dbaseline_stubs-inl.h190 GateRef BaselineStubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function
203 return GetModuleFromFunction(glue, currentFunc); in GetModule()
Dbaseline_stubs.cpp877 GateRef module = GetModuleFromFunction(glue, curFunc); in GenerateCircuit()
897 GateRef module = GetModuleFromFunction(glue, curFunc); in GenerateCircuit()
1531 SetModuleToFunction(glue, result, GetModuleFromFunction(glue, currentFunc)); in GenerateCircuit()
1562 SetModuleToFunction(glue, result, GetModuleFromFunction(glue, currentFunc)); in GenerateCircuit()
2044 GateRef module = GetModuleFromFunction(glue, currentFunc); in GenerateCircuit()
2086 GateRef module = GetModuleFromFunction(glue, curFunc); in GenerateCircuit()
3099 GateRef module = GetModuleFromFunction(glue, currentFunc); in GenerateCircuit()
3856 GateRef module = GetModuleFromFunction(glue, func); in GenerateCircuit()
4768 GateRef module = GetModuleFromFunction(glue, currentFunc); in GenerateCircuit()
5402 GateRef module = GetModuleFromFunction(glue, func); in GenerateCircuit()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4130 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4148 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4177 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4188 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4199 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4219 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4366 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4401 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4438 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
4841 GateRef module = GetModuleFromFunction(glue, currentFunc); in DECLARE_ASM_HANDLER()
[all …]
Dinterpreter_stub.h160 inline GateRef GetModuleFromFunction(GateRef glue, GateRef function);
Dinterpreter_stub-inl.h319 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function
342 return GetModuleFromFunction(glue, currentFunc); in GetModule()
Dslowpath_lowering.cpp1303 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in GetStringFromConstPool()
1743 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerCreateObjectWithBuffer()
2597 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerNewSendableEnv()
2947 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerLdSendableVar()
3018 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerStSendableVar()
3057 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerDefineClassWithBuffer()
3334 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerDefineMethod()
3351 … {method, homeObject, builder_.ToTaggedInt(length), env, builder_.GetModuleFromFunction(glue_, jsF… in LowerDefineMethod()
4011 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerCreatePrivateProperty()
4044 GateRef module = builder_.GetModuleFromFunction(glue_, jsFunc); in LowerDefineSendableClass()
Dntype_hcr_lowering.cpp95 GateRef module = builder_.GetModuleFromFunction(glue, jsFunc); in LowerCreateArrayWithBuffer()
Dnew_object_stub_builder.cpp186 SetModuleToFunction(glue, cloneFunc, GetModuleFromFunction(glue, value)); in CloneJSFunction()
1198 GateRef module = GetModuleFromFunction(glue, jsFunc); in NewJSFunction()
1273 GateRef module = GetModuleFromFunction(glue, jsFunc); in NewJSFunctionForJit()
2322 GateRef module = GetModuleFromFunction(glue, jsFunc); in CreateArrayWithBuffer()
Dcircuit_builder.cpp618 GateRef CircuitBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder
962 GateRef module = GetModuleFromFunction(glue, jsFunc); in GetObjectByIndexFromConstPool()
Dcircuit_builder.h356 GateRef GetModuleFromFunction(GateRef glue, GateRef function);
Dstub_builder-inl.h3739 inline GateRef StubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function
3741 return env_->GetBuilder()->GetModuleFromFunction(glue, function); in GetModuleFromFunction()
Dstub_builder.h962 GateRef GetModuleFromFunction(GateRef glue, GateRef function);