Searched refs:SubVector (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | preparse-data.cc | 103 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, in ExtractData() 159 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize, in ExtractData() 164 Vector<byte>::cast(data.SubVector(symbol_start, total_size))); in ExtractData()
|
D | strtod.cc | 97 return buffer.SubVector(i, buffer.length()); in TrimLeadingZeros() 107 return buffer.SubVector(0, i + 1); in TrimTrailingZeros()
|
D | utils.h | 312 Vector<T> SubVector(int from, int to) { in SubVector() function 612 chunks_.Add(current_chunk_.SubVector(0, index_)); in Grow() 661 return this->current_chunk_.SubVector(sequence_start, this->index_); in EndSequence()
|
D | parser.cc | 216 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1); in AddQuantifierToAtom() 218 char_vector = char_vector.SubVector(num_chars - 1, num_chars); in AddQuantifierToAtom() 299 return FunctionEntry(store_.SubVector(index, in GetFunctionEntry()
|
/external/v8/test/cctest/ |
D | test-log-utils.cc | 115 CHECK_EQ(ref_buf.SubVector(128 - 32, 128), tail_buf.SubVector(0, 32)); in TEST() 135 CHECK_EQ(CStrVector(seal), seal_buf.SubVector(0, seal_size)); in TEST()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | VectorTest.java | 1195 class SubVector<E> extends Vector<E> { class in VectorTest 1199 public SubVector() { in SubVector() method in VectorTest.SubVector 1217 SubVector<String> subvector = new SubVector<String>(); in test_add()
|
/external/llvm/test/CodeGen/X86/ |
D | negate-add-zero.ll | 87 …%"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >" = type { %"struct.CDSVector<double,0… 88 …%"struct.SubVector<FixedVector<double, 6, 0> >" = type { %"struct.FixedMatrix<double,1,6,0,0>"*, i… 271 …E(%"struct.std::basic_ostream<char,std::char_traits<char> >"*, %"struct.SubVector<FixedVector<doub… 775 …Li6ELi0EEET_RK9SubVectorIT0_ERKS4_(%struct.Vec3* noalias sret, %"struct.SubVector<FixedVector<doub… 898 …%58 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >"* null, i32 0, i3… 900 …%59 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >"* null, i32 0, i3… 902 …%60 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >"* null, i32 0, i3…
|