Searched refs:allocated_code_bytes (Results 1 – 1 of 1) sorted by relevance
134 uint8_t* allocated_code_bytes = static_cast<uint8_t*>(AllocatePages( in CreateOffHeapOffHeapInstructionStream() local137 CHECK_NOT_NULL(allocated_code_bytes); in CreateOffHeapOffHeapInstructionStream()155 std::memcpy(allocated_code_bytes, d.code(), d.code_size()); in CreateOffHeapOffHeapInstructionStream()157 FlushInstructionCache(allocated_code_bytes, d.code_size()); in CreateOffHeapOffHeapInstructionStream()159 CHECK(SetPermissions(page_allocator, allocated_code_bytes, in CreateOffHeapOffHeapInstructionStream()166 *code = allocated_code_bytes; in CreateOffHeapOffHeapInstructionStream()