Searched refs:placeholder (Results 1 – 12 of 12) sorted by relevance
/art/test/2026-DifferentMemoryLSCouples/src/ |
D | Main.java | 19 int placeholder; field in Main.A 23 int placeholder; field in Main.B
|
/art/test/683-clinit-inline-static-invoke/src/ |
D | Main.java | 29 boolean placeholder = MyCalendarUtils.isJulianLeapYear(-43); in main()
|
/art/test/2048-bad-native-registry/ |
D | expected-stdout.txt | 3 Returning placeholder object: 0xN
|
/art/test/910-methods/src/art/ |
D | Test910.java | 114 private static String placeholder; field in Test910.NestedSynthetic 118 System.out.println(NestedSynthetic.placeholder); in placeholderAccess()
|
/art/test/800-smali/smali/ |
D | b_20843113.smali | 30 # Just a placeholder.
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 671 public static double constructBase(int intValue, long placeholder) { in constructBase() argument 672 Base b = new Base(intValue, placeholder); in constructBase() 1189 public static int constructDerivedInSecondDex(long placeholder) { in constructDerivedInSecondDex() argument 1190 DerivedInSecondDex d = new DerivedInSecondDex(placeholder); in constructDerivedInSecondDex()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Diff.java | 349 for (AhatInstance placeholder : placeholders) { in snapshots() 350 placeholder.getBaseline().getSite().getBaseline().addInstance(placeholder); in snapshots()
|
/art/runtime/ |
D | hidden_api_test.cc | 203 const std::string_view placeholder = "XXXXXX"; // See `mkstemps()`. in TestLocation() local 205 std::unique_ptr<char[]> unique_location(new char[location.length() + placeholder.length() + 1]); in TestLocation() 209 memcpy(unique_location.get() + stem_length, placeholder.data(), placeholder.length()); in TestLocation() 210 memcpy(unique_location.get() + stem_length + placeholder.length(), in TestLocation() 213 unique_location[location.length() + placeholder.length()] = 0; in TestLocation()
|
/art/test/178-app-image-native-method/src/ |
D | Main.java | 635 public static native int b189235039CheckLocks(int placeholder, Main m); in b189235039CheckLocks() argument
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1067 std::array<uint8_t, kMaxHeaderAndInfosSize> placeholder; in Save() local 1068 memset(placeholder.data(), 0, header_and_infos_size); in Save() 1069 if (!WriteBuffer(fd, placeholder.data(), header_and_infos_size)) { in Save()
|
/art/build/apex/ |
D | Android.bp | 377 // TODO(b/279835185) This is a placeholder to satisfy the current references.
|
/art/compiler/optimizing/ |
D | load_store_elimination.cc | 2433 PhiPlaceholder placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in ProcessLoopPhiWithUnknownInput() local 2434 value = Value::MergedUnknown(placeholder); in ProcessLoopPhiWithUnknownInput()
|