Lines Matching refs:byte
173 CopyBytes(reinterpret_cast<byte*>(raw_instruction_start()), desc.buffer,
176 CopyBytes(reinterpret_cast<byte*>(raw_instruction_start() + desc.instr_size),
480 Disassembler::Decode(isolate, os, reinterpret_cast<byte*>(begin),
481 reinterpret_cast<byte*>(end),
599 reinterpret_cast<byte*>(unwinding_info_start()),
600 reinterpret_cast<byte*>(unwinding_info_end()));
637 os, reinterpret_cast<byte*>(current_address));
689 CopyBytes(reinterpret_cast<byte*>(to.GetFirstBytecodeAddress()),
690 reinterpret_cast<byte*>(from.GetFirstBytecodeAddress()),
696 // The word must be completely within the byte code array.