// Copyright 2019 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/codegen/code-desc.h" #include "src/codegen/assembler-inl.h" namespace v8 { namespace internal { // static void CodeDesc::Initialize(CodeDesc* desc, Assembler* assembler, int safepoint_table_offset, int handler_table_offset, int constant_pool_offset, int code_comments_offset, int reloc_info_offset) { … } #ifdef DEBUG // static void CodeDesc::Verify(const CodeDesc* desc) { … } #endif } // namespace internal } // namespace v8