Sha256: 09bcd831c55e91b9756e38668ad6e055bdded5ed7d4874d593bb7727c2afef98

Contents?: true

Size: 624 Bytes

Versions: 30

Compression:

Stored size: 624 Bytes

Contents

// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/compiler/instruction-scheduler.h"

namespace v8 {
namespace internal {
namespace compiler {

bool InstructionScheduler::SchedulerSupported() { return false; }


int InstructionScheduler::GetTargetInstructionFlags(
    const Instruction* instr) const {
  UNIMPLEMENTED();
}


int InstructionScheduler::GetInstructionLatency(const Instruction* instr) {
  UNIMPLEMENTED();
}

}  // namespace compiler
}  // namespace internal
}  // namespace v8

Version data entries

30 entries across 9 versions & 2 rubygems

Version Path
libv8-6.0.286.54.1 vendor/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
libv8-6.0.286.54.1 vendor/v8/src/compiler/x87/instruction-scheduler-x87.cc
libv8-6.0.286.54.1 vendor/v8/src/compiler/mips/instruction-scheduler-mips.cc
libv8-6.0.286.54.0 vendor/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
libv8-6.0.286.54.0 vendor/v8/src/compiler/mips/instruction-scheduler-mips.cc
libv8-6.0.286.54.0 vendor/v8/src/compiler/x87/instruction-scheduler-x87.cc
libv8-6.0.286.54.0beta2 vendor/v8/src/compiler/mips/instruction-scheduler-mips.cc
libv8-6.0.286.54.0beta2 vendor/v8/src/compiler/x87/instruction-scheduler-x87.cc
libv8-6.0.286.54.0beta2 vendor/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
libv8-6.0.286.54.0beta1 vendor/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
libv8-6.0.286.54.0beta1 vendor/v8/src/compiler/mips/instruction-scheduler-mips.cc
libv8-6.0.286.54.0beta1 vendor/v8/src/compiler/x87/instruction-scheduler-x87.cc
libv8-6.0.286.44.0beta1 vendor/v8/src/compiler/mips/instruction-scheduler-mips.cc
libv8-6.0.286.44.0beta1 vendor/v8/src/compiler/x87/instruction-scheduler-x87.cc
libv8-6.0.286.44.0beta1 vendor/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
node-compiler-0.9.1 vendor/node/deps/v8/src/compiler/x87/instruction-scheduler-x87.cc
node-compiler-0.9.1 vendor/node/deps/v8/src/compiler/mips/instruction-scheduler-mips.cc
node-compiler-0.9.1 vendor/node/deps/v8/src/compiler/mips64/instruction-scheduler-mips64.cc
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/src/compiler/mips/instruction-scheduler-mips.cc
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/src/compiler/mips64/instruction-scheduler-mips64.cc