Searched refs:GetConstantAtIndex (Results 1 – 2 of 2) sorted by relevance
200 Object* BytecodeArrayAccessor::GetConstantAtIndex(int index) const { in GetConstantAtIndex() function in v8::internal::interpreter::BytecodeArrayAccessor206 return GetConstantAtIndex(GetIndexOperand(operand_index)); in GetConstantForIndexOperand()320 Object* current = accessor_->GetConstantAtIndex(table_offset_); in UpdateAndAdvanceToValid()326 current = accessor_->GetConstantAtIndex(table_offset_); in UpdateAndAdvanceToValid()
95 Object* GetConstantAtIndex(int offset) const;