Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h260 std::string MachineTypeStr(MachineType machineType) const;
Dgate.cpp688 std::string Gate::MachineTypeStr(MachineType machineType) const in MachineTypeStr() function in panda::ecmascript::kungfu::Gate
739 log += "\"MType\":\"" + MachineTypeStr(GetMachineType()) + ", "; in Print()
798 log += "\"MType\"=\"" + MachineTypeStr(GetMachineType()) + ", "; in ShortPrint()