Searched refs:instruction_offset (Results 1 – 1 of 1) sorted by relevance
460 Instruction* GetInstructionAt(ptrdiff_t instruction_offset) { in GetInstructionAt() argument461 return GetBuffer()->GetOffsetAddress<Instruction*>(instruction_offset); in GetInstructionAt()464 Instruction* InstructionAt(ptrdiff_t instruction_offset)) {465 return GetInstructionAt(instruction_offset);