Home
last modified time | relevance | path

Searched refs:placeholder (Results 1 – 12 of 12) sorted by relevance

/art/test/2026-DifferentMemoryLSCouples/src/
DMain.java19 int placeholder; field in Main.A
23 int placeholder; field in Main.B
/art/test/683-clinit-inline-static-invoke/src/
DMain.java29 boolean placeholder = MyCalendarUtils.isJulianLeapYear(-43); in main()
/art/test/2048-bad-native-registry/
Dexpected-stdout.txt3 Returning placeholder object: 0xN
/art/test/910-methods/src/art/
DTest910.java114 private static String placeholder; field in Test910.NestedSynthetic
118 System.out.println(NestedSynthetic.placeholder); in placeholderAccess()
/art/test/800-smali/smali/
Db_20843113.smali30 # Just a placeholder.
/art/test/569-checker-pattern-replacement/src/
DMain.java671 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/
DDiff.java349 for (AhatInstance placeholder : placeholders) { in snapshots()
350 placeholder.getBaseline().getSite().getBaseline().addInstance(placeholder); in snapshots()
/art/runtime/
Dhidden_api_test.cc203 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/
DMain.java635 public static native int b189235039CheckLocks(int placeholder, Main m); in b189235039CheckLocks() argument
/art/libprofile/profile/
Dprofile_compilation_info.cc1067 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/
DAndroid.bp377 // TODO(b/279835185) This is a placeholder to satisfy the current references.
/art/compiler/optimizing/
Dload_store_elimination.cc2433 PhiPlaceholder placeholder = GetPhiPlaceholder(block->GetBlockId(), idx); in ProcessLoopPhiWithUnknownInput() local
2434 value = Value::MergedUnknown(placeholder); in ProcessLoopPhiWithUnknownInput()