Home
last modified time | relevance | path

Searched refs:UnsignedSmall (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dtypes.h242 static bitset UnsignedSmall();
361 static Type UnsignedSmall() { return NewBitset(BitsetType::UnsignedSmall()); } in UnsignedSmall() function
Dtype-cache.h101 Type const kJSTypedArrayLengthType = Type::UnsignedSmall();
Dverifier.cc1110 CheckTypeIs(node, Type::UnsignedSmall()); in Check()
1116 CheckTypeIs(node, Type::UnsignedSmall()); in Check()
Dtypes.cc1044 BitsetType::bitset BitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::compiler::BitsetType
Djs-call-reducer.cc4129 from = effect = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), in ReduceStringPrototypeSlice()
4142 to = effect = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), to, in ReduceStringPrototypeSlice()
4231 common()->TypeGuard(Type::UnsignedSmall()), initStart, effect, control); in ReduceStringPrototypeSubstr()
4242 common()->TypeGuard(Type::UnsignedSmall()), in ReduceStringPrototypeSubstr()
Djs-create-lowering.cc768 if (length_type.Maybe(Type::UnsignedSmall()) && can_inline_call) { in ReduceJSCreateArray()
Dbytecode-graph-builder.cc2786 index = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), index, in VisitForInNext()