Searched refs:large (Results 1 - 3 of 3) sorted by relevance

/art/test/074-gc-thrash/src/
H A DMain.java112 Large large = new Large();
117 large.start();
128 large.join();
157 * Uses a single large array of references, replaced repeatedly in round-robin
330 * Allocates large useless objects.
/art/test/003-omnibus-opcodes/src/
H A DIntMath.java545 static void checkConsts(byte small, short medium, int large, long huge) { argument
551 Main.assertTrue(large == -88888); // const
552 Main.assertTrue(large == -88888L); // const-wide/32
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S766 @ The offset to .Ldo_aput_null is too large to use cbz due to expansion from READ_BARRIER macro.

Completed in 1420 milliseconds