Home
last modified time | relevance | path

Searched defs:memory (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.h31 namespace panda::os::memory { namespace in panda::os
H A Dmutex.cpp24 namespace panda::os::memory { namespace in panda::os
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H A Dcreated_object_file.h35 explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignment) in SectionReference() argument
H A 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
H A Dark_aot_linker.cpp41 auto memory = SectionMemoryManager::allocateCodeSection(size, alignment, sectionId, sectionName); in allocateCodeSection() local
49 auto memory = SectionMemoryManager::allocateDataSection(size, alignment, sectionId, sectionName, readOnly); in allocateDataSection() local
59 void PandaSectionMemoryManager::RememberAllocation(llvm::StringRef sectionName, uint8_t *memory, uintptr_t size, in RememberAllocation() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.h33 namespace ark::os::memory { namespace in ark::os
H A Dmutex.cpp24 namespace ark::os::memory { namespace in ark::os
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_allocator_test.cpp228 std::cout << memory[i]; in PrintMemory() local
239 std::cout << memory[i]; in PrintAtIndex() local

Completed in 4 milliseconds