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

/art/compiler/linker/
H A Drelative_patcher_test.h70 compiled_method_refs_(),
87 compiled_method_refs_.push_back(method_ref);
107 offset = patcher_->ReserveSpace(offset, compiled_method.get(), compiled_method_refs_[idx]);
118 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
187 for (auto ref : compiled_method_refs_) {
194 CHECK_NE(idx, compiled_method_refs_.size());
275 std::vector<MethodReference> compiled_method_refs_; member in class:art::linker::RelativePatcherTest

Completed in 61 milliseconds