Searched refs:compiled_methods_ (Results 1 – 4 of 4) sorted by relevance
50 compiled_methods_(), in RelativePatcherTest()68 compiled_methods_.clear(); in TearDown()73 compiled_methods_.clear(); in TearDown()91 compiled_methods_.clear(); in Reset()107 compiled_methods_.emplace_back(new CompiledMethod(129 for (auto& compiled_method : compiled_methods_) { in Link()158 for (auto& compiled_method : compiled_methods_) { in Link()221 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size()); in CheckLinkedMethod()225 size_t offset = result.second - compiled_methods_[idx]->CodeDelta(); in CheckLinkedMethod()370 std::vector<std::unique_ptr<CompiledMethod>> compiled_methods_; variable
250 return compiled_methods_[class_def_method_index]; in GetCompiledMethod()254 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::OatClass930 compiled_methods_(), in InitOatClassesMethodVisitor()941 compiled_methods_.reserve(256u); in InitOatClassesMethodVisitor()948 compiled_methods_.clear(); in StartClass()962 compiled_methods_.push_back(compiled_method); in VisitMethod()987 compiled_methods_.size(), in EndClass()992 writer_->oat_classes_.emplace_back(compiled_methods_, in EndClass()1001 dchecked_vector<CompiledMethod*> compiled_methods_; member in art::linker::OatWriter::InitOatClassesMethodVisitor4138 : compiled_methods_(compiled_methods) { in OatClass()[all …]
318 MethodTable compiled_methods_; variable
390 CHECK_EQ(compiled_method_refs_.size(), compiled_methods_.size()); in TestNopsAdrpInsn2AndUseHasThunk()391 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size(); in TestNopsAdrpInsn2AndUseHasThunk()