Home
last modified time | relevance | path

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

/art/compiler/utils/
Dtest_dex_file_builder_test.cc81 EXPECT_EQ(1u, builder.GetMethodIdx("LTestClass;", "()I", "foo")); in TEST()
82 …EXPECT_EQ(0u, builder.GetMethodIdx("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestCla… in TEST()
Dtest_dex_file_builder.h257 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() function
/art/compiler/optimizing/
Dnodes_test.cc55 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, null_check); in TEST()
140 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, with_environment); in TEST()
151 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, nullptr); in TEST()
157 &allocator, 1, graph->GetDexFile(), graph->GetMethodIdx(), 0, kStatic, nullptr); in TEST()
Dprepare_for_register_allocation.cc214 user_environment->GetMethodIdx() != input_environment->GetMethodIdx() || in CanMoveClinitCheck()
Dsharpening.cc92 target_method.dex_method_index == outer_graph->GetMethodIdx()) { in ProcessInvokeStaticOrDirect()
Doptimizing_compiler.cc165 cached_method_name_ = PrettyMethod(graph_->GetMethodIdx(), graph_->GetDexFile()); in GetMethodName()
Dcode_generator.cc905 stack_map_stream_.BeginInlineInfoEntry(environment->GetMethodIdx(), in EmitEnvironment()
Dnodes.h491 uint32_t GetMethodIdx() const { in GetMethodIdx() function
1669 to_copy.GetMethodIdx(), in HEnvironment()
1720 uint32_t GetMethodIdx() const { in GetMethodIdx() function
Dinstruction_builder.cc209 graph_->GetMethodIdx(), in InitializeInstruction()