Searched refs:FactorDataOffset (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.
202 this->PushSleb128(FactorDataOffset(offset));
226 this->PushSleb128(FactorDataOffset(offset));
238 int factored_offset = FactorDataOffset(offset); // May change sign.
318 int FactorDataOffset(int offset) const { function in class:art::dwarf::DebugFrameOpCodeWriter

Completed in 130 milliseconds