Searched refs:Build (Results 1 - 13 of 13) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc83 if (!block_builder_.Build()) {
93 // 3) Build the dominator tree and fill in loop and try/catch metadata.
100 if (!instruction_builder_.Build()) {
H A Dblock_builder.h46 bool Build();
H A Dblock_builder.cc353 bool HBasicBlockBuilder::Build() { function in class:art::HBasicBlockBuilder
H A Dinstruction_builder.h70 bool Build();
257 // Build a HNewInstance instruction.
H A Dinstruction_builder.cc260 bool HInstructionBuilder::Build() { function in class:art::HInstructionBuilder
/art/compiler/utils/
H A Dtest_dex_file_builder_test.cc33 std::unique_ptr<const DexFile> dex_file(builder.Build(dex_location));
H A Dtest_dex_file_builder.h82 std::unique_ptr<const DexFile> Build(const std::string& dex_location) { function in class:art::TestDexFileBuilder
/art/dexdump/
H A DAndroid.mk26 ## Build the device command line tool dexdump.
41 ## Build the host command line tool dexdump.
/art/dexlist/
H A DAndroid.mk24 ## Build the device command line tool dexlist.
41 ## Build the host command line tool dexlist.
/art/compiler/
H A Doat_test.cc534 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename());
549 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename());
628 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename());
646 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename());
/art/cmdline/
H A Dcmdline_parser.h38 // Build a parser for command line arguments with a small domain specific language.
47 struct Builder; // Build the parser.
48 struct UntypedArgumentBuilder; // Build arguments which weren't yet given a type.
361 // Build a new parser given a chain of calls to define arguments.
411 CmdlineParser Build() { function in struct:art::CmdlineParser::Builder
H A Dcmdline_parser_test.cc577 parser_.reset(new RuntimeParser(parserBuilder.Build()));
/art/runtime/
H A Dparsed_options.cc311 return std::unique_ptr<RuntimeParser>(new RuntimeParser(parser_builder->Build()));

Completed in 204 milliseconds