/external/v8/src/ |
D | collector.h | 162 chunks_.push_back(current_chunk_.SubVector(0, index_)); in NewChunk() 199 return this->current_chunk_.SubVector(sequence_start, this->index_); in EndSequence() 235 this->current_chunk_.SubVector(0, sequence_start_)); in NewChunk()
|
D | strtod.cc | 76 return buffer.SubVector(i, buffer.length()); in TrimLeadingZeros() 86 return buffer.SubVector(0, i + 1); in TrimTrailingZeros()
|
D | vector.h | 38 Vector<T> SubVector(size_t from, size_t to) const { in SubVector() function
|
D | intl.cc | 306 ToUpperOneByte(src.SubVector(index_to_first_unprocessed, length), in ConvertToUpper()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 109 return buffer.SubVector(i, buffer.length()); in TrimLeadingZeros() 119 return buffer.SubVector(0, i + 1); in TrimTrailingZeros()
|
D | double-conversion-utils.h | 204 Vector<T> SubVector(int from, int to) { in SubVector() function
|
/external/eigen/Eigen/src/Core/ |
D | VectorwiseOp.h | 192 typename ExpressionType::RowXpr>::type SubVector; 196 SubVector subVector(Index i) 198 return SubVector(m_matrix.derived(),i);
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 64 module_bytes_.SubVector(ref.offset(), ref.end_offset())); in GetName() 78 module_bytes_.SubVector(ref.offset(), ref.end_offset())); in GetNameOrNull()
|
D | wasm-module.h | 202 return module_bytes_.SubVector(function->code.offset(), in GetFunctionBytes()
|
D | streaming-decoder.cc | 33 state_->ReadBytes(this, bytes.SubVector(current, bytes.size())); in OnBytesReceived()
|
D | wasm-objects.cc | 683 ->NewStringFromOneByte(Vector<uint8_t>::cast(buffer.SubVector(0, length))) in GetFunctionName() 1394 Vector<uint8_t>::cast(buffer.SubVector(0, length))) in New()
|
D | wasm-debug.cc | 40 Vector<uint8_t> name = Vector<uint8_t>::cast(value.SubVector(0, len)); in PrintFToOneByteString()
|
D | module-compiler.cc | 2674 bytes = bytes.SubVector(decoder.position(), bytes.size()); in ProcessSection()
|
/external/swiftshader/third_party/llvm-7.0/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… 769 …Li6ELi0EEET_RK9SubVectorIT0_ERKS4_(%struct.Vec3* noalias sret, %"struct.SubVector<FixedVector<doub… 889 …%57 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec… 891 …%58 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec… 893 …%59 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec…
|
/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… 769 …Li6ELi0EEET_RK9SubVectorIT0_ERKS4_(%struct.Vec3* noalias sret, %"struct.SubVector<FixedVector<doub… 889 …%57 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec… 891 …%58 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec… 893 …%59 = getelementptr %"struct.SubVector<CDSVector<double, 1, CDS::DefaultAlloc> >", %"struct.SubVec…
|
/external/swiftshader/third_party/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…
|
/external/v8/src/compiler/ |
D | code-generator.cc | 214 buffer = buffer.SubVector(next, buffer.length()); in AssembleCode() 219 buffer = buffer.SubVector(next, buffer.length()); in AssembleCode() 224 buffer = buffer.SubVector(next, buffer.length()); in AssembleCode()
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 1965 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1); in AddQuantifierToAtom() 1967 char_vector = char_vector.SubVector(num_chars - 1, num_chars); in AddQuantifierToAtom()
|
D | jsregexp.cc | 5260 RegExpAtom(atom->data().SubVector(0, prefix_length), flags); in RationalizeConsecutiveAtoms() 5273 old_atom->data().SubVector(prefix_length, old_atom->length()), in RationalizeConsecutiveAtoms()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 4561 SDValue SubVector = NewLD.getValue(i); in ReplaceLoadVector() local 4562 SDValue E0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, SubVector, in ReplaceLoadVector() 4564 SDValue E1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, SubVector, in ReplaceLoadVector()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 263 characters.SubVector(name_start_index, closing_bracket_index); in ParseReplacementPattern()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2597 chunk_.SubVector(chunk_pos_, chunk_size_), format, n); in AddNumberImpl()
|
/external/v8/src/heap/ |
D | factory.cc | 624 auto non_ascii = string.SubVector(non_ascii_start, length); in NewStringFromUtf8()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 7979 // SubVector Broadcasts
|