Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h329 uint8_t* AllocateCode(size_t code_size) REQUIRES(lock_);
Djit_code_cache.cc578 memory = AllocateCode(total_size); in CommitCodeInternal()
1517 uint8_t* JitCodeCache::AllocateCode(size_t code_size) { in AllocateCode() function in art::jit::JitCodeCache