Home
last modified time | relevance | path

Searched defs:fileMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp148 MemMap &fileMap) in DeserializeInternal()
207 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize() local
223 MemMap fileMap = {}; in Deserialize() local
/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h215 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()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h371 MapleMap<uint32_t, std::string> fileMap; variable