Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h118 int factored_offset = FactorDataOffset(offset); // May change sign. in Offset()
200 this->PushSleb128(FactorDataOffset(offset)); in DefCFA()
224 this->PushSleb128(FactorDataOffset(offset)); in DefCFAOffset()
236 int factored_offset = FactorDataOffset(offset); // May change sign. in ValOffset()
310 int FactorDataOffset(int offset) const { in FactorDataOffset() function