byte 408 src/api.cc i::Vector<const i::byte> libraries_source = i::Natives::GetScriptsSource(); byte 414 src/api.cc i::Vector<const i::byte> exp_libraries_source = byte 430 src/api.cc reinterpret_cast<const i::byte*>(decompressed_data[kSnapshot].data)); byte 435 src/api.cc reinterpret_cast<const i::byte*>( byte 308 src/arm/assembler-arm.cc buffer_ = NewArray<byte>(buffer_size); byte 310 src/arm/assembler-arm.cc buffer_ = static_cast<byte*>(buffer); byte 318 src/arm/assembler-arm.cc buffer_ = static_cast<byte*>(buffer); byte 2461 src/arm/assembler-arm.cc desc.buffer = NewArray<byte>(desc.buffer_size); byte 1257 src/arm/assembler-arm.h static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } byte 1258 src/arm/assembler-arm.h static void instr_at_put(byte* pc, Instr instr) { byte 1352 src/arm/assembler-arm.h byte* buffer_; byte 1365 src/arm/assembler-arm.h byte* pc_; // the program counter; moves forward byte 715 src/arm/constants-arm.h static Instruction* At(byte* pc) { byte 521 src/arm/disasm-arm.cc byte* str = byte 522 src/arm/disasm-arm.cc reinterpret_cast<byte*>(instr->InstructionBits() & 0x0fffffff); byte 602 src/arm/disasm-arm.cc reinterpret_cast<byte*>(instr) + off)); byte 1503 src/arm/disasm-arm.cc for (byte* pc = begin; pc < end;) { byte 1506 src/arm/disasm-arm.cc byte* prev_pc = pc; byte 1348 src/arm/macro-assembler-arm.h CodePatcher(byte* address, int instructions); byte 1365 src/arm/macro-assembler-arm.h byte* address_; // The address of the code being patched. byte 1199 src/arm/regexp-macro-assembler-arm.cc const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); byte 1204 src/arm/regexp-macro-assembler-arm.cc const byte* new_address = StringCharacterPosition(*subject_tmp, byte 1210 src/arm/regexp-macro-assembler-arm.cc const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); byte 1213 src/arm/regexp-macro-assembler-arm.cc frame_entry<const byte*>(re_frame, kInputStart) = new_address; byte 1214 src/arm/regexp-macro-assembler-arm.cc frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length; byte 286 src/arm/simulator-arm.cc reinterpret_cast<byte*>(sim_->get_pc())); byte 432 src/arm/simulator-arm.cc byte* prev = NULL; byte 433 src/arm/simulator-arm.cc byte* cur = NULL; byte 434 src/arm/simulator-arm.cc byte* end = NULL; byte 437 src/arm/simulator-arm.cc cur = reinterpret_cast<byte*>(sim_->get_pc()); byte 445 src/arm/simulator-arm.cc cur = reinterpret_cast<byte*>(value); byte 453 src/arm/simulator-arm.cc cur = reinterpret_cast<byte*>(sim_->get_pc()); byte 462 src/arm/simulator-arm.cc cur = reinterpret_cast<byte*>(value1); byte 2526 src/arm/simulator-arm.cc byte val = ReadBU(addr); byte 2529 src/arm/simulator-arm.cc byte val = get_register(rd); byte 2660 src/arm/simulator-arm.cc uint8_t byte = ReadB(addr); byte 2661 src/arm/simulator-arm.cc set_register(rd, byte); byte 2663 src/arm/simulator-arm.cc uint8_t byte = get_register(rd); byte 2664 src/arm/simulator-arm.cc WriteB(addr, byte); byte 3239 src/arm/simulator-arm.cc reinterpret_cast<byte*>(instr)); byte 189 src/arm/simulator-arm.h int32_t Call(byte* entry, int argument_count, ...); byte 247 src/assembler.cc byte b = pc_jump & kChunkMask; byte 265 src/assembler.cc *--pos_ = static_cast<byte>(data_delta << kLocatableTypeTagBits | tag); byte 287 src/assembler.cc *--pos_ = static_cast<byte>(data_delta); byte 296 src/assembler.cc *--pos_ = static_cast<byte>(data); byte 305 src/assembler.cc *--pos_ = static_cast<byte>(data_delta); byte 314 src/assembler.cc byte* begin_pos = pos_; byte 451 src/assembler.cc byte pc_jump_part = *--pos_; byte 225 src/assembler.h RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) byte 269 src/assembler.h byte* pc() const { return pc_; } byte 270 src/assembler.h void set_pc(byte* pc) { pc_ = pc; } byte 335 src/assembler.h void PatchCode(byte* instructions, int instruction_count); byte 369 src/assembler.h byte* pc_; byte 398 src/assembler.h RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), byte 403 src/assembler.h byte* pos() const { return pos_; } byte 404 src/assembler.h byte* last_pc() const { return last_pc_; } byte 410 src/assembler.h void Reposition(byte* pos, byte* pc) { byte 432 src/assembler.h byte* pos_; byte 433 src/assembler.h byte* last_pc_; byte 492 src/assembler.h byte* pos_; byte 493 src/assembler.h byte* end_; byte 1530 src/builtins.cc byte* generator; byte 1531 src/builtins.cc byte* c_code; byte 1610 src/builtins.cc union { int force_alignment; byte buffer[4*KB]; } u; byte 276 src/builtins.h const char* Lookup(byte* pc); byte 66 src/circular-queue.cc positions_ = NewArray<byte>(positions_size); byte 73 src/circular-queue.cc reinterpret_cast<byte*>(producer_pos_) + kProcessorCacheLineSize); byte 74 src/circular-queue.cc ASSERT(reinterpret_cast<byte*>(consumer_pos_ + 1) <= byte 93 src/circular-queue.h byte* positions_; byte 1045 src/code-stubs.h explicit Types(byte bits) : set_(bits) {} byte 1050 src/code-stubs.h byte ToByte() const { return set_.ToIntegral(); } byte 1058 src/code-stubs.h EnumSet<Type, byte> set_; byte 1919 src/debug.cc byte* new_pc = new_code->instruction_start() + frame_offset + byte 44 src/disasm.h virtual const char* NameOfAddress(byte* addr) const; byte 45 src/disasm.h virtual const char* NameOfConstant(byte* addr) const; byte 46 src/disasm.h virtual const char* NameInCode(byte* addr) const; byte 63 src/disasm.h int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction); byte 67 src/disasm.h int ConstantPoolSizeAt(byte* instruction); byte 71 src/disasm.h static void Disassemble(FILE* f, byte* begin, byte* end); byte 46 src/disassembler.cc for (byte* pc = begin; pc < end; pc++) { byte 126 src/disassembler.cc byte* pc = begin; byte 138 src/disassembler.cc byte* prev_pc = pc; byte 156 src/disassembler.cc byte* ptr = *reinterpret_cast<byte**>(pc); byte 170 src/disassembler.cc List<byte*> pcs(1); byte 334 src/disassembler.cc byte* begin = code->instruction_start(); byte 335 src/disassembler.cc byte* end = begin + decode_size; byte 39 src/disassembler.h static void Dump(FILE* f, byte* begin, byte* end); byte 44 src/disassembler.h static int Decode(FILE* f, byte* begin, byte* end); byte 53 src/disassembler.h static int Decode(FILE* f, byte* pc, int* char_count); byte 113 src/execution.cc byte* function_entry = function->code()->entry(); byte 330 src/factory.h Handle<Code> CopyCode(Handle<Code> code, Vector<byte> reloc_info); byte 125 src/gdb-jit.cc buffer_ = reinterpret_cast<byte*>(realloc(buffer_, capacity_)); byte 131 src/gdb-jit.cc byte* buffer() { return buffer_; } byte 143 src/gdb-jit.cc uint8_t byte = value & 0x7F; byte 145 src/gdb-jit.cc if (value != 0) byte |= 0x80; byte 146 src/gdb-jit.cc Write<uint8_t>(byte); byte 153 src/gdb-jit.cc int8_t byte = value & 0x7F; byte 154 src/gdb-jit.cc bool byte_sign = byte & 0x40; byte 160 src/gdb-jit.cc byte |= 0x80; byte 163 src/gdb-jit.cc Write<int8_t>(byte); byte 185 src/gdb-jit.cc byte* buffer_; byte 172 src/globals.h typedef byte* Address; byte 251 src/heap-inl.h reinterpret_cast<byte*>(string) + byte 2080 src/heap.cc memset(reinterpret_cast<byte*>(map) + Map::kPadStart - kHeapObjectTag, byte 993 src/heap.h MUST_USE_RESULT MaybeObject* CopyCode(Code* code, Vector<byte> reloc_info); byte 1854 src/heap.h byte kind); byte 411 src/ia32/assembler-ia32-inl.h byte disp = 0x00; byte 415 src/ia32/assembler-ia32-inl.h disp = static_cast<byte>(offset & 0xFF); byte 330 src/ia32/assembler-ia32.cc buffer_ = NewArray<byte>(buffer_size); byte 332 src/ia32/assembler-ia32.cc buffer_ = static_cast<byte*>(buffer); byte 339 src/ia32/assembler-ia32.cc buffer_ = static_cast<byte*>(buffer); byte 2076 src/ia32/assembler-ia32.cc EMIT(static_cast<byte>(mode) | 0x8); byte 2465 src/ia32/assembler-ia32.cc desc.buffer = NewArray<byte>(desc.buffer_size); byte 377 src/ia32/assembler-ia32.h byte buf_[6]; byte 633 src/ia32/assembler-ia32.h static const byte kTestAlByte = 0xA8; byte 635 src/ia32/assembler-ia32.h static const byte kNopByte = 0x90; byte 638 src/ia32/assembler-ia32.h static const byte kJmpShortOpcode = 0xEB; byte 640 src/ia32/assembler-ia32.h static const byte kJccShortPrefix = 0x70; byte 641 src/ia32/assembler-ia32.h static const byte kJncShortOpcode = kJccShortPrefix | not_carry; byte 642 src/ia32/assembler-ia32.h static const byte kJcShortOpcode = kJccShortPrefix | carry; byte 643 src/ia32/assembler-ia32.h static const byte kJnzShortOpcode = kJccShortPrefix | not_zero; byte 644 src/ia32/assembler-ia32.h static const byte kJzShortOpcode = kJccShortPrefix | zero; byte 880 src/ia32/assembler-ia32.h void call(byte* entry, RelocInfo::Mode rmode); byte 892 src/ia32/assembler-ia32.h void jmp(byte* entry, RelocInfo::Mode rmode); byte 901 src/ia32/assembler-ia32.h void j(Condition cc, byte* entry, RelocInfo::Mode rmode); byte 1033 src/ia32/assembler-ia32.h void extractps(Register dst, XMMRegister src, byte imm8); byte 1109 src/ia32/assembler-ia32.h byte byte_at(int pos) { return buffer_[pos]; } byte 1110 src/ia32/assembler-ia32.h void set_byte_at(int pos, byte value) { buffer_[pos] = value; } byte 1122 src/ia32/assembler-ia32.h byte* addr_at(int pos) { return buffer_ + pos; } byte 1177 src/ia32/assembler-ia32.h byte* buffer_; byte 1183 src/ia32/assembler-ia32.h byte* pc_; // the program counter; moves forward byte 502 src/ia32/code-stubs-ia32.h static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8. byte 503 src/ia32/code-stubs-ia32.h static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8. byte 505 src/ia32/code-stubs-ia32.h static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. byte 506 src/ia32/code-stubs-ia32.h static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32. byte 509 src/ia32/code-stubs-ia32.h byte first_instruction = stub->instruction_start()[0]; byte 510 src/ia32/code-stubs-ia32.h byte second_instruction = stub->instruction_start()[2]; byte 63 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, byte 108 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, byte 146 src/ia32/codegen-ia32.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, byte 105 src/ia32/deoptimizer-ia32.cc byte* pos_before = reloc_info_writer.pos(); byte 223 src/ia32/deoptimizer-ia32.cc static const byte kJnsInstruction = 0x79; byte 224 src/ia32/deoptimizer-ia32.cc static const byte kJnsOffset = 0x13; byte 225 src/ia32/deoptimizer-ia32.cc static const byte kJaeInstruction = 0x73; byte 226 src/ia32/deoptimizer-ia32.cc static const byte kJaeOffset = 0x07; byte 227 src/ia32/deoptimizer-ia32.cc static const byte kCallInstruction = 0xe8; byte 228 src/ia32/deoptimizer-ia32.cc static const byte kNopByteOne = 0x66; byte 229 src/ia32/deoptimizer-ia32.cc static const byte kNopByteTwo = 0x90; byte 247 src/ia32/disasm-ia32.cc for (byte b = start; b <= end; b++) { byte 257 src/ia32/disasm-ia32.cc for (byte b = 0x70; b <= 0x7F; b++) { byte 402 src/ia32/disasm-ia32.cc byte sib = *(modrmp + 1); byte 434 src/ia32/disasm-ia32.cc byte sib = *(modrmp + 1); byte 490 src/ia32/disasm-ia32.cc byte modrm = *data; byte 518 src/ia32/disasm-ia32.cc byte modrm = *(data+1); byte 547 src/ia32/disasm-ia32.cc byte modrm = *(data+1); byte 579 src/ia32/disasm-ia32.cc byte op = *data; byte 581 src/ia32/disasm-ia32.cc byte modrm = *(data+1); byte 623 src/ia32/disasm-ia32.cc byte b = *(data+1); byte 624 src/ia32/disasm-ia32.cc byte* dest = data + static_cast<int8_t>(b) + 2; byte 633 src/ia32/disasm-ia32.cc byte cond = *(data+1) & 0x0F; byte 634 src/ia32/disasm-ia32.cc byte* dest = data + *reinterpret_cast<int32_t*>(data+2) + 6; byte 646 src/ia32/disasm-ia32.cc byte cond = *data & 0x0F; byte 647 src/ia32/disasm-ia32.cc byte b = *(data+1); byte 648 src/ia32/disasm-ia32.cc byte* dest = data + static_cast<int8_t>(b) + 2; byte 661 src/ia32/disasm-ia32.cc byte cond = *(data+1) & 0x0F; byte 672 src/ia32/disasm-ia32.cc byte cond = *(data + 1) & 0x0F; byte 681 src/ia32/disasm-ia32.cc byte escape_opcode = *data; byte 683 src/ia32/disasm-ia32.cc byte modrm_byte = *(data+1); byte 882 src/ia32/disasm-ia32.cc byte* data = instr; byte 917 src/ia32/disasm-ia32.cc byte* addr = reinterpret_cast<byte*>(*reinterpret_cast<int32_t*>(data+1)); byte 926 src/ia32/disasm-ia32.cc byte* addr = data + *reinterpret_cast<int32_t*>(data+1) + 5; byte 933 src/ia32/disasm-ia32.cc byte* addr = reinterpret_cast<byte*>(*reinterpret_cast<int32_t*>(data+1)); byte 996 src/ia32/disasm-ia32.cc { byte f0byte = data[1]; byte 1442 src/ia32/disasm-ia32.cc byte b2 = *(data+2); byte 1511 src/ia32/disasm-ia32.cc byte b2 = *(data+2); byte 1585 src/ia32/disasm-ia32.cc for (byte* bp = instr; bp < data; bp++) { byte 1679 src/ia32/disasm-ia32.cc for (byte* pc = begin; pc < end;) { byte 1682 src/ia32/disasm-ia32.cc byte* prev_pc = pc; byte 1687 src/ia32/disasm-ia32.cc for (byte* bp = prev_pc; bp < pc; bp++) { byte 1768 src/ia32/ic-ia32.cc *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); byte 1622 src/ia32/macro-assembler-ia32.cc static_cast<byte>(1 << byte_bit_index)); byte 927 src/ia32/macro-assembler-ia32.h CodePatcher(byte* address, int size); byte 934 src/ia32/macro-assembler-ia32.h byte* address_; // The address of the code being patched. byte 978 src/ia32/macro-assembler-ia32.h byte* ia32_coverage_function = \ byte 979 src/ia32/macro-assembler-ia32.h reinterpret_cast<byte*>(FUNCTION_ADDR(LogGeneratedCodeCoverage)); \ byte 1246 src/ia32/regexp-macro-assembler-ia32.cc const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); byte 1251 src/ia32/regexp-macro-assembler-ia32.cc const byte* new_address = StringCharacterPosition(*subject_tmp, byte 1257 src/ia32/regexp-macro-assembler-ia32.cc const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); byte 1260 src/ia32/regexp-macro-assembler-ia32.cc frame_entry<const byte*>(re_frame, kInputStart) = new_address; byte 1261 src/ia32/regexp-macro-assembler-ia32.cc frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length; byte 197 src/interpreter-irregexp.cc const byte* pc = code_base; byte 475 src/interpreter-irregexp.cc byte b = pc[8 + ((current_char & mask) >> kBitsPerByteLog2)]; byte 616 src/interpreter-irregexp.cc const byte* code_base = code_array->GetDataStartAddress(); byte 326 src/isolate.h V(byte*, assembler_spare_buffer, NULL) \ byte 5985 src/jsregexp.cc EmbeddedVector<byte, 1024> codes; byte 1179 src/liveedit.cc buffer_ = NewArray<byte>(buffer_size_); byte 1196 src/liveedit.cc Vector<byte> GetResult() { byte 1200 src/liveedit.cc return Vector<byte>(reloc_info_writer_.pos(), result_size); byte 1219 src/liveedit.cc byte* new_buffer = NewArray<byte>(new_buffer_size); byte 1237 src/liveedit.cc byte* buffer_; byte 1271 src/liveedit.cc Vector<byte> buffer = buffer_writer.GetResult(); byte 63 src/log.cc byte buffer_[kBufferSize]; byte 242 src/log.cc buffer_[i] = static_cast<byte>(OTHER); byte 259 src/log.cc buffer_[current_index_] = static_cast<byte>(state); byte 3702 src/mark-compact.cc int byte = (mark_bits & 0xff); byte 3704 src/mark-compact.cc if (byte != 0) { byte 3705 src/mark-compact.cc ASSERT(byte < kStartTableLines); // No consecutive 1 bits. byte 3706 src/mark-compact.cc char* table = kStartTable + byte * kStartTableEntriesPerLine; byte 106 src/mips/assembler-mips-inl.h byte* p = reinterpret_cast<byte*>(pc_); byte 289 src/mips/assembler-mips.cc buffer_ = NewArray<byte>(buffer_size); byte 291 src/mips/assembler-mips.cc buffer_ = static_cast<byte*>(buffer); byte 299 src/mips/assembler-mips.cc buffer_ = static_cast<byte*>(buffer); byte 1977 src/mips/assembler-mips.cc desc.buffer = NewArray<byte>(desc.buffer_size); byte 2001 src/mips/assembler-mips.cc byte* p = reinterpret_cast<byte*>(it.rinfo()->pc()); byte 928 src/mips/assembler-mips.h static int RelocateInternalReference(byte* pc, intptr_t pc_delta); byte 952 src/mips/assembler-mips.h static Instr instr_at(byte* pc) { return *reinterpret_cast<Instr*>(pc); } byte 953 src/mips/assembler-mips.h static void instr_at_put(byte* pc, Instr instr) { byte 1083 src/mips/assembler-mips.h byte* buffer_; byte 1098 src/mips/assembler-mips.h byte* pc_; // The program counter - moves forward. byte 768 src/mips/constants-mips.h static Instruction* At(byte* pc) { byte 1036 src/mips/disasm-mips.cc for (byte* pc = begin; pc < end;) { byte 1039 src/mips/disasm-mips.cc byte* prev_pc = pc; byte 1508 src/mips/macro-assembler-mips.h CodePatcher(byte* address, int instructions); byte 1525 src/mips/macro-assembler-mips.h byte* address_; // The address of the code being patched. byte 1199 src/mips/regexp-macro-assembler-mips.cc const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); byte 1204 src/mips/regexp-macro-assembler-mips.cc const byte* new_address = StringCharacterPosition(*subject_tmp, byte 1210 src/mips/regexp-macro-assembler-mips.cc const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); byte 1213 src/mips/regexp-macro-assembler-mips.cc frame_entry<const byte*>(re_frame, kInputStart) = new_address; byte 1214 src/mips/regexp-macro-assembler-mips.cc frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length; byte 382 src/mips/simulator-mips.cc reinterpret_cast<byte*>(sim_->get_pc())); byte 550 src/mips/simulator-mips.cc byte* cur = NULL; byte 551 src/mips/simulator-mips.cc byte* end = NULL; byte 554 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(sim_->get_pc()); byte 562 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(value); byte 570 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(sim_->get_pc()); byte 579 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(value1); byte 684 src/mips/simulator-mips.cc byte* cur = NULL; byte 685 src/mips/simulator-mips.cc byte* end = NULL; byte 688 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(sim_->get_pc()); byte 693 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(value); byte 701 src/mips/simulator-mips.cc cur = reinterpret_cast<byte*>(value1); byte 2659 src/mips/simulator-mips.cc dasm.InstructionDecode(buffer, reinterpret_cast<byte*>(instr)); byte 216 src/mips/simulator-mips.h int32_t Call(byte* entry, int argument_count, ...); byte 103 src/mksnapshot.cc data_.Add(byte); byte 58 src/natives.h static Vector<const byte> GetScriptsSource(); byte 413 src/objects-inl.h return static_cast<const byte*>(start_)[index]; byte 869 src/objects-inl.h (reinterpret_cast<byte*>(p) + offset - kHeapObjectTag) byte 963 src/objects-inl.h (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset))) byte 966 src/objects-inl.h (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset)) = value) byte 1419 src/objects-inl.h byte Oddball::kind() { byte 1424 src/objects-inl.h void Oddball::set_kind(byte value) { byte 2386 src/objects-inl.h static_cast<byte>(value)); byte 2590 src/objects-inl.h byte ByteArray::get(int index) { byte 2596 src/objects-inl.h void ByteArray::set(int index, byte value) { byte 2814 src/objects-inl.h WRITE_BYTE_FIELD(this, kVisitorIdOffset, static_cast<byte>(id)); byte 2870 src/objects-inl.h WRITE_BYTE_FIELD(this, kInstanceSizeOffset, static_cast<byte>(value)); byte 2876 src/objects-inl.h WRITE_BYTE_FIELD(this, kInObjectPropertiesOffset, static_cast<byte>(value)); byte 2884 src/objects-inl.h static_cast<byte>(value)); byte 2908 src/objects-inl.h byte Map::bit_field() { byte 2913 src/objects-inl.h void Map::set_bit_field(byte value) { byte 2918 src/objects-inl.h byte Map::bit_field2() { byte 2923 src/objects-inl.h void Map::set_bit_field2(byte value) { byte 3115 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3122 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3130 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3137 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3145 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3152 src/objects-inl.h byte flags = READ_BYTE_FIELD(this, kFullCodeFlags); byte 3235 src/objects-inl.h byte type = READ_BYTE_FIELD(this, kCheckTypeOffset); byte 3246 src/objects-inl.h byte Code::unary_op_type() { byte 3253 src/objects-inl.h void Code::set_unary_op_type(byte value) { byte 3261 src/objects-inl.h byte Code::binary_op_type() { byte 3268 src/objects-inl.h void Code::set_binary_op_type(byte value) { byte 3276 src/objects-inl.h byte Code::binary_op_result_type() { byte 3283 src/objects-inl.h void Code::set_binary_op_result_type(byte value) { byte 3291 src/objects-inl.h byte Code::compare_state() { byte 3298 src/objects-inl.h void Code::set_compare_state(byte value) { byte 3306 src/objects-inl.h byte Code::compare_operation() { byte 3313 src/objects-inl.h void Code::set_compare_operation(byte value) { byte 3321 src/objects-inl.h byte Code::to_boolean_state() { byte 3328 src/objects-inl.h void Code::set_to_boolean_state(byte value) { byte 3919 src/objects-inl.h WRITE_BYTE_FIELD(this, kConstructionCountOffset, static_cast<byte>(value)); byte 4514 src/objects-inl.h byte* Code::instruction_start() { byte 4519 src/objects-inl.h byte* Code::instruction_end() { byte 4540 src/objects-inl.h byte* Code::relocation_start() { byte 4550 src/objects-inl.h byte* Code::entry() { byte 4555 src/objects-inl.h bool Code::contains(byte* inner_pointer) { byte 6112 src/objects.cc const unibrow::byte* SeqAsciiString::SeqAsciiStringReadBlock( byte 6116 src/objects.cc const unibrow::byte* b = reinterpret_cast<unibrow::byte*>(this) - byte 6131 src/objects.cc const unibrow::byte* ConsString::ConsStringReadBlock(ReadBlockBuffer* rbb, byte 6156 src/objects.cc const unibrow::byte* answer = byte 6171 src/objects.cc const unibrow::byte* answer = byte 6196 src/objects.cc const unibrow::byte* ExternalAsciiString::ExternalAsciiStringReadBlock( byte 6201 src/objects.cc const unibrow::byte* b = byte 6202 src/objects.cc reinterpret_cast<const unibrow::byte*>(GetChars()) + *offset_ptr; byte 6272 src/objects.cc const unibrow::byte* String::ReadBlock(String* input, byte 6473 src/objects.cc const unibrow::byte* String::ReadBlock(String* input, byte 6481 src/objects.cc const unibrow::byte* answer = ReadBlock(input, &rbb, offset_ptr, chars); byte 6488 src/objects.cc const unibrow::byte* String::ReadBlock(String** raw_input, byte 6603 src/objects.cc const unibrow::byte* SlicedString::SlicedStringReadBlock( byte 6607 src/objects.cc const unibrow::byte* answer = String::ReadBlock(String::cast(parent()), byte 3622 src/objects.h inline byte get(int index); byte 3623 src/objects.h inline void set(int index, byte value); byte 4369 src/objects.h inline byte unary_op_type(); byte 4370 src/objects.h inline void set_unary_op_type(byte value); byte 4373 src/objects.h inline byte binary_op_type(); byte 4374 src/objects.h inline void set_binary_op_type(byte value); byte 4375 src/objects.h inline byte binary_op_result_type(); byte 4376 src/objects.h inline void set_binary_op_result_type(byte value); byte 4379 src/objects.h inline byte compare_state(); byte 4380 src/objects.h inline void set_compare_state(byte value); byte 4384 src/objects.h inline byte compare_operation(); byte 4385 src/objects.h inline void set_compare_operation(byte value); byte 4388 src/objects.h inline byte to_boolean_state(); byte 4389 src/objects.h inline void set_to_boolean_state(byte value); byte 4462 src/objects.h inline byte* instruction_start(); byte 4465 src/objects.h inline byte* instruction_end(); byte 4471 src/objects.h inline byte* relocation_start(); byte 4474 src/objects.h inline byte* entry(); byte 4477 src/objects.h inline bool contains(byte* pc); byte 4688 src/objects.h inline byte bit_field(); byte 4689 src/objects.h inline void set_bit_field(byte value); byte 4692 src/objects.h inline byte bit_field2(); byte 4693 src/objects.h inline void set_bit_field2(byte value); byte 7070 src/objects.h : buffer_(Vector<const byte>::cast(chars)), byte 7073 src/objects.h : buffer_(Vector<const byte>::cast(chars)), byte 7077 src/objects.h Vector<const byte> buffer_; byte 7316 src/objects.h static const unibrow::byte* ReadBlock(String* input, byte 7317 src/objects.h unibrow::byte* util_buffer, byte 7321 src/objects.h static const unibrow::byte* ReadBlock(String** input, byte 7322 src/objects.h unibrow::byte* util_buffer, byte 7365 src/objects.h ReadBlockBuffer(unibrow::byte* util_buffer_, byte 7374 src/objects.h unibrow::byte* util_buffer; byte 7380 src/objects.h static inline const unibrow::byte* ReadBlock(String* input, byte 7463 src/objects.h inline const unibrow::byte* SeqAsciiStringReadBlock(unsigned* remaining, byte 7561 src/objects.h inline const unibrow::byte* ConsStringReadBlock(ReadBlockBuffer* buffer, byte 7614 src/objects.h inline const unibrow::byte* SlicedStringReadBlock(ReadBlockBuffer* buffer, byte 7699 src/objects.h const unibrow::byte* ExternalAsciiStringReadBlock(unsigned* remaining, byte 7849 src/objects.h inline byte kind(); byte 7850 src/objects.h inline void set_kind(byte kind); byte 7863 src/objects.h byte kind); byte 7871 src/objects.h static const byte kFalse = 0; byte 7872 src/objects.h static const byte kTrue = 1; byte 7873 src/objects.h static const byte kNotBooleanMask = ~1; byte 7874 src/objects.h static const byte kTheHole = 2; byte 7875 src/objects.h static const byte kNull = 3; byte 7876 src/objects.h static const byte kArgumentMarker = 4; byte 7877 src/objects.h static const byte kUndefined = 5; byte 7878 src/objects.h static const byte kOther = 6; byte 5918 src/parser.cc symbol_data_ = reinterpret_cast<byte*>(&store_[symbol_data_offset]); byte 5921 src/parser.cc symbol_data_ = reinterpret_cast<byte*>(&store_[0] + store_.length()); byte 5923 src/parser.cc symbol_data_end_ = reinterpret_cast<byte*>(&store_[0] + store_.length()); byte 5935 src/parser.cc byte* data = *source; byte 5937 src/parser.cc byte input = *data; byte 150 src/parser.h int ReadNumber(byte** source); byte 131 src/preparse-data.cc Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes)); byte 162 src/preparse-data.cc Vector<byte>::cast(data.SubVector(symbol_start, total_size))); byte 174 src/preparse-data.cc symbol_store_.Add(static_cast<byte>(number >> i) | 0x80u); byte 179 src/preparse-data.cc symbol_store_.Add(static_cast<byte>(number)); byte 171 src/preparse-data.h LogSymbol(start, hash, true, Vector<const byte>::cast(literal)); byte 177 src/preparse-data.h LogSymbol(start, hash, false, Vector<const byte>::cast(literal)); byte 188 src/preparse-data.h Vector<const byte> literal_bytes; byte 194 src/preparse-data.h Vector<const byte> literal); byte 221 src/preparse-data.h Collector<byte> literal_chars_; byte 222 src/preparse-data.h Collector<byte> symbol_store_; byte 1658 src/preparser.cc return AddSymbol(i::Vector<const byte>::cast(key), true, value); byte 1662 src/preparser.cc return AddSymbol(i::Vector<const byte>::cast(key), false, value); byte 1669 src/preparser.cc byte* encoding = BackupKey(key, is_ascii); byte 1697 src/preparser.cc return AddSymbol(i::Vector<const byte>(reinterpret_cast<const byte*>(string), byte 1721 src/preparser.cc byte digit = number[pos] - '0'; byte 1750 src/preparser.cc byte* s1 = reinterpret_cast<byte*>(first); byte 1751 src/preparser.cc byte* s2 = reinterpret_cast<byte*>(second); byte 1753 src/preparser.cc byte c1; byte 1766 src/preparser.cc byte* DuplicateFinder::BackupKey(i::Vector<const byte> bytes, byte 1776 src/preparser.cc backing_store_.Add(static_cast<byte>((ascii_length >> 28) | 0x80)); byte 1778 src/preparser.cc backing_store_.Add(static_cast<byte>((ascii_length >> 21) | 0x80u)); byte 1780 src/preparser.cc backing_store_.Add(static_cast<byte>((ascii_length >> 14) | 0x80u)); byte 1782 src/preparser.cc backing_store_.Add(static_cast<byte>((ascii_length >> 7) | 0x80u)); byte 1784 src/preparser.cc backing_store_.Add(static_cast<byte>(ascii_length & 0x7f)); byte 77 src/preparser.h int AddSymbol(i::Vector<const byte> key, bool is_ascii, int value); byte 82 src/preparser.h byte* BackupKey(i::Vector<const byte> key, bool is_ascii); byte 89 src/preparser.h static uint32_t Hash(i::Vector<const byte> key, bool is_ascii); byte 43 src/regexp-macro-assembler-irregexp-inl.h void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, byte 45 src/regexp-macro-assembler-irregexp-inl.h uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); byte 385 src/regexp-macro-assembler-irregexp.cc int byte = 0; byte 387 src/regexp-macro-assembler-irregexp.cc if (table->get(i + j) != 0) byte |= 1 << j; byte 389 src/regexp-macro-assembler-irregexp.cc Emit8(byte); byte 488 src/regexp-macro-assembler-irregexp.cc Vector<byte> old_buffer = buffer_; byte 489 src/regexp-macro-assembler-irregexp.cc buffer_ = Vector<byte>::New(old_buffer.length() * 2); byte 51 src/regexp-macro-assembler-irregexp.h RegExpMacroAssemblerIrregexp(Vector<byte>, Zone* zone); byte 130 src/regexp-macro-assembler-irregexp.h Vector<byte> buffer_; byte 77 src/regexp-macro-assembler.cc const byte* NativeRegExpMacroAssembler::StringCharacterPosition( byte 85 src/regexp-macro-assembler.cc const byte* address; byte 88 src/regexp-macro-assembler.cc address = reinterpret_cast<const byte*>(data); byte 92 src/regexp-macro-assembler.cc address = reinterpret_cast<const byte*>(data); byte 103 src/regexp-macro-assembler.cc return reinterpret_cast<const byte*>(data + start_index); byte 145 src/regexp-macro-assembler.cc const byte* input_start = byte 148 src/regexp-macro-assembler.cc const byte* input_end = input_start + byte_length; byte 197 src/regexp-macro-assembler.cc const byte NativeRegExpMacroAssembler::word_character_map[] = { byte 245 src/regexp-macro-assembler.h static const byte* StringCharacterPosition(String* subject, int start_index); byte 250 src/regexp-macro-assembler.h static const byte word_character_map[128]; byte 259 src/regexp-macro-assembler.h const byte* input_start, byte 260 src/regexp-macro-assembler.h const byte* input_end, byte 94 src/regexp-stack.cc Address new_memory = NewArray<byte>(static_cast<int>(size)); byte 5820 src/runtime.cc static const byte JsonQuoteLengths[kQuoteTableLength] = { byte 624 src/runtime.h byte* entry; byte 114 src/safepoint-table.cc PrintF("%c", ((byte & (1 << i)) == 0) ? '0' : '1'); byte 152 src/safepoint-table.h static void PrintBits(uint8_t byte, int digits); byte 213 src/scanner-character-streams.cc static const byte kUtf8MultiByteMask = 0xC0; byte 214 src/scanner-character-streams.cc static const byte kUtf8MultiByteCharStart = 0xC0; byte 215 src/scanner-character-streams.cc static const byte kUtf8MultiByteCharFollower = 0x80; byte 233 src/scanner-character-streams.cc byte character = buffer[--*cursor]; byte 248 src/scanner-character-streams.cc byte character = buffer[(*cursor)++]; byte 83 src/scanner-character-streams.h Utf8ToUtf16CharacterStream(const byte* data, unsigned length); byte 91 src/scanner-character-streams.h const byte* raw_data_; byte 92 src/scanner.cc static const byte one_char_tokens[] = { byte 187 src/scanner.h backing_store_[position_] = static_cast<byte>(code_unit); byte 236 src/scanner.h Vector<byte> new_store = Vector<byte>::New(NewCapacity(kInitialCapacity)); byte 244 src/scanner.h Vector<byte> new_store; byte 249 src/scanner.h new_store = Vector<byte>::New(NewCapacity(new_content_size)); byte 268 src/scanner.h Vector<byte> backing_store_; byte 929 src/serialize.cc byte* raw_data_out = reinterpret_cast<byte*>(current); \ byte 941 src/serialize.cc byte* raw_data_out = reinterpret_cast<byte*>(current); byte 1167 src/serialize.cc sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte"); byte 163 src/serialize.h SnapshotByteSource(const byte* array, int length) byte 173 src/serialize.h inline void CopyRaw(byte* to, int number_of_bytes); byte 184 src/serialize.h const byte* data_; byte 323 src/serialize.h void SnapshotByteSource::CopyRaw(byte* to, int number_of_bytes) { byte 393 src/serialize.h virtual void Put(int byte, const char* description) = 0; byte 394 src/serialize.h virtual void PutSection(int byte, const char* description) { byte 395 src/serialize.h Put(byte, description); byte 50 src/snapshot-common.cc byte* str = ReadBytes(snapshot_file, &len); byte 37 src/snapshot-empty.cc const byte Snapshot::data_[] = { 0 }; byte 38 src/snapshot-empty.cc const byte* Snapshot::raw_data_ = NULL; byte 41 src/snapshot-empty.cc const byte Snapshot::context_data_[] = { 0 }; byte 42 src/snapshot-empty.cc const byte* Snapshot::context_raw_data_ = NULL; byte 55 src/snapshot.h static const byte* data() { return data_; } byte 58 src/snapshot.h static void set_raw_data(const byte* raw_data) { byte 61 src/snapshot.h static const byte* context_data() { return context_data_; } byte 65 src/snapshot.h const byte* context_raw_data) { byte 70 src/snapshot.h static const byte data_[]; byte 71 src/snapshot.h static const byte* raw_data_; byte 72 src/snapshot.h static const byte context_data_[]; byte 73 src/snapshot.h static const byte* context_raw_data_; byte 86 src/snapshot.h static bool Deserialize(const byte* content, int len); byte 2433 src/spaces.cc const byte* prev_pc = it->rinfo()->pc(); byte 2468 src/spaces.cc const byte* prev_pc = code->instruction_start(); byte 395 src/string-stream.cc byte b = byte_array->get(i); byte 39 src/transitions-inl.h (reinterpret_cast<byte*>(p) + offset - kHeapObjectTag) byte 588 src/type-info.cc byte TypeFeedbackOracle::ToBooleanTypes(unsigned ast_id) { byte 628 src/type-info.cc byte* old_start = code->instruction_start(); byte 630 src/type-info.cc byte* new_start = code->instruction_start(); byte 286 src/type-info.h byte ToBooleanTypes(unsigned ast_id); byte 311 src/type-info.h byte* old_start, byte 312 src/type-info.h byte* new_start); byte 112 src/unicode-inl.h uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor) { byte 114 src/unicode-inl.h byte first = bytes[0]; byte 160 src/unicode-inl.h bool CharacterStream::EncodeAsciiCharacter(uchar c, byte* buffer, byte 168 src/unicode-inl.h bool CharacterStream::EncodeNonAsciiCharacter(uchar c, byte* buffer, byte 185 src/unicode-inl.h bool CharacterStream::EncodeCharacter(uchar c, byte* buffer, unsigned capacity, byte 194 src/unicode-inl.h uchar CharacterStream::DecodeCharacter(const byte* buffer, unsigned* offset) { byte 195 src/unicode-inl.h byte b = buffer[*offset]; byte 218 src/unicode.cc byte first = str[0]; byte 219 src/unicode.cc byte second = str[1] ^ 0x80; byte 241 src/unicode.cc byte third = str[2] ^ 0x80; byte 260 src/unicode.cc byte fourth = str[3] ^ 0x80; byte 280 src/unicode.cc const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer, byte 288 src/unicode.cc const byte* data = reinterpret_cast<const byte*>(str.data()); byte 293 src/unicode.cc const byte* result = data + offset; byte 157 src/unicode.h static const byte* ReadBlock(Buffer<const char*> str, byte* buffer, byte 159 src/unicode.h static uchar CalculateValue(const byte* str, byte 177 src/unicode.h static inline uchar ValueOf(const byte* str, byte 193 src/unicode.h static inline bool EncodeCharacter(uchar c, byte* buffer, unsigned capacity, byte 195 src/unicode.h static inline bool EncodeAsciiCharacter(uchar c, byte* buffer, byte 197 src/unicode.h static inline bool EncodeNonAsciiCharacter(uchar c, byte* buffer, byte 199 src/unicode.h static inline uchar DecodeCharacter(const byte* buffer, unsigned* offset); byte 209 src/unicode.h const byte* buffer_; byte 241 src/unicode.h byte util_buffer_[kSize]; byte 236 src/v8globals.h byte* buffer; byte 163 src/v8utils.cc byte* ReadBytes(const char* filename, int* size, bool verbose) { byte 165 src/v8utils.cc return reinterpret_cast<byte*>(chars); byte 79 src/v8utils.h byte* ReadBytes(const char* filename, int* size, bool verbose = true); byte 101 src/v8utils.h const byte* bytes, byte 143 src/x64/assembler-x64-inl.h byte rex_bits = reg.high_bit() << 2 | rm_reg.high_bit(); byte 149 src/x64/assembler-x64-inl.h byte rex_bits = reg.high_bit() << 2 | op.rex_; byte 155 src/x64/assembler-x64-inl.h byte rex_bits = (reg.code() & 0x8) >> 1 | op.rex_; byte 161 src/x64/assembler-x64-inl.h byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; byte 167 src/x64/assembler-x64-inl.h byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; byte 173 src/x64/assembler-x64-inl.h byte rex_bits = (reg.code() & 0x8) >> 1 | (base.code() & 0x8) >> 3; byte 269 src/x64/assembler-x64.cc byte modrm = operand.buf_[0]; byte 272 src/x64/assembler-x64.cc byte mode = modrm & 0xC0; byte 301 src/x64/assembler-x64.cc buf_[disp_offset] = static_cast<byte>(disp_value); byte 363 src/x64/assembler-x64.cc buffer_ = NewArray<byte>(buffer_size); byte 365 src/x64/assembler-x64.cc buffer_ = static_cast<byte*>(buffer); byte 372 src/x64/assembler-x64.cc buffer_ = static_cast<byte*>(buffer); byte 506 src/x64/assembler-x64.cc desc.buffer = NewArray<byte>(desc.buffer_size); byte 1248 src/x64/assembler-x64.cc byte disp = 0x00; byte 1252 src/x64/assembler-x64.cc disp = static_cast<byte>(offset & 0xFF); byte 1303 src/x64/assembler-x64.cc byte disp = 0x00; byte 1307 src/x64/assembler-x64.cc disp = static_cast<byte>(offset & 0xFF); byte 2951 src/x64/assembler-x64.cc emit(static_cast<byte>(mode) | 0x8); byte 416 src/x64/assembler-x64.h byte rex_; byte 417 src/x64/assembler-x64.h byte buf_[6]; byte 419 src/x64/assembler-x64.h byte len_; byte 623 src/x64/assembler-x64.h static const byte kTestEaxByte = 0xA9; byte 625 src/x64/assembler-x64.h static const byte kTestAlByte = 0xA8; byte 627 src/x64/assembler-x64.h static const byte kNopByte = 0x90; byte 630 src/x64/assembler-x64.h static const byte kJccShortPrefix = 0x70; byte 631 src/x64/assembler-x64.h static const byte kJncShortOpcode = kJccShortPrefix | not_carry; byte 632 src/x64/assembler-x64.h static const byte kJcShortOpcode = kJccShortPrefix | carry; byte 633 src/x64/assembler-x64.h static const byte kJnzShortOpcode = kJccShortPrefix | not_zero; byte 634 src/x64/assembler-x64.h static const byte kJzShortOpcode = kJccShortPrefix | zero; byte 1315 src/x64/assembler-x64.h void extractps(Register dst, XMMRegister src, byte imm8); byte 1431 src/x64/assembler-x64.h byte byte_at(int pos) { return buffer_[pos]; } byte 1432 src/x64/assembler-x64.h void set_byte_at(int pos, byte value) { buffer_[pos] = value; } byte 1438 src/x64/assembler-x64.h byte* addr_at(int pos) { return buffer_ + pos; } byte 1449 src/x64/assembler-x64.h void emit(byte x) { *pc_++ = x; } byte 1574 src/x64/assembler-x64.h void arithmetic_op_16(byte opcode, Register reg, Register rm_reg); byte 1575 src/x64/assembler-x64.h void arithmetic_op_16(byte opcode, Register reg, const Operand& rm_reg); byte 1576 src/x64/assembler-x64.h void arithmetic_op_32(byte opcode, Register reg, Register rm_reg); byte 1577 src/x64/assembler-x64.h void arithmetic_op_32(byte opcode, Register reg, const Operand& rm_reg); byte 1578 src/x64/assembler-x64.h void arithmetic_op(byte opcode, Register reg, Register rm_reg); byte 1579 src/x64/assembler-x64.h void arithmetic_op(byte opcode, Register reg, const Operand& rm_reg); byte 1580 src/x64/assembler-x64.h void immediate_arithmetic_op(byte subcode, Register dst, Immediate src); byte 1581 src/x64/assembler-x64.h void immediate_arithmetic_op(byte subcode, const Operand& dst, Immediate src); byte 1583 src/x64/assembler-x64.h void immediate_arithmetic_op_8(byte subcode, byte 1586 src/x64/assembler-x64.h void immediate_arithmetic_op_8(byte subcode, byte 1590 src/x64/assembler-x64.h void immediate_arithmetic_op_16(byte subcode, byte 1593 src/x64/assembler-x64.h void immediate_arithmetic_op_16(byte subcode, byte 1597 src/x64/assembler-x64.h void immediate_arithmetic_op_32(byte subcode, byte 1600 src/x64/assembler-x64.h void immediate_arithmetic_op_32(byte subcode, byte 1626 src/x64/assembler-x64.h byte* buffer_; byte 1632 src/x64/assembler-x64.h byte* pc_; // the program counter; moves forward byte 504 src/x64/code-stubs-x64.h static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8. byte 505 src/x64/code-stubs-x64.h static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8. byte 507 src/x64/code-stubs-x64.h static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. byte 508 src/x64/code-stubs-x64.h static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32. byte 511 src/x64/code-stubs-x64.h byte first_instruction = stub->instruction_start()[0]; byte 512 src/x64/code-stubs-x64.h byte second_instruction = stub->instruction_start()[2]; byte 61 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, byte 105 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, byte 131 src/x64/codegen-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 129 src/x64/deoptimizer-x64.cc static const byte kJnsInstruction = 0x79; byte 130 src/x64/deoptimizer-x64.cc static const byte kJnsOffset = 0x1f; byte 131 src/x64/deoptimizer-x64.cc static const byte kJaeInstruction = 0x73; byte 132 src/x64/deoptimizer-x64.cc static const byte kJaeOffset = 0x07; byte 133 src/x64/deoptimizer-x64.cc static const byte kCallInstruction = 0xe8; byte 134 src/x64/deoptimizer-x64.cc static const byte kNopByteOne = 0x66; byte 135 src/x64/deoptimizer-x64.cc static const byte kNopByteTwo = 0x90; byte 253 src/x64/disasm-x64.cc for (byte b = start; b <= end; b++) { byte 264 src/x64/disasm-x64.cc for (byte b = 0x70; b <= 0x7F; b++) { byte 343 src/x64/disasm-x64.cc byte rex_; byte 344 src/x64/disasm-x64.cc byte operand_size_; // 0x66 or (if no group 3 prefix is present) 0x0. byte 345 src/x64/disasm-x64.cc byte group_1_prefix_; // 0xF2, 0xF3, or (if no group 1 prefix is present) 0. byte 474 src/x64/disasm-x64.cc byte sib = *(modrmp + 1); byte 508 src/x64/disasm-x64.cc byte sib = *(modrmp + 1); byte 611 src/x64/disasm-x64.cc byte modrm = *data; byte 647 src/x64/disasm-x64.cc byte modrm = *(data + 1); byte 691 src/x64/disasm-x64.cc byte modrm = *(data + 1); byte 734 src/x64/disasm-x64.cc byte op = *data & (~1); byte 739 src/x64/disasm-x64.cc byte modrm = *(data + 1); byte 800 src/x64/disasm-x64.cc byte b = *(data + 1); byte 801 src/x64/disasm-x64.cc byte* dest = data + static_cast<int8_t>(b) + 2; byte 810 src/x64/disasm-x64.cc byte cond = *(data + 1) & 0x0F; byte 811 src/x64/disasm-x64.cc byte* dest = data + *reinterpret_cast<int32_t*>(data + 2) + 6; byte 820 src/x64/disasm-x64.cc byte cond = *data & 0x0F; byte 821 src/x64/disasm-x64.cc byte b = *(data + 1); byte 822 src/x64/disasm-x64.cc byte* dest = data + static_cast<int8_t>(b) + 2; byte 832 src/x64/disasm-x64.cc byte cond = *(data + 1) & 0x0F; byte 842 src/x64/disasm-x64.cc byte escape_opcode = *data; byte 844 src/x64/disasm-x64.cc byte modrm_byte = *(data+1); byte 1021 src/x64/disasm-x64.cc byte opcode = *(data + 1); byte 1022 src/x64/disasm-x64.cc byte* current = data + 2; byte 1029 src/x64/disasm-x64.cc byte third_byte = *current; byte 1327 src/x64/disasm-x64.cc byte* data = instr; byte 1330 src/x64/disasm-x64.cc byte current; byte 1389 src/x64/disasm-x64.cc byte* addr = NULL; byte 1392 src/x64/disasm-x64.cc addr = reinterpret_cast<byte*>(*reinterpret_cast<int16_t*>(data + 1)); byte 1396 src/x64/disasm-x64.cc addr = reinterpret_cast<byte*>(*reinterpret_cast<int32_t*>(data + 1)); byte 1400 src/x64/disasm-x64.cc addr = reinterpret_cast<byte*>(*reinterpret_cast<int64_t*>(data + 1)); byte 1414 src/x64/disasm-x64.cc byte* addr = data + *reinterpret_cast<int32_t*>(data + 1) + 5; byte 1421 src/x64/disasm-x64.cc byte* addr = byte 1422 src/x64/disasm-x64.cc reinterpret_cast<byte*>(*reinterpret_cast<int32_t*>(data + 1)); byte 1596 src/x64/disasm-x64.cc byte opcode = *data; byte 1639 src/x64/disasm-x64.cc reinterpret_cast<byte*>( byte 1652 src/x64/disasm-x64.cc *reinterpret_cast<byte**>(data + 1)); byte 1742 src/x64/disasm-x64.cc for (byte* bp = instr; bp < data; bp++) { byte 1837 src/x64/disasm-x64.cc for (byte* pc = begin; pc < end;) { byte 1840 src/x64/disasm-x64.cc byte* prev_pc = pc; byte 1845 src/x64/disasm-x64.cc for (byte* bp = prev_pc; bp < pc; bp++) { byte 1781 src/x64/ic-x64.cc *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); byte 1413 src/x64/macro-assembler-x64.h CodePatcher(byte* address, int size); byte 1420 src/x64/macro-assembler-x64.h byte* address_; // The address of the code being patched. byte 1472 src/x64/macro-assembler-x64.h byte* x64_coverage_function = \ byte 1473 src/x64/macro-assembler-x64.h reinterpret_cast<byte*>(FUNCTION_ADDR(LogGeneratedCodeCoverage)); \ byte 1354 src/x64/regexp-macro-assembler-x64.cc const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); byte 1359 src/x64/regexp-macro-assembler-x64.cc const byte* new_address = StringCharacterPosition(*subject_tmp, byte 1365 src/x64/regexp-macro-assembler-x64.cc const byte* end_address = frame_entry<const byte* >(re_frame, kInputEnd); byte 1368 src/x64/regexp-macro-assembler-x64.cc frame_entry<const byte*>(re_frame, kInputStart) = new_address; byte 1369 src/x64/regexp-macro-assembler-x64.cc frame_entry<const byte*>(re_frame, kInputEnd) = new_address + byte_length; byte 126 src/x64/regexp-macro-assembler-x64.h const byte* input_start, byte 127 src/x64/regexp-macro-assembler-x64.h const byte* input_end, byte 63 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 91 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 129 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 175 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 210 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 241 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 268 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 314 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 347 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[256]; byte 415 test/cctest/test-assembler-ia32.cc v8::internal::byte buffer[1024]; byte 47 test/cctest/test-assembler-x64.cc using v8::internal::byte; byte 105 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 127 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 159 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 181 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 209 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 243 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 272 test/cctest/test-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 378 test/cctest/test-assembler-x64.cc v8::internal::byte buffer[1024]; byte 78 test/cctest/test-disasm-arm.cc byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \ byte 90 test/cctest/test-disasm-arm.cc byte *progcounter = &buffer[pc_offset]; \ byte 60 test/cctest/test-disasm-ia32.cc v8::internal::byte buffer[2048]; byte 468 test/cctest/test-disasm-ia32.cc byte* begin = Code::cast(code)->instruction_start(); byte 469 test/cctest/test-disasm-ia32.cc byte* end = begin + Code::cast(code)->instruction_size(); byte 80 test/cctest/test-disasm-mips.cc byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \ byte 92 test/cctest/test-disasm-mips.cc byte *progcounter = &buffer[pc_offset]; \ byte 60 test/cctest/test-disasm-x64.cc v8::internal::byte buffer[2048]; byte 424 test/cctest/test-disasm-x64.cc byte* begin = Code::cast(code)->instruction_start(); byte 425 test/cctest/test-disasm-x64.cc byte* end = begin + Code::cast(code)->instruction_size(); byte 157 test/cctest/test-hashing.cc v8::internal::byte buffer[2048]; byte 186 test/cctest/test-hashing.cc v8::internal::byte buffer[2048]; byte 49 test/cctest/test-log-stack-tracer.cc using v8::internal::byte; byte 52 test/cctest/test-macro-assembler-x64.cc using v8::internal::byte; byte 156 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 245 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 246 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 298 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 428 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 474 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 723 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 724 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 814 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1005 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1006 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 1098 test/cctest/test-macro-assembler-x64.cc byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1205 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1206 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 1317 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1318 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 1415 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1416 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 3, byte 1486 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1487 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1567 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1568 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1650 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1651 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1735 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1736 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1804 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1805 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, byte 1902 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 1903 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 4, byte 2010 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 2011 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 3, byte 2081 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 2082 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 2147 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 2148 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 4, byte 2192 test/cctest/test-macro-assembler-x64.cc byte* buffer = byte 2193 test/cctest/test-macro-assembler-x64.cc static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize * 2, byte 57 test/cctest/test-mark-compact.cc byte* mem = NewArray<byte>(20*kPointerSize); byte 59 test/cctest/test-parsing.cc i::byte buffer[32]; byte 61 test/cctest/test-parsing.cc const i::byte* keyword = byte 62 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(key_token.keyword); byte 259 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(program), byte 295 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(program), byte 330 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(program), byte 398 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(*program), byte 458 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(ascii_source), end); byte 586 test/cctest/test-parsing.cc i::Utf8ToUtf16CharacterStream stream(reinterpret_cast<const i::byte*>(buffer), byte 640 test/cctest/test-parsing.cc i::Utf8ToUtf16CharacterStream stream1(reinterpret_cast<const i::byte*>(str1), byte 659 test/cctest/test-parsing.cc i::Utf8ToUtf16CharacterStream stream2(reinterpret_cast<const i::byte*>(str2), byte 691 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(str3), byte 700 test/cctest/test-parsing.cc reinterpret_cast<const i::byte*>(re_source), byte 44 test/cctest/test-random.cc seeds->set(i, static_cast<byte>(state0 >> (i * kBitsPerByte))); byte 45 test/cctest/test-random.cc seeds->set(i + 4, static_cast<byte>(state1 >> (i * kBitsPerByte))); byte 762 test/cctest/test-regexp.cc const byte* start_adr = byte 763 test/cctest/test-regexp.cc reinterpret_cast<const byte*>(seq_input->GetCharsAddress()); byte 1350 test/cctest/test-regexp.cc byte codes[1024]; byte 1351 test/cctest/test-regexp.cc RegExpMacroAssemblerIrregexp m(Vector<byte>(codes, 1024), byte 48 test/cctest/test-reloc-info.cc SmartArrayPointer<byte> buffer(new byte[buffer_size]); byte 50 test/cctest/test-reloc-info.cc byte* pc = *buffer; byte 51 test/cctest/test-reloc-info.cc byte* buffer_end = *buffer + buffer_size; byte 54 test/cctest/test-reloc-info.cc byte* relocation_info_end = buffer_end - relocation_info_size; byte 187 test/cctest/test-serialize.cc fputc(byte, fp_); byte 454 test/cctest/test-serialize.cc byte* snapshot = ReadBytes(file_name, &snapshot_size); byte 542 test/cctest/test-serialize.cc byte* snapshot = ReadBytes(file_name, &snapshot_size); byte 67 test/cctest/test-spaces.cc byte* mem = NewArray<byte>(2*Page::kPageSize); byte 91 test/cctest/test-utils.cc byte* to = dst.start() + 32 + destination_alignment; byte 92 test/cctest/test-utils.cc byte* from = src.start() + source_alignment; byte 110 test/cctest/test-utils.cc Vector<byte> buffer1 = Vector<byte>::New(N); byte 111 test/cctest/test-utils.cc Vector<byte> buffer2 = Vector<byte>::New(N); byte 114 test/cctest/test-utils.cc buffer1[i] = static_cast<byte>(i & 0x7F);