Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dtest_dex_file_builder_test.cc82 EXPECT_EQ(1u, builder.GetMethodIdx("LTestClass;", "()I", "foo")); in TEST()
83 EXPECT_EQ(0u, builder.GetMethodIdx("LTestClass;", in TEST()
H A Dtest_dex_file_builder.h272 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() function
/aosp12/art/compiler/optimizing/
H A Dscheduler.cc623 description << graph->GetDexFile().PrettyMethod(graph->GetMethodIdx()) in Schedule()
H A Doptimizing_compiler.cc157 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx()); in GetMethodName()
H A Dnodes.h650 uint32_t GetMethodIdx() const { in GetMethodIdx() function