Home
last modified time | relevance | path

Searched refs:TypeGuard (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dloop-variable-optimizer.cc335 graph()->NewNode(common()->TypeGuard(phi_type), backedge_value, in ChangeToPhisAndInsertGuards()
Djs-call-reducer.cc1146 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 …]
Descape-analysis-reducer.cc66 jsgraph()->common()->TypeGuard(original_type)); in ReplaceNode()
Dcommon-operator.h524 const Operator* TypeGuard(Type type); in NON_EXPORTED_BASE()
Dopcodes.h77 V(TypeGuard)
Dcommon-operator.cc1251 const Operator* CommonOperatorBuilder::TypeGuard(Type type) { in TypeGuard() function in v8::internal::compiler::CommonOperatorBuilder
Djs-native-context-specialization.cc2789 hash = effect = graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore()
2806 graph()->NewNode(common()->TypeGuard(Type::SignedSmall()), in BuildExtendPropertiesBackingStore()
Dload-elimination.cc932 graph()->NewNode(common()->TypeGuard(replacement_type), in ReduceLoadField()
Djs-typed-lowering.cc736 graph()->NewNode(common()->TypeGuard(type_cache_.kStringLengthType), in ReduceCreateConsString()
Dbytecode-graph-builder.cc2786 index = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), index, in VisitForInNext()