Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.h30 …explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignmen… in SectionReference()
Dcreated_object_file.cpp77 auto memory = reinterpret_cast<const uint8_t *>(contents.data()); in GetSection() 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/platforms/unix/libpandabase/futex/
Dmutex.cpp27 namespace ark::os::unix::memory::futex { namespace
Dfmutex.cpp30 namespace ark::os::unix::memory::futex { namespace
/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator.h312 bool CanCreateNewBlockFromRemainder(MemoryBlockHeader *memory, size_t allocSize) in CanCreateNewBlockFromRemainder()
/arkcompiler/runtime_core/libpandabase/os/
Dmutex.cpp24 namespace panda::os::memory { namespace
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dmutex.cpp24 namespace panda::os::memory { namespace
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp31 namespace panda::os::unix::memory::futex { namespace
Dmutex.cpp27 namespace panda::os::unix::memory::futex { namespace