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

  /art/runtime/mirror/
class.h 131 // kStatusRetryVerificationAtRuntime: The verifier sets a class to
147 kStatusRetryVerificationAtRuntime = 6, // Compile time verification failed, retry at runtime.
201 return GetStatus<kVerifyFlags>() >= kStatusRetryVerificationAtRuntime;
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 541 DCHECK_EQ(klass->GetStatus(), mirror::Class::kStatusRetryVerificationAtRuntime);
    [all...]

Completed in 37 milliseconds