Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-decoder.cc72 const uint8_t* bytecode_start, in Decode() argument
74 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()
80 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()
91 os << std::setw(2) << static_cast<uint32_t>(bytecode_start[i]) << ' '; in Decode()
111 &bytecode_start[prefix_offset + operand_offset]; in Decode()
158 &bytecode_start[prefix_offset + reg_count_offset]; in Decode()
Dbytecode-decoder.h42 static std::ostream& Decode(std::ostream& os, const uint8_t* bytecode_start,