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

  /art/runtime/jit/
profile_compilation_info.h 141 is_megamorphic(false),
146 is_megamorphic = true;
150 is_megamorphic = false;
155 return is_megamorphic == other.is_megamorphic &&
164 bool is_megamorphic; member in struct:art::ProfileCompilationInfo::DexPcData
    [all...]
  /external/v8/src/
code-stubs.cc 1782 Node* is_megamorphic = assembler.WordEqual( local
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 614 Node* is_megamorphic = local
617 GotoIf(is_megamorphic, &call);
803 Node* is_megamorphic = local
806 GotoIf(is_megamorphic, &call_construct_function);
    [all...]

Completed in 71 milliseconds