Searched refs:TypeGuard (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | loop-variable-optimizer.cc | 335 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
|
D | js-call-reducer.cc | 1146 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArrayForEach() 1330 cur = effect = graph()->NewNode(common()->TypeGuard(Type::NonInternal()), in ReduceArrayReduce() 1404 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArrayReduce() 1620 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArrayMap() 1860 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArrayFilter() 2182 common()->TypeGuard(TypeCache::Get().kFixedArrayLengthType), to, etrue, in DoFilterPostCallbackWork() 2434 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArrayEvery() 2790 common()->TypeGuard(Type::NonInternal()), element, effect, control); in ReduceArraySome() 4129 from = effect = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), in ReduceStringPrototypeSlice() 4142 to = effect = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), to, in ReduceStringPrototypeSlice() [all …]
|
D | escape-analysis-reducer.cc | 66 jsgraph()->common()->TypeGuard(original_type)); in ReplaceNode()
|
D | common-operator.h | 524 const Operator* TypeGuard(Type type); in NON_EXPORTED_BASE()
|
D | opcodes.h | 77 V(TypeGuard)
|
D | common-operator.cc | 1251 const Operator* CommonOperatorBuilder::TypeGuard(Type type) { in TypeGuard() function in v8::internal::compiler::CommonOperatorBuilder
|
D | js-native-context-specialization.cc | 2789 hash = effect = graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore() 2806 graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore()
|
D | load-elimination.cc | 932 graph()->NewNode(common()->TypeGuard(replacement_type), in ReduceLoadField()
|
D | js-typed-lowering.cc | 736 graph()->NewNode(common()->TypeGuard(type_cache_.kStringLengthType), in ReduceCreateConsString()
|
D | bytecode-graph-builder.cc | 2786 index = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), index, in VisitForInNext()
|