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

  /art/compiler/dex/
mir_field_info.h 47 return (flags_ & kFlagIsStatic) != 0u;
100 static constexpr uint16_t kFlagIsStatic = 1u << kBitIsStatic;
144 type), // Without kFlagIsStatic.
199 : MirFieldInfo(field_idx, kFlagIsVolatile | kFlagIsStatic, type),
mir_method_info.h 39 return (flags_ & kFlagIsStatic) != 0u;
67 static constexpr uint16_t kFlagIsStatic = 1u << kBitIsStatic;
106 ((type == kStatic) ? kFlagIsStatic : 0u) |
mir_field_info.cc 87 it->flags_ = 0u | // Without kFlagIsStatic.
136 uint16_t flags = kFlagIsStatic |
mir_optimization_test.cc 265 ((def->invoke_type == kStatic) ? MirMethodLoweringInfo::kFlagIsStatic : 0u) |
    [all...]

Completed in 259 milliseconds