HomeSort by relevance Sort by last modified time
    Searched defs:kVerifyAtRuntime (Results 1 - 2 of 2) sorted by null

  /art/runtime/
compiler_filter.h 34 kVerifyAtRuntime, // Delay verication to runtime, do not compile anything.
76 // For example: given kVerifyAtRuntime, returns "verify-at-runtime".
  /art/test/common/
runtime_state.cc 112 constexpr const char* kVerifyAtRuntime = "verify-at-runtime";
115 strncmp(filter, kVerifyAtRuntime, strlen(kVerifyAtRuntime)) == 0) {

Completed in 2777 milliseconds