Home
last modified time | relevance | path

Searched refs:GetFileMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Demit.h321 MapleMap<uint32_t, std::string> &GetFileMap() in GetFileMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2451 if (emitter->GetFileMap().size() > k2ByteSize) { /* have src file map */ in EmitDIDebugInfoSection()
2452 std::string srcPath = emitter->GetFileMap()[k2ByteSize]; in EmitDIDebugInfoSection()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp3557 if (emitter->GetFileMap().size() > k2ByteSize) { /* have src file map */ in EmitDIDebugInfoSection()
3558 std::string srcPath = emitter->GetFileMap()[k2ByteSize]; in EmitDIDebugInfoSection()