Home
last modified time | relevance | path

Searched refs:opposite (Results 1 – 5 of 5) sorted by relevance

/art/test/2255-checker-branch-redirection/
Dinfo.txt2 have the same condition, or the exact opposite condition.
/art/test/088-monitor-verification/smali/
DUnbalancedJoin.smali24 # Lock levels are "opposite" for the joined flows.
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc1336 IfCondition* opposite) { in AdjustConstantForCondition() argument
1341 *opposite = kCondNE; in AdjustConstantForCondition()
1345 *opposite = kCondEQ; in AdjustConstantForCondition()
1351 *opposite = kCondLT; in AdjustConstantForCondition()
1355 *opposite = kCondGE; in AdjustConstantForCondition()
1370 IfCondition opposite = condition->GetOppositeCondition(); in GenerateLongTestConstant() local
1373 std::swap(cond, opposite); in GenerateLongTestConstant()
1384 int64_t value = AdjustConstantForCondition(Int64ConstantFrom(right), &cond, &opposite); in GenerateLongTestConstant()
1403 return std::make_pair(ARMCondition(cond), ARMCondition(opposite)); in GenerateLongTestConstant()
1443 ret = std::make_pair(ARMUnsignedCondition(cond), ARMUnsignedCondition(opposite)); in GenerateLongTestConstant()
[all …]
/art/runtime/
Dmutator_gc_coord.md76 data structures, performing the above transitions in the opposite order.
/art/test/510-checker-try-catch/smali/
DBuilder.smali402 # Same as previous test, only the blocks are processed in the opposite order.