Searched defs:tmp_value (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc655 JValue tmp_value; local
/art/compiler/optimizing/
H A Dintrinsics_arm64.cc1044 Register tmp_value = temps.AcquireSameSizeAs(value); // Value in memory. local
1046 Register tmp_32 = tmp_value.W();
1061 // tmp_value = [tmp_ptr] - expected;
1062 // } while (tmp_value == 0 && failure([tmp_ptr] <- r_new_value));
1063 // result = tmp_value != 0;
1075 __ Ldaxr(tmp_value, MemOperand(tmp_ptr));
1076 __ Cmp(tmp_value, expected);

Completed in 57 milliseconds