Home
last modified time | relevance | path

Searched refs:GateTypeStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp693 std::string Gate::GateTypeStr(GateType gateType) const in GateTypeStr() function in panda::ecmascript::kungfu::Gate
727 log += "type=" + GateTypeStr(type_) + ", "; in Print()
785 log += "type=" + GateTypeStr(type_) + ", "; in ShortPrint()
Dgate.h257 std::string GateTypeStr(GateType gateType) const;