Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp42 void AOTSnapshot::GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPools, in GenerateSnapshotConstantPools() argument
H A Daot_snapshot.h78 void ResolveSnapshotData(const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) in ResolveSnapshotData() argument
H A Dsnapshot_global_data.cpp32 Resolve(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) Resolve() argument
H A Dsnapshot_global_data.h62 ResolveData(JSThread *thread, const SnapshotGlobalData *globalData, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) ResolveData() argument
142 ResolveSnapshotData(JSThread *thread, const CMap<std::pair<std::string, uint32_t>, uint32_t> &methodToEntryIndexMap) ResolveSnapshotData() argument
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp20 LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) LoadPatchInternal() argument
321 FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceSameMethod() argument
387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument
429 FindSameMethod(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const CMap<uint32_t, CString> &baseClassInfo) FindSameMethod() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h1520 void SetArrayHClassIndexMap(const CMap<ElementsKind, std::pair<ConstantIndex, ConstantIndex>> &map) in SetArrayHClassIndexMap() argument
H A Decma_vm.h416 void SetPkgNameList(const CMap<CString, CString> &list) in SetPkgNameList() argument
450 void SetPkgAliasList(const CMap<CString, CString> &list) in SetPkgAliasList() argument
[all...]

Completed in 6 milliseconds