Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data_builder.h168 const GateMetaData* ConstString(std::string_view str) in ConstString() function
Dir_builder.h62 V(ConstString, (GateRef gate, const ChunkVector<char> &str)) \
Dcircuit.cpp522 auto gate = NewGate(metaBuilder_.ConstString(str), machineType, type); in GetConstantStringGate()