Home
last modified time | relevance | path

Searched refs:FollowedBy (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc61 BytecodeSequenceNode& FollowedBy(int bytecode);
288 BytecodeSequenceNode& BytecodeSequenceNode::FollowedBy(int bytecode) { in FollowedBy() function in v8::internal::__anon14964::BytecodeSequenceNode
504 .FollowedBy(BC_CHECK_BIT_IN_TABLE) in DefineStandardSequences()
505 .FollowedBy(BC_ADVANCE_CP_AND_GOTO) in DefineStandardSequences()
518 .FollowedBy(BC_LOAD_CURRENT_CHAR_UNCHECKED) in DefineStandardSequences()
519 .FollowedBy(BC_CHECK_CHAR) in DefineStandardSequences()
520 .FollowedBy(BC_ADVANCE_CP_AND_GOTO) in DefineStandardSequences()
534 .FollowedBy(BC_LOAD_CURRENT_CHAR_UNCHECKED) in DefineStandardSequences()
535 .FollowedBy(BC_AND_CHECK_CHAR) in DefineStandardSequences()
536 .FollowedBy(BC_ADVANCE_CP_AND_GOT in DefineStandardSequences()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc396 return Changed(node).FollowedBy(ReduceWord32Shl(node)); in Reduce()
996 return Changed(node).FollowedBy(ReduceInt32Sub(node)); in ReduceInt32Add()
1004 return Changed(node).FollowedBy(ReduceInt32Sub(node)); in ReduceInt32Add()
1058 return Changed(node).FollowedBy(ReduceInt32Add(node)); in ReduceInt32Sub()
1077 return Changed(node).FollowedBy(ReduceInt64Add(node)); in ReduceInt64Sub()
1102 return Changed(node).FollowedBy(ReduceWord64Shl(node)); in ReduceInt64Mul()
1461 return Changed(node).FollowedBy(Reduce(node)); in ReduceWord64Comparisons()
1529 return Changed(node).FollowedBy(ReduceWord32Sar(node)); in ReduceWord32Shl()
1546 return Changed(node).FollowedBy(ReduceWord32And(node)); in ReduceWord32Shl()
1582 return Changed(node).FollowedBy(ReduceWord64Sa in ReduceWord64Shl()
[all...]
H A Dgraph-reducer.h39 Reduction FollowedBy(Reduction next) const { in FollowedBy() function in v8::internal::compiler::final
H A Dredundancy-elimination.cc337 return Changed(node).FollowedBy( in ReduceSpeculativeNumberComparison()
355 return Changed(node).FollowedBy( in ReduceSpeculativeNumberComparison()
H A Djs-call-reducer.cc2589 return Changed(node).FollowedBy(ReduceJSCall(node));
2618 return Changed(node).FollowedBy(ReduceJSCallWithArrayLike(node));
2864 return Changed(node).FollowedBy(ReduceJSCall(node));
3072 return Changed(node).FollowedBy(ReduceJSCallWithArrayLike(node));
3108 return Changed(node).FollowedBy(ReduceJSConstructWithArrayLike(node));
4170 return Changed(node).FollowedBy(ReduceJSCall(node));
4180 return Changed(node).FollowedBy(ReduceJSConstruct(node));
4328 return Changed(node).FollowedBy(ReduceJSCall(node));
4405 return Changed(node).FollowedBy(ReduceJSCall(node));
4466 return Changed(node).FollowedBy(ReduceJSCal
[all...]
H A Dcommon-operator-reducer.cc313 return Changed(node).FollowedBy(ReduceReturn(node)); in ReduceReturn()
H A Djs-typed-lowering.cc571 return Changed(node).FollowedBy(ReduceJSToString(node)); in ReduceJSAdd()
578 return Changed(node).FollowedBy(ReduceJSToString(node)); in ReduceJSAdd()
1059 return Changed(node).FollowedBy(ReduceJSToNumber(node)); in ReduceJSToNumeric()
H A Djs-native-context-specialization.cc442 return Changed(node).FollowedBy(ReduceJSOrdinaryHasInstance(node)); in ReduceJSInstanceOf()
631 return Changed(node).FollowedBy(ReduceJSInstanceOf(node)); in ReduceJSOrdinaryHasInstance()
654 return Changed(node).FollowedBy(ReduceJSHasInPrototypeChain(node)); in ReduceJSOrdinaryHasInstance()

Completed in 20 milliseconds