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

/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc463 Label not_undetectable; local
464 __ j(zero, &not_undetectable, Label::kNear);
467 __ bind(&not_undetectable);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc445 Label not_undetectable; local
446 __ j(zero, &not_undetectable, Label::kNear);
449 __ bind(&not_undetectable);

Completed in 762 milliseconds