Home
last modified time | relevance | path

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

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