Searched refs:base2 (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/x86/
H A Dthread_x86.cc34 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8; member in struct:descriptor_table_entry_t
67 entry.base2 = (base & 0xff000000) >> 24;
/art/compiler/utils/arm/
H A Dassembler_arm_test.h118 std::string base2 = base; local
120 size_t imm2_index = base2.find(IMM2_TOKEN);
125 base2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string);
129 std::string base3 = base2;
/art/runtime/
H A Ddex_file_verifier_test.cc342 uint8_t base2 = static_cast<uint8_t>(mask & 0x7F); local
343 *(method_flags_ptr++) = (base2 | 0x80);
948 uint8_t base2 = static_cast<uint8_t>(mask & 0x7F); local
949 *(field_flags_ptr++) = (base2 | 0x80);

Completed in 89 milliseconds