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

  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 269 bool is_megamorphic; local
278 // The is_megamorphic bit is "sticky". We assume clusters that have been
280 it->second.is_megamorphic |=
283 is_megamorphic = it->second.is_megamorphic;
302 if (is_megamorphic) {
xla_compilation_cache.h 179 bool is_megamorphic = false; member in struct:tensorflow::XlaCompilationCache::ClusterCompileStats
  /art/libprofile/profile/
profile_compilation_info.h 146 is_megamorphic(false),
151 is_megamorphic = true;
155 is_megamorphic = false;
160 return is_megamorphic == other.is_megamorphic &&
169 bool is_megamorphic; member in struct:art::ProfileCompilationInfo::DexPcData
    [all...]
profile_compilation_info.cc 126 if (is_megamorphic || is_missing_types) {
143 is_megamorphic = true;
557 DCHECK(!dex_pc_data.is_megamorphic); // at this point the megamorphic flag should not be set.
561 } else if (dex_pc_data.is_megamorphic) {
738 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) {
747 if (pmi_ic_dex_pc_data.is_megamorphic) {
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 734 Node* is_megamorphic = WordEqual( local
736 Branch(is_megamorphic, &done, &extra_checks);
946 Node* is_megamorphic = WordEqual( local
1125 Node* is_megamorphic = WordEqual( local
    [all...]
  /art/profman/
profile_assistant_test.cc 349 bool is_megamorphic,
360 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic);
    [all...]
  /art/compiler/optimizing/
inliner.cc 729 if (dex_pc_data.is_megamorphic) {
    [all...]

Completed in 382 milliseconds