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

/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc362 Label test_other, done; local
365 __ JumpIfSmi(edx, &test_other, Label::kNear);
371 __ bind(&test_other);
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc306 Label test_other, done; local
309 __ JumpIfSmi(edx, &test_other, Label::kNear);
315 __ bind(&test_other);

Completed in 1412 milliseconds