kNumRepresentations 1335 src/hydrogen-instructions.cc for (int i = 0; i < Representation::kNumRepresentations; i++) {
kNumRepresentations 1342 src/hydrogen-instructions.cc for (int i = 0; i < Representation::kNumRepresentations; i++) {
kNumRepresentations 333 src/hydrogen-instructions.h STATIC_ASSERT(kNumRepresentations <= (1 << kBitsPerByte));
kNumRepresentations 2342 src/hydrogen-instructions.h for (int i = 0; i < Representation::kNumRepresentations; i++) {
kNumRepresentations 2435 src/hydrogen-instructions.h int non_phi_uses_[Representation::kNumRepresentations];
kNumRepresentations 2436 src/hydrogen-instructions.h int indirect_uses_[Representation::kNumRepresentations];
kNumRepresentations 2368 src/hydrogen.cc int use_count[Representation::kNumRepresentations] = { 0 };