Home
last modified time | relevance | path

Searched refs:SchedulerSupported (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/x87/
Dinstruction-scheduler-x87.cc11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc11 bool InstructionScheduler::SchedulerSupported() { return false; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/arm/
Dinstruction-scheduler-arm.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/ia32/
Dinstruction-scheduler-ia32.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/ppc/
Dinstruction-scheduler-ppc.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/
Dinstruction-scheduler.h36 static bool SchedulerSupported();
Dinstruction-selector.cc67 InstructionScheduler::SchedulerSupported()) { in SelectInstructions()
88 InstructionScheduler::SchedulerSupported()) { in StartBlock()
99 InstructionScheduler::SchedulerSupported()) { in EndBlock()
110 InstructionScheduler::SchedulerSupported()) { in AddInstruction()
/external/v8/src/compiler/x64/
Dinstruction-scheduler-x64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/arm64/
Dinstruction-scheduler-arm64.cc11 bool InstructionScheduler::SchedulerSupported() { return true; } in SchedulerSupported() function in v8::internal::compiler::InstructionScheduler