Home
last modified time | relevance | path

Searched refs:proto1 (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier_test.cc1420 const dex::ProtoId& proto1 = dex_file->GetProtoId(proto1_idx); in TEST_F() local
1423 CHECK_EQ(proto1.return_type_idx_, proto2.return_type_idx_); in TEST_F()
1425 CHECK(!DexFileParameterIterator(*dex_file, proto1).HasNext()); in TEST_F()
1429 std::swap(const_cast<uint32_t&>(proto1.parameters_off_), in TEST_F()
1431 std::swap(const_cast<dex::StringIndex&>(proto1.shorty_idx_), in TEST_F()
1435 const_cast<uint32_t&>(proto1.parameters_off_) = proto2.parameters_off_; in TEST_F()
1436 const_cast<dex::StringIndex&>(proto1.shorty_idx_) = proto2.shorty_idx_; in TEST_F()