Searched refs:GetInstructionLatency (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/compiler/mips/
H A Dinstruction-scheduler-mips.cc20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/mips64/
H A Dinstruction-scheduler-mips64.cc20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/x87/
H A Dinstruction-scheduler-x87.cc20 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/arm/
H A Dinstruction-scheduler-arm.cc141 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/ia32/
H A Dinstruction-scheduler-ia32.cc148 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/ppc/
H A Dinstruction-scheduler-ppc.cc146 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/s390/
H A Dinstruction-scheduler-s390.cc158 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/x64/
H A Dinstruction-scheduler-x64.cc189 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/arm64/
H A Dinstruction-scheduler-arm64.cc178 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { function in class:v8::internal::compiler::InstructionScheduler
/external/v8/src/compiler/
H A Dinstruction-scheduler.h190 static int GetInstructionLatency(const Instruction* instr);
H A Dinstruction-scheduler.cc65 latency_(GetInstructionLatency(instr)),

Completed in 158 milliseconds