Searched refs:gExecutableStore (Results 1 – 1 of 1) sorted by relevance
77 static void* gExecutableStore = NULL; variable83 if (gExecutableStore == NULL) { in getMspace()89 gExecutableStore = mmap(NULL, kMaxCodeCacheCapacity, in getMspace()92 LOG_ALWAYS_FATAL_IF(gExecutableStore == NULL, in getMspace()96 gMspace = create_mspace_with_base(gExecutableStore, kMaxCodeCacheCapacity, in getMspace()