HomeSort by relevance Sort by last modified time
    Searched refs:RepresentationField (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
property-details.h 251 | RepresentationField::encode(EncodeRepresentation(representation))
260 RepresentationField::encode(EncodeRepresentation(representation)) |
321 return DecodeRepresentation(RepresentationField::decode(value_));
352 class RepresentationField : public BitField<uint32_t, 5, 4> {};
381 value_ = RepresentationField::update(
  /external/v8/src/compiler/
instruction.h 409 value_ |= RepresentationField::encode(rep);
435 return RepresentationField::decode(value_);
473 class RepresentationField : public BitField64<MachineRepresentation, 5, 8> {};
547 LocationOperand::RepresentationField::update(
    [all...]
register-allocator.h 323 return RepresentationField::decode(bits_);
444 typedef BitField<MachineRepresentation, 12, 8> RepresentationField;
    [all...]
register-allocator.cc 280 RepresentationField::encode(rep);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]

Completed in 204 milliseconds