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

/art/runtime/
H A Dcompiler_filter.h36 kInterpretOnly, // Verify everything, compile only JNI stubs. enumerator in enum:art::FINAL::Filter
71 // For example: kSpeed is as good as kInterpretOnly, but kInterpretOnly is
/art/test/common/
H A Druntime_state.cc110 constexpr const char* kInterpretOnly = "interpret-only"; local
113 if (strncmp(filter, kInterpretOnly, strlen(kInterpretOnly)) == 0 ||

Completed in 108 milliseconds