OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStatusRetryVerificationAtRuntime
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
class.h
105
//
kStatusRetryVerificationAtRuntime
: The verifier sets a class to
119
kStatusRetryVerificationAtRuntime
= 5, // Compile time verification failed, retry at runtime.
155
return GetStatus() >=
kStatusRetryVerificationAtRuntime
;
[
all
...]
/art/runtime/
class_linker.cc
[
all
...]
/art/compiler/driver/
compiler_driver.cc
526
DCHECK_EQ(klass->GetStatus(), mirror::Class::
kStatusRetryVerificationAtRuntime
);
[
all
...]
Completed in 50 milliseconds