Lines Matching refs:code_offset
40 value->code_offset += other.code_offset; in AddAndSetEntry()
41 DCHECK_IMPLIES(value->code_offset != kFunctionEntryBytecodeOffset, in AddAndSetEntry()
42 value->code_offset >= 0); in AddAndSetEntry()
51 value->code_offset -= other.code_offset; in SubtractFromEntry()
77 DCHECK_LE(0, entry.code_offset); in EncodeEntry()
84 entry.is_statement ? entry.code_offset : -entry.code_offset - 1); in EncodeEntry()
113 entry->code_offset = tmp; in DecodeEntry()
116 entry->code_offset = -(tmp + 1); in DecodeEntry()
134 DCHECK_EQ(encoded->code_offset(), raw->code_offset); in CheckTableEquals()
154 void SourcePositionTableBuilder::AddPosition(size_t code_offset, in AddPosition() argument
159 int offset = static_cast<int>(code_offset); in AddPosition()
226 current_.code_offset == kFunctionEntryBytecodeOffset && !done()) { in Initialize()