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

  /art/runtime/jit/
profile_compilation_info.h 145 is_megamorphic(false),
150 is_megamorphic = true;
154 is_megamorphic = false;
159 return is_megamorphic == other.is_megamorphic &&
168 bool is_megamorphic; member in struct:art::ProfileCompilationInfo::DexPcData
profile_compilation_info.cc 86 if (is_megamorphic || is_missing_types) {
103 is_megamorphic = true;
356 DCHECK(!dex_pc_data.is_megamorphic); // at this point the megamorphic flag should not be set.
360 } else if (dex_pc_data.is_megamorphic) {
509 if (dex_pc_data->is_missing_types || dex_pc_data->is_megamorphic) {
518 if (pmi_ic_dex_pc_data.is_megamorphic) {
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 585 Node* is_megamorphic = WordEqual( local
588 GotoIf(is_megamorphic, &call);
762 Node* is_megamorphic = WordEqual( local
765 GotoIf(is_megamorphic, &call_construct_function);
    [all...]
  /art/profman/
profile_assistant_test.cc 261 bool is_megamorphic,
272 ASSERT_EQ(dex_pc_data.is_megamorphic, is_megamorphic);
    [all...]
  /art/compiler/optimizing/
inliner.cc 632 if (dex_pc_data.is_megamorphic) {
    [all...]

Completed in 92 milliseconds