/art/runtime/ |
D | handle_scope-inl.h | 125 inline bool HandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 161 inline bool BaseHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) const { in Contains() function 271 inline bool VariableSizedHandleScope::Contains(StackReference<mirror::Object>* handle_scope_entry) in Contains() function
|
D | linear_alloc-inl.h | 142 inline bool LinearAlloc::Contains(void* ptr) const { in Contains() function
|
D | vdex_file.h | 248 bool Contains(const uint8_t* pointer, size_t size) const { in Contains() function
|
D | thread_list.cc | 114 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/oat/ |
D | oat_quick_method_header.h | 126 bool Contains(uintptr_t pc) const { in Contains() function
|
D | image.h | 68 bool Contains(uint64_t offset) const { in Contains() function
|
D | oat_file.h | 330 bool Contains(const void* p) const { 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 600 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 251 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 | 316 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/base/ |
D | gc_visited_arena_pool.h | 166 bool Contains(void* ptr) REQUIRES(!lock_) { 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 | 943 bool HLoopInformation::Contains(const HBasicBlock& block) const { in Contains() function in art::HLoopInformation 1320 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 | 120 static bool Contains(const std::vector<E>& vec, const E& elem) { in Contains() function
|