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 67 compiled_methods_(),
85 compiled_methods_.emplace_back(new CompiledMethod(
111 for (auto& compiled_method : compiled_methods_) {
140 for (auto& compiled_method : compiled_methods_) {
204 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size());
208 size_t offset = result.second - compiled_methods_[idx]->CodeDelta();
284 std::vector<std::unique_ptr<CompiledMethod>> compiled_methods_; member in class:art::linker::RelativePatcherTest
  /art/compiler/
oat_writer.cc 216 return compiled_methods_[class_def_method_index];
220 dchecked_vector<CompiledMethod*> compiled_methods_;
224 // CompiledMethod entry in OatClass::compiled_methods_ should be
240 // OatClass::compiled_methods_ contains null values (and
787 compiled_methods_(),
798 compiled_methods_.reserve(256u);
805 compiled_methods_.clear();
812 // Fill in the compiled_methods_ array for methods that have a
819 compiled_methods_.push_back(compiled_method);
844 compiled_methods_.size()
    [all...]
  /art/dex2oat/
dex2oat.cc 2894 std::unique_ptr<std::unordered_set<std::string>> compiled_methods_; member in class:art::FINAL
    [all...]
  /art/compiler/driver/
compiler_driver.h 488 MethodTable compiled_methods_; member in class:art::CompilerDriver
compiler_driver.cc 322 compiled_methods_.Visit([this](const DexFileReference& ref ATTRIBUTE_UNUSED,
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 347 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size());
348 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size();
    [all...]

Completed in 118 milliseconds