Searched defs:Begin (Results 1 - 10 of 10) sorted by relevance

/art/runtime/
H A Delf_file.h47 byte* Begin() { function in class:art::ElfFile
48 return map_->Begin();
H A Dmem_map.h68 byte* Begin() const { function in class:art::MemMap
77 return Begin() + Size();
81 return Begin() <= addr && addr < End();
H A Doat_file.cc208 const byte* oat = Begin();
218 << reinterpret_cast<const void*>(Begin())
279 const uint8_t* dex_file_pointer = Begin() + dex_file_offset;
313 return *reinterpret_cast<const OatHeader*>(Begin());
316 const byte* OatFile::Begin() const { function in class:art::OatFile
384 const byte* oat_class_pointer = oat_file_->Begin() + oat_class_offset;
410 oat_file_->Begin(),
H A Ddex_file.h808 const byte* Begin() const { function in class:art::DexFile
/art/compiler/dex/
H A Darena_allocator.h39 uint8_t* Begin() { function in class:art::Arena
/art/runtime/gc/accounting/
H A Datomic_stack.h116 T* Begin() const { function in class:art::gc::accounting::AtomicStack
137 std::sort(Begin(), End());
147 return std::binary_search(Begin(), End(), value);
151 return std::find(Begin(), End(), value) != End();
168 byte* addr = mem_map_->Begin();
H A Dspace_bitmap.h144 word* Begin() { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/gc/space/
H A Dlarge_object_space.h118 byte* Begin() const { function in class:art::gc::space::FreeListSpace
129 return End() - Begin();
H A Dspace.h184 byte* Begin() const { function in class:art::gc::space::ContinuousSpace
195 return End() - Begin();
205 return byte_ptr < End() && byte_ptr >= Begin();
273 mem_map->Begin(), mem_map->Begin() + initial_size),
/art/tools/
H A Dcpplint.py685 def Begin(self, function_name): member in class:_FunctionState
2006 function_state.Begin(function)

Completed in 244 milliseconds