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

/art/runtime/jit/
H A Doffline_profiling_info.cc403 uint16_t dex_location_size = header_buffer.ReadUintAndAdvance<uint16_t>(); local
408 if (dex_location_size == 0 || dex_location_size > kMaxDexFileKeyLength) {
409 *error = "DexFileKey has an invalid size: " + std::to_string(dex_location_size);
413 SafeBuffer location_buffer(dex_location_size);
419 reinterpret_cast<char*>(location_buffer.Get()), dex_location_size); local

Completed in 5 milliseconds