Searched refs:bytecode_start (Results 1 – 3 of 3) sorted by relevance
89 const uint8_t* bytecode_start, in Decode() argument91 Bytecode bytecode = Bytecodes::FromByte(bytecode_start[0]); in Decode()97 bytecode = Bytecodes::FromByte(bytecode_start[1]); in Decode()108 os << std::setw(2) << static_cast<uint32_t>(bytecode_start[i]) << ' '; in Decode()128 &bytecode_start[prefix_offset + operand_offset]; in Decode()184 &bytecode_start[prefix_offset + reg_count_offset]; in Decode()
42 static std::ostream& Decode(std::ostream& os, const uint8_t* bytecode_start,
100 Address bytecode_start = in GetAbstractPC() local103 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()