Home
last modified time | relevance | path

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

/art/compiler/linker/
Derror_delaying_output_stream.h92 bool Good() const { in Good() function
Delf_builder.h841 bool Good() { in Good() function
842 return stream_.Good(); in Good()
/art/compiler/debug/
Delf_debug_writer.cc186 CHECK(builder->Good()); in MakeElfFileForJITInternal()
222 CHECK(builder->Good()); in WriteDebugElfFileForClassesInternal()
Delf_gnu_debugdata_writer.h105 CHECK(builder->Good()); in MakeMiniDebugInfoInternal()
/art/compiler/debug/dwarf/
Ddwarf_test.h85 EXPECT_TRUE(builder.Good()); in Objdump()
/art/dex2oat/linker/
Delf_writer_quick.cc296 return builder_->Good(); in End()
/art/oatdump/
Doatdump.cc220 bool ret_value = builder_->Good(); in Symbolize()