Home
last modified time | relevance | path

Searched defs:val1 (Results 1 – 7 of 7) sorted by relevance

/art/runtime/interpreter/
Dsafe_math.h39 unsigned_biggest_T val1 = static_cast<unsigned_biggest_T>(static_cast<biggest_T>(a)); in SafeMath() local
Dinterpreter_switch_impl.cc643 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() local
659 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteSwitchImpl() local
675 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() local
692 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteSwitchImpl() local
713 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc709 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() local
725 float val1 = shadow_frame.GetVRegFloat(inst->VRegB_23x()); in ExecuteGotoImpl() local
741 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() local
757 double val1 = shadow_frame.GetVRegDouble(inst->VRegB_23x()); in ExecuteGotoImpl() local
777 int64_t val1 = shadow_frame.GetVRegLong(inst->VRegB_23x()); in ExecuteGotoImpl() local
/art/runtime/verifier/
Dreg_type.cc597 int32_t val1 = type1.ConstantValue(); in Merge() local
652 int32_t val1 = type1.ConstantValueLo(); in Merge() local
658 int32_t val1 = type1.ConstantValueHi(); in Merge() local
/art/test/004-checker-UnsafeTest18/src/
DMain.java360 private static void expectLessThanOrEqual32(int val1, int val2) { in expectLessThanOrEqual32()
/art/test/107-int-math2/src/
DMain.java101 int val1 = instance.tryThing(); in superTest() local
/art/test/MyClassNatives/
DMyClassNatives.java35 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText()