dart-sdk/runtime/vm
Zachary Anderson d9eb629ffa [infra] Use Clang for ia32 and arm64. Use the dl'd sysroots by default.
This CL switches the ia32 and arm64 builds to use clang by default.
The arm build can't be switched at least until we roll clang to
pick up the fix for https://reviews.llvm.org/D34691.

This CL also changes to use the sysroots from wheezy (and jessie
for arm64) by default so that we can be building/testing locally with
the same setup as we are shipping in the SDK.

Change-Id: I09a1907ee7f78c3f4bb8d56ffdbbd6107ed054d9
Reviewed-on: https://dart-review.googlesource.com/25160
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Zach Anderson <zra@google.com>
2017-12-02 06:19:33 +00:00
..
compiler [kernel] In strong mode, change covariant parameter types to Object in the 2017-12-01 18:00:16 +00:00
service
allocation.cc
allocation.h
allocation_test.cc
assert_test.cc
ast.cc
ast.h [VM, JIT] Lower CloneContext into AllocateUninitializedContext. 2017-10-25 11:09:29 +00:00
ast_printer.cc
ast_printer.h
ast_printer_test.cc
ast_test.cc
ast_transformer.cc
ast_transformer.h
atomic.h
atomic_android.h
atomic_fuchsia.h
atomic_linux.h
atomic_macos.h
atomic_test.cc
atomic_win.h
base_isolate.h
become.cc [vm] Split out become refactoring from "Add a simple compactor". 2017-10-20 21:15:03 +00:00
become.h [vm] Split out become refactoring from "Add a simple compactor". 2017-10-20 21:15:03 +00:00
benchmark_test.cc [VM] Add TransitionNativeToVm scopes into vm_tests 2017-10-31 15:46:43 +00:00
benchmark_test.h
bigint_test.cc
bit_set.h
bit_set_test.cc
bit_vector.cc
bit_vector.h
bit_vector_test.cc
bitfield.h
bitfield_test.cc
bitmap.cc
bitmap.h
bitmap_test.cc
boolfield.h
boolfield_test.cc
bootstrap.cc - Do not generate a separate vmservice kernel file, include it in vm_platform file 2017-11-09 19:05:15 +00:00
bootstrap.h
bootstrap_natives.cc
bootstrap_natives.h Revert "Revert "[kernel] Implementation of fine-grained strong mode argument type-checks, phase 2"" 2017-11-27 18:25:31 +00:00
bootstrap_nocore.cc - Do not generate a separate vmservice kernel file, include it in vm_platform file 2017-11-09 19:05:15 +00:00
BUILD.gn - Do not generate a separate vmservice kernel file, include it in vm_platform file 2017-11-09 19:05:15 +00:00
class_finalizer.cc Load class members lazily when loading from kernel. 2017-10-31 19:19:25 +00:00
class_finalizer.h Load class members lazily when loading from kernel. 2017-10-31 19:19:25 +00:00
class_finalizer_test.cc
class_table.cc
class_table.h
clustered_snapshot.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
clustered_snapshot.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
code_descriptors.cc
code_descriptors.h
code_descriptors_test.cc
code_observers.cc
code_observers.h
code_patcher.cc
code_patcher.h
code_patcher_arm.cc
code_patcher_arm64.cc
code_patcher_arm64_test.cc
code_patcher_arm_test.cc
code_patcher_dbc.cc
code_patcher_ia32.cc
code_patcher_ia32_test.cc
code_patcher_x64.cc
code_patcher_x64_test.cc
compilation_trace.cc
compilation_trace.h
compiler_stats.cc
compiler_stats.h
compiler_test.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
constants_arm.h
constants_arm64.h Reapply "[vm, arm64] Add assembler support for tbz and use it for BranchIfSmi." 2017-11-21 23:38:05 +00:00
constants_dbc.h
constants_ia32.h
constants_x64.h
cpu.h
cpu_arm.cc
cpu_arm.h
cpu_arm64.cc
cpu_arm64.h
cpu_dbc.cc
cpu_dbc.h
cpu_ia32.cc
cpu_ia32.h
cpu_test.cc
cpu_x64.cc
cpu_x64.h
cpuid.cc
cpuid.h
cpuinfo.h
cpuinfo_android.cc
cpuinfo_fuchsia.cc
cpuinfo_linux.cc
cpuinfo_macos.cc
cpuinfo_test.cc
cpuinfo_win.cc
custom_isolate_test.cc
dart.cc
dart.h
dart_api_impl.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
dart_api_impl.h
dart_api_impl_test.cc Fix a set of tests that exercised the library Dart API functions in kernel mode. 2017-11-17 18:09:03 +00:00
dart_api_message.cc
dart_api_message.h
dart_api_state.cc
dart_api_state.h
dart_entry.cc Revert "Revert "[kernel] Implementation of fine-grained strong mode argument type-checks, phase 2"" 2017-11-27 18:25:31 +00:00
dart_entry.h Revert "Revert "[kernel] Implementation of fine-grained strong mode argument type-checks, phase 2"" 2017-11-27 18:25:31 +00:00
dart_entry_test.cc
datastream.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
debugger.cc
debugger.h Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_api_impl_test.cc Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_api_impl_test.h Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
debugger_arm.cc
debugger_arm64.cc
debugger_dbc.cc
debugger_ia32.cc
debugger_x64.cc
deferred_objects.cc [vm] Don't let the optimizer mislead coverage data. 2017-11-10 22:35:48 +00:00
deferred_objects.h
deopt_instructions.cc
deopt_instructions.h
double_conversion.cc
double_conversion.h
double_internals.h
dwarf.cc
dwarf.h
exceptions.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
exceptions.h
exceptions_test.cc
find_code_object_test.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
fixed_cache.h
fixed_cache_test.cc
flag_list.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
flags.cc
flags.h
flags_test.cc
freelist.cc
freelist.h
freelist_test.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
gc_compactor.cc [vm, gc] Remove the evacuating compactor. 2017-11-22 18:12:02 +00:00
gc_compactor.h [vm, gc] Remove the evacuating compactor. 2017-11-22 18:12:02 +00:00
gc_marker.cc
gc_marker.h
gc_sweeper.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
gc_sweeper.h
gdb_helpers.cc
globals.h [VM-GC] Reduce duplicated code in visit functions. 2017-10-31 10:42:25 +00:00
growable_array.h
growable_array_test.cc
guard_field_test.cc
handles.cc
handles.h
handles_impl.h
handles_test.cc
hash_map.h
hash_map_test.cc
hash_table.h
hash_table_test.cc
heap.cc Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
heap.h Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
heap_test.cc [vm] Forward all weak table entries during become, not just the identity hash. 2017-10-05 23:58:26 +00:00
image_snapshot.cc [vm] Include the content of image pages into --print-snapshot-sizes-verbose. 2017-11-11 00:19:18 +00:00
image_snapshot.h [vm] Include the content of image pages into --print-snapshot-sizes-verbose. 2017-11-11 00:19:18 +00:00
instructions.h
instructions_arm.cc
instructions_arm.h
instructions_arm64.cc
instructions_arm64.h
instructions_arm64_test.cc
instructions_arm_test.cc
instructions_dbc.cc
instructions_dbc.h
instructions_ia32.cc
instructions_ia32.h
instructions_ia32_test.cc
instructions_x64.cc
instructions_x64.h
instructions_x64_test.cc
isolate.cc Make OOB messages and the profiler thread easier to identify. 2017-12-01 22:30:15 +00:00
isolate.h [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
isolate_reload.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
isolate_reload.h [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
isolate_reload_test.cc [VM] Remove support for deprecated tear off syntax in the VM. 2017-10-18 01:11:00 +00:00
isolate_test.cc [vm] Document ownership of Dart_CreateIsolate's error message. 2017-11-03 18:10:53 +00:00
json_parser.h
json_stream.cc [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_stream.h [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_test.cc
json_writer.cc [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
json_writer.h [VM] Extract simple JSON writer out of VM service-specific JSONStream 2017-11-03 18:31:50 +00:00
kernel.cc [kernel] In strong mode, change covariant parameter types to Object in the 2017-12-01 18:00:16 +00:00
kernel.h Keep the line starts delta encoded in the VM heap as well - take 2 2017-12-01 05:16:48 +00:00
kernel_binary.cc [kernel] Add kernel2kernel constant evaluation, binary format as well as vm support 2017-11-16 11:08:02 +00:00
kernel_binary.h Revert "[kernel] Introduce assert initializers." 2017-12-01 17:46:05 +00:00
kernel_isolate.cc [VM] Move kernel service to pkg/vm, populate pkg/vm with necessary files 2017-11-17 17:45:03 +00:00
kernel_isolate.h
kernel_loader.cc [kernel] In strong mode, change covariant parameter types to Object in the 2017-12-01 18:00:16 +00:00
kernel_loader.h [kernel] Add kernel2kernel constant evaluation, binary format as well as vm support 2017-11-16 11:08:02 +00:00
lockers.cc [vm] Remove some unnecessary OFFSET_OF. 2017-11-09 22:20:02 +00:00
lockers.h
log.cc
log.h
log_test.cc
longjump.cc
longjump.h
longjump_test.cc
malloc_hooks.h
malloc_hooks_arm.cc
malloc_hooks_arm64.cc
malloc_hooks_ia32.cc [infra] Use Clang for ia32 and arm64. Use the dl'd sysroots by default. 2017-12-02 06:19:33 +00:00
malloc_hooks_jemalloc.cc
malloc_hooks_tcmalloc.cc
malloc_hooks_test.cc Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
malloc_hooks_unsupported.cc
malloc_hooks_x64.cc
megamorphic_cache_table.cc
megamorphic_cache_table.h
memory_region.cc
memory_region.h [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
memory_region_test.cc
message.cc
message.h
message_handler.cc
message_handler.h
message_handler_test.cc
message_test.cc
metrics.cc
metrics.h
metrics_test.cc
mirrors_api_impl.cc
mixin_test.cc Reland "Route all messages through Loader." 2017-12-01 22:47:06 +00:00
native_api_impl.cc
native_arguments.h [VM] Relax assertions in NativeArguments allowing native generic functions 2017-10-19 07:13:06 +00:00
native_entry.cc
native_entry.h
native_entry_test.cc
native_entry_test.h
native_message_handler.cc
native_message_handler.h
native_symbol.h
native_symbol_android.cc [android] Override __cxa_demangle() in PRODUCT mode 2017-10-05 16:56:16 +00:00
native_symbol_fuchsia.cc
native_symbol_linux.cc
native_symbol_macos.cc
native_symbol_win.cc
object.cc [kernel] In strong mode, change covariant parameter types to Object in the 2017-12-01 18:00:16 +00:00
object.h [kernel] Check bounds of type arguments in strong mode. 2017-12-01 14:55:56 +00:00
object_arm64_test.cc
object_arm_test.cc
object_dbc_test.cc
object_graph.cc
object_graph.h
object_graph_test.cc
object_ia32_test.cc
object_id_ring.cc
object_id_ring.h
object_id_ring_test.cc
object_reload.cc Copy library specific kernel binary data to VM heap. 2017-10-09 15:03:15 +00:00
object_service.cc Add a new VM object type KernelProgramInfo. 2017-10-17 16:57:12 +00:00
object_set.h
object_store.cc [VM] Fix DEBUG mode builds broken by 4985165e76 2017-10-24 12:55:25 +00:00
object_store.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
object_store_test.cc
object_test.cc Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
object_x64_test.cc
os.h
os_android.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
os_fuchsia.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
os_linux.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
os_macos.cc [vm] Don't collect thread CPU time for timeline events on iOS. 2017-11-21 17:13:39 +00:00
os_test.cc
os_thread.cc Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
os_thread.h [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_android.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_android.h
os_thread_fuchsia.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_fuchsia.h
os_thread_linux.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_linux.h
os_thread_macos.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_macos.h
os_thread_win.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
os_thread_win.h
os_win.cc [VM] Relax constraints for integer literals according to int64 spec 2017-11-09 16:58:38 +00:00
pages.cc Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
pages.h Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
pages_test.cc
parser.cc Reapply "[vm] Tighten stack overflow check in the parser." 2017-11-30 02:11:22 +00:00
parser.h Reapply "[vm] Tighten stack overflow check in the parser." 2017-11-30 02:11:22 +00:00
parser_test.cc [VM] Treat 'deferred' as a built-in identifier (fixes #31267 and #25732). 2017-11-09 23:29:52 +00:00
port.cc
port.h
port_test.cc
proccpuinfo.cc
proccpuinfo.h
profiler.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
profiler.h
profiler_service.cc
profiler_service.h
profiler_test.cc
program_visitor.cc [vm] Deduplicate catch entry state maps. 2017-11-14 23:06:05 +00:00
program_visitor.h [vm] Deduplicate catch entry state maps. 2017-11-14 23:06:05 +00:00
random.cc [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
random.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
raw_object.cc [vm] Don't let the optimizer mislead coverage data. 2017-11-10 22:35:48 +00:00
raw_object.h [kernel] Add kernel2kernel constant evaluation, binary format as well as vm support 2017-11-16 11:08:02 +00:00
raw_object_snapshot.cc [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
regexp.cc
regexp.h
regexp_assembler.cc
regexp_assembler.h
regexp_assembler_bytecode.cc
regexp_assembler_bytecode.h
regexp_assembler_bytecode_inl.h
regexp_assembler_ir.cc [VM] Fix RegExp_ExecuteMatch to return List<int> instead of List<dynamic>. 2017-11-14 18:13:04 +00:00
regexp_assembler_ir.h
regexp_ast.cc
regexp_ast.h
regexp_bytecodes.h
regexp_interpreter.cc
regexp_interpreter.h
regexp_parser.cc
regexp_parser.h
regexp_test.cc
report.cc
report.h
resolver.cc [VM] Remove support for deprecated tear off syntax in the VM. 2017-10-18 01:11:00 +00:00
resolver.h
resolver_test.cc
reusable_handles.h
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc [kernel] Check bounds of type arguments in strong mode. 2017-12-01 14:55:56 +00:00
runtime_entry.h
runtime_entry_arm.cc
runtime_entry_arm64.cc
runtime_entry_dbc.cc
runtime_entry_ia32.cc
runtime_entry_list.h [kernel] Check bounds of type arguments in strong mode. 2017-12-01 14:55:56 +00:00
runtime_entry_x64.cc
safepoint.cc
safepoint.h
scanner.cc
scanner.h
scanner_test.cc
scavenger.cc [VM-GC] Reduce duplicated code in visit functions. 2017-10-31 10:42:25 +00:00
scavenger.h
scavenger_test.cc
scope_timer.h
scopes.cc
scopes.h
scopes_test.cc
service.cc Make the compactor invokable from Observatory's heap map page. 2017-11-30 22:55:56 +00:00
service.h
service_event.cc
service_event.h
service_isolate.cc [VM] Emit type checks for incoming function arguments in strong mode. 2017-11-18 00:31:35 +00:00
service_isolate.h
service_test.cc Revert "Revert "1. Remove unused dart debugger API entrypoints which are not used anymore"" 2017-10-04 20:19:22 +00:00
signal_handler.h
signal_handler_android.cc
signal_handler_fuchsia.cc
signal_handler_linux.cc
signal_handler_macos.cc
signal_handler_win.cc
simulator.h
simulator_arm.cc Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
simulator_arm.h Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
simulator_arm64.cc [VM] Add ARM64 bitfield instructions 2017-11-16 15:34:11 +00:00
simulator_arm64.h Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
simulator_dbc.cc [VM] Make our NativeCallInstr work similar to all other call instructions 2017-11-30 16:48:24 +00:00
simulator_dbc.h [vm] Only support instruction tracing for DBC in debug mode. 2017-11-15 23:42:01 +00:00
snapshot.cc [vm] Factor out the image snapshot code. 2017-11-02 00:57:42 +00:00
snapshot.h [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
snapshot_ids.h
snapshot_test.cc [vm] Verify canonical objects before taking a snapshot or shutting down. 2017-11-20 18:54:56 +00:00
snapshot_test.dart
snapshot_test_in.dat
source_report.cc [vm] Don't let the optimizer mislead coverage data. 2017-11-10 22:35:48 +00:00
source_report.h
source_report_test.cc [vm] Report a coverage tick for the function as a whole. 2017-10-26 16:50:30 +00:00
spaces.h
stack_frame.cc [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stack_frame.h [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stack_frame_arm.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_arm64.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_dbc.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_ia32.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_frame_test.cc
stack_frame_x64.h [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stack_trace.cc
stack_trace.h
store_buffer.cc [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
store_buffer.h [vm] Begin a sliding compactor. 2017-10-25 21:57:08 +00:00
stub_code.cc
stub_code.h
stub_code_arm.cc [VM] Improve performance of allocators on ARM in non-product mode 2017-10-20 18:01:49 +00:00
stub_code_arm64.cc [VM] Fix identical() for mint arguments on arm64 2017-11-17 16:00:43 +00:00
stub_code_arm64_test.cc
stub_code_arm_test.cc
stub_code_dbc.cc
stub_code_ia32.cc [vm] Visit the pool pointer slot of optimized frames; visit the object slots of exit frames. 2017-10-12 03:47:15 +00:00
stub_code_ia32_test.cc
stub_code_x64.cc [VM] Pick more compact instruction encodings on x64 2017-11-24 10:53:17 +00:00
stub_code_x64_test.cc
symbols.cc [vm, gc] Ensure BackgroundCompiler can't be deleted during a safepoint. 2017-11-30 22:59:51 +00:00
symbols.h [kernel] Add kernel2kernel constant evaluation, binary format as well as vm support 2017-11-16 11:08:02 +00:00
tags.cc
tags.h
thread.cc [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
thread.h [Fuchsia] Safestack fix for exceptions 2017-11-22 19:27:54 +00:00
thread_barrier.h
thread_barrier_test.cc
thread_interrupter.cc Make OOB messages and the profiler thread easier to identify. 2017-12-01 22:30:15 +00:00
thread_interrupter.h
thread_interrupter_android.cc
thread_interrupter_fuchsia.cc printf format checking is a compiler feature, not a platform feature. 2017-10-09 22:26:01 +00:00
thread_interrupter_linux.cc
thread_interrupter_macos.cc
thread_interrupter_win.cc
thread_pool.cc Reapply "[vm] Prefer stack bounds from the system thread library for overflow checks." 2017-10-18 21:15:49 +00:00
thread_pool.h
thread_pool_test.cc
thread_registry.cc
thread_registry.h Delete code related to FLAG_i_like_slow_isolate_spawn which was only used in dartium. 2017-10-05 00:56:43 +00:00
thread_test.cc
timeline.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
timeline.h
timeline_analysis.cc
timeline_analysis.h
timeline_android.cc
timeline_fuchsia.cc
timeline_linux.cc
timeline_macos.cc
timeline_test.cc
timeline_win.cc
timer.cc
timer.h
token.cc
token.h [VM] Treat 'deferred' as a built-in identifier (fixes #31267 and #25732). 2017-11-09 23:29:52 +00:00
token_position.cc
token_position.h
type_table.h
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc VM: Speed up output of UTF8 for 1-byte strings. 2017-10-23 10:43:59 +00:00
unicode.h
unicode_data.cc
unicode_test.cc VM: Speed up output of UTF8 for 1-byte strings. 2017-10-23 10:43:59 +00:00
unit_test.cc [VM] Use X64 disassembler for IA32 and X64 (reland) 2017-11-22 12:04:18 +00:00
unit_test.h [VM] Use X64 disassembler for IA32 and X64 (reland) 2017-11-22 12:04:18 +00:00
uri.cc
uri.h
uri_test.cc
utils_test.cc Reapply "[vm] Popcount via compiler intrinsics." 2017-11-03 17:39:16 +00:00
verified_memory_test.cc
verifier.cc
verifier.h
version.h
version_in.cc [vm] Toward deterministic builds. 2017-11-23 00:07:56 +00:00
virtual_memory.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory.h [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_android.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_fuchsia.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_linux.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_macos.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_test.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
virtual_memory_win.cc [vm] Align old-space pages. 2017-10-30 22:02:20 +00:00
visitor.h
vm_sources.gni Move super resolution from kernel transformation to VM flow graph construction. 2017-11-08 20:17:51 +00:00
weak_code.cc
weak_code.h
weak_table.cc [vm] Forward weak table entries in bulk. 2017-11-22 01:37:37 +00:00
weak_table.h [vm] Forward weak table entries in bulk. 2017-11-22 01:37:37 +00:00
zone.cc
zone.h
zone_test.cc
zone_text_buffer.cc
zone_text_buffer.h