Searched refs:GetMethodIdx (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/ |
D | test_dex_file_builder_test.cc | 81 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()
|
D | test_dex_file_builder.h | 257 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature, in GetMethodIdx() function
|
/art/compiler/optimizing/ |
D | nodes_test.cc | 55 &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()
|
D | prepare_for_register_allocation.cc | 214 user_environment->GetMethodIdx() != input_environment->GetMethodIdx() || in CanMoveClinitCheck()
|
D | sharpening.cc | 92 target_method.dex_method_index == outer_graph->GetMethodIdx()) { in ProcessInvokeStaticOrDirect()
|
D | optimizing_compiler.cc | 165 cached_method_name_ = PrettyMethod(graph_->GetMethodIdx(), graph_->GetDexFile()); in GetMethodName()
|
D | code_generator.cc | 905 stack_map_stream_.BeginInlineInfoEntry(environment->GetMethodIdx(), in EmitEnvironment()
|
D | nodes.h | 491 uint32_t GetMethodIdx() const { in GetMethodIdx() function 1669 to_copy.GetMethodIdx(), in HEnvironment() 1720 uint32_t GetMethodIdx() const { in GetMethodIdx() function
|
D | instruction_builder.cc | 209 graph_->GetMethodIdx(), in InitializeInstruction()
|