Searched refs:GetMethodIdx (Results 1 – 5 of 5) sorted by relevance
82 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()
270 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() function
644 description << graph->GetDexFile().PrettyMethod(graph->GetMethodIdx()) in Schedule()
155 cached_method_name_ = graph_->GetDexFile().PrettyMethod(graph_->GetMethodIdx()); in GetMethodName()
568 uint32_t GetMethodIdx() const { in GetMethodIdx() function