Searched refs:GetConstantStringGate (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | meta_data_equal_test.cpp | 57 …auto stringGate1 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0() 60 …auto stringGate2 = circuit.GetConstantStringGate(MachineType::ARCH, "test2", GateType::NJSValue()); in HWTEST_F_L0() 64 …auto stringGate3 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0() 122 …auto stringGate1 = circuit.GetConstantStringGate(MachineType::ARCH, "test1", GateType::NJSValue()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit.h | 69 GateRef GetConstantStringGate(MachineType machineType, std::string_view str, GateType type);
|
| D | circuit.cpp | 470 GateRef Circuit::GetConstantStringGate(MachineType machineType, std::string_view str, in GetConstantStringGate() function in panda::ecmascript::kungfu::Circuit
|
| D | circuit_builder.cpp | 359 return GetCircuit()->GetConstantStringGate(MachineType::ARCH, str, GateType::NJSValue()); in StringPtr()
|