| /art/runtime/ |
| D | handle_scope-inl.h | 106 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 176 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 269 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() function
|
| D | linear_alloc-inl.h | 130 inline bool LinearAlloc::Contains(void* ptr) const { in Contains() function
|
| D | oat_quick_method_header.h | 115 bool Contains(uintptr_t pc) const { in Contains() function
|
| D | vdex_file.h | 249 bool Contains(const uint8_t* pointer, size_t size) const { in Contains() function
|
| D | oat_file.h | 321 bool Contains(const void* p) const { in Contains() function
|
| D | image.h | 67 bool Contains(uint64_t offset) const { in Contains() function
|
| D | thread_list.cc | 121 bool ThreadList::Contains(Thread* thread) { in Contains() function in art::ThreadList
|
| /art/libdexfile/dex/ |
| D | dex_file_layout.h | 66 bool Contains(uint32_t offset) const { in Contains() function
|
| /art/runtime/base/ |
| D | gc_visited_arena_pool.h | 111 bool Contains(void* ptr) { in Contains() function
|
| /art/runtime/gc/space/ |
| D | large_object_space.h | 100 bool Contains(const mirror::Object* obj) const override { in Contains() function
|
| D | region_space.h | 203 bool Contains(const mirror::Object* obj) const override { in Contains() function 597 bool Contains(mirror::Object* ref) const { in Contains() function
|
| D | large_object_space.cc | 86 bool Contains(const mirror::Object* obj) const override { in Contains() function in art::gc::space::MemoryToolLargeObjectMapSpace 246 bool LargeObjectMapSpace::Contains(const mirror::Object* obj) const { in Contains() function in art::gc::space::LargeObjectMapSpace
|
| D | space.h | 316 bool Contains(const mirror::Object* obj) const { in Contains() function
|
| /art/libartbase/base/ |
| D | array_slice.h | 146 bool Contains(const T* element) const { in Contains() function
|
| D | arena_allocator.cc | 318 bool ArenaAllocator::Contains(const void* ptr) const { in Contains() function in art::ArenaAllocator
|
| D | hiddenapi_flags.h | 301 bool Contains(const ApiList& other) const { in Contains() function
|
| D | arena_allocator.h | 208 bool Contains(const void* ptr) const { return memory_ <= ptr && ptr < memory_ + size_; } in Contains() function
|
| /art/runtime/gc/accounting/ |
| D | atomic_stack.h | 251 bool Contains(const T* value) const REQUIRES_SHARED(Locks::mutator_lock_) { in Contains() function
|
| /art/compiler/optimizing/ |
| D | locations.h | 322 bool Contains(Location other) const { in Contains() function 484 static bool Contains(uint32_t register_set, uint32_t reg) { in Contains() function
|
| D | gvn.cc | 114 bool Contains(HInstruction* instruction) const { in Contains() function in art::ValueSet
|
| D | nodes.cc | 1100 bool HLoopInformation::Contains(const HBasicBlock& block) const { in Contains() function in art::HLoopInformation 1478 bool HInstructionList::Contains(HInstruction* instruction) const { in Contains() function in art::HInstructionList
|
| /art/runtime/interpreter/ |
| D | shadow_frame.h | 270 bool Contains(StackReference<mirror::Object>* shadow_frame_entry_obj) const { in Contains() function
|
| /art/tools/hiddenapi/ |
| D | hiddenapi.cc | 119 static bool Contains(const std::vector<E>& vec, const E& elem) { in Contains() function
|