Home
last modified time | relevance | path

Searched refs:kMaxTempCount (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h967 static const size_t kMaxTempCount = TempCountField::kMax; variable
Dinstruction-selector.cc245 temp_count >= Instruction::kMaxTempCount) { in Emit()