Searched refs:kInvalidIndex (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dglobal-handles.h423 return singleton_handles_[singleton] != kInvalidIndex;
442 static const int kInvalidIndex = -1; member in class:v8::internal::EternalHandles
H A Dglobal-handles.cc1451 singleton_handles_[i] = kInvalidIndex;
1492 DCHECK_EQ(kInvalidIndex, *index);
/external/v8/src/interpreter/
H A Dbytecodes.h357 explicit Register(int index = kInvalidIndex) : index_(index) {} argument
361 bool is_valid() const { return index_ != kInvalidIndex; }
428 static const int kInvalidIndex = kMaxInt; member in class:v8::internal::interpreter::AccumulatorUse::OperandScale::OperandSize::OperandType::Bytecode::final

Completed in 213 milliseconds