Home
last modified time | relevance | path

Searched refs:hostCodeSectionAddr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.h69 uintptr_t hostCodeSectionAddr, Triple triple);
73 uintptr_t hostCodeSectionAddr,
Dark_stackmap_builder.cpp58 uintptr_t hostCodeSectionAddr, Triple triple) in Run() argument
62 auto result = parser.CalculateStackMap(std::move(stackMapAddr), hostCodeSectionAddr, 0); in Run()
73 uintptr_t hostCodeSectionAddr, in Collect() argument
79 …auto result = parser.CalculateStackMap(std::move(stackMapAddr), hostCodeSectionAddr, hostCodeSecti… in Collect()
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_parser.h36 uintptr_t hostCodeSectionAddr,
Dllvm_stackmap_parser.cpp244 uintptr_t hostCodeSectionAddr, uintptr_t hostCodeSectionOffset) in CalculateStackMap() argument
255 uintptr_t offset = hostAddr - hostCodeSectionAddr + hostCodeSectionOffset; in CalculateStackMap()