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

  /art/libdexfile/dex/
modifiers.h 63 // that it was copied from its declaring class into another class. All methods marked kAccMiranda
67 static constexpr uint32_t kAccMiranda = 0x00200000; // method (runtime, not native)
71 // Reuse the values of kAccSkipAccessChecks and kAccMiranda which are not used for native methods.
  /art/runtime/
art_method.h 210 // The kAccMiranda flag value is used with a different meaning for native methods,
212 return (GetAccessFlags() & (kAccNative | kAccMiranda)) == kAccMiranda;
    [all...]
class_linker.cc     [all...]

Completed in 210 milliseconds