Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dsafe_math.h40 unsigned_biggest_T val2 = static_cast<unsigned_biggest_T>(b); in SafeMath() local
Dinterpreter_switch_impl.cc565 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl() local
581 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteSwitchImpl() local
597 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteSwitchImpl() local
614 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteSwitchImpl() local
635 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteSwitchImpl() local
Dinterpreter_goto_table_impl.cc675 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local
691 float val2 = shadow_frame.GetVRegFloat(inst->VRegC_23x()); in ExecuteGotoImpl() local
707 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local
723 double val2 = shadow_frame.GetVRegDouble(inst->VRegC_23x()); in ExecuteGotoImpl() local
743 int64_t val2 = shadow_frame.GetVRegLong(inst->VRegC_23x()); in ExecuteGotoImpl() local
/art/runtime/verifier/
Dreg_type.cc587 int32_t val2 = type2.ConstantValue(); in Merge() local
642 int32_t val2 = type2.ConstantValueLo(); in Merge() local
648 int32_t val2 = type2.ConstantValueHi(); in Merge() local
/art/test/107-int-math2/src/
DMain.java102 int val2 = base.tryThing(); in superTest() local
/art/compiler/dex/quick/
Dralloc_util.cc1327 static int SortCounts(const void *val1, const void *val2) { in SortCounts()
/art/test/MyClassNatives/
DMyClassNatives.java35 static native int getText(long val1, Object obj1, long val2, Object obj2); in getText()