Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h258 std::string MachineTypeStr(MachineType machineType) const;
Dgate.cpp751 std::string Gate::MachineTypeStr(MachineType machineType) const in MachineTypeStr() function in panda::ecmascript::kungfu::Gate
808 oss << "\"MType\":\"" << MachineTypeStr(GetMachineType()) << ", "; in DumpHeader()
904 log << "\"MType\"=\"" + MachineTypeStr(GetMachineType()) + ", "; in ShortPrint()