Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 4 of 4) sorted by relevance

/art/test/410-floats/src/
DMain.java103 public static void testArrayOperations(float[] a, int index, float value1, float value2) { in testArrayOperations()
117 public static void testArrayOperations(double[] a, int index, double value1, double value2) { in testArrayOperations()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc534 bool NewRegisterInstructions::ExtendPrefix(uint32_t* value1, uint32_t* value2) { in ExtendPrefix()
/art/runtime/jni/
Djni_internal_test.cc1789 #define EXPECT_STATIC_PRIMITIVE_FIELD(expect_eq, type, field_name, sig, value1, value2) \ argument
1822 #define EXPECT_PRIMITIVE_FIELD(expect_eq, instance, type, field_name, sig, value1, value2) \ argument
/art/test/083-compiler-regressions/src/
DMain.java9698 int value2 = link2.value; in causeNPE1() local
9717 int value2 = link2.value; in causeNPE2() local