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

/art/runtime/gc/space/
H A Dimage_space.cc610 bool InSource(uintptr_t address) const { function in class:art::gc::space::RelocationRange
620 DCHECK(InSource(address));
669 if (boot_image_.InSource(uint_src)) {
672 if (app_image_.InSource(uint_src)) {
684 if (boot_oat_.InSource(uint_src)) {
687 if (app_oat_.InSource(uint_src)) {
1046 CHECK(app_image.InSource(reinterpret_cast<uintptr_t>(

Completed in 8 milliseconds