Home
last modified time | relevance | path

Searched defs:baseAddr (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dmemory_map.cpp105 uintptr_t baseAddr = 0x0; local
171 MemoryMap::MemoryMap(void* baseAddr, size_t initSize, size_t mappedSize)
Dregion_space.cpp311 uintptr_t baseAddr = reinterpret_cast<uintptr_t>(map_->GetBaseAddr()); in Init() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges()
194 Dwarf_Addr baseAddr = 0; in IterateDieRanges() local
616 Dwarf_Addr baseAddr = 0; in GetDieRangeForPc() local
632 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, in FindRangeForPc()
Dstacktrace.cpp46 uintptr_t baseAddr; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dgdb_jit.cpp226 bool CopyStrTab(uintptr_t baseAddr, const StubAnInfo &info) in CopyStrTab()
273 void ConstructEhdrAndPhdr(Elf64_Ehdr *newEhdr, Elf64_Shdr *newShdrtab, uintptr_t baseAddr, const St… in ConstructEhdrAndPhdr()
310 void ConstructShdrTab(Elf64_Shdr *newShdrTab, Elf64_Sym *newSymtab, uintptr_t baseAddr, void *ehFra… in ConstructShdrTab()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1693 LLVMValueRef baseAddr = GetLValue(base); in VisitLoad() local
1723 LLVMValueRef baseAddr = GetLValue(base); in VisitStore() local
1834 LLVMValueRef LLVMIRBuilder::PointerAdd(LLVMValueRef baseAddr, LLVMValueRef offsetInByte, LLVMTypeRe… in PointerAdd()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1170 Expr baseAddr = GetDerivedrefExpr(base); in VisitLoad() local
2626 Expr baseAddr = GetDerivedrefExpr(base); in VisitStore() local