Home | History | Annotate | Download | only in jit

Lines Matching refs:method_idx

340     ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
341 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info));
354 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
355 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info));
356 ASSERT_TRUE(AddMethod("dex_location3", /* checksum */ 3, /* method_idx */ i, &saved_info));
373 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info));
375 ASSERT_FALSE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info));
382 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info1));
385 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 2, /* method_idx */ 2, &info2));
396 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
397 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &saved_info));
506 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
528 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
531 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info));
533 ASSERT_TRUE(AddMethod("dex_location4", /* checksum */ 4, method_idx, pmi, &saved_info));
547 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3);
551 loaded_info.GetMethod("dex_location4", /* checksum */ 4, /* method_idx */ 3);
563 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
564 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info));
574 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
575 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info_extra));
593 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3);
606 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
607 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info));
617 for (uint16_t method_idx = 5; method_idx < 10; method_idx++) {
618 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info_extra));
625 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
626 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &saved_info_extra));
644 loaded_info.GetMethod("dex_location1", /* checksum */ 1, /* method_idx */ 3);
699 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /*method_idx*/ 0, pmi1, &info));
700 ASSERT_FALSE(AddMethod("dex_location2", /* checksum */ 2, /*method_idx*/ 0, pmi2, &info));
735 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
736 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, method_idx, pmi, &info));
737 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, method_idx, pmi, &info));
740 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
742 "dex_location2", /* checksum */ 2, method_idx, pmi_reindexed, &info_reindexed));
744 "dex_location1", /* checksum */ 1, method_idx, pmi_reindexed, &info_reindexed));
752 for (uint16_t method_idx = 0; method_idx < 10; method_idx++) {
754 info.GetMethod("dex_location1", /* checksum */ 1, method_idx);
758 info.GetMethod("dex_location2", /* checksum */ 2, method_idx);
769 ASSERT_TRUE(AddMethod(dex_location, /* checksum */ 1, /* method_idx */ i, &info));
773 /*dex_location*/ "256", /* checksum */ 1, /* method_idx */ 0, &info));
788 /*method_idx*/ 0,
796 /*method_idx*/ 0,
818 /*method_idx*/ 0,
826 /*method_idx*/ 0,
842 ASSERT_TRUE(AddMethod("dex_location1", /* checksum */ 1, /* method_idx */ i, &saved_info));
851 ASSERT_TRUE(AddMethod("dex_location2", /* checksum */ 2, /* method_idx */ i, &test_info));