Home
last modified time | relevance | path

Searched refs:Good (Results 1 – 7 of 7) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc141 CHECK(builder->Good()); in MakeMiniDebugInfoInternal()
201 CHECK(builder->Good()); in MakeElfFileForJIT()
320 CHECK(builder->Good()); in PackElfFileForJIT()
341 CHECK(builder->Good()); in PackElfFileForJIT()
368 CHECK(builder->Good()); in WriteDebugElfFileForClasses()
/art/libelffile/stream/
Derror_delaying_output_stream.h91 bool Good() const { in Good() function
/art/compiler/debug/dwarf/
Ddwarf_test.h85 EXPECT_TRUE(builder.Good()); in Objdump()
/art/compiler/utils/
Dassembler_test_base.h222 CHECK(builder->Good()); in WriteElf()
/art/dex2oat/linker/
Delf_writer_quick.cc296 return builder_->Good(); in End()
/art/libelffile/elf/
Delf_builder.h788 bool Good() { in Good() function
789 return stream_.Good(); in Good()
/art/oatdump/
Doatdump.cc220 bool ret_value = builder_->Good(); in Symbolize()