Searched refs:kMaxTempCount (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ | ||
D | instruction.h | 967 static const size_t kMaxTempCount = TempCountField::kMax; variable |
D | instruction-selector.cc | 245 temp_count >= Instruction::kMaxTempCount) { in Emit() |