Searched defs:fileMap (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot.cpp | 190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize() local 206 MemMap fileMap in Deserialize() local 130 DeserializeInternal(SnapshotType type, const CString &snapshotFile, SnapshotProcessor &processor, MemMap &fileMap) DeserializeInternal() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | emit.h | 369 MapleMap<uint32_t, std::string> fileMap; member in maplebe::Emitter
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | aot_runtime_info.h | 215 ecmascript::MemMap fileMap = ecmascript::FileMap(realPath, FILE_RDONLY, PAGE_PROT_READ); in GetRuntimeBuildId() local 391 void ParseELFSectionsForBuildId(ecmascript::MemMap &fileMap, char *buildId, int length) const in ParseELFSectionsForBuildId() argument
|
Completed in 4 milliseconds