Home
last modified time | relevance | path

Searched refs:uncompressed_data_size (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.cc938 /*out*/uint32_t* uncompressed_data_size, in ReadProfileHeader() argument
968 if (!safe_buffer.ReadUintAndAdvance<uint32_t>(uncompressed_data_size)) { in ReadProfileHeader()
1282 uint32_t uncompressed_data_size; in LoadInternal() local
1286 &uncompressed_data_size, in LoadInternal()
1295 if (kIsTargetBuild && uncompressed_data_size > kProfileSizeErrorThresholdInBytes) { in LoadInternal()
1301 if (uncompressed_data_size > kProfileSizeWarningThresholdInBytes) { in LoadInternal()
1319 SafeBuffer uncompressed_data(uncompressed_data_size); in LoadInternal()
1323 uncompressed_data_size, in LoadInternal()