Searched refs:GetConstantStringGate (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | meta_data_equal_test.cpp | 59 auto stringGate1 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0() 62 auto stringGate2 = circuit.GetConstantStringGate(MachineType::ARCH, "test2", GateType::NJSValue()); in HWTEST_F_L0() 66 auto stringGate3 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0() 124 auto stringGate1 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit.h | 70 GateRef GetConstantStringGate(MachineType machineType, std::string_view str, GateType type);
|
H A D | circuit.cpp | 519 GateRef Circuit::GetConstantStringGate(MachineType machineType, std::string_view str, in GetConstantStringGate() function in panda::ecmascript::kungfu::Circuit
|
H A D | circuit_builder.cpp | 393 return GetCircuit()->GetConstantStringGate(MachineType::ARCH, str, GateType::NJSValue()); in StringPtr()
|
Completed in 10 milliseconds