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

/external/v8/src/
H A Dcode-stub-assembler.cc240 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this);
241 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, local
244 Bind(&if_xgreaterthanzero);
292 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this);
293 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, local
296 Bind(&if_xgreaterthanzero);
375 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this);
376 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, local
379 Bind(&if_xgreaterthanzero);

Completed in 57 milliseconds