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

  /art/compiler/dex/
mir_method_info.h 127 return (flags_ & kFlagFastPath) != 0u;
211 static constexpr uint16_t kFlagFastPath = 1u << kBitFastPath;
mir_method_info.cc 169 ~(kFlagFastPath | kFlagIsIntrinsic | kFlagIsSpecial | kFlagClassIsInitialized |
173 (fast_path_flags != 0 || string_init ? kFlagFastPath : 0u) |
mir_optimization_test.cc 266 MirMethodLoweringInfo::kFlagFastPath |
    [all...]

Completed in 534 milliseconds