Home
last modified time | relevance | path

Searched refs:string_filter (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/common/
H A Druntime_state.cc151 std::string string_filter(filter, (end == nullptr) ? strlen(filter) : end - filter); in Java_Main_compiledWithOptimizing() local
153 bool success = CompilerFilter::ParseCompilerFilter(string_filter.c_str(), &compiler_filter); in Java_Main_compiledWithOptimizing()