Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 2 of 2) 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()