Searched refs:compiled_methods_ (Results 1 – 5 of 5) sorted by relevance
/art/dex2oat/linker/ |
D | relative_patcher_test.h | 49 compiled_methods_(), in RelativePatcherTest() 67 compiled_methods_.clear(); in TearDown() 72 compiled_methods_.clear(); in TearDown() 90 compiled_methods_.clear(); in Reset() 106 compiled_methods_.emplace_back(new CompiledMethod( 128 for (auto& compiled_method : compiled_methods_) { in Link() 157 for (auto& compiled_method : compiled_methods_) { in Link() 226 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size()); in CheckLinkedMethod() 230 size_t offset = result.second - compiled_methods_[idx]->CodeDelta(); in CheckLinkedMethod() 394 std::vector<std::unique_ptr<CompiledMethod>> compiled_methods_; variable
|
D | oat_writer.cc | 262 return compiled_methods_[class_def_method_index]; in GetCompiledMethod() 266 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::OatClass 957 compiled_methods_(), in InitOatClassesMethodVisitor() 968 compiled_methods_.reserve(256u); in InitOatClassesMethodVisitor() 975 compiled_methods_.clear(); in StartClass() 989 compiled_methods_.push_back(compiled_method); in VisitMethod() 1019 compiled_methods_.size(), in EndClass() 1024 writer_->oat_classes_.emplace_back(compiled_methods_, in EndClass() 1033 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::InitOatClassesMethodVisitor 4018 : compiled_methods_(compiled_methods) { in OatClass() [all …]
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 321 MethodTable compiled_methods_; variable
|
D | compiler_driver.cc | 278 compiled_methods_.Visit([this](const DexFileReference& ref ATTRIBUTE_UNUSED, in ~CompilerDriver() 880 if (!compiled_methods_.HaveDexFile(dex_file)) { in PreCompile() 881 compiled_methods_.AddDexFile(dex_file); in PreCompile() 2847 MethodTable::InsertResult result = compiled_methods_.Insert(method_ref, in AddCompiledMethod() 2856 CHECK(compiled_methods_.Remove(method_ref, &ret)); in RemoveCompiledMethod() 2932 compiled_methods_.Get(ref, &compiled_method); in GetCompiledMethod()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 391 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size()); in TestNopsAdrpInsn2AndUseHasThunk() 392 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size(); in TestNopsAdrpInsn2AndUseHasThunk()
|