/art/tools/ahat/test/ |
D | InstanceUtilsTest.java | 30 Instance str = (Instance)dump.getDumpedThing("basicString"); in asStringBasic() local 37 Instance str = (Instance)dump.getDumpedThing("charArray"); in asStringCharArray() local 44 Instance str = (Instance)dump.getDumpedThing("basicString"); in asStringTruncated() local 51 Instance str = (Instance)dump.getDumpedThing("charArray"); in asStringCharArrayTruncated() local 58 Instance str = (Instance)dump.getDumpedThing("basicString"); in asStringExactMax() local 65 Instance str = (Instance)dump.getDumpedThing("charArray"); in asStringCharArrayExactMax() local 72 Instance str = (Instance)dump.getDumpedThing("basicString"); in asStringNotTruncated() local 79 Instance str = (Instance)dump.getDumpedThing("charArray"); in asStringCharArrayNotTruncated() local 86 Instance str = (Instance)dump.getDumpedThing("basicString"); in asStringNegativeMax() local 93 Instance str = (Instance)dump.getDumpedThing("charArray"); in asStringCharArrayNegativeMax() local
|
/art/test/542-inline-trycatch/src/ |
D | Main.java | 25 private static int $inline$SingleBlock(String str) throws NumberFormatException { in $inline$SingleBlock() 31 private static int $inline$MultipleBlocks(String str, boolean is_hex) in $inline$MultipleBlocks() 39 private static int $noinline$TryCatch(String str) { in $noinline$TryCatch()
|
/art/test/597-deopt-new-string/src/ |
D | Main.java | 51 String str = new String(arr, 0, arr.length); in $noinline$run0() local 76 String str = $noinline$run0(); in run() local
|
/art/runtime/base/ |
D | stringpiece.h | 51 StringPiece(const char* str) // NOLINT implicit constructor desired in StringPiece() 53 StringPiece(const std::string& str) // NOLINT implicit constructor desired in StringPiece() 74 void set(const char* str) { in set()
|
D | to_str.h | 39 const std::string& str() const { in str() function
|
/art/compiler/jit/ |
D | jit_compiler.cc | 122 StringPiece str = option.substr(strlen("--instruction-set-variant=")).data(); in JitCompiler() local 130 StringPiece str = option.substr(strlen("--instruction-set-features=")).data(); in JitCompiler() local 232 std::string str = stream.str(); in CompileMethod() local
|
/art/runtime/ |
D | type_lookup_table.h | 44 ALWAYS_INLINE uint32_t Lookup(const char* str, uint32_t hash) const { in Lookup() 124 bool IsStringsEquals(const char* str, uint32_t str_offset) const { in IsStringsEquals()
|
/art/tools/ahat/src/ |
D | DocString.java | 37 public static DocString text(String str) { in text() 84 public DocString append(DocString str) { in append()
|
D | HtmlDoc.java | 74 public void big(DocString str) { in big()
|
/art/test/044-proxy/src/ |
D | Main.java | 46 public static String replaceProxyClassNamesForOutput(String str) { in replaceProxyClassNamesForOutput()
|
/art/test/543-checker-dce-trycatch/src/ |
D | Main.java | 26 public static void doNotMergeThrow(String str) { in doNotMergeThrow()
|
/art/compiler/utils/ |
D | assembler_test.h | 149 std::string str; in RepeatTemplatedRegistersImmBits() local 203 std::string str; in RepeatTemplatedImmBitsRegisters() local 249 std::string str; in RepeatTemplatedRegisterImmBits() local 395 std::string str; variable 627 std::string str; in RepeatTemplatedRegister() local 657 std::string str; in RepeatTemplatedRegisters() local 695 std::string str; in RepeatTemplatedRegistersNoDupes() local 734 std::string str; in RepeatTemplatedRegisters() local 782 std::string str; in RepeatTemplatedRegistersImm() local 873 std::string str; in RepeatRegisterImm() local
|
D | assembler_thumb_test.cc | 517 __ str(R3, Address(R4, 24)); in TEST_F() local 521 __ str(R3, Address(SP, 24)); in TEST_F() local 524 __ str(R8, Address(R4, 24)); in TEST_F() local 572 __ str(R3, Address(R4, 24, Address::Mode::Offset)); in TEST_F() local 573 __ str(R3, Address(R4, 24, Address::Mode::PreIndex)); in TEST_F() local 574 __ str(R3, Address(R4, 24, Address::Mode::PostIndex)); in TEST_F() local 575 __ str(R3, Address(R4, 24, Address::Mode::NegOffset)); in TEST_F() local 576 __ str(R3, Address(R4, 24, Address::Mode::NegPreIndex)); in TEST_F() local 577 __ str(R3, Address(R4, 24, Address::Mode::NegPostIndex)); in TEST_F() local 632 __ str(R3, Address(R4, -24, Address::Mode::Offset)); in TEST_F() local [all …]
|
/art/test/005-annotations/src/android/test/anno/ |
D | AnnoArrayField.java | 18 String[] str() default {}; in str() method
|
/art/test/StackWalk2/ |
D | StackWalk2.java | 20 String str = new String(); // use v0 for str in <init> field in StackWalk2
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 364 std::ostringstream str; in shll_fn() local 387 std::ostringstream str; in shlq_fn() local 410 std::ostringstream str; in shrl_fn() local 433 std::ostringstream str; in shrq_fn() local 456 std::ostringstream str; in sarl_fn() local 479 std::ostringstream str; in sarq_fn() local 502 std::ostringstream str; in rorl_fn() local 525 std::ostringstream str; in roll_fn() local 548 std::ostringstream str; in rorq_fn() local 571 std::ostringstream str; in rolq_fn() local [all …]
|
/art/cmdline/ |
D | memory_representation.h | 50 static std::string str; in Name() local
|
/art/compiler/debug/dwarf/ |
D | debug_info_entry_writer.h | 176 void WriteStrp(Attribute attrib, const char* str, size_t len, in WriteStrp() 184 void WriteStrp(Attribute attrib, const char* str, std::vector<uint8_t>* debug_str) { in WriteStrp()
|
/art/compiler/optimizing/ |
D | pretty_printer.h | 123 std::string str() const { return str_; } in str() function
|
/art/compiler/ |
D | cfi_test.h | 76 static size_t FindEndOf(const std::string& str, const char* substr) { in FindEndOf()
|
/art/dexdump/ |
D | dexdump.cc | 119 static char* descriptorToDot(const char* str) { in descriptorToDot() 170 static char* descriptorClassToDot(const char* str) { in descriptorClassToDot() 293 char* str; in createAccessFlagStr() local 1105 const char* str = in dumpSFieldValue() local
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 600 str d0, [x4] define 970 str d0, [x3] define 2070 str d0, [sp, #8] // Save floating-point result. define
|
/art/runtime/jdwp/ |
D | jdwp_expand_buf.cc | 153 static void SetUtf8String(uint8_t* buf, const char* str, size_t strLen) { in SetUtf8String()
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 281 std::ostringstream str; in rorl_fn() local 304 std::ostringstream str; in roll_fn() local
|
/art/dexlist/ |
D | dexlist.cc | 63 static char* descriptorToDot(const char* str) { in descriptorToDot()
|