Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h314 const char* args_end = std::strchr(args, ')'); in CreateProtoKey() local
315 CHECK(args_end != nullptr); in CreateProtoKey()
316 const char* return_type = args_end + 1; in CreateProtoKey()
323 while (args != args_end) { in CreateProtoKey()
332 CHECK_NE(args, args_end); in CreateProtoKey()