Searched defs:type_size (Results 1 - 3 of 3) sorted by last modified time

/art/compiler/dex/
H A Dmir_dataflow.cc929 int type_size = d_insn.vC >> 16; local
930 if (type_size == k64 || type_size == kDouble) {
1121 int type_size = d_insn.vC >> 16; local
1122 if (type_size == k64 || type_size == kDouble) {
H A Dmir_graph.cc1283 static void FillTypeSizeString(uint32_t type_size, std::string* decoded_mir) { argument
1285 OpSize type = static_cast<OpSize>(type_size >> 16);
1286 uint16_t vect_size = (type_size & 0xFFFF);
/art/runtime/
H A Dclass_linker.cc5236 size_t type_size = Primitive::ComponentSize(type); local
5237 CHECK_LT(type_size, sizeof(mirror::HeapReference<mirror::Object>));
5239 CHECK_LE(offset.Uint32Value() + type_size, start_ref_offset.Uint32Value());

Completed in 288 milliseconds