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

  /art/runtime/
modifiers.h 66 static constexpr uint32_t kAccCompileDontBother = 0x01000000; // method (runtime)
art_method.h 326 return (GetAccessFlags() & kAccCompileDontBother) == 0;
  /art/runtime/verifier/
method_verifier.cc 401 method->SetAccessFlags(method->GetAccessFlags() | kAccCompileDontBother);
406 method->SetAccessFlags(method->GetAccessFlags() | kAccCompileDontBother);
    [all...]

Completed in 238 milliseconds