Searched defs:End (Results 1 - 18 of 18) sorted by relevance

/art/compiler/dex/
H A Dpass.h73 * @brief End of the pass: called after the WalkBasicBlocks function.
75 virtual void End(PassDataHolder* data) const { function in class:art::Pass
85 // Passes that do all their work in Start() or End() should not allow useless node iteration.
H A Dbb_optimizations.h137 void End(PassDataHolder* data) const { function in class:art::SpecialMethodInliner
192 void End(PassDataHolder* data) const { function in class:art::NullCheckElimination
223 void End(PassDataHolder* data) const { function in class:art::ClassInitCheckElimination
258 void End(PassDataHolder* data) const OVERRIDE {
292 void End(PassDataHolder* data) const OVERRIDE {
413 void End(PassDataHolder* data) const { function in class:art::BBOptimizations
H A Dpost_opt_passes.h139 void End(PassDataHolder* data) const { function in class:art::BuildDomination
291 void End(PassDataHolder* data) const { function in class:art::TypeInferencePass
308 void End(PassDataHolder* data) const { function in class:art::FinishSSATransformation
/art/runtime/gc/collector/
H A Dimmune_region.h63 mirror::Object* End() { function in class:art::gc::collector::ImmuneRegion
/art/runtime/
H A Delf_file_impl.h64 uint8_t* End() const { function in class:art::ElfFileImpl
65 return map_->End();
H A Dmem_map.h120 uint8_t* End() const { function in class:art::MemMap
137 return Begin() <= addr && addr < End();
H A Dimage.h42 uint32_t End() const { function
191 // End of oat data address range for this image file.
194 // End of oat file address range. will be after oat_data_end_ for
H A Doat_file.cc389 if (oat > End()) {
395 if (oat > End()) {
399 End());
413 if (UNLIKELY(oat > End())) {
421 if (UNLIKELY(oat > End())) {
433 if (UNLIKELY(oat > End())) {
453 if (UNLIKELY(oat > End())) {
477 if (UNLIKELY(oat > End())) {
515 const uint8_t* OatFile::End() const { function in class:art::OatFile
632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file
[all...]
H A Delf_file.cc344 if (Begin() + offset >= End()) {
738 if (program_header >= End()) {
769 if (section_header >= End()) {
1004 if (string >= End()) {
1304 if ((dsptr < Begin() || dsptr >= End()) && !ValidPointer(dsptr)) {
1371 if (segment->Begin() <= start && start < segment->End()) {
1863 uint8_t* ElfFile::End() const { function in class:art::ElfFile
1864 DELEGATE_TO_IMPL(End);
/art/compiler/utils/
H A Dswap_space.h42 uintptr_t End() const { function in struct:art::SpaceChunk
/art/runtime/base/
H A Dtiming_logger.cc58 void CumulativeLogger::End() { function in class:art::CumulativeLogger
H A Darena_allocator.h129 uint8_t* End() { function in class:art::Arena
/art/runtime/gc/accounting/
H A Datomic_stack.h167 StackReference<T>* End() const { function in class:art::gc::accounting::AtomicStack
185 std::sort(Begin(), End(), ObjectComparator());
195 return std::binary_search(Begin(), End(), value, ObjectComparator());
199 for (auto cur = Begin(), end = End(); cur != end; ++cur) {
/art/runtime/gc/allocator/
H A Drosalloc.h72 void* End(RosAlloc* rosalloc) EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) {
195 void* End() { function in class:art::gc::allocator::RosAlloc::Run
511 uint8_t* End() { return base_ + capacity_; }
/art/runtime/gc/space/
H A Dlarge_object_space.h86 uint8_t* End() const { function in class:art::gc::space::LargeObjectSpace
91 return End() - Begin();
96 return Begin() <= byte_obj && byte_obj < End();
H A Dregion_space.h442 uint8_t* End() const { function in class:art::gc::space::FINAL::Region
H A Dspace.h275 uint8_t* End() const { function in class:art::gc::space::ContinuousSpace
296 return End() - Begin();
/art/tools/
H A Dcpplint.py729 def End(self): member in class:_FunctionState
1576 # End of #if or #else blocks.
2014 function_state.End()

Completed in 1378 milliseconds