Lines Matching refs:Byte
325 return static_cast<const byte*>(start_)[index];
826 (reinterpret_cast<byte*>(p) + offset - kHeapObjectTag)
916 (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset)))
919 (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset)) = value)
1336 byte Oddball::kind() {
1341 void Oddball::set_kind(byte value) {
2024 static_cast<byte>(value));
2160 byte ByteArray::get(int index) {
2166 void ByteArray::set(int index, byte value) {
2325 WRITE_BYTE_FIELD(this, kVisitorIdOffset, static_cast<byte>(id));
2374 WRITE_BYTE_FIELD(this, kInstanceSizeOffset, static_cast<byte>(value));
2380 WRITE_BYTE_FIELD(this, kInObjectPropertiesOffset, static_cast<byte>(value));
2388 static_cast<byte>(value));
2412 byte Map::bit_field() {
2417 void Map::set_bit_field(byte value) {
2422 byte Map::bit_field2() {
2427 void Map::set_bit_field2(byte value) {
2674 byte type = READ_BYTE_FIELD(this, kCheckTypeOffset);
2687 byte type = READ_BYTE_FIELD(this, kExternalArrayTypeOffset);
2698 byte Code::type_recording_binary_op_type() {
2704 void Code::set_type_recording_binary_op_type(byte value) {
2710 byte Code::type_recording_binary_op_result_type() {
2716 void Code::set_type_recording_binary_op_result_type(byte value) {
2722 byte Code::compare_state() {
2728 void Code::set_compare_state(byte value) {
3133 WRITE_BYTE_FIELD(this, kConstructionCountOffset, static_cast<byte>(value));
3517 byte* Code::instruction_start() {
3522 byte* Code::instruction_end() {
3543 byte* Code::relocation_start() {
3553 byte* Code::entry() {
3558 bool Code::contains(byte* pc) {
3686 EXTERNAL_ELEMENTS_CHECK(Byte, EXTERNAL_BYTE_ARRAY_TYPE)