Searched refs:dex_location_size (Results 1 – 2 of 2) sorted by relevance
980 /*out*/uint16_t* dex_location_size, in ReadProfileLineHeaderElements() argument983 READ_UINT(uint16_t, buffer, *dex_location_size, error); in ReadProfileLineHeaderElements()1000 uint16_t dex_location_size; in ReadProfileLineHeader() local1001 if (!ReadProfileLineHeaderElements(buffer, &dex_location_size, line_header, error)) { in ReadProfileLineHeader()1005 if (dex_location_size == 0 || dex_location_size > kMaxDexFileKeyLength) { in ReadProfileLineHeader()1007 std::to_string(static_cast<uint32_t>(dex_location_size)); in ReadProfileLineHeader()1011 if (buffer.CountUnreadBytes() < dex_location_size) { in ReadProfileLineHeader()1017 reinterpret_cast<const char*>(base_ptr), dex_location_size); in ReadProfileLineHeader()1018 buffer.Advance(dex_location_size); in ReadProfileLineHeader()
738 /*out*/uint16_t* dex_location_size,