Lines Matching defs:const
72 int latency() const { return latency_; }
74 int total_latency() const { return total_latency_; }
77 int start_cycle() const { return start_cycle_; }
113 bool IsEmpty() const { return nodes_.empty(); }
154 V8_EXPORT_PRIVATE int GetInstructionFlags(const Instruction* instr) const;
155 int GetTargetInstructionFlags(const Instruction* instr) const;
157 bool IsBarrier(const Instruction* instr) const {
163 bool HasSideEffect(const Instruction* instr) const {
168 bool IsLoadOperation(const Instruction* instr) const {
172 bool CanTrap(const Instruction* instr) const {
185 bool MayNeedDeoptOrTrapCheck(const Instruction* instr) const {
191 bool DependsOnDeoptOrTrap(const Instruction* instr) const {
198 bool IsFixedRegisterParameter(const Instruction* instr) const {
209 static int GetInstructionLatency(const Instruction* instr);