Searched refs:gExecutableStore (Results 1 – 1 of 1) sorted by relevance
79 static void* gExecutableStore = NULL; variable85 if (gExecutableStore == NULL) { in getMspace()91 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()94 LOG_ALWAYS_FATAL_IF(gExecutableStore == MAP_FAILED, in getMspace()98 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()