HomeSort by relevance Sort by last modified time
    Searched refs:dchecked_vector (Results 1 - 13 of 13) sorted by null

  /art/libartbase/base/
dchecked_vector.h 35 // valid for an empty dchecked_vector<>. Use data() to avoid checking empty().
37 class dchecked_vector : private std::vector<T, Alloc> { class in namespace:art
58 dchecked_vector() function in class:art::dchecked_vector
60 explicit dchecked_vector(const allocator_type& alloc) function in class:art::dchecked_vector
62 explicit dchecked_vector(size_type n, const allocator_type& alloc = allocator_type()) function in class:art::dchecked_vector
64 dchecked_vector(size_type n, function in class:art::dchecked_vector
69 dchecked_vector(InputIterator first, function in class:art::dchecked_vector
73 dchecked_vector(const dchecked_vector& src) function in class:art::dchecked_vector
75 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc function in class:art::dchecked_vector
77 dchecked_vector(dchecked_vector&& src) function in class:art::dchecked_vector
79 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) function in class:art::dchecked_vector
81 dchecked_vector(std::initializer_list<value_type> il, function in class:art::dchecked_vector
    [all...]
  /art/compiler/utils/
atomic_dex_ref_map.h 21 #include "base/dchecked_vector.h"
69 using ElementArray = dchecked_vector<Atomic<Value>>;
  /art/dex2oat/linker/
oat_writer.h 26 #include "base/dchecked_vector.h"
164 dchecked_vector<std::string> GetSourceLocations() const;
378 dchecked_vector<debug::MethodDebugInfo> method_info_;
455 dchecked_vector<OatDexFile> oat_dex_files_;
456 dchecked_vector<OatClassHeader> oat_class_headers_;
457 dchecked_vector<OatClass> oat_classes_;
519 dchecked_vector<uintptr_t> absolute_patch_locations_;
oat_writer.cc 232 OatClass(const dchecked_vector<CompiledMethod*>& compiled_methods,
244 dchecked_vector<CompiledMethod*> compiled_methods_;
250 dchecked_vector<uint32_t> oat_method_offsets_offsets_from_oat_class_;
267 dchecked_vector<OatMethodOffsets> method_offsets_;
268 dchecked_vector<OatQuickMethodHeader> method_headers_;
340 dchecked_vector<uint32_t> class_offsets_;
630 dchecked_vector<std::string> OatWriter::GetSourceLocations() const {
631 dchecked_vector<std::string> locations;
    [all...]
image_writer.h 32 #include "base/dchecked_vector.h"
601 dchecked_vector<ImageInfo> image_infos_;
  /art/runtime/
class_loader_context.h 24 #include "base/dchecked_vector.h"
62 bool RemoveLocationsFromClassPaths(const dchecked_vector<std::string>& compilation_sources);
class_loader_context_test.cc 22 #include "base/dchecked_vector.h"
539 dchecked_vector<std::string> classpath_dex;
541 dchecked_vector<std::string> compilation_sources;
class_loader_context.cc 20 #include "base/dchecked_vector.h"
271 const dchecked_vector<std::string>& locations) {
    [all...]
  /art/runtime/base/
arena_containers.h 28 #include "base/dchecked_vector.h"
56 using ArenaVector = dchecked_vector<T, ArenaAllocatorAdapter<T>>;
scoped_arena_containers.h 28 #include "base/dchecked_vector.h"
52 using ScopedArenaVector = dchecked_vector<T, ScopedArenaAllocatorAdapter<T>>;
arena_allocator.h 25 #include "base/dchecked_vector.h"
142 dchecked_vector<size_t> alloc_stats_; // Bytes used by various allocation kinds.
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 247 milliseconds