Home
last modified time | relevance | path

Searched refs:GetConstantStringGate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h64 GateRef GetConstantStringGate(MachineType machineType, const std::string &str, GateType type);
Dcircuit.cpp466 GateRef Circuit::GetConstantStringGate(MachineType machineType, const std::string &str, in GetConstantStringGate() function in panda::ecmascript::kungfu::Circuit
Dcircuit_builder.cpp745 return GetCircuit()->GetConstantStringGate(MachineType::ARCH, str, GateType::NJSValue()); in StringPtr()