Home
last modified time | relevance | path

Searched refs:NewForTesting (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlayout-descriptor.h92 static Handle<LayoutDescriptor> NewForTesting(Isolate* isolate, int length);
Dlayout-descriptor.cc178 Handle<LayoutDescriptor> LayoutDescriptor::NewForTesting(Isolate* isolate, in NewForTesting() function in v8::internal::LayoutDescriptor
Dtypes.h325 static Type* NewForTesting(bitset bits) { return New(bits); } in NewForTesting() function
/external/v8/test/cctest/
Dtest-types.cc654 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()
Dtest-unboxed-doubles.cc247 Handle<LayoutDescriptor> layout_descriptor = LayoutDescriptor::NewForTesting( in TestLayoutDescriptorQueries()