Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc82 EXPECT_EQ(1u, builder.GetMethodIdx("LTestClass;", "()I", "foo")); in TEST()
83 …EXPECT_EQ(0u, builder.GetMethodIdx("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestCla… in TEST()
Dtest_dex_file_builder.h270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() function
/art/compiler/optimizing/
Dscheduler.cc629 description << graph->GetDexFile().PrettyMethod(graph->GetMethodIdx()) in Schedule()
Doptimizing_compiler.cc157 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx()); in GetMethodName()
Dnodes.h629 uint32_t GetMethodIdx() const { in GetMethodIdx() function