| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stub_builder.cpp | 64 GateRef BaselineStubBuilder::GetModuleFromFunction(GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
| D | baseline_stubs.h | 50 inline GateRef GetModuleFromFunction(GateRef glue, GateRef function);
|
| D | baseline_stub_builder.h | 169 GateRef GetModuleFromFunction(GateRef function); 176 return GetModuleFromFunction(currentFunc); in GetModule()
|
| D | baseline_stubs-inl.h | 190 GateRef BaselineStubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function 203 return GetModuleFromFunction(glue, currentFunc); in GetModule()
|
| D | baseline_stubs.cpp | 877 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/ |
| D | interpreter_stub.cpp | 4130 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 …]
|
| D | interpreter_stub.h | 160 inline GateRef GetModuleFromFunction(GateRef glue, GateRef function);
|
| D | interpreter_stub-inl.h | 319 GateRef InterpreterStubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function 342 return GetModuleFromFunction(glue, currentFunc); in GetModule()
|
| D | slowpath_lowering.cpp | 1303 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()
|
| D | ntype_hcr_lowering.cpp | 95 GateRef module = builder_.GetModuleFromFunction(glue, jsFunc); in LowerCreateArrayWithBuffer()
|
| D | new_object_stub_builder.cpp | 186 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()
|
| D | circuit_builder.cpp | 618 GateRef CircuitBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function in panda::ecmascript::kungfu::CircuitBuilder 962 GateRef module = GetModuleFromFunction(glue, jsFunc); in GetObjectByIndexFromConstPool()
|
| D | circuit_builder.h | 356 GateRef GetModuleFromFunction(GateRef glue, GateRef function);
|
| D | stub_builder-inl.h | 3739 inline GateRef StubBuilder::GetModuleFromFunction(GateRef glue, GateRef function) in GetModuleFromFunction() function 3741 return env_->GetBuilder()->GetModuleFromFunction(glue, function); in GetModuleFromFunction()
|
| D | stub_builder.h | 962 GateRef GetModuleFromFunction(GateRef glue, GateRef function);
|