HomeSort by relevance Sort by last modified time
    Searched refs:fast_power (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
code-stubs-ia32.cc 441 Label fast_power, try_arithmetic_simplification; local
499 __ j(not_equal, &fast_power, Label::kNear);
529 __ bind(&fast_power);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 318 Label fast_power, try_arithmetic_simplification; local
375 __ j(not_equal, &fast_power, Label::kNear);
404 __ bind(&fast_power);
    [all...]

Completed in 77 milliseconds