Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-decoder.cc71 const char* NameForRuntimeId(uint32_t idx) { in NameForRuntimeId() function
139 os << "[" << NameForRuntimeId(IntrinsicsHelper::ToRuntimeId(id)) << "]"; in Decode()
143 os << "[" << NameForRuntimeId(DecodeUnsignedOperand( in Decode()