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

/art/libdexfile/dex/
H A Dtest_dex_file_builder_test.cc82 EXPECT_EQ(1u, builder.GetMethodIdx("LTestClass;", "()I", "foo"));
83 EXPECT_EQ(0u, builder.GetMethodIdx("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"));
H A Dtest_dex_file_builder.h269 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, function in class:art::TestDexFileBuilder
/art/compiler/optimizing/
H A Dscheduler.cc608 description << graph->GetDexFile().PrettyMethod(graph->GetMethodIdx())
H A Doptimizing_compiler.cc155 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx());
H A Dnodes.h556 uint32_t GetMethodIdx() const { function in class:art::HGraph

Completed in 86 milliseconds