Searched refs:OutOfLineTruncateDoubleToI (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc228 class OutOfLineTruncateDoubleToI final : public OutOfLineCode {
230 OutOfLineTruncateDoubleToI(CodeGenerator* gen, Register result, function in class:v8::internal::compiler::__anon21557::final
670 auto ool = new (zone()) OutOfLineTruncateDoubleToI(this, result, input);
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc203 class OutOfLineTruncateDoubleToI final : public OutOfLineCode {
205 OutOfLineTruncateDoubleToI(CodeGenerator* gen, Register result, function in class:v8::internal::compiler::__anon21636::final
941 auto ool = new (zone()) OutOfLineTruncateDoubleToI(
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc231 class OutOfLineTruncateDoubleToI final : public OutOfLineCode {
233 OutOfLineTruncateDoubleToI(CodeGenerator* gen, Register result, function in class:v8::internal::compiler::__anon21646::final

Completed in 2456 milliseconds