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

/external/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1179 Label fail_ok, fail_ok2; local
1181 __ SmiDiv(r9, rcx, r14, &fail_ok);
1183 __ bind(&fail_ok);
1292 Label fail_ok, fail_ok2; local
1293 __ SmiMod(r9, rcx, r14, &fail_ok);
1295 __ bind(&fail_ok);
1471 Label fail_ok; local
1476 __ SelectNonSmi(r9, rcx, rdx, &fail_ok);
1478 __ bind(&fail_ok);
1978 Label fail_ok; local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1324 Label fail_ok, fail_ok2; local
1326 __ SmiDiv(r9, rcx, r14, &fail_ok);
1328 __ bind(&fail_ok);
1435 Label fail_ok, fail_ok2; local
1436 __ SmiMod(r9, rcx, r14, &fail_ok);
1438 __ bind(&fail_ok);
1611 Label fail_ok; local
1616 __ SelectNonSmi(r9, rcx, rdx, &fail_ok);
1618 __ bind(&fail_ok);
2106 Label fail_ok; local
[all...]

Completed in 115 milliseconds