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

/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc1301 Label fail_ok, fail_ok2; local
1303 __ SmiDiv(r9, rcx, r14, &fail_ok);
1305 __ bind(&fail_ok);
1409 Label fail_ok, fail_ok2; local
1410 __ SmiMod(r9, rcx, r14, &fail_ok);
1412 __ bind(&fail_ok);
1579 Label fail_ok; local
1584 __ SelectNonSmi(r9, rcx, rdx, &fail_ok);
1586 __ bind(&fail_ok);
2056 Label fail_ok; local
[all...]

Completed in 64 milliseconds