Searched defs:methods_ (Results 1 – 8 of 8) sorted by relevance
| /art/libprofile/profile/ | ||
| D | profile_boot_info.h | 66 std::vector<std::pair<uint32_t, uint32_t>> methods_; variable |
| /art/tools/dexanalyze/ | ||
| D | dexanalyze_bytecode.h | 51 SafeMap<size_t, size_t> methods_; member |
| /art/runtime/ | ||
| D | reflective_handle_scope.h | 196 std::array<ReflectiveReference<ArtMethod>, kNumMethods> methods_; variable |
| D | class_linker.cc | 4080 ArrayRef<ArtMethodData> methods_; member in art::ClassLinker::LoadClassHelper |
| /art/libdexfile/dex/ | ||
| D | test_dex_file_builder.h | 394 std::map<MethodKey, uint32_t, MethodKeyComparator> methods_; variable |
| /art/runtime/mirror/ | ||
| D | class.h | 1538 uint64_t methods_; variable |
| /art/runtime/jni/ | ||
| D | jni_id_manager.cc | 627 std::vector<ArtMethod*> methods_; member in art::jni::JniIdDeferStackReflectiveScope |
| /art/runtime/jit/ | ||
| D | jit_code_cache.cc | 196 std::vector<ArtMethod*> methods_; member in art::jit::JitCodeCache::JniStubData |