Searched refs:representations_ (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.h | 116 representations_[i] = reps_array[i + 1]; in GraphAssemblerLabel() 141 MachineRepresentation representations_[VarCount + 1]; variable 314 common()->Phi(label->representations_[i], 2), var_array[i + 1], in MergeState() 344 common()->Phi(label->representations_[i], 2), label->bindings_[i], in MergeState() 366 common()->Phi(label->representations_[i], merged_count + 1)); in MergeState()
|
D | instruction.cc | 842 representations_(zone()), in InstructionSequence() 927 if (virtual_register >= static_cast<int>(representations_.size())) { in GetRepresentation() 930 return representations_[virtual_register]; in GetRepresentation() 938 if (virtual_register >= static_cast<int>(representations_.size())) { in MarkAsRepresentation() 939 representations_.resize(VirtualRegisterCount(), DefaultRepresentation()); in MarkAsRepresentation() 942 DCHECK_IMPLIES(representations_[virtual_register] != rep, in MarkAsRepresentation() 943 representations_[virtual_register] == DefaultRepresentation()); in MarkAsRepresentation() 944 representations_[virtual_register] = rep; in MarkAsRepresentation()
|
D | instruction.h | 1654 ZoneVector<MachineRepresentation> representations_; in NON_EXPORTED_BASE() local
|