Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1036 static const size_t kMaxTempCount = TempCountField::kMax; variable
Dinstruction-selector.cc268 temp_count >= Instruction::kMaxTempCount) { in Emit()