Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h261 std::string GateTypeStr(GateType gateType) const;
Dgate.cpp709 std::string Gate::GateTypeStr(GateType gateType) const in GateTypeStr() function in panda::ecmascript::kungfu::Gate
744 log += "type=" + GateTypeStr(type_) + ", "; in Print()
802 log += "type=" + GateTypeStr(type_) + ", "; in ShortPrint()