Searched refs:hostCodeSectionAddr (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.h | 69 uintptr_t hostCodeSectionAddr, Triple triple); 75 uintptr_t hostCodeSectionAddr,
|
| D | llvm_stackmap_parser.h | 37 uintptr_t hostCodeSectionAddr,
|
| D | ark_stackmap_builder.cpp | 59 uintptr_t hostCodeSectionAddr, Triple triple) in Run() argument 64 auto result = parser.CalculateStackMap(std::move(stackMapAddr), hostCodeSectionAddr, 0); in Run() 77 uintptr_t hostCodeSectionAddr, in Collect() argument 83 …auto result = parser.CalculateStackMap(std::move(stackMapAddr), hostCodeSectionAddr, hostCodeSecti… in Collect()
|
| D | llvm_stackmap_parser.cpp | 180 uintptr_t hostCodeSectionAddr, uintptr_t hostCodeSectionOffset) in CalculateStackMap() argument 191 uintptr_t offset = hostAddr - hostCodeSectionAddr + hostCodeSectionOffset; in CalculateStackMap()
|