Home
last modified time | relevance | path

Searched refs:Build (Results 1 – 25 of 33) sorted by relevance

12

/art/libdexfile/dex/
Dstring_reference_test.cc36 std::unique_ptr<const DexFile> dex_file1 = builder1.Build("dummy location 1"); in TEST()
43 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("dummy location 2"); in TEST()
81 std::unique_ptr<const DexFile> dex_file1 = builder1.Build("dummy location 1"); in TEST()
92 std::unique_ptr<const DexFile> dex_file2 = builder2.Build("dummy location 1"); in TEST()
Dcompact_offset_table.h55 static void Build(const std::vector<uint32_t>& offsets, std::vector<uint8_t>* out_data);
58 static void Build(const std::vector<uint32_t>& offsets,
Dcompact_offset_table_test.cc43 CompactOffsetTable::Build(offsets, /*out*/ &data, /*out*/ &min_offset, /*out*/ &table_offset); in TEST()
66 CompactOffsetTable::Build(offsets, in TEST()
81 CompactOffsetTable::Build(offsets, /*out*/ &data2); in TEST()
Dcompact_offset_table.cc63 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build() function in art::CompactOffsetTable
67 CompactOffsetTable::Build(offsets, out_data, &out_offsets[0], &out_offsets[1]); in Build()
74 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build() function in art::CompactOffsetTable
Dtest_dex_file_builder_test.cc32 std::unique_ptr<const DexFile> dex_file(builder.Build(dex_location)); in TEST()
/art/test/1948-obsolete-const-method-handle/util-src/
Dbuild-classes18 echo Build failed: $1 1>&2
/art/compiler/driver/
Dsimple_compiler_options_map.h59 return parser_builder->Build(); in CreateSimpleParser()
/art/compiler/optimizing/
Dblock_builder.h39 bool Build();
Dbuilder.cc143 if (!block_builder.Build()) { in BuildGraph()
160 if (!instruction_builder.Build()) { in BuildGraph()
Dinstruction_builder.h66 bool Build();
Dblock_builder.cc393 bool HBasicBlockBuilder::Build() { in Build() function in art::HBasicBlockBuilder
/art/tools/wrapagentproperties/
DREADME.md7 ### Build subsection in Usage
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/dt_fd_forward/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/breakpoint-logger/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
DREADME.md7 ### Build subsection in Usage
/art/adbconnection/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/titrace/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
DREADME.md6 ### Build subsection in Usage
/art/imgdiag/
DAndroid.bp17 // Build variants {target,host} x {debug,ndebug} x {32,64}
/art/tools/cpp-define-generator/
DAndroid.bp17 // Build a "data" binary which will hold all the symbol values that will be parsed by the other scr…
/art/runtime/interpreter/mterp/
DMakefile_mterp22 # Build system has TARGET_ARCH=arm, but we can support the exact architecture
/art/tools/golem/
Dbuild-target.sh32 Build minimal art binaries required to run golem benchmarks either
/art/dex2oat/linker/
Doat_writer_test.cc589 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestDexFileInput()
604 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename()); in TestDexFileInput()
712 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename()); in TestZipFileInput()
730 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename()); in TestZipFileInput()
/art/dex2oat/
Ddex2oat_options.cc267 return parser_builder->Build(); in CreateArgumentParser()

12