Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.cc200 Object* BytecodeArrayAccessor::GetConstantAtIndex(int index) const { in GetConstantAtIndex() function in v8::internal::interpreter::BytecodeArrayAccessor
206 return GetConstantAtIndex(GetIndexOperand(operand_index)); in GetConstantForIndexOperand()
320 Object* current = accessor_->GetConstantAtIndex(table_offset_); in UpdateAndAdvanceToValid()
326 current = accessor_->GetConstantAtIndex(table_offset_); in UpdateAndAdvanceToValid()
Dbytecode-array-accessor.h95 Object* GetConstantAtIndex(int offset) const;