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

/art/compiler/debug/dwarf/
H A Ddebug_frame_opcode_writer.h120 int factored_offset = FactorDataOffset(offset); // May change sign. local
121 if (factored_offset >= 0) {
124 this->PushUleb128(factored_offset);
128 this->PushUleb128(factored_offset);
134 this->PushSleb128(factored_offset);
238 int factored_offset = FactorDataOffset(offset); // May change sign. local
239 if (factored_offset >= 0) {
242 this->PushUleb128(factored_offset);
246 this->PushSleb128(factored_offset);

Completed in 27 milliseconds