From 333ccf0f98d68dea5fd1869af4000b28d77d0df1 Mon Sep 17 00:00:00 2001 From: Ilya Trubachev Date: Tue, 22 Mar 2022 17:41:04 +0300 Subject: [PATCH] copyright update Signed-off-by: Ilya Trubachev --- .clang-format | 2 +- .clang-tidy | 2 +- .standalone_gn | 2 +- BUILD.gn | 2 +- CMakeLists.txt | 2 +- OAT.xml | 2 +- ark_config.gni | 2 +- assembler/BUILD.gn | 2 +- assembler/CMakeLists.txt | 2 +- assembler/annotation.cpp | 2 +- assembler/annotation.h | 2 +- assembler/asm_isapi.rb | 2 +- assembler/asm_metadata.rb | 2 +- assembler/assembly-context.h | 2 +- assembler/assembly-debug.h | 2 +- assembler/assembly-emitter.cpp | 2 +- assembler/assembly-emitter.h | 2 +- assembler/assembly-field.h | 2 +- assembler/assembly-file-location.h | 2 +- assembler/assembly-function.h | 2 +- assembler/assembly-ins.cpp | 2 +- assembler/assembly-ins.h | 2 +- assembler/assembly-label.h | 2 +- assembler/assembly-literals.h | 2 +- assembler/assembly-methodhandle.h | 2 +- assembler/assembly-parser.cpp | 2 +- assembler/assembly-parser.h | 2 +- assembler/assembly-program.cpp | 2 +- assembler/assembly-program.h | 2 +- assembler/assembly-record.h | 2 +- assembler/assembly-type.cpp | 2 +- assembler/assembly-type.h | 2 +- assembler/context.cpp | 2 +- assembler/define.h | 2 +- assembler/error.h | 2 +- assembler/extensions/ecmascript/ecmascript_meta.cpp | 2 +- assembler/extensions/ecmascript/ecmascript_meta.h | 2 +- assembler/extensions/ecmascript/metadata.yaml | 2 +- assembler/extensions/extensions.cpp | 2 +- assembler/extensions/extensions.h | 2 +- assembler/ide_helpers.h | 2 +- assembler/lexer.cpp | 2 +- assembler/lexer.h | 2 +- assembler/mangling.h | 2 +- assembler/meta.cpp | 2 +- assembler/meta.h | 2 +- assembler/metadata.yaml | 2 +- assembler/pandasm.cpp | 2 +- assembler/pandasm.h | 2 +- assembler/samples/Bubblesort.pa | 2 +- assembler/samples/Factorial.pa | 2 +- assembler/samples/Fibonacci.pa | 2 +- assembler/templates/ins_create_api.h.erb | 2 +- assembler/templates/ins_emit.h.erb | 2 +- assembler/templates/ins_to_string.cpp.erb | 2 +- assembler/templates/isa.h.erb | 2 +- assembler/templates/meta_gen.cpp.erb | 2 +- assembler/templates/opcode_parsing.h.erb | 2 +- assembler/templates/operand_types_print.h.erb | 2 +- assembler/tests/emitter_test.cpp | 2 +- assembler/tests/lexer_test.cpp | 2 +- assembler/tests/mangling_tests.cpp | 2 +- assembler/tests/parser_test.cpp | 2 +- assembler/utils/number-utils.h | 2 +- cmake/ClangTidy.cmake | 2 +- cmake/CodeStyle.cmake | 2 +- cmake/CommonTesting.cmake | 2 +- cmake/Definitions.cmake | 2 +- cmake/HostTools.cmake | 2 +- cmake/PandaAssembly.cmake | 2 +- cmake/PandaCCache.cmake | 2 +- cmake/PandaCmakeFunctions.cmake | 2 +- cmake/Sanitizers.cmake | 2 +- cmake/TemplateBasedGen.cmake | 2 +- cmake/Testing.cmake | 2 +- cmake/ark-third-party/miniz/CMakeLists.txt | 2 +- cmake/ark-third-party/securec/CMakeLists.txt | 2 +- cmake/host-tools-CMakeLists.txt | 2 +- cmake/toolchain/aflplusplus.cmake | 2 +- cmake/toolchain/common.cmake | 2 +- cmake/toolchain/cross-clang-8-qemu-aarch64.cmake | 2 +- cmake/toolchain/cross-clang-8-qemu-arm-linux-gnueabi.cmake | 2 +- cmake/toolchain/cross-clang-8-qemu-arm-linux-gnueabihf.cmake | 2 +- cmake/toolchain/cross-clang-8-x86.cmake | 2 +- cmake/toolchain/cross-clang-8-x86_64-w64-mingw32-static.cmake | 2 +- cmake/toolchain/cross-clang-9-qemu-aarch64.cmake | 2 +- cmake/toolchain/cross-clang-9-qemu-arm-linux-gnueabihf.cmake | 2 +- cmake/toolchain/cross-clang-9-x86.cmake | 2 +- cmake/toolchain/cross-clang-9-x86_64-w64-mingw32-static.cmake | 2 +- cmake/toolchain/cross-clang-default-qemu-aarch64.cmake | 2 +- .../cross-clang-default-qemu-arm-linux-gnueabi.cmake | 2 +- .../cross-clang-default-qemu-arm-linux-gnueabihf.cmake | 2 +- cmake/toolchain/cross-clang-default-x86.cmake | 2 +- cmake/toolchain/cross-gcc-8-qemu-aarch64.cmake | 2 +- cmake/toolchain/cross-gcc-8-qemu-arm-linux-gnueabi.cmake | 2 +- cmake/toolchain/cross-gcc-8-qemu-arm-linux-gnueabihf.cmake | 2 +- cmake/toolchain/cross-gcc-8-x86.cmake | 2 +- cmake/toolchain/cross-gcc-default-qemu-aarch64.cmake | 2 +- .../toolchain/cross-gcc-default-qemu-arm-linux-gnueabi.cmake | 2 +- .../cross-gcc-default-qemu-arm-linux-gnueabihf.cmake | 2 +- cmake/toolchain/cross-gcc-default-x86.cmake | 2 +- cmake/toolchain/cross-ohos-aarch64.cmake | 2 +- cmake/toolchain/fuzzing-coverage.cmake | 2 +- cmake/toolchain/host_clang_12.cmake | 2 +- cmake/toolchain/host_clang_8.cmake | 2 +- cmake/toolchain/host_clang_9.cmake | 2 +- cmake/toolchain/host_clang_default.cmake | 2 +- cmake/toolchain/host_gcc_8.cmake | 2 +- cmake/toolchain/host_gcc_default.cmake | 2 +- cmake/toolchain/libfuzzer.cmake | 2 +- disassembler/BUILD.gn | 2 +- disassembler/CMakeLists.txt | 2 +- disassembler/accumulators.h | 2 +- disassembler/disasm.cpp | 2 +- disassembler/disassembler.cpp | 2 +- disassembler/disassembler.h | 2 +- disassembler/templates/bc_ins_to_pandasm_ins.cpp.erb | 2 +- disassembler/templates/get_ins_info.cpp.erb | 2 +- disassembler/templates/intrinsics_gen.h.erb | 2 +- disassembler/templates/opcode_translator.cpp.erb | 2 +- disassembler/templates/type_to_pandasm_type.cpp.erb | 2 +- disassembler/tests/instructions_test.cpp | 2 +- disassembler/tests/labels_test.cpp | 2 +- disassembler/tests/records_test.cpp | 2 +- disassembler/tests/sources/calls.pa | 2 +- disassembler/tests/sources/empty_record.pa | 2 +- disassembler/tests/sources/exceptions.pa | 2 +- disassembler/tests/sources/instructions.pa | 2 +- disassembler/tests/sources/labels1.pa | 2 +- disassembler/tests/sources/labels2.pa | 2 +- disassembler/tests/sources/meta.pa | 2 +- disassembler/tests/sources/newarrs.pa | 2 +- disassembler/tests/sources/record_in_record.pa | 2 +- disassembler/tests/sources/record_with_fields.pa | 2 +- disassembler/tests/sources/returns.pa | 2 +- docs/coding-style.md | 2 +- docs/diagrams/gc-mark.puactivity | 2 +- docs/diagrams/gc-thread-activity.puactivity | 2 +- docs/diagrams/gc-trigger-sequence-OOM.pusequence | 2 +- docs/diagrams/gc-trigger-sequence-threshold.pusequence | 2 +- .../generational-concurrent-major-gc-activity.puactivity | 2 +- docs/diagrams/generational-major-gc-activity.puactivity | 2 +- docs/diagrams/generational-minor-gc-activity.puactivity | 2 +- docs/diagrams/mm-components.pucomponent | 2 +- docs/diagrams/panda-states-concurrent-gc.pustate | 2 +- docs/diagrams/panda-states-generational-gc.pustate | 2 +- docs/diagrams/reference-processor.puactivity | 2 +- docs/diagrams/reference-processor.pusequence | 2 +- docs/diagrams/stacktrace.pusequence | 2 +- docs/diagrams/static-analyzer-gc-func-list-gen.puactivity | 2 +- docs/diagrams/static-analyzer-report-generation.puactivity | 2 +- docs/diagrams/static-analyzer-warnings-generation.puactivity | 2 +- dprof/BUILD.gn | 2 +- dprof/CMakeLists.txt | 2 +- dprof/converter/CMakeLists.txt | 2 +- dprof/converter/features/hotness_counters.h | 2 +- dprof/converter/features_manager.h | 2 +- dprof/converter/main.cpp | 2 +- dprof/converter/options.yaml | 2 +- dprof/daemon/CMakeLists.txt | 2 +- dprof/daemon/main.cpp | 2 +- dprof/daemon/options.yaml | 2 +- dprof/libdprof/CMakeLists.txt | 2 +- dprof/libdprof/dprof/ipc/ipc_message.cpp | 2 +- dprof/libdprof/dprof/ipc/ipc_message.h | 2 +- dprof/libdprof/dprof/ipc/ipc_message_protocol.h | 2 +- dprof/libdprof/dprof/ipc/ipc_unix_socket.cpp | 2 +- dprof/libdprof/dprof/ipc/ipc_unix_socket.h | 2 +- dprof/libdprof/dprof/profiling_data.cpp | 2 +- dprof/libdprof/dprof/profiling_data.h | 2 +- dprof/libstorage/CMakeLists.txt | 2 +- dprof/libstorage/dprof/storage.cpp | 2 +- dprof/libstorage/dprof/storage.h | 2 +- gn/ark-third-party/miniz/BUILD.gn | 2 +- gn/ark-third-party/securec/BUILD.gn | 2 +- gn/ark/runtime/ark_config.gni | 2 +- gn/build/BUILD.gn | 2 +- gn/build/config/BUILDCONFIG.gn | 2 +- gn/build/config/compiler/BUILD.gn | 2 +- gn/build/config/ohos/rules.gni | 2 +- gn/build/ohos.gni | 2 +- gn/build/toolchain/BUILD.gn | 2 +- isa/BUILD.gn | 2 +- isa/CMakeLists.txt | 2 +- isa/asserts.rb | 2 +- isa/combine.rb | 2 +- isa/gen.rb | 2 +- isa/gen_wrapper.sh | 2 +- isa/isa.yaml | 2 +- isa/isapi.rb | 2 +- isa/templates/instructions.txt.erb | 2 +- isa/templates/isa.md.erb | 2 +- ldscripts/panda.ld | 2 +- ldscripts/panda_test_asan.ld | 2 +- libpandabase/BUILD.gn | 2 +- libpandabase/CMakeLists.txt | 2 +- libpandabase/clang.h | 2 +- libpandabase/cmake/mm_coverage.cmake | 2 +- libpandabase/concepts.h | 2 +- libpandabase/events/events.h | 2 +- libpandabase/events/events.rb | 2 +- libpandabase/events/events.yaml | 2 +- libpandabase/events/events_gen.h.erb | 2 +- libpandabase/globals.h | 2 +- libpandabase/macros.h | 2 +- libpandabase/mem/alloc_tracker.cpp | 2 +- libpandabase/mem/alloc_tracker.h | 2 +- libpandabase/mem/arena.cpp | 2 +- libpandabase/mem/arena.h | 2 +- libpandabase/mem/arena_allocator.cpp | 2 +- libpandabase/mem/arena_allocator.h | 2 +- libpandabase/mem/arena_allocator_stl_adapter.h | 2 +- libpandabase/mem/base_mem_stats.cpp | 2 +- libpandabase/mem/base_mem_stats.h | 2 +- libpandabase/mem/code_allocator.cpp | 2 +- libpandabase/mem/code_allocator.h | 2 +- libpandabase/mem/gc_barrier.h | 2 +- libpandabase/mem/malloc_mem_pool-inl.h | 2 +- libpandabase/mem/malloc_mem_pool.h | 2 +- libpandabase/mem/mem.h | 2 +- libpandabase/mem/mem_config.cpp | 2 +- libpandabase/mem/mem_config.h | 2 +- libpandabase/mem/mem_pool.h | 2 +- libpandabase/mem/mem_range.h | 2 +- libpandabase/mem/mmap_mem_pool-inl.h | 2 +- libpandabase/mem/mmap_mem_pool.h | 2 +- libpandabase/mem/object_pointer.h | 2 +- libpandabase/mem/pool_manager.cpp | 2 +- libpandabase/mem/pool_manager.h | 2 +- libpandabase/mem/pool_map.cpp | 2 +- libpandabase/mem/pool_map.h | 2 +- libpandabase/mem/space.h | 2 +- libpandabase/options.yaml | 2 +- libpandabase/os/debug_info.cpp | 2 +- libpandabase/os/debug_info.h | 2 +- libpandabase/os/dfx_option.cpp | 2 +- libpandabase/os/dfx_option.h | 2 +- libpandabase/os/error.h | 2 +- libpandabase/os/exec.h | 2 +- libpandabase/os/file.h | 2 +- libpandabase/os/filesystem.cpp | 2 +- libpandabase/os/filesystem.h | 2 +- libpandabase/os/library_loader.h | 2 +- libpandabase/os/mem.h | 2 +- libpandabase/os/mutex.h | 2 +- libpandabase/os/native_stack.cpp | 2 +- libpandabase/os/native_stack.h | 2 +- libpandabase/os/property.cpp | 2 +- libpandabase/os/property.h | 2 +- libpandabase/os/stacktrace.cpp | 2 +- libpandabase/os/stacktrace.h | 2 +- libpandabase/os/stacktrace_stub.cpp | 2 +- libpandabase/os/thread.h | 2 +- libpandabase/os/time.cpp | 2 +- libpandabase/os/time.h | 2 +- libpandabase/os/unix/error.cpp | 2 +- libpandabase/os/unix/exec.cpp | 2 +- libpandabase/os/unix/failure_retry.h | 2 +- libpandabase/os/unix/file.cpp | 2 +- libpandabase/os/unix/file.h | 2 +- libpandabase/os/unix/filesystem.cpp | 2 +- libpandabase/os/unix/futex/mutex.cpp | 2 +- libpandabase/os/unix/futex/mutex.h | 2 +- libpandabase/os/unix/library_loader.cpp | 2 +- libpandabase/os/unix/library_loader.h | 2 +- libpandabase/os/unix/mem.cpp | 2 +- libpandabase/os/unix/mutex.cpp | 2 +- libpandabase/os/unix/mutex.h | 2 +- libpandabase/os/unix/native_stack.cpp | 2 +- libpandabase/os/unix/native_stack.h | 2 +- libpandabase/os/unix/pipe.cpp | 2 +- libpandabase/os/unix/pipe.h | 2 +- libpandabase/os/unix/property.cpp | 2 +- libpandabase/os/unix/property.h | 2 +- libpandabase/os/unix/sighooklib/sighook.cpp | 2 +- libpandabase/os/unix/sighooklib/sighook.h | 2 +- libpandabase/os/unix/thread.cpp | 2 +- libpandabase/os/unix/time_unix.cpp | 2 +- libpandabase/os/unix/time_unix.h | 2 +- libpandabase/os/unix/unique_fd.h | 2 +- libpandabase/os/unix/unix_mem.h | 2 +- libpandabase/os/windows/error.cpp | 2 +- libpandabase/os/windows/file.cpp | 2 +- libpandabase/os/windows/file.h | 2 +- libpandabase/os/windows/mem.cpp | 2 +- libpandabase/os/windows/thread.cpp | 2 +- libpandabase/os/windows/windows_mem.h | 2 +- libpandabase/serializer/for_each_tuple.h | 2 +- libpandabase/serializer/serializer.h | 2 +- libpandabase/serializer/struct_to_tuple.h | 2 +- libpandabase/serializer/tuple_to_struct.h | 2 +- libpandabase/tests/alloc_tracker_test.cpp | 2 +- libpandabase/tests/arena_allocator_test.cpp | 2 +- libpandabase/tests/arena_test.cpp | 2 +- libpandabase/tests/base_mem_stats_test.cpp | 2 +- libpandabase/tests/bit_helpers_test.cpp | 2 +- libpandabase/tests/bit_memory_region_test.cpp | 2 +- libpandabase/tests/bit_table_test.cpp | 2 +- libpandabase/tests/bit_utils_test.cpp | 2 +- libpandabase/tests/bit_vector_test.cpp | 2 +- libpandabase/tests/code_allocator_test.cpp | 2 +- libpandabase/tests/dfx_test.cpp | 2 +- libpandabase/tests/expected_test.cpp | 2 +- libpandabase/tests/hash_test.cpp | 2 +- libpandabase/tests/json_parser_test.cpp | 2 +- libpandabase/tests/leb128_test.cpp | 2 +- libpandabase/tests/list_test.cpp | 2 +- libpandabase/tests/logger_test.cpp | 2 +- libpandabase/tests/math_helpers_test.cpp | 2 +- libpandabase/tests/mem_range_test.cpp | 2 +- libpandabase/tests/memory_literals_test.cpp | 2 +- libpandabase/tests/mmap_fixed_test.cpp | 2 +- libpandabase/tests/mmap_mem_pool_test.cpp | 2 +- libpandabase/tests/native_bytes_from_mallinfo_test.cpp | 2 +- libpandabase/tests/pandargs_test.cpp | 2 +- libpandabase/tests/pool_map_test.cpp | 2 +- libpandabase/tests/serializer_test.cpp | 2 +- libpandabase/tests/small_vector_test.cpp | 2 +- libpandabase/tests/span_test.cpp | 2 +- libpandabase/tests/string_helpers_test.cpp | 2 +- libpandabase/tests/type_converter_tests.cpp | 2 +- libpandabase/tests/unique_fd_test.cpp | 2 +- libpandabase/tests/utf_test.cpp | 2 +- libpandabase/trace/trace.cpp | 2 +- libpandabase/trace/trace.h | 2 +- libpandabase/trace/unix/trace.cpp | 2 +- libpandabase/trace/windows/trace.cpp | 2 +- libpandabase/utils/aligned_storage.h | 2 +- libpandabase/utils/arch.h | 2 +- libpandabase/utils/arena_containers.h | 2 +- libpandabase/utils/asan_interface.h | 2 +- libpandabase/utils/bit_field.h | 2 +- libpandabase/utils/bit_helpers.h | 2 +- libpandabase/utils/bit_memory_region-inl.h | 2 +- libpandabase/utils/bit_memory_region.h | 2 +- libpandabase/utils/bit_memory_stream.h | 2 +- libpandabase/utils/bit_table.h | 2 +- libpandabase/utils/bit_utils.h | 2 +- libpandabase/utils/bit_vector.h | 2 +- libpandabase/utils/cframe_layout.h | 2 +- libpandabase/utils/debug.cpp | 2 +- libpandabase/utils/debug.h | 2 +- libpandabase/utils/dfx.cpp | 2 +- libpandabase/utils/dfx.h | 2 +- libpandabase/utils/expected.h | 2 +- libpandabase/utils/hash.h | 2 +- libpandabase/utils/hash_base.h | 2 +- libpandabase/utils/json_parser.cpp | 2 +- libpandabase/utils/json_parser.h | 2 +- libpandabase/utils/leb128.h | 2 +- libpandabase/utils/list.h | 2 +- libpandabase/utils/logger.cpp | 2 +- libpandabase/utils/logger.h | 2 +- libpandabase/utils/math_helpers.h | 2 +- libpandabase/utils/murmur3_hash.h | 2 +- libpandabase/utils/pandargs.h | 2 +- libpandabase/utils/small_vector.h | 2 +- libpandabase/utils/span.h | 2 +- libpandabase/utils/string_helpers.h | 2 +- libpandabase/utils/terminate.cpp | 2 +- libpandabase/utils/terminate.h | 2 +- libpandabase/utils/time.cpp | 2 +- libpandabase/utils/time.h | 2 +- libpandabase/utils/tsan_interface.h | 2 +- libpandabase/utils/type_converter.cpp | 2 +- libpandabase/utils/type_converter.h | 2 +- libpandabase/utils/type_helpers.h | 2 +- libpandabase/utils/utf.cpp | 2 +- libpandabase/utils/utf.h | 2 +- libpandabase/utils/utils.h | 2 +- libpandabase/utils/value_object.h | 2 +- libpandafile/BUILD.gn | 2 +- libpandafile/CMakeLists.txt | 2 +- libpandafile/annotation_data_accessor.cpp | 2 +- libpandafile/annotation_data_accessor.h | 2 +- libpandafile/ark_version.cpp | 2 +- libpandafile/ark_version.h | 2 +- libpandafile/bytecode_emitter.cpp | 2 +- libpandafile/bytecode_emitter.h | 2 +- libpandafile/bytecode_instruction-inl.h | 2 +- libpandafile/bytecode_instruction.h | 2 +- libpandafile/class_data_accessor-inl.h | 2 +- libpandafile/class_data_accessor.cpp | 2 +- libpandafile/class_data_accessor.h | 2 +- libpandafile/code_data_accessor-inl.h | 2 +- libpandafile/code_data_accessor.cpp | 2 +- libpandafile/code_data_accessor.h | 2 +- libpandafile/debug_data_accessor-inl.h | 2 +- libpandafile/debug_data_accessor.cpp | 2 +- libpandafile/debug_data_accessor.h | 2 +- libpandafile/debug_info_extractor.cpp | 2 +- libpandafile/debug_info_extractor.h | 2 +- libpandafile/external/BUILD.gn | 2 +- libpandafile/external/CMakeLists.txt | 2 +- libpandafile/external/file_ext.cpp | 2 +- libpandafile/external/file_ext.h | 2 +- libpandafile/external/panda_file_external.h | 2 +- libpandafile/external/panda_file_support.cpp | 2 +- libpandafile/field_data_accessor-inl.h | 2 +- libpandafile/field_data_accessor.cpp | 2 +- libpandafile/field_data_accessor.h | 2 +- libpandafile/file-inl.h | 2 +- libpandafile/file.cpp | 2 +- libpandafile/file.h | 2 +- libpandafile/file_format_version.cpp | 2 +- libpandafile/file_item_container.cpp | 2 +- libpandafile/file_item_container.h | 2 +- libpandafile/file_items.cpp | 2 +- libpandafile/file_items.h | 2 +- libpandafile/file_writer.cpp | 2 +- libpandafile/file_writer.h | 2 +- libpandafile/helpers.h | 2 +- libpandafile/line_program_state.h | 2 +- libpandafile/literal_data_accessor-inl.h | 2 +- libpandafile/literal_data_accessor.cpp | 2 +- libpandafile/literal_data_accessor.h | 2 +- libpandafile/method_data_accessor-inl.h | 2 +- libpandafile/method_data_accessor.cpp | 2 +- libpandafile/method_data_accessor.h | 2 +- libpandafile/method_handle_data_accessor.cpp | 2 +- libpandafile/method_handle_data_accessor.h | 2 +- libpandafile/modifiers.h | 2 +- libpandafile/panda_cache.h | 2 +- libpandafile/pandafile_isapi.rb | 2 +- libpandafile/param_annotations_data_accessor.h | 2 +- libpandafile/proto_data_accessor-inl.h | 2 +- libpandafile/proto_data_accessor.h | 2 +- libpandafile/shorty_iterator.h | 2 +- libpandafile/templates/bytecode_emitter_def_gen.h.erb | 2 +- libpandafile/templates/bytecode_emitter_gen.h.erb | 2 +- libpandafile/templates/bytecode_instruction-inl_gen.h.erb | 2 +- libpandafile/templates/bytecode_instruction_enum_gen.h.erb | 2 +- libpandafile/templates/file_format_version.h.erb | 2 +- libpandafile/templates/isa_checksum.h.erb | 2 +- libpandafile/templates/tests/bytecode_emitter_tests_gen.h.erb | 2 +- libpandafile/templates/type.h.erb | 2 +- libpandafile/tests/ark_version_test.cpp | 2 +- libpandafile/tests/bytecode_emitter_tests.cpp | 2 +- libpandafile/tests/bytecode_instruction_tests.cpp | 2 +- libpandafile/tests/debug_info_extractor_test.cpp | 2 +- libpandafile/tests/file_format_version_test.cpp | 2 +- libpandafile/tests/file_item_container_test.cpp | 2 +- libpandafile/tests/file_items_test.cpp | 2 +- libpandafile/tests/file_test.cpp | 2 +- libpandafile/tests/panda_cache_test.cpp | 2 +- libpandafile/type_helper.h | 2 +- libpandafile/types.rb | 2 +- libpandafile/types.yaml | 2 +- libpandafile/value.h | 2 +- libziparchive/BUILD.gn | 2 +- libziparchive/CMakeLists.txt | 2 +- libziparchive/tests/libziparchive_tests.cpp | 2 +- libziparchive/zip_archive.cpp | 2 +- libziparchive/zip_archive.h | 2 +- panda/BUILD.gn | 2 +- panda/CMakeLists.txt | 2 +- panda/panda.cpp | 2 +- pandastdlib/CMakeLists.txt | 2 +- pandastdlib/pandastdlib.pa | 2 +- runtime/BUILD.gn | 2 +- runtime/CMakeLists.txt | 2 +- runtime/arch/aarch64/helpers_aarch64.S | 2 +- runtime/arch/aarch64/interpreter_support.S | 2 +- runtime/arch/aarch64/memory.h | 2 +- runtime/arch/aarch64/shorty.S | 2 +- runtime/arch/amd64/helpers_amd64.S | 2 +- runtime/arch/amd64/interpreter_support.S | 2 +- runtime/arch/amd64/memory.h | 2 +- runtime/arch/amd64/shorty.S | 2 +- runtime/arch/arm/asm_constants.h | 2 +- runtime/arch/arm/interpreter_support.S | 2 +- runtime/arch/arm/memory.h | 2 +- runtime/arch/arm/shorty.S | 2 +- runtime/arch/asm_support.cpp | 2 +- runtime/arch/asm_support.h | 2 +- runtime/arch/helpers.h | 2 +- runtime/arch/memory_helpers.h | 2 +- runtime/arch/x86/interpreter_support.S | 2 +- runtime/arch/x86/memory.h | 2 +- runtime/arch/x86/shorty.S | 2 +- runtime/asm_defines/BUILD.gn | 2 +- runtime/asm_defines/CMakeLists.txt | 2 +- runtime/asm_defines/asm_defines.def | 2 +- runtime/asm_defines/defines.cpp | 2 +- runtime/asm_defines/defines_generator.rb | 4 ++-- runtime/assert_gc_scope.cpp | 2 +- runtime/assert_gc_scope.h | 2 +- .../aarch64/compiled_code_to_interpreter_bridge_aarch64.S | 2 +- .../aarch64/compiled_code_to_interpreter_bridge_dyn_aarch64.S | 2 +- .../arch/aarch64/compiled_code_to_runtime_bridge_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_call_imm16_v16_aarch64.S | 2 +- .../bridge/arch/aarch64/handle_call_imm4_v4_v4_v4_aarch64.S | 2 +- .../bridge/arch/aarch64/handle_call_imm8_imm16_v8_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_call_imm8_v8_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_call_imm8_v8_v8_aarch64.S | 2 +- .../bridge/arch/aarch64/handle_call_imm8_v8_v8_v8_aarch64.S | 2 +- .../arch/aarch64/handle_call_imm8_v8_v8_v8_v8_aarch64.S | 2 +- .../bridge/arch/aarch64/handle_call_v4_imm4_id16_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_call_v4_v4_id16_aarch64.S | 2 +- .../arch/aarch64/handle_call_v4_v4_v4_imm4_id16_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_call_v8_id16_aarch64.S | 2 +- .../bridge/arch/aarch64/handle_initobj_v4_v4_id16_aarch64.S | 2 +- runtime/bridge/arch/aarch64/handle_initobj_v8_id16_aarch64.S | 2 +- .../aarch64/interpreter_to_compiled_code_bridge_aarch64.S | 2 +- .../aarch64/interpreter_to_compiled_code_bridge_dyn_aarch64.S | 2 +- .../arch/amd64/compiled_code_to_interpreter_bridge_amd64.S | 2 +- .../amd64/compiled_code_to_interpreter_bridge_dyn_amd64.S | 2 +- .../bridge/arch/amd64/compiled_code_to_runtime_bridge_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm16_v16_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm4_v4_v4_v4_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm8_imm16_v8_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm8_v8_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm8_v8_v8_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_imm8_v8_v8_v8_amd64.S | 2 +- .../bridge/arch/amd64/handle_call_imm8_v8_v8_v8_v8_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_v4_imm4_id16_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_v4_v4_id16_amd64.S | 2 +- .../bridge/arch/amd64/handle_call_v4_v4_v4_imm4_id16_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_call_v8_id16_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_initobj_v4_v4_id16_amd64.S | 2 +- runtime/bridge/arch/amd64/handle_initobj_v8_id16_amd64.S | 2 +- .../arch/amd64/interpreter_to_compiled_code_bridge_amd64.S | 2 +- .../amd64/interpreter_to_compiled_code_bridge_dyn_amd64.S | 2 +- .../bridge/arch/arm/compiled_code_to_interpreter_bridge_arm.S | 2 +- .../arch/arm/compiled_code_to_interpreter_bridge_armhf.S | 2 +- .../arch/arm/compiled_code_to_interpreter_bridge_armsf.S | 2 +- .../arch/arm/compiled_code_to_interpreter_bridge_dyn_arm.S | 2 +- runtime/bridge/arch/arm/compiled_code_to_runtime_bridge_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm16_v16_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm4_v4_v4_v4_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm8_imm16_v8_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm8_v8_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm8_v8_v8_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm8_v8_v8_v8_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_imm8_v8_v8_v8_v8_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_v4_imm4_id16_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_v4_imm4_id16_armhf.S | 2 +- runtime/bridge/arch/arm/handle_call_v4_v4_id16_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_v4_v4_id16_armhf.S | 2 +- runtime/bridge/arch/arm/handle_call_v4_v4_v4_imm4_id16_arm.S | 2 +- .../bridge/arch/arm/handle_call_v4_v4_v4_imm4_id16_armhf.S | 2 +- runtime/bridge/arch/arm/handle_call_v8_id16_arm.S | 2 +- runtime/bridge/arch/arm/handle_call_v8_id16_armhf.S | 2 +- runtime/bridge/arch/arm/handle_initobj_v4_v4_id16_arm.S | 2 +- runtime/bridge/arch/arm/handle_initobj_v4_v4_id16_armhf.S | 2 +- runtime/bridge/arch/arm/handle_initobj_v8_id16_arm.S | 2 +- runtime/bridge/arch/arm/handle_initobj_v8_id16_armhf.S | 2 +- .../bridge/arch/arm/interpreter_to_compiled_code_bridge_arm.S | 2 +- .../arch/arm/interpreter_to_compiled_code_bridge_armhf.S | 2 +- .../arch/arm/interpreter_to_compiled_code_bridge_dyn_arm.S | 2 +- .../bridge/arch/x86/compiled_code_to_interpreter_bridge_x86.S | 2 +- runtime/bridge/arch/x86/handle_call_v4_imm4_id16_x86.S | 2 +- runtime/bridge/arch/x86/handle_call_v4_v4_id16_x86.S | 2 +- runtime/bridge/arch/x86/handle_call_v4_v4_v4_imm4_id16_x86.S | 2 +- runtime/bridge/arch/x86/handle_call_v8_id16_x86.S | 2 +- .../bridge/arch/x86/interpreter_to_compiled_code_bridge_x86.S | 2 +- runtime/bridge/bridge.cpp | 2 +- runtime/bridge/bridge.h | 2 +- runtime/cframe.cpp | 2 +- runtime/class.cpp | 2 +- runtime/class_helper.cpp | 2 +- runtime/class_initializer.cpp | 2 +- runtime/class_initializer.h | 2 +- runtime/class_linker.cpp | 2 +- runtime/class_linker_context.h | 2 +- runtime/class_linker_extension.cpp | 2 +- runtime/core/Core.cmake | 2 +- runtime/core/core_class_linker_extension.cpp | 2 +- runtime/core/core_class_linker_extension.h | 2 +- runtime/core/core_itable_builder.h | 2 +- runtime/core/core_language_context.cpp | 2 +- runtime/core/core_language_context.h | 2 +- runtime/core/core_vm.cpp | 2 +- runtime/core/core_vm.h | 2 +- runtime/core/core_vtable_builder.h | 2 +- runtime/coretypes/array.cpp | 2 +- runtime/coretypes/string.cpp | 2 +- runtime/dprofiler/dprofiler.cpp | 2 +- runtime/dprofiler/dprofiler.h | 2 +- runtime/dyn_class_linker_extension.cpp | 2 +- runtime/dyn_class_linker_extension.h | 2 +- runtime/entrypoints/entrypoints.cpp | 2 +- runtime/entrypoints/entrypoints.h | 2 +- runtime/entrypoints/entrypoints.rb | 2 +- runtime/entrypoints/entrypoints.yaml | 2 +- runtime/entrypoints/entrypoints_compiler.inl.erb | 2 +- runtime/entrypoints/entrypoints_gen.S.erb | 2 +- runtime/entrypoints/entrypoints_gen.h.erb | 2 +- runtime/exceptions.cpp | 2 +- runtime/field.cpp | 2 +- runtime/file_manager.cpp | 2 +- runtime/gc_task.cpp | 2 +- runtime/global_handle_storage-inl.h | 2 +- runtime/global_handle_storage.h | 2 +- runtime/handle_base-inl.h | 2 +- runtime/handle_base.h | 2 +- runtime/handle_scope-inl.h | 2 +- runtime/handle_scope.cpp | 2 +- runtime/handle_scope.h | 2 +- runtime/handle_storage-inl.h | 2 +- runtime/handle_storage.h | 2 +- runtime/imtable_builder.cpp | 2 +- runtime/include/cframe.h | 2 +- runtime/include/cframe_iterators.h | 2 +- runtime/include/class-inl.h | 2 +- runtime/include/class.h | 2 +- runtime/include/class_helper.h | 2 +- runtime/include/class_linker-inl.h | 2 +- runtime/include/class_linker.h | 2 +- runtime/include/class_linker_extension.h | 2 +- runtime/include/class_root.h | 2 +- runtime/include/compiler_interface.h | 2 +- runtime/include/coretypes/array-inl.h | 2 +- runtime/include/coretypes/array.h | 2 +- runtime/include/coretypes/class.h | 2 +- runtime/include/coretypes/dyn_objects.h | 2 +- runtime/include/coretypes/native_pointer.h | 2 +- runtime/include/coretypes/string-inl.h | 2 +- runtime/include/coretypes/string.h | 2 +- runtime/include/coretypes/tagged_value.h | 2 +- runtime/include/exceptions.h | 2 +- runtime/include/field.h | 2 +- runtime/include/file_manager.h | 2 +- runtime/include/gc_task.h | 2 +- runtime/include/hclass.h | 2 +- runtime/include/histogram-inl.h | 2 +- runtime/include/histogram.h | 2 +- runtime/include/imtable_builder.h | 2 +- runtime/include/itable.h | 2 +- runtime/include/itable_builder.h | 2 +- runtime/include/language_config.h | 2 +- runtime/include/language_context.h | 2 +- runtime/include/locks.h | 2 +- runtime/include/managed_thread.h | 2 +- runtime/include/mem/allocator-inl.h | 2 +- runtime/include/mem/allocator.h | 2 +- runtime/include/mem/panda_containers.h | 2 +- runtime/include/mem/panda_smart_pointers.h | 2 +- runtime/include/mem/panda_string.h | 2 +- runtime/include/method-inl.h | 2 +- runtime/include/method.h | 2 +- runtime/include/mtmanaged_thread.h | 2 +- runtime/include/object_accessor-inl.h | 2 +- runtime/include/object_accessor.h | 2 +- runtime/include/object_header-inl.h | 2 +- runtime/include/object_header.h | 2 +- runtime/include/panda_vm.h | 2 +- runtime/include/runtime.h | 2 +- runtime/include/runtime_notification.h | 2 +- runtime/include/runtime_options.h | 2 +- runtime/include/stack_walker-inl.h | 2 +- runtime/include/stack_walker.h | 2 +- runtime/include/thread-inl.h | 2 +- runtime/include/thread.h | 2 +- runtime/include/thread_scopes.h | 2 +- runtime/include/thread_status.h | 2 +- runtime/include/time_utils.h | 2 +- runtime/include/tooling/debug_inf.h | 2 +- runtime/include/tooling/debug_interface.h | 2 +- runtime/include/tooling/pt_class.h | 2 +- runtime/include/tooling/pt_lang_extension.h | 2 +- runtime/include/tooling/pt_location.h | 2 +- runtime/include/tooling/pt_method.h | 2 +- runtime/include/tooling/pt_object.h | 2 +- runtime/include/tooling/pt_property.h | 2 +- runtime/include/tooling/pt_reference.h | 2 +- runtime/include/tooling/pt_thread.h | 2 +- runtime/include/tooling/pt_value.h | 2 +- runtime/include/value-inl.h | 2 +- runtime/include/value.h | 2 +- runtime/include/vtable_builder-inl.h | 2 +- runtime/include/vtable_builder.h | 2 +- runtime/interpreter/acc_vregister.h | 2 +- runtime/interpreter/arch/aarch64/global_regs.h | 2 +- runtime/interpreter/arch/aarch64/macros.h | 2 +- runtime/interpreter/arch/global_regs.h | 2 +- runtime/interpreter/arch/macros.h | 2 +- runtime/interpreter/cache.h | 2 +- runtime/interpreter/dispatch_table.h | 2 +- runtime/interpreter/frame.h | 2 +- runtime/interpreter/instruction_handler_base.h | 2 +- runtime/interpreter/instruction_handler_state.h | 2 +- runtime/interpreter/interpreter-inl.h | 2 +- runtime/interpreter/interpreter.cpp | 2 +- runtime/interpreter/interpreter.h | 2 +- runtime/interpreter/interpreter_impl.cpp | 2 +- runtime/interpreter/interpreter_impl.h | 2 +- runtime/interpreter/math_helpers.h | 2 +- runtime/interpreter/runtime_interface.cpp | 2 +- runtime/interpreter/runtime_interface.h | 2 +- runtime/interpreter/state.h | 2 +- runtime/interpreter/templates/interpreter-inl_gen.h.erb | 2 +- runtime/interpreter/templates/isa_constants_gen.h.erb | 2 +- .../interpreter/templates/unimplemented_handlers-inl.h.erb | 2 +- runtime/interpreter/vregister-inl.h | 2 +- runtime/interpreter/vregister.h | 2 +- runtime/interpreter/vregister_iterator.h | 2 +- runtime/intrinsics.cpp | 2 +- runtime/itable_builder.cpp | 2 +- runtime/jit/jit.h | 2 +- runtime/jit/profiling_data.h | 2 +- runtime/language_context.cpp | 2 +- runtime/locks.cpp | 2 +- runtime/mark_word.cpp | 2 +- runtime/mark_word.h | 2 +- runtime/mem/alloc_config.h | 2 +- runtime/mem/allocator.cpp | 2 +- runtime/mem/allocator_adapter.h | 2 +- runtime/mem/bump-allocator-inl.h | 2 +- runtime/mem/bump-allocator.h | 2 +- runtime/mem/frame_allocator-inl.h | 2 +- runtime/mem/frame_allocator.h | 2 +- runtime/mem/freelist.h | 2 +- runtime/mem/freelist_allocator-inl.h | 2 +- runtime/mem/freelist_allocator.h | 2 +- runtime/mem/gc/bitmap.cpp | 2 +- runtime/mem/gc/bitmap.h | 2 +- runtime/mem/gc/card_table-inl.h | 2 +- runtime/mem/gc/card_table.cpp | 2 +- runtime/mem/gc/card_table.h | 2 +- runtime/mem/gc/crossing_map.cpp | 2 +- runtime/mem/gc/crossing_map.h | 2 +- runtime/mem/gc/crossing_map_singleton.cpp | 2 +- runtime/mem/gc/crossing_map_singleton.h | 2 +- runtime/mem/gc/dynamic/gc_dynamic_data.h | 2 +- runtime/mem/gc/dynamic/gc_dynamic_impl.cpp | 2 +- runtime/mem/gc/epsilon/epsilon.cpp | 2 +- runtime/mem/gc/epsilon/epsilon.h | 2 +- runtime/mem/gc/epsilon/epsilon_barrier.cpp | 2 +- runtime/mem/gc/epsilon/epsilon_barrier.h | 2 +- runtime/mem/gc/g1/g1-allocator.cpp | 2 +- runtime/mem/gc/g1/g1-allocator.h | 2 +- runtime/mem/gc/g1/g1-gc.cpp | 2 +- runtime/mem/gc/g1/g1-gc.h | 2 +- runtime/mem/gc/gc.cpp | 2 +- runtime/mem/gc/gc.h | 2 +- runtime/mem/gc/gc_barrier_set.cpp | 2 +- runtime/mem/gc/gc_barrier_set.h | 2 +- runtime/mem/gc/gc_extension_data.h | 2 +- runtime/mem/gc/gc_phase.h | 2 +- runtime/mem/gc/gc_queue.cpp | 2 +- runtime/mem/gc/gc_queue.h | 2 +- runtime/mem/gc/gc_reason.h | 2 +- runtime/mem/gc/gc_root-inl.h | 2 +- runtime/mem/gc/gc_root.cpp | 2 +- runtime/mem/gc/gc_root.h | 2 +- runtime/mem/gc/gc_scoped_phase.cpp | 2 +- runtime/mem/gc/gc_scoped_phase.h | 2 +- runtime/mem/gc/gc_stats.cpp | 2 +- runtime/mem/gc/gc_stats.h | 2 +- runtime/mem/gc/gc_trigger.cpp | 2 +- runtime/mem/gc/gc_trigger.h | 2 +- runtime/mem/gc/gc_types.h | 2 +- runtime/mem/gc/gen-gc/gen-gc.cpp | 2 +- runtime/mem/gc/gen-gc/gen-gc.h | 2 +- runtime/mem/gc/generational-gc-base.cpp | 2 +- runtime/mem/gc/generational-gc-base.h | 2 +- runtime/mem/gc/hybrid-gc/hybrid_object_allocator.cpp | 2 +- runtime/mem/gc/hybrid-gc/hybrid_object_allocator.h | 2 +- runtime/mem/gc/lang/gc_lang.cpp | 2 +- runtime/mem/gc/lang/gc_lang.h | 2 +- .../mem/gc/reference-processor/empty_reference_processor.h | 2 +- runtime/mem/gc/reference-processor/reference_processor.cpp | 2 +- runtime/mem/gc/reference-processor/reference_processor.h | 2 +- runtime/mem/gc/static/gc_static_impl.cpp | 2 +- runtime/mem/gc/stw-gc/stw-gc.cpp | 2 +- runtime/mem/gc/stw-gc/stw-gc.h | 2 +- runtime/mem/heap_manager.cpp | 2 +- runtime/mem/heap_manager.h | 2 +- runtime/mem/heap_verifier.cpp | 2 +- runtime/mem/heap_verifier.h | 2 +- runtime/mem/humongous_obj_allocator-inl.h | 2 +- runtime/mem/humongous_obj_allocator.h | 2 +- runtime/mem/internal_allocator-inl.h | 2 +- runtime/mem/internal_allocator.cpp | 2 +- runtime/mem/internal_allocator.h | 2 +- runtime/mem/lock_config_helper.h | 2 +- runtime/mem/malloc-proxy-allocator-inl.h | 2 +- runtime/mem/malloc-proxy-allocator.h | 2 +- runtime/mem/mem_hooks.cpp | 2 +- runtime/mem/mem_hooks.h | 2 +- runtime/mem/mem_stats.cpp | 2 +- runtime/mem/mem_stats.h | 2 +- runtime/mem/mem_stats_additional_info.cpp | 2 +- runtime/mem/mem_stats_additional_info.h | 2 +- runtime/mem/mem_stats_default.cpp | 2 +- runtime/mem/mem_stats_default.h | 2 +- runtime/mem/memory_manager.cpp | 2 +- runtime/mem/memory_manager.h | 2 +- runtime/mem/object_helpers-inl.h | 2 +- runtime/mem/object_helpers.cpp | 2 +- runtime/mem/object_helpers.h | 2 +- runtime/mem/panda_string.cpp | 2 +- runtime/mem/pygote_space_allocator-inl.h | 2 +- runtime/mem/pygote_space_allocator.h | 2 +- runtime/mem/refstorage/global_object_storage.cpp | 2 +- runtime/mem/refstorage/global_object_storage.h | 2 +- runtime/mem/refstorage/ref_block.cpp | 2 +- runtime/mem/refstorage/ref_block.h | 2 +- runtime/mem/refstorage/reference.h | 2 +- runtime/mem/refstorage/reference_storage.cpp | 2 +- runtime/mem/refstorage/reference_storage.h | 2 +- runtime/mem/region_allocator-inl.h | 2 +- runtime/mem/region_allocator.h | 2 +- runtime/mem/region_space-inl.h | 2 +- runtime/mem/region_space.cpp | 2 +- runtime/mem/region_space.h | 2 +- runtime/mem/rem_set-inl.h | 2 +- runtime/mem/rem_set.h | 2 +- runtime/mem/rendezvous.cpp | 2 +- runtime/mem/rendezvous.h | 2 +- runtime/mem/runslots.cpp | 2 +- runtime/mem/runslots.h | 2 +- runtime/mem/runslots_allocator-inl.h | 2 +- runtime/mem/runslots_allocator.h | 2 +- runtime/mem/runslots_allocator_stl_adapter.h | 2 +- runtime/mem/tlab.cpp | 2 +- runtime/mem/tlab.h | 2 +- runtime/mem/vm_handle.h | 2 +- runtime/method.cpp | 2 +- runtime/monitor.cpp | 2 +- runtime/monitor.h | 2 +- runtime/monitor_object_lock.cpp | 2 +- runtime/monitor_object_lock.h | 2 +- runtime/monitor_pool.cpp | 2 +- runtime/monitor_pool.h | 2 +- runtime/object_accessor-impl.cpp | 2 +- runtime/object_accessor.cpp | 2 +- runtime/object_header.cpp | 2 +- runtime/object_header_config.h | 2 +- runtime/options.yaml | 2 +- runtime/panda_vm.cpp | 2 +- runtime/runtime.cpp | 2 +- runtime/runtime.yaml | 2 +- runtime/runtime_helpers.cpp | 2 +- runtime/signal_handler.cpp | 2 +- runtime/signal_handler.h | 2 +- runtime/stack_walker.cpp | 2 +- runtime/string_table.cpp | 2 +- runtime/string_table.h | 2 +- runtime/templates/bridge_dispatch.S.erb | 2 +- runtime/templates/bridge_helpers_aarch64.rb | 2 +- runtime/templates/bridge_helpers_amd64.rb | 2 +- runtime/templates/bridge_helpers_arm.rb | 2 +- runtime/templates/bridge_helpers_armhf.rb | 2 +- runtime/templates/bridge_helpers_dynamic.rb | 2 +- runtime/templates/bridge_helpers_static.rb | 2 +- runtime/templates/bridge_helpers_x86.rb | 2 +- runtime/templates/gen_intrinsics_data.rb | 2 +- runtime/templates/intrinsics.h.erb | 2 +- runtime/templates/intrinsics.rb | 2 +- runtime/templates/intrinsics.yaml.erb | 2 +- runtime/templates/intrinsics_gen.h.erb | 2 +- runtime/templates/runtime.rb | 2 +- runtime/templates/shorty_values.h.erb | 2 +- runtime/templates/unimplemented_intrinsics-inl.cpp.erb | 2 +- runtime/tests/allocator_test_base.h | 2 +- runtime/tests/arch/aarch64/invokation_helper.S | 2 +- runtime/tests/arch/amd64/invokation_helper.S | 2 +- runtime/tests/arch/arm/invokation_helper.S | 2 +- runtime/tests/arch/arm/invokation_helper_hf.S | 2 +- runtime/tests/array_test.cpp | 2 +- runtime/tests/bitmap_clear_range_test.cpp | 2 +- runtime/tests/bitmap_order_object_alignment_test.cpp | 2 +- runtime/tests/bitmap_page_alignment_test.cpp | 2 +- runtime/tests/bitmap_test_base.h | 2 +- runtime/tests/bitmap_visitor_object_alignment_test.cpp | 2 +- runtime/tests/bump_allocator_test.cpp | 2 +- runtime/tests/c2i_bridge_test.cpp | 2 +- runtime/tests/card_table_test.cpp | 2 +- runtime/tests/class_linker_test.cpp | 2 +- runtime/tests/class_linker_test_extension.cpp | 2 +- runtime/tests/class_linker_test_extension.h | 2 +- runtime/tests/class_size_test.cpp | 2 +- runtime/tests/crossing_map_test.cpp | 2 +- runtime/tests/debugger_test.cpp | 2 +- runtime/tests/frame_allocator_test.cpp | 2 +- runtime/tests/frame_test.cpp | 2 +- runtime/tests/freelist_allocator_test.cpp | 2 +- runtime/tests/gc_task_test.cpp | 2 +- runtime/tests/histogram_test.cpp | 2 +- runtime/tests/humongous_obj_allocator_test.cpp | 2 +- runtime/tests/hybrid_object_allocator_test.cpp | 2 +- runtime/tests/i2c_bridge_test.cpp | 2 +- runtime/tests/internal_allocator_test.cpp | 2 +- runtime/tests/interpreter/test_interpreter.cpp | 2 +- runtime/tests/interpreter/test_interpreter.h | 2 +- runtime/tests/interpreter/test_interpreter_impl.cpp | 2 +- runtime/tests/interpreter/test_interpreter_impl.h | 2 +- runtime/tests/interpreter/test_runtime_interface.cpp | 2 +- runtime/tests/interpreter/test_runtime_interface.h | 2 +- runtime/tests/interpreter_test.cpp | 2 +- runtime/tests/invokation_helper.cpp | 2 +- runtime/tests/invokation_helper.h | 2 +- runtime/tests/malloc-proxy-allocator-test.cpp | 2 +- runtime/tests/mark_word_test.cpp | 2 +- runtime/tests/math_helpers_test.cpp | 2 +- runtime/tests/mem_leak_test.cpp | 2 +- runtime/tests/mem_stats_additional_info_test.cpp | 2 +- runtime/tests/mem_stats_gc_test.cpp | 2 +- runtime/tests/mem_stats_test.cpp | 2 +- runtime/tests/method_test.cpp | 2 +- runtime/tests/mock_queue_thread_pool.cpp | 2 +- runtime/tests/monitor_test.cpp | 2 +- runtime/tests/multithreaded_intern_string_table_test.cpp | 2 +- runtime/tests/offsets_test.cpp | 2 +- runtime/tests/options_test.cpp | 2 +- runtime/tests/panda_smart_pointers_test.cpp | 2 +- runtime/tests/pygote_space_allocator_gen_test.cpp | 2 +- runtime/tests/pygote_space_allocator_stw_test.cpp | 2 +- runtime/tests/pygote_space_allocator_test_base.h | 2 +- runtime/tests/region_allocator_test.cpp | 2 +- runtime/tests/rem_set_test.cpp | 2 +- runtime/tests/runslots_allocator_test.cpp | 2 +- runtime/tests/string_table_test.cpp | 2 +- runtime/tests/string_test.cpp | 2 +- runtime/tests/thread_test.cpp | 2 +- runtime/tests/time_utils_test.cpp | 2 +- runtime/tests/tlab_test.cpp | 2 +- runtime/thread.cpp | 2 +- runtime/thread_manager.cpp | 2 +- runtime/thread_manager.h | 2 +- runtime/thread_pool.h | 2 +- runtime/thread_pool_queue.h | 2 +- runtime/time_utils.cpp | 2 +- runtime/timing.cpp | 2 +- runtime/timing.h | 2 +- runtime/tooling/debug_inf.cpp | 2 +- runtime/tooling/debugger.cpp | 2 +- runtime/tooling/debugger.h | 2 +- runtime/tooling/pt_class.cpp | 2 +- runtime/tooling/pt_class_private.h | 2 +- runtime/tooling/pt_hook_type_info.h | 2 +- runtime/tooling/pt_hooks_wrapper.h | 2 +- runtime/tooling/pt_lang_ext_private.h | 2 +- runtime/tooling/pt_lang_extension.cpp | 2 +- runtime/tooling/pt_method.cpp | 2 +- runtime/tooling/pt_method_private.h | 2 +- runtime/tooling/pt_object_private.h | 2 +- runtime/tooling/pt_reference.cpp | 2 +- runtime/tooling/pt_reference_private.h | 2 +- runtime/tooling/pt_scoped_managed_code.h | 2 +- runtime/tooling/pt_thread.cpp | 2 +- runtime/tooling/pt_thread_info.h | 2 +- runtime/tooling/pt_value_private.h | 2 +- runtime/vreg_info.h | 2 +- runtime/vtable_builder.cpp | 2 +- scripts/extra/build.sh | 2 +- scripts/install-deps-ubuntu | 2 +- scripts/install-third-party | 2 +- scripts/memdump.py | 2 +- scripts/memusage.py | 2 +- scripts/run-check-concurrency-format.sh | 2 +- scripts/run-clang-format | 2 +- scripts/trace_enable.sh | 2 +- templates/common.rb | 2 +- templates/events/events.h.erb | 2 +- templates/logger_components/logger_components.inc.erb | 2 +- templates/messages.rb | 2 +- templates/messages/messages.h.erb | 2 +- templates/options/options.h.erb | 2 +- tests/CMakeLists.txt | 2 +- tests/benchmarks/3d-morph.pa | 2 +- tests/benchmarks/CMakeLists.txt | 2 +- tests/benchmarks/access-binary-trees.pa | 2 +- tests/benchmarks/access-fannkuch.pa | 2 +- tests/benchmarks/access-nbody.pa | 2 +- tests/benchmarks/access-nsieve.pa | 2 +- tests/benchmarks/bitops-3bit-bits-in-byte.pa | 2 +- tests/benchmarks/bitops-bits-in-byte.pa | 2 +- tests/benchmarks/bitops-bitwise-and.pa | 2 +- tests/benchmarks/bitops-nsieve-bits.pa | 2 +- tests/benchmarks/controlflow-recursive.pa | 2 +- tests/benchmarks/math-cordic.pa | 2 +- tests/benchmarks/math-partial-sums.pa | 2 +- tests/benchmarks/math-spectral-norm.pa | 2 +- tests/cts-assembly/arrays-01.pa | 2 +- tests/cts-assembly/arrays-02.pa | 2 +- tests/cts-assembly/arrays-03.pa | 2 +- tests/cts-assembly/arrays-04.pa | 2 +- tests/cts-assembly/arrays-05.pa | 2 +- tests/cts-assembly/arrays-06.pa | 2 +- tests/cts-assembly/arrays-07.pa | 2 +- tests/cts-assembly/arrays-08.pa | 2 +- tests/cts-assembly/arrays-09.pa | 2 +- tests/cts-assembly/arrays-10.pa | 2 +- tests/cts-assembly/arrays-11.pa | 2 +- tests/cts-assembly/arrays-12.pa | 2 +- tests/cts-assembly/arrays-13.pa | 2 +- tests/cts-assembly/arrays-14.pa | 2 +- tests/cts-assembly/big_ark_option_value.pa | 2 +- tests/cts-assembly/compiler_effective_types.pa | 2 +- tests/cts-assembly/env-01.pa | 2 +- tests/cts-assembly/exceptions-02.pa | 2 +- tests/cts-assembly/exceptions-03.pa | 2 +- tests/cts-assembly/exceptions-04.pa | 2 +- tests/cts-assembly/far-jump-01.pa | 2 +- tests/cts-assembly/far-jump-02.pa | 2 +- tests/cts-assembly/far-jump-03.pa | 2 +- tests/cts-assembly/far-jump-04.pa | 2 +- tests/cts-assembly/far-jump-05.pa | 2 +- tests/cts-assembly/far-jump-06.pa | 2 +- tests/cts-assembly/far-jump-07.pa | 2 +- tests/cts-assembly/far-jump-08.pa | 2 +- tests/cts-assembly/far-jump-09.pa | 2 +- tests/cts-assembly/far-jump-10.pa | 2 +- tests/cts-assembly/far-jump-11.pa | 2 +- tests/cts-assembly/far-jump-12.pa | 2 +- tests/cts-assembly/far-jump-13.pa | 2 +- tests/cts-assembly/far-jump-14.pa | 2 +- tests/cts-assembly/far-jump-15.pa | 2 +- tests/cts-assembly/far-jump-16.pa | 2 +- tests/cts-assembly/far-jump-17.pa | 2 +- tests/cts-assembly/far-jump-18.pa | 2 +- tests/cts-assembly/far-jump-19.pa | 2 +- tests/cts-assembly/initobj-01.pa | 2 +- tests/cts-assembly/initobj-02.pa | 2 +- tests/cts-assembly/initobj-03.pa | 2 +- tests/cts-assembly/initobj-04.pa | 2 +- tests/cts-assembly/initobj-05.pa | 2 +- tests/cts-assembly/initobj-06.pa | 2 +- tests/cts-assembly/initobj-bad-02.pa | 2 +- tests/cts-assembly/intrinsics-01.pa | 2 +- tests/cts-assembly/intrinsics-02.pa | 2 +- tests/cts-assembly/intrinsics-03.pa | 2 +- tests/cts-assembly/intrinsics-04.pa | 2 +- tests/cts-assembly/intrinsics-05.pa | 2 +- tests/cts-assembly/intrinsics-06.pa | 2 +- tests/cts-assembly/intrinsics-07.pa | 2 +- tests/cts-assembly/intrinsics-08.pa | 2 +- tests/cts-assembly/intrinsics-09.pa | 2 +- tests/cts-assembly/intrinsics-10.pa | 2 +- tests/cts-assembly/intrinsics-11.pa | 2 +- tests/cts-assembly/intrinsics-12.pa | 2 +- tests/cts-assembly/intrinsics-13.pa | 2 +- tests/cts-assembly/intrinsics-14.pa | 2 +- tests/cts-assembly/intrinsics-15.pa | 2 +- tests/cts-assembly/intrinsics-16.pa | 2 +- tests/cts-assembly/intrinsics-17.pa | 2 +- tests/cts-assembly/intrinsics-18.pa | 2 +- tests/cts-assembly/intrinsics-19.pa | 2 +- tests/cts-assembly/intrinsics-20.pa | 2 +- tests/cts-assembly/intrinsics-21.pa | 2 +- tests/cts-assembly/intrinsics-22.pa | 2 +- tests/cts-assembly/intrinsics-23.pa | 2 +- tests/cts-assembly/intrinsics-24.pa | 2 +- tests/cts-assembly/intrinsics-25.pa | 2 +- tests/cts-assembly/intrinsics-26.pa | 2 +- tests/cts-assembly/intrinsics-28.pa | 2 +- tests/cts-assembly/intrinsics-29.pa | 2 +- tests/cts-assembly/intrinsics-f32-01.pa | 2 +- tests/cts-assembly/math-01.pa | 2 +- tests/cts-assembly/math-02.pa | 2 +- tests/cts-assembly/math-03.pa | 2 +- tests/cts-assembly/math-04.pa | 2 +- tests/cts-assembly/math-05.pa | 2 +- tests/cts-assembly/math-06.pa | 2 +- tests/cts-assembly/math-07.pa | 2 +- tests/cts-assembly/math-08.pa | 2 +- tests/cts-assembly/math-09.pa | 2 +- tests/cts-assembly/math-10.pa | 2 +- tests/cts-assembly/math-11.pa | 2 +- tests/cts-assembly/math-12.pa | 2 +- tests/cts-assembly/math-13.pa | 2 +- tests/cts-assembly/math-14.pa | 2 +- tests/cts-assembly/math-15.pa | 2 +- tests/cts-assembly/math-16.pa | 2 +- tests/cts-assembly/math-17.pa | 2 +- tests/cts-assembly/math-18.pa | 2 +- tests/cts-assembly/math-21.pa | 2 +- tests/cts-assembly/math-22.pa | 2 +- tests/cts-assembly/math-23.pa | 2 +- tests/cts-assembly/math-24.pa | 2 +- tests/cts-assembly/math-25.pa | 2 +- tests/cts-assembly/math-26.pa | 2 +- tests/cts-assembly/math-27.pa | 2 +- tests/cts-assembly/math-28.pa | 2 +- tests/cts-assembly/math-29.pa | 2 +- tests/cts-assembly/math-30.pa | 2 +- tests/cts-assembly/math-31.pa | 2 +- tests/cts-assembly/math-32.pa | 2 +- tests/cts-assembly/math-33.pa | 2 +- tests/cts-assembly/math-34.pa | 2 +- tests/cts-assembly/math-35.pa | 2 +- tests/cts-assembly/math-36.pa | 2 +- tests/cts-assembly/math-40.pa | 2 +- tests/cts-assembly/math-41.pa | 2 +- tests/cts-assembly/math-42.pa | 2 +- tests/cts-assembly/math-43.pa | 2 +- tests/cts-assembly/math-44.pa | 2 +- tests/cts-assembly/math-45.pa | 2 +- tests/cts-assembly/math-46.pa | 2 +- tests/cts-assembly/math-47.pa | 2 +- tests/cts-assembly/math-48.pa | 2 +- tests/cts-assembly/math-49.pa | 2 +- tests/cts-assembly/math-50.pa | 2 +- tests/cts-assembly/math-51.pa | 2 +- tests/cts-assembly/math-52.pa | 2 +- tests/cts-assembly/math-53.pa | 2 +- tests/cts-assembly/math-54.pa | 2 +- tests/cts-assembly/math-55.pa | 2 +- tests/cts-assembly/math-56.pa | 2 +- tests/cts-assembly/math-57.pa | 2 +- tests/cts-assembly/math-58.pa | 2 +- tests/cts-assembly/math-59.pa | 2 +- tests/cts-assembly/math-60.pa | 2 +- tests/cts-assembly/math-61.pa | 2 +- tests/cts-assembly/math-62.pa | 2 +- tests/cts-assembly/math-63.pa | 2 +- tests/cts-assembly/math-64.pa | 2 +- tests/cts-assembly/math-65.pa | 2 +- tests/cts-assembly/math-66.pa | 2 +- tests/cts-assembly/math-67.pa | 2 +- tests/cts-assembly/obj-01.pa | 2 +- tests/cts-assembly/obj-02.pa | 2 +- tests/cts-assembly/obj-03.pa | 2 +- tests/cts-assembly/obj-04.pa | 2 +- tests/cts-assembly/obj-05.pa | 2 +- tests/cts-assembly/obj-06.pa | 2 +- tests/cts-assembly/obj-07.pa | 2 +- tests/cts-assembly/obj-08.pa | 2 +- tests/cts-assembly/obj-09.pa | 2 +- tests/cts-assembly/obj-10.pa | 2 +- tests/cts-assembly/obj-11.pa | 2 +- tests/cts-assembly/obj-12.pa | 2 +- tests/cts-assembly/obj-13.pa | 2 +- tests/cts-assembly/obj-14.pa | 2 +- tests/cts-assembly/obj-15.pa | 2 +- tests/cts-assembly/obj-16.pa | 2 +- tests/cts-assembly/obj-17.pa | 2 +- tests/cts-assembly/obj-18.pa | 2 +- tests/cts-assembly/obj-23.pa | 2 +- tests/cts-assembly/obj-24.pa | 2 +- tests/cts-assembly/obj-25.pa | 2 +- tests/cts-assembly/obj-26.pa | 2 +- tests/cts-assembly/obj-27.pa | 2 +- tests/cts-assembly/obj-28.pa | 2 +- tests/cts-assembly/obj-29.pa | 2 +- tests/cts-assembly/obj-30.pa | 2 +- tests/cts-assembly/obj-31.pa | 2 +- tests/cts-assembly/obj-32.pa | 2 +- tests/cts-assembly/obj-33.pa | 2 +- tests/cts-assembly/obj-34.pa | 2 +- tests/cts-assembly/obj-35.pa | 2 +- tests/cts-assembly/obj-36.pa | 2 +- tests/cts-assembly/op-01.pa | 2 +- tests/cts-assembly/op-02.pa | 2 +- tests/cts-assembly/op-03.pa | 2 +- tests/cts-assembly/op-04.pa | 2 +- tests/cts-assembly/op-05.pa | 2 +- tests/cts-assembly/op-06.pa | 2 +- tests/cts-assembly/op-07.pa | 2 +- tests/cts-assembly/op-08.pa | 2 +- tests/cts-assembly/op-09.pa | 2 +- tests/cts-assembly/op-10.pa | 2 +- tests/cts-assembly/op-11.pa | 2 +- tests/cts-assembly/op-12.pa | 2 +- tests/cts-assembly/op-13.pa | 2 +- tests/cts-assembly/op-14.pa | 2 +- tests/cts-assembly/op-15.pa | 2 +- tests/cts-assembly/op-16.pa | 2 +- tests/cts-assembly/op-17.pa | 2 +- tests/cts-assembly/op-18.pa | 2 +- tests/cts-assembly/op-19.pa | 2 +- tests/cts-assembly/op-20.pa | 2 +- tests/cts-assembly/op-21.pa | 2 +- tests/cts-assembly/op-22.pa | 2 +- tests/cts-assembly/op-25.pa | 2 +- tests/cts-assembly/op-26.pa | 2 +- tests/cts-assembly/op-jeq-obj.pa | 2 +- tests/cts-assembly/op-jeqz-obj.pa | 2 +- tests/cts-assembly/op-jne-obj.pa | 2 +- tests/cts-assembly/op-jnez-obj.pa | 2 +- tests/cts-assembly/verify-01.pa | 2 +- tests/cts-coverage-tool/CMakeLists.txt | 2 +- tests/cts-coverage-tool/non_testable.yaml | 2 +- tests/cts-coverage-tool/spec.rb | 2 +- tests/cts-coverage-tool/spectrac.rb | 2 +- tests/cts-coverage-tool/templates/full_md.erb | 2 +- tests/cts-coverage-tool/templates/full_md.rb | 2 +- tests/cts-coverage-tool/templates/orphaned_md.erb | 2 +- tests/cts-coverage-tool/templates/orphaned_md.rb | 2 +- tests/cts-coverage-tool/templates/report.erb | 2 +- tests/cts-coverage-tool/templates/report_md.rb | 2 +- tests/cts-coverage-tool/templates/uncovered_md.erb | 2 +- tests/cts-coverage-tool/templates/uncovered_md.rb | 2 +- tests/cts-generator/CMakeLists.txt | 2 +- tests/cts-generator/cts-template/add.yaml | 2 +- tests/cts-generator/cts-template/add2.64.yaml | 2 +- tests/cts-generator/cts-template/add2.yaml | 2 +- tests/cts-generator/cts-template/addi.yaml | 2 +- tests/cts-generator/cts-template/and.yaml | 2 +- tests/cts-generator/cts-template/and2.64.yaml | 2 +- tests/cts-generator/cts-template/and2.yaml | 2 +- tests/cts-generator/cts-template/andi.yaml | 2 +- tests/cts-generator/cts-template/ashr.yaml | 2 +- tests/cts-generator/cts-template/ashr2.64.yaml | 2 +- tests/cts-generator/cts-template/ashr2.yaml | 2 +- tests/cts-generator/cts-template/ashri.yaml | 2 +- tests/cts-generator/cts-template/call.acc.short.yaml | 2 +- tests/cts-generator/cts-template/call.acc.yaml | 2 +- tests/cts-generator/cts-template/call.range.yaml | 2 +- tests/cts-generator/cts-template/call.short.yaml | 2 +- tests/cts-generator/cts-template/call.virt.acc.short.yaml | 2 +- tests/cts-generator/cts-template/call.virt.acc.yaml | 2 +- tests/cts-generator/cts-template/call.virt.negative.yaml | 2 +- .../cts-generator/cts-template/call.virt.range.negative.yaml | 2 +- tests/cts-generator/cts-template/call.virt.range.yaml | 2 +- tests/cts-generator/cts-template/call.virt.range_base.yaml | 2 +- .../cts-generator/cts-template/call.virt.short.negative.yaml | 2 +- tests/cts-generator/cts-template/call.virt.short.yaml | 2 +- tests/cts-generator/cts-template/call.virt.yaml | 2 +- tests/cts-generator/cts-template/call.yaml | 2 +- tests/cts-generator/cts-template/checkcast.yaml | 2 +- tests/cts-generator/cts-template/cmp.64.yaml | 2 +- tests/cts-generator/cts-template/cmp.obj.yaml | 2 +- tests/cts-generator/cts-template/cmp.yaml | 2 +- tests/cts-generator/cts-template/div.yaml | 2 +- tests/cts-generator/cts-template/div2.64.yaml | 2 +- tests/cts-generator/cts-template/div2.yaml | 2 +- tests/cts-generator/cts-template/divi.yaml | 2 +- tests/cts-generator/cts-template/divu2.64.yaml | 2 +- tests/cts-generator/cts-template/divu2.yaml | 2 +- tests/cts-generator/cts-template/f64toi32.yaml | 2 +- tests/cts-generator/cts-template/f64toi64.yaml | 2 +- tests/cts-generator/cts-template/f64tou32.yaml | 2 +- tests/cts-generator/cts-template/f64tou64.yaml | 2 +- tests/cts-generator/cts-template/fadd2.yaml | 2 +- tests/cts-generator/cts-template/fcmpg.yaml | 2 +- tests/cts-generator/cts-template/fcmpl.yaml | 2 +- tests/cts-generator/cts-template/fdiv2.yaml | 2 +- tests/cts-generator/cts-template/fldai.yaml | 2 +- tests/cts-generator/cts-template/fldarr.32.yaml | 2 +- tests/cts-generator/cts-template/fldarr.64.yaml | 2 +- tests/cts-generator/cts-template/fmod2.yaml | 2 +- tests/cts-generator/cts-template/fmovi.64.yaml | 2 +- tests/cts-generator/cts-template/fmul2.yaml | 2 +- tests/cts-generator/cts-template/fneg.yaml | 2 +- tests/cts-generator/cts-template/fp.yaml | 2 +- tests/cts-generator/cts-template/fstarr.32.yaml | 2 +- tests/cts-generator/cts-template/fstarr.64.yaml | 2 +- tests/cts-generator/cts-template/fsub2.yaml | 2 +- tests/cts-generator/cts-template/i32tof64.yaml | 2 +- tests/cts-generator/cts-template/i32toi16.yaml | 2 +- tests/cts-generator/cts-template/i32toi64.yaml | 2 +- tests/cts-generator/cts-template/i32toi8.yaml | 2 +- tests/cts-generator/cts-template/i32tou1.yaml | 2 +- tests/cts-generator/cts-template/i32tou16.yaml | 2 +- tests/cts-generator/cts-template/i32tou8.yaml | 2 +- tests/cts-generator/cts-template/i64tof64.yaml | 2 +- tests/cts-generator/cts-template/i64toi32.yaml | 2 +- tests/cts-generator/cts-template/i64tou1.yaml | 2 +- tests/cts-generator/cts-template/inci.yaml | 2 +- tests/cts-generator/cts-template/initobj.range.yaml | 2 +- tests/cts-generator/cts-template/initobj.short.yaml | 2 +- tests/cts-generator/cts-template/initobj.yaml | 2 +- tests/cts-generator/cts-template/isinstance.yaml | 2 +- tests/cts-generator/cts-template/jeq.obj.yaml | 2 +- tests/cts-generator/cts-template/jeq.yaml | 2 +- tests/cts-generator/cts-template/jeqz.obj.yaml | 2 +- tests/cts-generator/cts-template/jeqz.yaml | 2 +- tests/cts-generator/cts-template/jge.yaml | 2 +- tests/cts-generator/cts-template/jgez.yaml | 2 +- tests/cts-generator/cts-template/jgt.yaml | 2 +- tests/cts-generator/cts-template/jgtz.yaml | 2 +- tests/cts-generator/cts-template/jle.yaml | 2 +- tests/cts-generator/cts-template/jlez.yaml | 2 +- tests/cts-generator/cts-template/jlt.yaml | 2 +- tests/cts-generator/cts-template/jltz.yaml | 2 +- tests/cts-generator/cts-template/jmp.yaml | 2 +- tests/cts-generator/cts-template/jne.obj.yaml | 2 +- tests/cts-generator/cts-template/jne.yaml | 2 +- tests/cts-generator/cts-template/jnez.obj.yaml | 2 +- tests/cts-generator/cts-template/jnez.yaml | 2 +- tests/cts-generator/cts-template/lda.64.yaml | 2 +- tests/cts-generator/cts-template/lda.null.yaml | 2 +- tests/cts-generator/cts-template/lda.obj.yaml | 2 +- tests/cts-generator/cts-template/lda.str.yaml | 2 +- tests/cts-generator/cts-template/lda.type.yaml | 2 +- tests/cts-generator/cts-template/lda.yaml | 2 +- tests/cts-generator/cts-template/ldai.64.yaml | 2 +- tests/cts-generator/cts-template/ldai.yaml | 2 +- tests/cts-generator/cts-template/ldarr.16.yaml | 2 +- tests/cts-generator/cts-template/ldarr.64.yaml | 2 +- tests/cts-generator/cts-template/ldarr.8.yaml | 2 +- tests/cts-generator/cts-template/ldarr.obj.yaml | 2 +- tests/cts-generator/cts-template/ldarr.yaml | 2 +- tests/cts-generator/cts-template/ldarru.16.yaml | 2 +- tests/cts-generator/cts-template/ldarru.8.yaml | 2 +- tests/cts-generator/cts-template/ldobj.64.yaml | 2 +- tests/cts-generator/cts-template/ldobj.obj.yaml | 2 +- tests/cts-generator/cts-template/ldobj.v.64.yaml | 2 +- tests/cts-generator/cts-template/ldobj.v.yaml | 2 +- tests/cts-generator/cts-template/ldobj.yaml | 2 +- tests/cts-generator/cts-template/ldstatic.64.yaml | 2 +- tests/cts-generator/cts-template/ldstatic.obj.yaml | 2 +- tests/cts-generator/cts-template/ldstatic.yaml | 2 +- tests/cts-generator/cts-template/lenarr.yaml | 2 +- tests/cts-generator/cts-template/mod.yaml | 2 +- tests/cts-generator/cts-template/mod2.64.yaml | 2 +- tests/cts-generator/cts-template/mod2.yaml | 2 +- tests/cts-generator/cts-template/modi.yaml | 2 +- tests/cts-generator/cts-template/modu2.64.yaml | 2 +- tests/cts-generator/cts-template/modu2.yaml | 2 +- tests/cts-generator/cts-template/mov.64.yaml | 2 +- tests/cts-generator/cts-template/mov.null.yaml | 2 +- tests/cts-generator/cts-template/mov.obj.yaml | 2 +- tests/cts-generator/cts-template/mov.yaml | 2 +- tests/cts-generator/cts-template/movi.64.yaml | 2 +- tests/cts-generator/cts-template/movi.yaml | 2 +- tests/cts-generator/cts-template/mul.yaml | 2 +- tests/cts-generator/cts-template/mul2.64.yaml | 2 +- tests/cts-generator/cts-template/mul2.yaml | 2 +- tests/cts-generator/cts-template/muli.yaml | 2 +- tests/cts-generator/cts-template/neg.64.yaml | 2 +- tests/cts-generator/cts-template/neg.yaml | 2 +- tests/cts-generator/cts-template/newarr.yaml | 2 +- tests/cts-generator/cts-template/newobj.yaml | 2 +- tests/cts-generator/cts-template/not.64.yaml | 2 +- tests/cts-generator/cts-template/not.yaml | 2 +- tests/cts-generator/cts-template/or.yaml | 2 +- tests/cts-generator/cts-template/or2.64.yaml | 2 +- tests/cts-generator/cts-template/or2.yaml | 2 +- tests/cts-generator/cts-template/ori.yaml | 2 +- tests/cts-generator/cts-template/return.64.yaml | 2 +- tests/cts-generator/cts-template/return.obj.yaml | 2 +- tests/cts-generator/cts-template/return.void.yaml | 2 +- tests/cts-generator/cts-template/return.yaml | 2 +- tests/cts-generator/cts-template/shl.yaml | 2 +- tests/cts-generator/cts-template/shl2.64.yaml | 2 +- tests/cts-generator/cts-template/shl2.yaml | 2 +- tests/cts-generator/cts-template/shli.yaml | 2 +- tests/cts-generator/cts-template/shr.yaml | 2 +- tests/cts-generator/cts-template/shr2.64.yaml | 2 +- tests/cts-generator/cts-template/shr2.yaml | 2 +- tests/cts-generator/cts-template/shri.yaml | 2 +- tests/cts-generator/cts-template/sta.64.yaml | 2 +- tests/cts-generator/cts-template/sta.obj.yaml | 2 +- tests/cts-generator/cts-template/sta.yaml | 2 +- tests/cts-generator/cts-template/starr.16.yaml | 2 +- tests/cts-generator/cts-template/starr.64.yaml | 2 +- tests/cts-generator/cts-template/starr.8.yaml | 2 +- tests/cts-generator/cts-template/starr.obj.yaml | 2 +- tests/cts-generator/cts-template/starr.yaml | 2 +- tests/cts-generator/cts-template/stobj.64.yaml | 2 +- tests/cts-generator/cts-template/stobj.obj.yaml | 2 +- tests/cts-generator/cts-template/stobj.v.64.yaml | 2 +- tests/cts-generator/cts-template/stobj.v.yaml | 2 +- tests/cts-generator/cts-template/stobj.yaml | 2 +- tests/cts-generator/cts-template/ststatic.64.yaml | 2 +- tests/cts-generator/cts-template/ststatic.obj.yaml | 2 +- tests/cts-generator/cts-template/ststatic.yaml | 2 +- tests/cts-generator/cts-template/sub.yaml | 2 +- tests/cts-generator/cts-template/sub2.64.yaml | 2 +- tests/cts-generator/cts-template/sub2.yaml | 2 +- tests/cts-generator/cts-template/subi.yaml | 2 +- tests/cts-generator/cts-template/template.yaml | 2 +- tests/cts-generator/cts-template/throw.yaml | 2 +- tests/cts-generator/cts-template/u32tof64.yaml | 2 +- tests/cts-generator/cts-template/u32toi16.yaml | 2 +- tests/cts-generator/cts-template/u32toi64.yaml | 2 +- tests/cts-generator/cts-template/u32toi8.yaml | 2 +- tests/cts-generator/cts-template/u32tou1.yaml | 2 +- tests/cts-generator/cts-template/u32tou16.yaml | 2 +- tests/cts-generator/cts-template/u32tou8.yaml | 2 +- tests/cts-generator/cts-template/u64tof64.yaml | 2 +- tests/cts-generator/cts-template/u64toi32.yaml | 2 +- tests/cts-generator/cts-template/u64tou1.yaml | 2 +- tests/cts-generator/cts-template/u64tou32.yaml | 2 +- tests/cts-generator/cts-template/ucmp.64.yaml | 2 +- tests/cts-generator/cts-template/ucmp.yaml | 2 +- tests/cts-generator/cts-template/xor.yaml | 2 +- tests/cts-generator/cts-template/xor2.64.yaml | 2 +- tests/cts-generator/cts-template/xor2.yaml | 2 +- tests/cts-generator/cts-template/xori.yaml | 2 +- tests/cts-generator/generate-cts.rb | 2 +- tests/cts-generator/generator/command.rb | 2 +- tests/cts-generator/generator/definitions.rb | 2 +- tests/cts-generator/generator/generator.rb | 2 +- tests/cts-generator/generator/parser.rb | 2 +- tests/cts-generator/generator/single_test.rb | 2 +- tests/cts-generator/generator/test.rb | 2 +- tests/cts-generator/generator/test_base.rb | 4 ++-- tests/cts-generator/generator/test_case.rb | 2 +- tests/cts-generator/runner/reporters/base_test_reporter.rb | 2 +- tests/cts-generator/runner/reporters/jtr_reporter.rb | 2 +- tests/cts-generator/runner/reporters/string_logger.rb | 2 +- tests/cts-generator/runner/reporters/test_reporter.rb | 2 +- tests/cts-generator/runner/result.rb | 2 +- tests/cts-generator/runner/runner.rb | 2 +- tests/cts-generator/runner/single_test_runner.rb | 2 +- tests/cts-generator/test-runner.rb | 2 +- tests/verifier-tests/bug_1697.pa | 2 +- tests/verifier-tests/bug_1702.pa | 2 +- tests/verifier-tests/bug_1745.pa | 2 +- tests/verifier-tests/bug_1813.pa | 2 +- tests/verifier-tests/bug_1826.pa | 2 +- tests/verifier-tests/bug_1827.pa | 2 +- tests/verifier-tests/bug_1828.pa | 2 +- tests/verifier-tests/bug_1833.pa | 2 +- tests/verifier-tests/bug_1834.pa | 2 +- tests/verifier-tests/bug_1863.pa | 2 +- tests/verifier-tests/bug_1926.pa | 2 +- tests/verifier-tests/bug_1940.pa | 2 +- tests/verifier-tests/bug_2072.pa | 2 +- tests/verifier-tests/bug_2075.pa | 2 +- tests/verifier-tests/bug_2084.pa | 2 +- tests/verifier-tests/bug_2085.pa | 2 +- tests/verifier-tests/bug_2086_1.pa | 2 +- tests/verifier-tests/bug_2086_2.pa | 2 +- tests/verifier-tests/bug_2088.pa | 2 +- tests/verifier-tests/bug_2089.pa | 2 +- tests/verifier-tests/bug_2090.pa | 2 +- tests/verifier-tests/bug_2107_1.pa | 2 +- tests/verifier-tests/bug_2107_2.pa | 2 +- tests/verifier-tests/bug_2136.pa | 2 +- tests/verifier-tests/bug_2256.pa | 2 +- tests/verifier-tests/bug_2260.pa | 2 +- tests/verifier-tests/bug_2374.pa | 2 +- tests/verifier-tests/bug_2702_1.pa | 2 +- tests/verifier-tests/bug_2702_2.pa | 2 +- tests/verifier-tests/bug_2702_3.pa | 2 +- tests/verifier-tests/bug_2702_4.pa | 2 +- tests/verifier-tests/bug_2740.pa | 2 +- tests/verifier-tests/bug_2787.pa | 2 +- tests/verifier-tests/bug_2816.pa | 2 +- tests/verifier-tests/bug_2817.pa | 2 +- tests/verifier-tests/bug_2818_1.pa | 2 +- tests/verifier-tests/bug_2818_2.pa | 2 +- tests/verifier-tests/bug_2921.pa | 2 +- tests/verifier-tests/bug_3060.pa | 2 +- tests/verifier-tests/bug_3133.pa | 2 +- tests/verifier-tests/bug_3197.pa | 2 +- tests/verifier-tests/bug_3219.pa | 2 +- tests/verifier-tests/bug_3228.pa | 2 +- tests/verifier-tests/cflow_err_beyond_end_of_function.pa | 2 +- tests/verifier-tests/cflow_execution_may_go_beyond_the_end.pa | 2 +- .../cflow_fallthrough_from_exc_handler_to_exc_handler.pa | 2 +- .../cflow_fallthrough_to_exc_handler_from_body.pa | 2 +- .../cflow_jump_from_exc_handler_to_exc_handler.pa | 2 +- tests/verifier-tests/cflow_jump_on_exc_handler_from_body.pa | 2 +- tests/verifier-tests/cflow_jump_out_of_body.pa | 2 +- tests/verifier-tests/issue_1163.pa | 2 +- tests/verifier-tests/issue_1981.pa | 2 +- tests/verifier-tests/issue_964.pa | 2 +- tests/verifier-tests/jumps_1.pa | 2 +- tests/verifier-tests/jumps_2.pa | 2 +- tests/verifier-tests/jumps_3.pa | 2 +- tests/verifier-tests/mr_3176.pa | 2 +- verification/CMakeLists.txt | 2 +- verification/Verification.cmake | 2 +- verification/absint/AbsInt.cmake | 2 +- verification/absint/abs_int_inl.cpp | 2 +- verification/absint/abs_int_inl.h | 2 +- verification/absint/absint.cpp | 2 +- verification/absint/absint.h | 2 +- verification/absint/exec_context.h | 2 +- verification/absint/panda_types.cpp | 2 +- verification/absint/panda_types.h | 2 +- verification/absint/reg_context.h | 2 +- verification/absint/tests/exec_context_test.cpp | 2 +- verification/absint/tests/reg_context_test.cpp | 2 +- verification/absint/verification_context.h | 2 +- verification/absint/verification_status.h | 2 +- verification/cache/Cache.cmake | 2 +- verification/cache/file_entity_cache.h | 2 +- verification/cache/results_cache.cpp | 2 +- verification/cache/results_cache.h | 2 +- verification/cflow/Cflow.cmake | 2 +- verification/cflow/cflow_check.cpp | 2 +- verification/cflow/cflow_check.h | 2 +- verification/cflow/cflow_check_options.h | 2 +- verification/cflow/cflow_common.cpp | 2 +- verification/cflow/cflow_common.h | 2 +- verification/cflow/cflow_info.cpp | 2 +- verification/cflow/cflow_info.h | 2 +- verification/cflow/cflow_iterate_inl.h | 2 +- verification/cflow/cflow_status.h | 2 +- verification/cflow/exception_source_map.h | 2 +- verification/cflow/instructions_map.h | 2 +- verification/cflow/jumps_map.h | 2 +- verification/cflow/tests/instructions_map_test.cpp | 2 +- verification/cflow/tests/jumps_map_test.cpp | 2 +- verification/debug/Debug.cmake | 2 +- verification/debug/allowlist/allowlist.cpp | 2 +- verification/debug/allowlist/allowlist.h | 2 +- verification/debug/allowlist/allowlist_private.h | 2 +- verification/debug/breakpoint/breakpoint.cpp | 2 +- verification/debug/breakpoint/breakpoint.h | 2 +- verification/debug/breakpoint/breakpoint_private.h | 2 +- verification/debug/config/config.h | 2 +- verification/debug/config/config_parse.cpp | 2 +- verification/debug/config/config_parse.h | 2 +- verification/debug/config/config_process.cpp | 2 +- verification/debug/config/config_process.h | 2 +- verification/debug/config_load.cpp | 2 +- verification/debug/config_load.h | 2 +- verification/debug/context/context.cpp | 2 +- verification/debug/context/context.h | 2 +- verification/debug/default_config.cpp | 2 +- verification/debug/default_config.h | 2 +- verification/debug/handlers/config_handler_allowlist.cpp | 2 +- verification/debug/handlers/config_handler_breakpoints.cpp | 2 +- verification/debug/handlers/config_handler_method_groups.cpp | 2 +- verification/debug/handlers/config_handler_method_options.cpp | 2 +- verification/debug/handlers/config_handler_options.cpp | 2 +- verification/debug/handlers/config_handlers.h | 2 +- verification/debug/handlers/literal_parser.h | 2 +- verification/debug/options/method_group_parser.h | 2 +- verification/debug/options/method_options.h | 2 +- verification/debug/options/method_options_config.h | 2 +- verification/debug/options/method_selector.h | 2 +- verification/debug/options/msg_set_parser.h | 2 +- verification/debug/parser/charset.h | 2 +- verification/debug/parser/parser.h | 2 +- verification/gen/CMakeLists.txt | 2 +- verification/gen/templates/abs_int_inl_compat_checks.h.erb | 2 +- verification/gen/templates/abs_int_inl_gen.h.erb | 2 +- verification/gen/templates/cflow_iterate_inl_gen.h.erb | 2 +- verification/gen/templates/job_fill_gen.h.erb | 2 +- verification/job_queue/JobQueue.cmake | 2 +- verification/job_queue/cache.cpp | 2 +- verification/job_queue/cache.h | 2 +- verification/job_queue/index_table_cache.h | 2 +- verification/job_queue/job.h | 2 +- verification/job_queue/job_fill.cpp | 2 +- verification/job_queue/job_fill.h | 2 +- verification/job_queue/job_queue.cpp | 2 +- verification/job_queue/job_queue.h | 2 +- verification/messages.yaml | 2 +- .../models/contexts_merge/check_set_intersection_as_lub.als | 2 +- verification/models/contexts_merge/java_typing.als | 2 +- verification/models/typesystem/ark_subtyping_closure.als | 2 +- verification/models/typesystem/ark_typesystem.als | 2 +- verification/tests/CMakeLists.txt | 2 +- verification/tests/gtest/CMakeLists.txt | 2 +- verification/tests/rapidcheck_catch2/CMakeLists.txt | 2 +- verification/tests/rapidcheck_gtest/CMakeLists.txt | 2 +- verification/thread/VerifierThread.cmake | 2 +- verification/thread/verifier_thread.cpp | 2 +- verification/thread/verifier_thread.h | 2 +- verification/type/Type.cmake | 2 +- verification/type/subtyping_closure.h | 2 +- verification/type/tests/type_system_test.cpp | 2 +- verification/type/type_image.h | 2 +- verification/type/type_index.h | 2 +- verification/type/type_info.h | 2 +- verification/type/type_param.cpp | 2 +- verification/type/type_param.h | 2 +- verification/type/type_parametric.cpp | 2 +- verification/type/type_parametric.h | 2 +- verification/type/type_parametric_inl.h | 2 +- verification/type/type_params.cpp | 2 +- verification/type/type_params.h | 2 +- verification/type/type_params_inl.h | 2 +- verification/type/type_set.cpp | 2 +- verification/type/type_set.h | 2 +- verification/type/type_sort.h | 2 +- verification/type/type_system.h | 2 +- verification/type/type_system_kind.h | 2 +- verification/type/type_systems.cpp | 2 +- verification/type/type_systems.h | 2 +- verification/type/type_type.cpp | 2 +- verification/type/type_type.h | 2 +- verification/type/type_type_inl.h | 2 +- verification/util/Util.cmake | 2 +- verification/util/abstract_index.h | 2 +- verification/util/access.h | 2 +- verification/util/addr_map.h | 2 +- verification/util/bit_vector.h | 2 +- verification/util/callable.h | 2 +- verification/util/descriptor_string.h | 2 +- verification/util/enum_array.h | 2 +- verification/util/equiv_classes.h | 2 +- verification/util/flags.h | 2 +- verification/util/function_traits.h | 2 +- verification/util/index.h | 2 +- verification/util/int_set.h | 2 +- verification/util/invalid_ref.h | 2 +- verification/util/lazy.h | 2 +- verification/util/misc.h | 2 +- verification/util/obj_pool.h | 2 +- verification/util/panda_or_std.h | 2 +- verification/util/range.h | 2 +- verification/util/ref_wrapper.h | 2 +- verification/util/relation.h | 2 +- verification/util/saturated_enum.h | 2 +- verification/util/set_operations.h | 2 +- verification/util/shifted_vector.h | 2 +- verification/util/str.h | 2 +- verification/util/struct_field.h | 2 +- verification/util/synchronized.h | 2 +- verification/util/tagged_index.h | 2 +- verification/util/tests/addr_map_test.cpp | 2 +- verification/util/tests/bit_vector_test.cpp | 2 +- verification/util/tests/environment.cpp | 2 +- verification/util/tests/environment.h | 2 +- verification/util/tests/equiv_classes_test.cpp | 2 +- verification/util/tests/flags.cpp | 2 +- verification/util/tests/int_set_test.cpp | 2 +- verification/util/tests/lazy_test.cpp | 2 +- verification/util/tests/obj_pool_test.cpp | 2 +- verification/util/tests/relation_test.cpp | 2 +- verification/util/tests/set_operations_test.cpp | 2 +- verification/util/tests/tagged_index.cpp | 2 +- verification/util/tests/verifier_test.h | 2 +- verification/value/Value.cmake | 2 +- verification/value/abstract_type.h | 2 +- verification/value/abstract_typed_value.h | 2 +- verification/value/abstract_value.h | 2 +- verification/value/origin.h | 2 +- verification/value/tests/abstract_typed_value_test.cpp | 2 +- verification/value/tests/variables_test.cpp | 2 +- verification/value/var_binding.h | 2 +- verification/value/variables.h | 2 +- verification/verification.gni | 2 +- verification/verification.rb | 2 +- verification/verification.yaml | 2 +- verification/verification_options.cpp | 2 +- verification/verification_options.h | 2 +- verification/verifier/BUILD.gn | 2 +- verification/verifier/CMakeLists.txt | 2 +- verification/verifier/verifier.cpp | 2 +- 1623 files changed, 1625 insertions(+), 1625 deletions(-) diff --git a/.clang-format b/.clang-format index ee064af491..cab05d7ea7 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.clang-tidy b/.clang-tidy index aae4fa9226..612e1f87e0 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.standalone_gn b/.standalone_gn index 38979d81a2..ac5026ca98 100644 --- a/.standalone_gn +++ b/.standalone_gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/BUILD.gn b/BUILD.gn index f30ca7fdd9..7e6db5b7ac 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c8423ffe6..f1c2615215 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/OAT.xml b/OAT.xml index c56f287617..016a342bac 100644 --- a/OAT.xml +++ b/OAT.xml @@ -1,5 +1,5 @@ -