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

  /art/compiler/linker/
relative_patcher_test.h 64 compiled_methods_(),
82 compiled_methods_.emplace_back(new CompiledMethod(
108 for (auto& compiled_method : compiled_methods_) {
137 for (auto& compiled_method : compiled_methods_) {
200 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size());
204 size_t offset = result.second - compiled_methods_[idx]->CodeDelta();
280 std::vector<std::unique_ptr<CompiledMethod>> compiled_methods_; member in class:art::linker::RelativePatcherTest
  /art/dex2oat/
dex2oat.cc 2916 std::unique_ptr<std::unordered_set<std::string>> compiled_methods_; member in class:art::FINAL
    [all...]
  /art/compiler/driver/
compiler_driver.h 493 MethodTable compiled_methods_; member in class:art::CompilerDriver
compiler_driver.cc 306 compiled_methods_.Visit([this](const DexFileReference& ref ATTRIBUTE_UNUSED,
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 240 return compiled_methods_[class_def_method_index];
244 dchecked_vector<CompiledMethod*> compiled_methods_;
248 // CompiledMethod entry in OatClass::compiled_methods_ should be
264 // OatClass::compiled_methods_ contains null values (and
907 compiled_methods_(),
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 349 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size());
350 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size();
    [all...]

Completed in 874 milliseconds