/art/runtime/ |
D | handle_scope-inl.h | 106 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 167 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 251 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() function
|
D | linear_alloc.cc | 51 bool LinearAlloc::Contains(void* ptr) const { in Contains() function in art::LinearAlloc
|
D | oat_quick_method_header.h | 105 bool Contains(uintptr_t pc) const { in Contains() function
|
D | oat_file.h | 318 bool Contains(const void* p) const { in Contains() function
|
D | image.h | 63 bool Contains(uint64_t offset) const { in Contains() function
|
D | thread_list.cc | 117 bool ThreadList::Contains(Thread* thread) { in Contains() function in art::ThreadList
|
/art/libdexfile/dex/ |
D | dex_file_layout.h | 76 bool Contains(uint32_t offset) const { in Contains() function
|
/art/runtime/gc/space/ |
D | bump_pointer_space.h | 131 bool Contains(const mirror::Object* obj) const override { in Contains() function
|
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 | 314 bool ArenaAllocator::Contains(const void* ptr) const { in Contains() function in art::ArenaAllocator
|
D | hiddenapi_flags.h | 313 bool Contains(const ApiList& other) const { in Contains() function
|
D | arena_allocator.h | 207 bool Contains(const void* ptr) const { in Contains() function
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 214 bool Contains(const T* value) const REQUIRES_SHARED(Locks::mutator_lock_) { in Contains() function
|
/art/compiler/optimizing/ |
D | locations.h | 317 bool Contains(Location other) const { in Contains() function 477 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 | 1059 bool HLoopInformation::Contains(const HBasicBlock& block) const { in Contains() function in art::HLoopInformation 1437 bool HInstructionList::Contains(HInstruction* instruction) const { in Contains() function in art::HInstructionList
|
/art/runtime/interpreter/ |
D | shadow_frame.h | 262 bool Contains(StackReference<mirror::Object>* shadow_frame_entry_obj) const { in Contains() function
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 117 static bool Contains(const std::vector<E>& vec, const E& elem) { in Contains() function
|