Home | History | Annotate | Download | only in oatdump

Lines Matching refs:absolute_addresses

286                    bool absolute_addresses,
299 absolute_addresses_(absolute_addresses),
2545 // If we are only doing the oat file, disable absolute_addresses. Keep them for image dumping.
2546 bool absolute_addresses = (args_->oat_filename_ == nullptr);
2552 absolute_addresses,