Searched defs:memory (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | mutex.h | 31 namespace panda::os::memory { namespace in panda::os
|
| H A D | mutex.cpp | 24 namespace panda::os::memory { namespace in panda::os
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | created_object_file.h | 35 explicit SectionReference(const uint8_t *memory, uintptr_t size, std::string name, size_t alignment) in SectionReference() argument
|
| H A 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
|
| H A 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, 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 D | mutex.h | 33 namespace ark::os::memory { namespace in ark::os
|
| H A D | mutex.cpp | 24 namespace ark::os::memory { namespace in ark::os
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | frame_allocator_test.cpp | 228 std::cout << memory[i]; in PrintMemory() local 239 std::cout << memory[i]; in PrintAtIndex() local
|
Completed in 4 milliseconds