Home
last modified time | relevance | path

Searched refs:GetConstantAtIndexAsSmi (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc211 Smi BytecodeArrayIterator::GetConstantAtIndexAsSmi(int index) const { in GetConstantAtIndexAsSmi() function in v8::internal::interpreter::BytecodeArrayIterator
236 Smi smi = GetConstantAtIndexAsSmi(GetIndexOperand(0)); in GetRelativeJumpTargetOffset()
354 current_ = iterator_->GetConstantAtIndexAsSmi(table_offset_); in UpdateAndAdvanceToValid()
Dbytecode-array-iterator.h126 Smi GetConstantAtIndexAsSmi(int offset) const;
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc369 return iterator().GetConstantAtIndexAsSmi(operand_index); in ConstantSmi()