Searched refs:compiled_methods_ (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/art/dex2oat/linker/ |
H A D | relative_patcher_test.h | 49 compiled_methods_(), in RelativePatcherTest() 67 compiled_methods_.clear(); in TearDown() 73 compiled_methods_.clear(); in TearDown() 92 compiled_methods_.clear(); in Reset() 108 compiled_methods_.emplace_back(new CompiledMethod( 130 for (auto& compiled_method : compiled_methods_) { in Link() 159 for (auto& compiled_method : compiled_methods_) { in Link() 237 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size()); in CheckLinkedMethod() 241 size_t offset = result.second - compiled_methods_[idx]->GetEntryPointAdjustment(); in CheckLinkedMethod() 406 std::vector<std::unique_ptr<CompiledMethod>> compiled_methods_; variable
|
H A D | oat_writer.cc | 220 return compiled_methods_[class_def_method_index]; in GetCompiledMethod() 224 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::OatClass 820 compiled_methods_(), in InitOatClassesMethodVisitor() 831 compiled_methods_.reserve(256u); in InitOatClassesMethodVisitor() 838 compiled_methods_.clear(); in StartClass() 852 compiled_methods_.push_back(compiled_method); in VisitMethod() 882 compiled_methods_.size(), in EndClass() 887 writer_->oat_classes_.emplace_back(compiled_methods_, in EndClass() 896 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::InitOatClassesMethodVisitor 3991 : compiled_methods_(compiled_methods) { in OatClass() [all …]
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 276 compiled_methods_.Visit( in ~CompilerDriver() 850 if (!compiled_methods_.HaveDexFile(dex_file)) { in PreCompile() 851 compiled_methods_.AddDexFile(dex_file); in PreCompile() 2774 MethodTable::InsertResult result = compiled_methods_.Insert(method_ref, in AddCompiledMethod() 2783 CHECK(compiled_methods_.Remove(method_ref, &ret)); in RemoveCompiledMethod() 2859 compiled_methods_.Get(ref, &compiled_method); in GetCompiledMethod()
|
H A D | compiler_driver.h | 309 MethodTable compiled_methods_; variable
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 397 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size()); in TestNopsAdrpInsn2AndUseHasThunk() 398 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size(); in TestNopsAdrpInsn2AndUseHasThunk()
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 83285 …atform/art,[email protected],Avoid creating compiled_methods_ array unnece…
|