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();
62 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetSize();
268 size_t offset = builder_->GetDebugLine()->GetSize();
270 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size());
275 builder_->GetDebugLine()->End();
  /art/compiler/
elf_builder.h 555 Section* GetDebugLine() { return &debug_line_; }
    [all...]

Completed in 2729 milliseconds