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

/system/core/libunwindstack/
H A DDexFile.cpp40 DexFile* DexFile::Create(uint64_t dex_file_offset_in_memory, Memory* memory, MapInfo* info) { argument
43 if (dex_file->Open(dex_file_offset_in_memory - info->start + info->offset, info->name)) {
49 if (dex_file->Open(dex_file_offset_in_memory, memory)) {
146 bool DexFileFromMemory::Open(uint64_t dex_file_offset_in_memory, Memory* memory) { argument
148 if (!memory->ReadFully(dex_file_offset_in_memory, memory_.data(), memory_.size())) {
171 if (!memory->ReadFully(dex_file_offset_in_memory, memory_.data(), memory_.size())) {

Completed in 46 milliseconds