Home
last modified time | relevance | path

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

/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h122 int factored_offset = FactorDataOffset(offset); // May change sign. in Offset()
204 this->PushSleb128(FactorDataOffset(offset)); in DefCFA()
228 this->PushSleb128(FactorDataOffset(offset)); in DefCFAOffset()
240 int factored_offset = FactorDataOffset(offset); // May change sign. in ValOffset()
320 int FactorDataOffset(int offset) const { in FactorDataOffset() function