Searched refs:contents (Results 1 – 16 of 16) sorted by relevance
/art/runtime/arch/x86/ |
D | thread_x86.cc | 51 const int contents = MODIFY_LDT_CONTENTS_DATA; in InitCpu() local 69 entry.type = ((read_exec_only ^ 1) << 1) | (contents << 2); in InitCpu() 109 gdt_entry.contents = contents; in InitCpu()
|
/art/build/apex/ |
D | runtests.sh | 95 -l, --list-files list the contents of the ext4 image (\`find\`-like style) 96 -t, --print-tree list the contents of the ext4 image (\`tree\`-like style) 97 -s, --print-sizes print the size in bytes of each file when listing contents
|
/art/build/boot/ |
D | Android.bp | 46 // Core platform (aka. module_lib) stubs for all the non-coverage contents. 55 // Core platform (aka. module_lib) stubs for all the non-coverage contents. 72 contents: [ 91 contents: [ 176 contents: ["service-art"],
|
/art/compiler/utils/ |
D | assembler.cc | 67 MemoryRegion from(reinterpret_cast<void*>(contents()), Size()); in ProcessFixups() 73 MemoryRegion from(reinterpret_cast<void*>(contents()), Size()); in CopyInstructions()
|
D | assembler.h | 164 uint8_t* contents() const { return contents_; } in contents() function 368 virtual const uint8_t* CodeBufferBaseAddress() const { return buffer_.contents(); } in CodeBufferBaseAddress()
|
/art/test/981-dedup-original-dex/ |
D | info.txt | 3 This checks that we do not needlessly duplicate the contents of retransformed
|
/art/test/1948-obsolete-const-method-handle/util-src/ |
D | info.txt | 2 contents of src/. Then it uses TestGenerator to add additional functions to the
|
/art/tools/ |
D | pylibdexfile.py | 171 self.ext_dex_file_ = res_fle_ptr.contents
|
/art/libartservice/service/ |
D | README.md | 3 Warning: The contents in this doc can become stale while the code evolves. 93 the DM file is empty or if `dex2oat` leaves all contents of the DM file unused.
|
/art/build/ |
D | README.md | 93 configuration uses ART prebuilts. (To verify, you can inspect the `contents` of
|
/art/runtime/ |
D | monitor_inflation.md | 12 lock must be "inflated". In that case, the `LockWord` contents reflect the "fat lock" state, and
|
/art/imgdiag/ |
D | imgdiag.cc | 1213 ArrayRef<uint8_t> contents, in DiffDirtyEntries() argument 1221 uint8_t* remote_bytes = &contents[offset]; in DiffDirtyEntries() 1620 /*out*/ ArrayRef<uint8_t>* contents) { in DumpImageDiffMap() argument 1640 *contents = ArrayRef<uint8_t>(map->Begin(), boot_map_size); in DumpImageDiffMap()
|
/art/test/ |
D | README.md | 43 standard output and standard error with the contents of the
|
/art/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | ArtManagerLocalTest.java | 901 String contents = new String(inputStream.readAllBytes(), StandardCharsets.UTF_8); in testSnapshotAppProfile() local 902 assertThat(contents).isEqualTo("snapshot"); in testSnapshotAppProfile()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 11207 Lsun/misc/MetaIndex;->contents:[Ljava/lang/String;
|