Searched refs:dex_location_size (Results 1 – 2 of 2) sorted by relevance
1051 /*out*/uint16_t* dex_location_size, in ReadProfileLineHeaderElements() argument1054 READ_UINT(uint16_t, buffer, *dex_location_size, error); in ReadProfileLineHeaderElements()1071 uint16_t dex_location_size; in ReadProfileLineHeader() local1072 if (!ReadProfileLineHeaderElements(buffer, &dex_location_size, line_header, error)) { in ReadProfileLineHeader()1076 if (dex_location_size == 0 || dex_location_size > kMaxDexFileKeyLength) { in ReadProfileLineHeader()1078 std::to_string(static_cast<uint32_t>(dex_location_size)); in ReadProfileLineHeader()1082 if (buffer.CountUnreadBytes() < dex_location_size) { in ReadProfileLineHeader()1088 reinterpret_cast<const char*>(base_ptr), dex_location_size); in ReadProfileLineHeader()1089 buffer.Advance(dex_location_size); in ReadProfileLineHeader()
787 /*out*/uint16_t* dex_location_size,