Searched defs:kVerifyAtRuntime (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcompiler_filter.h34 kVerifyAtRuntime, // Delay verication to runtime, do not compile anything. enumerator in enum:art::FINAL::Filter
76 // For example: given kVerifyAtRuntime, returns "verify-at-runtime".
/art/test/common/
H A Druntime_state.cc112 constexpr const char* kVerifyAtRuntime = "verify-at-runtime"; local
115 strncmp(filter, kVerifyAtRuntime, strlen(kVerifyAtRuntime)) == 0) {

Completed in 169 milliseconds