Home
last modified time | relevance | path

Searched refs:part (Results 1 – 18 of 18) sorted by relevance

/art/test/911-get-stack-trace/src/art/
DPrintThread.java29 for (String part : stackElement) { in print()
31 System.out.print(part); in print()
72 for (String part : stackElement) { in printAll()
74 sb.append(part); in printAll()
/art/libdexfile/dex/
Ddex_file_layout.cc99 const DexLayoutSection::Subsection& part = section.parts_[i]; in operator <<() local
101 << part.start_offset_ << "-" << part.end_offset_ << ") "; in operator <<()
/art/test/2031-zygote-compiled-frame-deopt/
Dinfo.txt5 We would hit DCHECKS before (part of) the fix to this bug.
/art/test/641-irreducible-inline/smali/
DIrreducibleLoop.smali25 # The then part: beginning of the irreducible loop.
32 # The else part.
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali29 # The then part: beginning of the irreducible loop.
36 # The else part: a block uses the ArtMethod and branches to
/art/runtime/
Dhidden_api.cc207 for (const char* part : GetSignatureParts()) { in DoesPrefixMatch() local
208 size_t count = std::min(prefix.length() - pos, strlen(part)); in DoesPrefixMatch()
209 if (prefix.compare(pos, count, part, 0, count) == 0) { in DoesPrefixMatch()
230 for (const char* part : GetSignatureParts()) { in Dump() local
231 os << part; in Dump()
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali35 # The then part: beginning of the irreducible loop.
70 # The then part: beginning of the irreducible loop.
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali29 # The then part: beginning of the irreducible loop.
/art/test/523-checker-can-throw-regression/smali/
DTest.smali42 # Block would be split here but second part not marked as throwing.
/art/test/592-checker-regression-bool-input/smali/
DTestCase.smali41 # ... and select generation will replace this part with a select
/art/
DNOTICE116 excluding those notices that do not pertain to any part of
119 (d) If the Work includes a "NOTICE" text file as part of its
123 pertain to any part of the Derivative Works, in at least one
125 as part of the Derivative Works; within the Source form or
/art/tools/runtime_memusage/
DREADME7 1. Visualizing what part of a Dex File is being accessed at what time
/art/runtime/interpreter/mterp/
DREADME.txt79 changed is the value of curHandlerTable - which is part of the interpBreak
/art/libnativeloader/
DREADME.md82 native libraries from the various partitions. It can be considered as a part of
/art/tools/
Dart97 for part in $cp; do
98 cp_array+=("$part")
587 # run-jdwp-test.sh when running on device), '$' (may be used as part of
/art/test/
DREADME.md146 Both ART run-tests and gtests are run continuously as part of [ART's continuous
/art/compiler/
DAndroid.bp421 // functionality, but happen to use x86 codegen as part of the
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali356 # Check than a loop before an irreducible loop is not part of the