Home
last modified time | relevance | path

Searched defs:End (Results 1 – 13 of 13) sorted by relevance

/art/compiler/dex/
Dbb_optimizations.h110 void End(PassDataHolder* data) const { in End() function
164 void End(PassDataHolder* data) const { in End() function
195 void End(PassDataHolder* data) const { in End() function
230 void End(PassDataHolder* data) const OVERRIDE { in End() function
Dpost_opt_passes.h118 void End(PassDataHolder* data) const { in End() function
291 void End(PassDataHolder* data) const { in End() function
Dpass.h75 virtual void End(PassDataHolder* data) const { in End() function
/art/runtime/gc/allocator/
Drosalloc.h69 void* End(RosAlloc* rosalloc) EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) { in End() function
189 void* End() { in End() function
482 byte* End() { return base_ + capacity_; } in End() function
/art/runtime/
Delf_file.h59 byte* End() const { in End() function
Dmem_map.h110 byte* End() const { in End() function
Doat_file.cc356 const byte* OatFile::End() const { in End() function in art::OatFile
/art/runtime/gc/space/
Dlarge_object_space.h78 byte* End() const { in End() function
Dspace.h254 byte* End() const { in End() function
/art/runtime/gc/accounting/
Datomic_stack.h147 T* End() const { in End() function
/art/compiler/utils/
Darena_allocator.h115 uint8_t* End() { in End() function
/art/runtime/base/
Dtiming_logger.cc57 void CumulativeLogger::End() { in End() function in art::CumulativeLogger
/art/tools/
Dcpplint.py729 def End(self): member in _FunctionState