Searched defs:memory (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/jsvm/src/ |
| D | memory_manager.h | 39 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/ |
| D | ark_aot_linker.cpp | 41 … 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()
|
| D | created_object_file.cpp | 76 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
|
| D | created_object_file.h | 35 …explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignmen… in SectionReference()
|
| /arkcompiler/ets_runtime/common_components/objects/tests/ |
| D | composite_base_class_test.cpp | 29 void* memory = ::operator new(sizeof(uint64_t) * 16); in MockAllocator() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | frame_allocator_test.cpp | 226 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/ |
| D | freelist_allocator.h | 327 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t allocSize) in CanCreateNewBlockFromRemainder()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 28 namespace ark::os::unix::memory::futex { namespace
|
| D | fmutex.cpp | 30 namespace ark::os::unix::memory::futex { namespace
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mutex.cpp | 24 namespace panda::os::memory { namespace
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mutex.cpp | 24 namespace ark::os::memory { namespace
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.cpp | 31 namespace panda::os::unix::memory::futex { namespace
|
| D | mutex.cpp | 19 namespace panda::os::unix::memory::futex { namespace
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | lock_holder_test.cpp | 21 namespace ark::os::memory::test { namespace
|