HomeSort by relevance Sort by last modified time
    Searched refs:compiled_method_refs_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/
relative_patcher_test.h 56 compiled_method_refs_(),
73 compiled_method_refs_.push_back(method_ref);
87 offset = patcher_->ReserveSpace(offset, compiled_method.get(), compiled_method_refs_[idx]);
98 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
158 for (auto ref : compiled_method_refs_) {
165 CHECK_NE(idx, compiled_method_refs_.size());
245 std::vector<MethodReference> compiled_method_refs_; member in class:art::linker::RelativePatcherTest
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 236 CHECK(!compiled_method_refs_.empty());
237 CHECK_EQ(compiled_method_refs_[0].dex_method_index, 1u);
238 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size());

Completed in 92 milliseconds