Searched defs:val2 (Results 1 – 7 of 7) sorted by relevance
40 unsigned_biggest_T val2 = static_cast<unsigned_biggest_T>(b); in SafeMath() local
565 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl() local581 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl() local597 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteSwitchImpl() local614 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteSwitchImpl() local635 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteSwitchImpl() local
675 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local691 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local707 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local723 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local743 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl() local
587 int32_t val2 = type2.ConstantValue(); in Merge() local642 int32_t val2 = type2.ConstantValueLo(); in Merge() local648 int32_t val2 = type2.ConstantValueHi(); in Merge() local
102 int val2 = base.tryThing(); in superTest() local
1327 static int SortCounts(const void *val1, const void *val2) { in SortCounts()
35 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText()