Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder.h344 const char* args_end = std::strchr(args, ')'); in CreateProtoKey() local
345 CHECK(args_end != nullptr); in CreateProtoKey()
346 const char* return_type = args_end + 1; in CreateProtoKey()
353 while (args != args_end) { in CreateProtoKey()
362 CHECK_NE(args, args_end); in CreateProtoKey()