Searched refs:image_roots_ (Results 1 – 5 of 5) sorted by relevance
70 image_roots_(image_roots), in ImageHeader()115 image_roots_ += delta; in RelocateImageReferences()
44 reinterpret_cast<mirror::ObjectArray<mirror::Object>*>(image_roots_); in GetImageRoots()
508 uint32_t image_roots_ = 0u; variable
1373 image_roots_.reserve(num_oat_files); in CreateImageRoots()1403 image_roots_.push_back(vm->AddGlobalRef(self, image_roots)); in CreateImageRoots()2042 vm, image_writer_->image_roots_[oat_index]); in ProcessRoots()2591 vm, image_roots_[0]); in CalculateNewObjectOffsets()2643 vm, image_roots_[oat_index]); in CalculateNewObjectOffsets()3801 image_roots_(), in ImageWriter()3823 if (!image_roots_.empty()) { in ~ImageWriter()3826 for (jobject image_roots : image_roots_) { in ~ImageWriter()
690 dchecked_vector<jobject> image_roots_; variable