Searched refs:app_memory (Results 1 – 3 of 3) sorted by relevance
714 AppMemory app_memory; in RegisterAppMemory() local715 app_memory.ptr = ptr; in RegisterAppMemory()716 app_memory.length = length; in RegisterAppMemory()717 app_memory_list_.push_back(app_memory); in RegisterAppMemory()
478 AppMemory app_memory; in TEST() local479 app_memory.ptr = memory; in TEST()480 app_memory.length = kMemorySize; in TEST()481 memory_list.push_back(app_memory); in TEST()
1059 AppMemory app_memory; in RegisterAppMemory() local1060 app_memory.ptr = reinterpret_cast<ULONG64>(ptr); in RegisterAppMemory()1061 app_memory.length = static_cast<ULONG>(length); in RegisterAppMemory()1062 app_memory_info_.push_back(app_memory); in RegisterAppMemory()