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); 73 uintptr_t hostCodeSectionAddr,
|
| D | ark_stackmap_builder.cpp | 58 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/ |
| D | llvm_stackmap_parser.h | 36 uintptr_t hostCodeSectionAddr,
|
| D | llvm_stackmap_parser.cpp | 244 uintptr_t hostCodeSectionAddr, uintptr_t hostCodeSectionOffset) in CalculateStackMap() argument 255 uintptr_t offset = hostAddr - hostCodeSectionAddr + hostCodeSectionOffset; in CalculateStackMap()
|