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

  /art/compiler/utils/
test_dex_file_builder_test.cc 81 EXPECT_EQ(1u, builder.GetMethodIdx("LTestClass;", "()I", "foo"));
82 EXPECT_EQ(0u, builder.GetMethodIdx("LTestClass;", "(Ljava/lang/Object;[Ljava/lang/Object;)LTestClass;", "bar"));
test_dex_file_builder.h 257 uint32_t GetMethodIdx(const std::string& class_descriptor, const std::string& signature,
  /art/compiler/optimizing/
nodes_test.cc 55 &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);
prepare_for_register_allocation.cc 214 user_environment->GetMethodIdx() != input_environment->GetMethodIdx() ||
sharpening.cc 92 target_method.dex_method_index == outer_graph->GetMethodIdx()) {
optimizing_compiler.cc 165 cached_method_name_ = PrettyMethod(graph_->GetMethodIdx(), graph_->GetDexFile());
    [all...]
code_generator.cc     [all...]
nodes.h 491 uint32_t GetMethodIdx() const {
    [all...]
instruction_builder.cc 209 graph_->GetMethodIdx(),
    [all...]

Completed in 449 milliseconds