Searched refs:factored_offset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dwarf/
H A Ddebug_frame_opcode_writer.h118 int factored_offset = FactorDataOffset(offset); // May change sign. local
119 if (factored_offset >= 0) {
122 this->PushUleb128(factored_offset);
126 this->PushUleb128(factored_offset);
132 this->PushSleb128(factored_offset);
236 int factored_offset = FactorDataOffset(offset); // May change sign. local
237 if (factored_offset >= 0) {
240 this->PushUleb128(factored_offset);
244 this->PushSleb128(factored_offset);

Completed in 18 milliseconds