Searched refs:byte_width_ (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 201 : data_(data), byte_width_(byte_width) {} in Object() 205 uint8_t byte_width_; variable 213 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_)); in size() 315 Vector Values() const { return Vector(data_, byte_width_); } in Values() 319 auto keys_offset = data_ - byte_width_ * num_prefixed_fields; in Keys() 320 return TypedVector(Indirect(keys_offset, byte_width_), in Keys() 322 ReadUInt64(keys_offset + byte_width_, byte_width_)), in Keys() 342 : data_(data), parent_width_(parent_width), byte_width_(byte_width), in Reference() 347 byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3); in Reference() 381 case TYPE_INDIRECT_INT: return ReadInt64(Indirect(), byte_width_); in AsInt64() [all …]
|
/external/v8/src/compiler/ |
D | register-allocator.h | 711 int byte_width() const { return byte_width_; } in byte_width() 724 int byte_width_; variable
|
D | register-allocator.cc | 1231 byte_width_(GetByteWidth(parent->representation())) { in SpillRange()
|