Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder.h75 MethodKey method_key = { in AddMethod() local
78 methods_.emplace(method_key, 0u); in AddMethod()
260 MethodKey method_key = { class_descriptor, name, &proto_key }; in GetMethodIdx() local
261 auto it = methods_.find(method_key); in GetMethodIdx()