Searched refs:NewForTesting (Results 1 – 5 of 5) sorted by relevance
92 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
178 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate, in NewForTesting() function in v8::internal::LayoutDescriptor
325 static Type* NewForTesting(bitset bits) { return New(bits); } in NewForTesting() function
654 Type* lub = BitsetType::NewForTesting(BitsetType::Lub(type)); in MinMax()672 Type* glb = BitsetType::NewForTesting(BitsetType::Glb(type)); in BitsetGlb()681 Type* glb2 = BitsetType::NewForTesting(BitsetType::Glb(type2)); in BitsetGlb()691 Type* glb1 = BitsetType::NewForTesting(BitsetType::Glb(type1)); in BitsetGlb()692 Type* glb2 = BitsetType::NewForTesting(BitsetType::Glb(type2)); in BitsetGlb()702 Type* lub = BitsetType::NewForTesting(BitsetType::Lub(type)); in BitsetLub()711 Type* lub1 = BitsetType::NewForTesting(BitsetType::Lub(type1)); in BitsetLub()721 Type* lub1 = BitsetType::NewForTesting(BitsetType::Lub(type1)); in BitsetLub()722 Type* lub2 = BitsetType::NewForTesting(BitsetType::Lub(type2)); in BitsetLub()912 Type* lub = BitsetType::NewForTesting(BitsetType::Lub(type)); in Is2()
247 Handle<LayoutDescriptor> layout_descriptor = LayoutDescriptor::NewForTesting( in TestLayoutDescriptorQueries()