Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Dtranslation-opcode.h61 inline const char* TranslationOpcodeToString(TranslationOpcode o) { in TranslationOpcodeToString() function
Dtranslated-state.cc43 os << " " << TranslationOpcodeToString(opcode) in TranslationArrayPrintSingleFrame()
51 os << std::setw(31) << " " << TranslationOpcodeToString(opcode) << " "; in TranslationArrayPrintSingleFrame()