/aosp12/art/libprofile/profile/ |
H A D | profile_boot_info.h | 55 return methods_; in GetMethods() 58 bool IsEmpty() const { return dex_files_.empty() && methods_.empty(); } in IsEmpty() 66 std::vector<std::pair<uint32_t, uint32_t>> methods_; variable
|
H A D | profile_boot_info.cc | 38 methods_.push_back(std::make_pair(index, method_index)); in Add() 52 for (const std::pair<uint32_t, uint32_t>& pair : methods_) { in Save() 120 methods_.push_back(std::make_pair(dex_file_index, method_id)); in Load()
|
/aosp12/art/libdexfile/dex/ |
H A D | test_dex_file_builder.h | 80 methods_.emplace(method_key, 0u); in AddMethod() 149 for (auto& entry : methods_) { 153 header->method_ids_size_ = methods_.size(); 154 header->method_ids_off_ = methods_.empty() ? 0u : method_ids_offset; 160 uint32_t data_section_offset = method_ids_offset + methods_.size() * sizeof(dex::MethodId); 210 for (const auto& entry : methods_) { 276 auto it = methods_.find(method_key); in GetMethodIdx() 277 CHECK(it != methods_.end()); in GetMethodIdx() 396 std::map<MethodKey, uint32_t, MethodKeyComparator> methods_; variable
|
/aosp12/art/runtime/ |
H A D | reflective_handle_scope-inl.h | 48 std::for_each(methods_.begin(), methods_.begin() + method_pos_, visit_one); in VisitTargets()
|
H A D | reflective_handle_scope.h | 185 return &methods_[i]; in GetMethodReference() 196 std::array<ReflectiveReference<ArtMethod>, kNumMethods> methods_; variable
|
H A D | class_linker_test.cc | 596 addOffset(OFFSETOF_MEMBER(mirror::Class, methods_), "methods"); in ClassOffsets()
|
/aosp12/art/runtime/jit/ |
H A D | jit_code_cache.cc | 168 if (!ContainsElement(methods_, method)) { in AddMethod() 169 methods_.push_back(method); in AddMethod() 174 return methods_; in GetMethods() 179 methods_.begin(), in RemoveMethodsIn() 180 methods_.end(), in RemoveMethodsIn() 185 methods_.erase(kept_end, methods_.end()); in RemoveMethodsIn() 189 auto it = std::find(methods_.begin(), methods_.end(), method); in RemoveMethod() 190 if (it != methods_.end()) { in RemoveMethod() 192 methods_.erase(it); in RemoveMethod() 200 std::replace(methods_.begin(), methods_.end(), old_method, new_method); in MoveObsoleteMethod() [all …]
|
/aosp12/art/runtime/jni/ |
H A D | jni_id_manager.cc | 567 : BaseReflectiveHandleScope(), methods_(), fields_() { in REQUIRES_SHARED() 573 methods_ = methods; in Initialize() 583 for (auto it = methods_.begin(); it != methods_.end(); ++it) { in VisitTargets() 602 return &methods_[idx]; in GetMethodPtr() 609 return methods_.size(); in NumMethods() 613 std::vector<ArtMethod*> methods_; member in art::jni::JniIdDeferStackReflectiveScope
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 129 pair.second.methods_ = SortByOrder(pair.second.methods_, Order::kMostUsed); in ProcessDexFiles() 368 ++types[receiver_type.index_].methods_.FindOrAdd(method_idx)->second; in ProcessCodeItem() 389 uint32_t local_idx = types[receiver_type.index_].methods_.Get(method_idx); in ProcessCodeItem()
|
H A D | dexanalyze_bytecode.h | 51 SafeMap<size_t, size_t> methods_; member
|
/aosp12/art/runtime/mirror/ |
H A D | class-inl.h | 202 static_cast<uintptr_t>(GetField64(OFFSET_OF_OBJECT_MEMBER(Class, methods_)))); in GetMethodsPtr() 263 SetField64<false>(OFFSET_OF_OBJECT_MEMBER(Class, methods_), in SetMethodsPtrUnchecked() 1152 dest, pointer_size, visitor, OFFSET_OF_OBJECT_MEMBER(Class, methods_)); in FixupNativePointers()
|
H A D | class.h | 712 return MemberOffset(OFFSETOF_MEMBER(Class, methods_)); in MethodsOffset() 1499 uint64_t methods_; variable
|
/aosp12/system/tools/aidl/ |
H A D | aidl_language.h | 962 const std::vector<std::unique_ptr<AidlMethod>>& GetMethods() const { return methods_; } 963 void AddMethod(std::unique_ptr<AidlMethod> method) { methods_.push_back(std::move(method)); } 984 std::vector<std::unique_ptr<AidlMethod>> methods_;
|
H A D | aidl_language.cpp | 915 methods_.emplace_back(method); in AidlDefinedType()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |