HomeSort by relevance Sort by last modified time
    Searched refs:is_missing_types (Results 1 - 7 of 7) sorted by null

  /art/libprofile/profile/
profile_compilation_info.h 48 : dex_pc(pc), is_missing_types(missing_types), classes(profile_classes) {}
51 const bool is_missing_types; member in struct:art::ProfileMethodInfo::ProfileInlineCache
145 : is_missing_types(false),
150 if (is_missing_types) return;
156 is_missing_types = true;
161 is_missing_types == other.is_missing_types &&
168 bool is_missing_types; member in struct:art::ProfileCompilationInfo::DexPcData
    [all...]
profile_compilation_info.cc 126 if (is_megamorphic || is_missing_types) {
556 if (dex_pc_data.is_missing_types) {
738 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) {
743 if (pmi_ic_dex_pc_data.is_missing_types) {
779 if (cache.is_missing_types) {
789 if (dex_pc_data->is_missing_types) {
    [all...]
  /art/profman/
profman.cc 1016 bool is_missing_types = false; local
    [all...]
profile_assistant_test.cc 350 bool is_missing_types)
361 ASSERT_EQ(dex_pc_data.is_missing_types, is_missing_types);
    [all...]
  /art/runtime/jit/
profiling_info_test.cc 145 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes);
153 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes);
161 caches.emplace_back(dex_pc, /*is_missing_types*/false, classes);
166 caches.emplace_back(dex_pc, /*is_missing_types*/true, classes);
198 if (inline_cache.is_missing_types) {
jit_code_cache.cc 1984 bool is_missing_types = false; local
    [all...]
  /art/compiler/optimizing/
inliner.cc 726 if (dex_pc_data.is_missing_types) {
    [all...]

Completed in 172 milliseconds