Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc641 bool expected_result = false; in TestComparison() local
647 expected_result = (i == j); in TestComparison()
651 expected_result = (i != j); in TestComparison()
655 expected_result = (i < j); in TestComparison()
659 expected_result = (i <= j); in TestComparison()
663 expected_result = (i > j); in TestComparison()
667 expected_result = (i >= j); in TestComparison()
671 expected_result = (x < y); in TestComparison()
675 expected_result = (x <= y); in TestComparison()
679 expected_result = (x > y); in TestComparison()
[all …]
/art/runtime/mirror/
Dclass-inl.h585 SubtypeCheckInfo::Result expected_result = in IsSubClass() local
587 DCHECK_EQ(expected_result, sc_result) in IsSubClass()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc172 const StackHandleScope<3>& expected_result) in RunArrayCopy() argument
191 CheckObjectArray(dst_handle.Get(), expected_result); in RunArrayCopy()