HomeSort by relevance Sort by last modified time
    Searched refs:GetDebugLine (Results 1 - 2 of 2) sorted by null

  /art/compiler/debug/
elf_debug_line_writer.h 50 builder_->GetDebugLine()->Start();
61 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetSize();
267 size_t offset = builder_->GetDebugLine()->GetSize();
269 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size());
274 builder_->GetDebugLine()->End();
  /art/compiler/
elf_builder.h 505 Section* GetDebugLine() { return &debug_line_; }
    [all...]

Completed in 37 milliseconds