Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.h238 …void CollectAsmStubCodeInfo(std::map<uintptr_t, std::string> &addr2name, uint32_t bridgeModuleIdx);
Dfile_generators.cpp229 …ator::CollectAsmStubCodeInfo(std::map<uintptr_t, std::string> &addr2name, uint32_t bridgeModuleIdx) in CollectAsmStubCodeInfo() argument
241 …AddEntry(cs->GetTargetKind(), false, false, cs->GetID(), entryOffset, bridgeModuleIdx, 0, funSize); in CollectAsmStubCodeInfo()