Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/cctest/
Dtest-javascript-arm64.cc143 static void if_comparison_effectcontext_helper( in if_comparison_effectcontext_helper() function
171 if_comparison_effectcontext_helper(op, "1", "3", expect_when_lt); in if_comparison_helper()
172 if_comparison_effectcontext_helper(op, "5", "5", expect_when_eq); in if_comparison_helper()
173 if_comparison_effectcontext_helper(op, "9", "7", expect_when_gt); in if_comparison_helper()