OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dex_file_offset
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
oat_file.cc
258
uint32_t
dex_file_offset
= *reinterpret_cast<const uint32_t*>(oat);
local
259
if (
dex_file_offset
== 0U) {
265
if (
dex_file_offset
> Size()) {
268
<< " with dex file offset" <<
dex_file_offset
<< " > " << Size();
271
oat += sizeof(
dex_file_offset
);
279
const uint8_t* dex_file_pointer = Begin() +
dex_file_offset
;
Completed in 181 milliseconds