Home
last modified time | relevance | path

Searched defs:memory (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/jsvm/src/
Dmemory_manager.h39 ElementMemory memory; member
112 auto* memory = reinterpret_cast<ElementMemory*>(element); in Delete() local
132 auto* memory = freeList; in GetMemory() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp41 … auto memory = SectionMemoryManager::allocateCodeSection(size, alignment, sectionId, sectionName); in allocateCodeSection() local
49 …auto memory = SectionMemoryManager::allocateDataSection(size, alignment, sectionId, sectionName, r… in allocateDataSection() local
59 void PandaSectionMemoryManager::RememberAllocation(llvm::StringRef sectionName, uint8_t *memory, ui… in RememberAllocation()
Dcreated_object_file.cpp76 auto memory = reinterpret_cast<const uint8_t *>(contents.data()); in GetSection() local
121 auto memory = reinterpret_cast<const uint8_t *>(contents.data()); in GetRoDataSections() local
Dcreated_object_file.h35 …explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignmen… in SectionReference()
/arkcompiler/ets_runtime/common_components/objects/tests/
Dcomposite_base_class_test.cpp29 void* memory = ::operator new(sizeof(uint64_t) * 16); in MockAllocator() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_allocator_test.cpp226 Span<uint8_t> memory(static_cast<uint8_t *>(dst), size); in PrintMemory() local
237 Span<uint8_t> memory(static_cast<uint8_t *>(&byteArray_[idx]), size); in PrintAtIndex() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator.h327 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t allocSize) in CanCreateNewBlockFromRemainder()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp28 namespace ark::os::unix::memory::futex { namespace
Dfmutex.cpp30 namespace ark::os::unix::memory::futex { namespace
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp24 namespace panda::os::memory { namespace
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.cpp24 namespace ark::os::memory { namespace
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp31 namespace panda::os::unix::memory::futex { namespace
Dmutex.cpp19 namespace panda::os::unix::memory::futex { namespace
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlock_holder_test.cpp21 namespace ark::os::memory::test { namespace