Searched refs:AllocateCode (Results 1 – 2 of 2) sorted by relevance
262 uint8_t* AllocateCode(size_t code_size) REQUIRES(lock_);
330 memory = AllocateCode(total_size); in CommitCodeInternal()995 uint8_t* JitCodeCache::AllocateCode(size_t code_size) { in AllocateCode() function in art::jit::JitCodeCache