/external/v8/src/compiler/x87/ |
D | instruction-scheduler-x87.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/mips64/ |
D | instruction-scheduler-mips64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/arm/ |
D | instruction-scheduler-arm.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/ia32/ |
D | instruction-scheduler-ia32.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/ppc/ |
D | instruction-scheduler-ppc.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/ |
D | instruction-scheduler.h | 36 static bool SchedulerSupported();
|
D | instruction-selector.cc | 67 InstructionScheduler::SchedulerSupported()) { in SelectInstructions() 88 InstructionScheduler::SchedulerSupported()) { in StartBlock() 99 InstructionScheduler::SchedulerSupported()) { in EndBlock() 110 InstructionScheduler::SchedulerSupported()) { in AddInstruction()
|
/external/v8/src/compiler/x64/ |
D | instruction-scheduler-x64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|
/external/v8/src/compiler/arm64/ |
D | instruction-scheduler-arm64.cc | 11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
|