Home
last modified time | relevance | path

Searched refs:nox_memory (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc995 uint8_t* nox_memory = nullptr; in CommitCodeInternal() local
1012 nox_memory = AllocateCode(total_size); in CommitCodeInternal()
1013 if (nox_memory == nullptr) { in CommitCodeInternal()
1018 code_ptr = nox_memory + header_size; in CommitCodeInternal()
1059 cache_flush_success = FlushCpuCaches(nox_memory, nox_memory + total_size); in CommitCodeInternal()
1072 FreeCode(nox_memory); in CommitCodeInternal()
1146 FreeCode(nox_memory); in CommitCodeInternal()