Home | History | Annotate | Download | only in jit

Lines Matching refs:AllocateCode

1010     // AllocateCode allocates memory in non-executable region for alignment header and code. The
1012 nox_memory = AllocateCode(total_size);
2189 uint8_t* JitCodeCache::AllocateCode(size_t allocation_size) {