HomeSort by relevance Sort by last modified time
    Searched defs:AddMethod (Results 1 - 7 of 7) sorted by null

  /art/runtime/jit/
profile_compilation_info_test.cc 53 bool AddMethod(const std::string& dex_location,
146 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
147 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info));
160 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
161 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info));
162 ASSERT_TRUE(AddMethod("dex_location3", /* checksum */ 3, /* method_idx */ i, &saved_info));
179 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info));
181 ASSERT_FALSE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info));
188 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info1));
191 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info2))
    [all...]
  /art/compiler/utils/
test_dex_file_builder.h 60 void AddMethod(const std::string& class_descriptor, const std::string& signature,
  /external/protobuf/python/
mox.py 677 group.AddMethod(self)
682 new_group.AddMethod(self)
1194 def AddMethod(self, mock_method):
1214 def AddMethod(self, mock_method):
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py     [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py     [all...]