Home
last modified time | relevance | path

Searched refs:expected_result (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test.cc640 bool expected_result = false; in TestComparison() local
646 expected_result = (i == j); in TestComparison()
650 expected_result = (i != j); in TestComparison()
654 expected_result = (i < j); in TestComparison()
658 expected_result = (i <= j); in TestComparison()
662 expected_result = (i > j); in TestComparison()
666 expected_result = (i >= j); in TestComparison()
670 expected_result = (x < y); in TestComparison()
674 expected_result = (x <= y); in TestComparison()
678 expected_result = (x > y); in TestComparison()
[all …]
/art/runtime/interpreter/
Dunstarted_runtime_test.cc146 const StackHandleScope<3>& expected_result) in RunArrayCopy() argument
165 CheckObjectArray(dst_handle.Get(), expected_result); in RunArrayCopy()