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

  /art/runtime/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
64 explicit dchecked_vector(size_type n, const allocator_type& alloc = allocator_type()) function in class:art::dchecked_vector
66 dchecked_vector(size_type n, function in class:art::dchecked_vector
71 dchecked_vector(InputIterator first, function in class:art::dchecked_vector
75 dchecked_vector(const dchecked_vector& src) function in class:art::dchecked_vector
77 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc function in class:art::dchecked_vector
79 dchecked_vector(dchecked_vector&& src) function in class:art::dchecked_vector
81 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) function in class:art::dchecked_vector
83 dchecked_vector(std::initializer_list<value_type> il, function in class:art::dchecked_vector
    [all...]
arena_containers.h 26 #include "base/dchecked_vector.h"
54 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>>;
  /art/compiler/
oat_writer.h 24 #include "base/dchecked_vector.h"
144 dchecked_vector<const char*> GetSourceLocations() const;
296 dchecked_vector<debug::MethodDebugInfo> method_info_;
320 dchecked_vector<OatDexFile> oat_dex_files_;
321 dchecked_vector<OatClass> oat_classes_;
367 dchecked_vector<uintptr_t> absolute_patch_locations_;
oat_writer.cc 151 const dchecked_vector<CompiledMethod*>& compiled_methods,
169 dchecked_vector<CompiledMethod*> compiled_methods_;
175 dchecked_vector<uint32_t> oat_method_offsets_offsets_from_oat_class_;
199 dchecked_vector<OatMethodOffsets> method_offsets_;
200 dchecked_vector<OatQuickMethodHeader> method_headers_;
250 dchecked_vector<uint32_t> class_offsets_;
407 dchecked_vector<const char*> OatWriter::GetSourceLocations() const {
408 dchecked_vector<const char*> locations;
657 dchecked_vector<CompiledMethod*> compiled_methods_;
    [all...]
image_writer.h 30 #include "base/dchecked_vector.h"
524 dchecked_vector<ImageInfo> image_infos_;
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 169 milliseconds