Home
last modified time | relevance | path

Searched refs:space_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.h145 : id_(id), size_(size), space_(space), stacktrace_id_(stacktrace_id) in AllocInfo()
166 return space_; in GetSpace()
178 uint32_t space_; member in panda::final::AllocInfo
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.h142 : id_(id), size_(size), space_(space), stacktraceId_(stacktraceId) in AllocInfo()
163 return space_; in GetSpace()
175 uint32_t space_; member in ark::final::AllocInfo
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp43 space_ = panda::ecmascript::PageMap(CIRCUIT_SPACE, PAGE_PROT_READWRITE).GetMem(); in Circuit()
49 panda::ecmascript::PageUnmap(MemMap(space_, CIRCUIT_SPACE)); in ~Circuit()
51 space_ = nullptr; in ~Circuit()
474 return static_cast<uint8_t *>(space_) + offset; in GetDataPtrConst()
480 return static_cast<uint8_t *>(space_) + offset; in GetDataPtr()
H A Dcircuit.h323 void* space_ {nullptr};
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space.h61 : space_(space), begin_(begin), end_(end), top_(begin) in Region()
74 return space_; in GetSpace()
387 RegionSpace *space_; member in ark::mem::Region
H A Dregion_space.cpp68 return space_->GetPool()->GetInternalAllocator(); in GetInternalAllocator()

Completed in 6 milliseconds