Home | History | Annotate | Download | only in src

Lines Matching refs:Byte

424     return static_cast<const byte*>(start_)[index];
866 (reinterpret_cast<byte*>(p) + offset - kHeapObjectTag)
960 (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset)))
963 (*reinterpret_cast<byte*>(FIELD_ADDR(p, offset)) = value)
1412 byte Oddball::kind() {
1417 void Oddball::set_kind(byte value) {
2296 static_cast<byte>(value));
2500 byte ByteArray::get(int index) {
2506 void ByteArray::set(int index, byte value) {
2724 WRITE_BYTE_FIELD(this, kVisitorIdOffset, static_cast<byte>(id));
2780 WRITE_BYTE_FIELD(this, kInstanceSizeOffset, static_cast<byte>(value));
2786 WRITE_BYTE_FIELD(this, kInObjectPropertiesOffset, static_cast<byte>(value));
2794 static_cast<byte>(value));
2818 byte Map::bit_field() {
2823 void Map::set_bit_field(byte value) {
2828 byte Map::bit_field2() {
2833 void Map::set_bit_field2(byte value) {
3022 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3029 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3037 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3044 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3052 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3059 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3067 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3074 byte flags = READ_BYTE_FIELD(this, kFullCodeFlags);
3146 byte type = READ_BYTE_FIELD(this, kCheckTypeOffset);
3157 byte Code::unary_op_type() {
3163 void Code::set_unary_op_type(byte value) {
3169 byte Code::binary_op_type() {
3175 void Code::set_binary_op_type(byte value) {
3181 byte Code::binary_op_result_type() {
3187 void Code::set_binary_op_result_type(byte value) {
3193 byte Code::compare_state() {
3199 void Code::set_compare_state(byte value) {
3205 byte Code::to_boolean_state() {
3211 void Code::set_to_boolean_state(byte value) {
3639 WRITE_BYTE_FIELD(this, kConstructionCountOffset, static_cast<byte>(value));
4150 byte* Code::instruction_start() {
4155 byte* Code::instruction_end() {
4176 byte* Code::relocation_start() {
4186 byte* Code::entry() {
4191 bool Code::contains(byte* inner_pointer) {
4354 EXTERNAL_ELEMENTS_CHECK(Byte, EXTERNAL_BYTE_ARRAY_TYPE)