Searched defs:base3 (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dmem_map_test.cc476 uint8_t* base3 = m3->Begin(); local
477 ASSERT_TRUE(base3 != nullptr) << error_msg;
478 ASSERT_EQ(base3, base2 + 3 * page_size);
485 uint8_t* end3 = base3 + m3->Size();
492 ASSERT_TRUE(IsAlignedParam(base3, 2 * page_size));
497 ASSERT_FALSE(IsAlignedParam(base3, 2 * page_size));
524 EXPECT_EQ(m3->Begin(), base3);
533 EXPECT_EQ(m3->Begin(), base3 + page_size);
H A Ddex_file_verifier_test.cc282 uint8_t base3 = static_cast<uint8_t>(mask & 0x7F); local
283 *method_flags_ptr = base3;
884 uint8_t base3 = static_cast<uint8_t>(mask & 0x7F); local
885 *field_flags_ptr = base3;
/art/compiler/utils/arm/
H A Dassembler_arm_test.h129 std::string base3 = base2; local
133 while ((reg1_index = base3.find(Base::REG1_TOKEN)) != std::string::npos) {
134 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
138 std::string base4 = base3;

Completed in 70 milliseconds