Home
last modified time | relevance | path

Searched defs:methods_ (Results 1 – 7 of 7) sorted by relevance

/art/libprofile/profile/
Dprofile_boot_info.h66 std::vector<std::pair<uint32_t, uint32_t>> methods_; variable
/art/tools/dexanalyze/
Ddexanalyze_bytecode.h51 SafeMap<size_t, size_t> methods_; member
/art/runtime/
Dreflective_handle_scope.h196 std::array<ReflectiveReference<ArtMethod>, kNumMethods> methods_; variable
/art/libdexfile/dex/
Dtest_dex_file_builder.h396 std::map<MethodKey, uint32_t, MethodKeyComparator> methods_; variable
/art/runtime/mirror/
Dclass.h1499 uint64_t methods_; variable
/art/runtime/jni/
Djni_id_manager.cc613 std::vector<ArtMethod*> methods_; member in art::jni::JniIdDeferStackReflectiveScope
/art/runtime/jit/
Djit_code_cache.cc205 std::vector<ArtMethod*> methods_; member in art::jit::JitCodeCache::JniStubData