Home
last modified time | relevance | path

Searched refs:allocated_code_bytes (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc134 uint8_t* allocated_code_bytes = static_cast<uint8_t*>(AllocatePages( in CreateOffHeapOffHeapInstructionStream() local
137 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()

Completed in 2 milliseconds