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 70 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
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 303 CHECK(!compiled_method_refs_.empty());
304 CHECK_EQ(compiled_method_refs_[0].dex_method_index, 1u);
305 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size());
    [all...]

Completed in 876 milliseconds