Searched refs:GetMethodIdx (Results 1 - 9 of 9) sorted by last modified time

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

Completed in 129 milliseconds