Searched defs:all (Results 1 - 4 of 4) sorted by relevance

/art/tools/
H A Dsymbolize.sh51 # Search in all of /data on device.
52 function all() { function
62 # No further arguments, iterate over all oat files on device.
63 all
/art/runtime/
H A Dindirect_reference_table.h189 uint32_t all; member in union:art::IRTSegmentState
343 return segment_state_.all;
347 segment_state_.all = new_state;
390 /* bit mask, ORed into all irefs */
H A Delf_file.cc763 // Even if we Load(), it doesn't bring in all the sections.
830 // No dynamic symbols at all.
1163 // of required size and address for all segments, but with no
1460 // Make it MAP_PRIVATE so we can just give it to gdb if all the necessary
1467 ElfFileImpl<ElfTypes>& all = *all_ptr; local
1470 const Elf_Shdr* eh_frame = all.FindSectionByName(".eh_frame");
1477 // all is MAP_PRIVATE so it can be written to freely.
1479 Elf_Ehdr& elf_hdr = all.GetHeader();
1488 if (!all.FixupDebugSections(reinterpret_cast<intptr_t>(base_address_))) {
1493 jit_gdb_entry_ = CreateCodeEntry(all
[all...]
/art/test/
H A DAndroid.run-test.mk20 # List of all tests of the form 003-omnibus-opcodes.
25 # The art-run-tests module, used to build all run-tests into an image.
175 # List all run test names with number arguments agreeing with the comment above.
176 define all-run-test-names
192 endef # all-run-test-names
195 # $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES),$(COMPILER_TYPES), \
212 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
226 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),prebuild, \
237 ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-prebuild, \
252 ART_TEST_KNOWN_BROKEN += $(call all
[all...]

Completed in 143 milliseconds