Home
last modified time | relevance | path

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

/art/libelffile/dwarf/
Ddebug_frame_opcode_writer.h120 int factored_offset = FactorDataOffset(offset); // May change sign. in Offset()
202 this->PushSleb128(FactorDataOffset(offset)); in DefCFA()
226 this->PushSleb128(FactorDataOffset(offset)); in DefCFAOffset()
238 int factored_offset = FactorDataOffset(offset); // May change sign. in ValOffset()
318 int FactorDataOffset(int offset) const { in FactorDataOffset() function