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

  /external/v8/src/compiler/
instruction.cc 648 representations_(zone()),
743 if (virtual_register >= static_cast<int>(representations_.size())) {
746 return representations_[virtual_register];
754 if (virtual_register >= static_cast<int>(representations_.size())) {
755 representations_.resize(VirtualRegisterCount(), DefaultRepresentation());
758 DCHECK_IMPLIES(representations_[virtual_register] != rep,
759 representations_[virtual_register] == DefaultRepresentation());
760 representations_[virtual_register] = rep;
instruction.h 1342 ZoneVector<MachineRepresentation> representations_; local
    [all...]
  /external/v8/test/cctest/
test-field-type-tracking.cc 90 Representation representations_[MAX_PROPERTIES]; member in class:Expectations
107 representations_[index] = representation;
139 os << ": " << representations_[i].Mnemonic();
217 representations_[index] = Representation::Tagged();
227 representations_[descriptor])) {
    [all...]

Completed in 76 milliseconds