Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDexFile.cpp35 std::unique_ptr<DexFile> DexFile::Create(uint64_t dex_file_offset_in_memory, Memory* memory, in Create() argument
39 DexFileFromFile::Create(dex_file_offset_in_memory - info->start + info->offset, info->name); in Create()
44 return DexFileFromMemory::Create(dex_file_offset_in_memory, memory, info->name); in Create()
75 std::unique_ptr<DexFileFromMemory> DexFileFromMemory::Create(uint64_t dex_file_offset_in_memory, in Create() argument
95 if (!memory->ReadFully(dex_file_offset_in_memory, backing_memory.data(), in Create()
DDexFile.h38 static std::unique_ptr<DexFile> Create(uint64_t dex_file_offset_in_memory, Memory* memory,
56 static std::unique_ptr<DexFileFromMemory> Create(uint64_t dex_file_offset_in_memory,