Searched refs:representations_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction.cc724 representations_(zone()),
810 if (virtual_register >= static_cast<int>(representations_.size())) {
813 return representations_[virtual_register];
821 if (virtual_register >= static_cast<int>(representations_.size())) {
822 representations_.resize(VirtualRegisterCount(), DefaultRepresentation());
825 DCHECK_IMPLIES(representations_[virtual_register] != rep,
826 representations_[virtual_register] == DefaultRepresentation());
827 representations_[virtual_register] = rep;
H A Dinstruction.h1473 ZoneVector<MachineRepresentation> representations_; local
/external/v8/test/cctest/
H A Dtest-field-type-tracking.cc92 Representation representations_[MAX_PROPERTIES]; member in class:Expectations
116 representations_[index] = representation;
148 os << ": " << representations_[i].Mnemonic();
230 representations_[index] = Representation::Tagged();
240 representations_[descriptor])) {

Completed in 282 milliseconds