Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc207 bool BytecodeArrayIterator::IsConstantAtIndexSmi(int index) const { in IsConstantAtIndexSmi() function in v8::internal::interpreter::BytecodeArrayIterator
346 !iterator_->IsConstantAtIndexSmi(table_offset_)) { in UpdateAndAdvanceToValid()
353 DCHECK(iterator_->IsConstantAtIndexSmi(table_offset_)); in UpdateAndAdvanceToValid()
Dbytecode-array-iterator.h125 bool IsConstantAtIndexSmi(int offset) const;