OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex_location_size
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jit/
offline_profiling_info.cc
403
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
profile_compilation_info_test.cc
295
//
dex_location_size
, methods_size, classes_size, checksum.
Completed in 89 milliseconds