Searched refs:AllocateCode (Results 1 – 3 of 3) sorted by relevance
82 const uint8_t* AllocateCode(size_t code_size) REQUIRES(Locks::jit_lock_);
466 const uint8_t* JitMemoryRegion::AllocateCode(size_t size) { in AllocateCode() function in art::jit::JitMemoryRegion
952 code = region->AllocateCode(code_size); in Reserve()