Searched refs:UnsignedSmall (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | types.h | 242 static bitset UnsignedSmall(); 361 static Type UnsignedSmall() { return NewBitset(BitsetType::UnsignedSmall()); } in UnsignedSmall() function
|
D | type-cache.h | 101 Type const kJSTypedArrayLengthType = Type::UnsignedSmall();
|
D | verifier.cc | 1110 CheckTypeIs(node, Type::UnsignedSmall()); in Check() 1116 CheckTypeIs(node, Type::UnsignedSmall()); in Check()
|
D | types.cc | 1044 BitsetType::bitset BitsetType::UnsignedSmall() { in UnsignedSmall() function in v8::internal::compiler::BitsetType
|
D | js-call-reducer.cc | 4129 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()
|
D | js-create-lowering.cc | 768 if (length_type.Maybe(Type::UnsignedSmall()) && can_inline_call) { in ReduceJSCreateArray()
|
D | bytecode-graph-builder.cc | 2786 index = graph()->NewNode(common()->TypeGuard(Type::UnsignedSmall()), index, in VisitForInNext()
|