dart-sdk/runtime/vm
2016-12-01 17:19:31 -08:00
..
service
allocation.cc
allocation.h
allocation_test.cc
aot_optimizer.cc AOT: Fix bug in receiver type propagation after unique selector calls. 2016-11-16 10:14:40 -08:00
aot_optimizer.h
assembler.cc
assembler.h
assembler_arm.cc
assembler_arm.h
assembler_arm64.cc
assembler_arm64.h
assembler_arm64_test.cc
assembler_arm_test.cc Fix ARM and MIPS builds for gcc 4.9.2. 2016-11-10 11:13:13 -08:00
assembler_dbc.cc
assembler_dbc.h
assembler_dbc_test.cc
assembler_ia32.cc
assembler_ia32.h
assembler_ia32_test.cc
assembler_mips.cc
assembler_mips.h
assembler_mips_test.cc Fix ARM and MIPS builds for gcc 4.9.2. 2016-11-10 11:13:13 -08:00
assembler_test.cc
assembler_x64.cc
assembler_x64.h
assembler_x64_test.cc
assert_test.cc
ast.cc
ast.h
ast_printer.cc
ast_printer.h
ast_printer_test.cc
ast_test.cc
ast_transformer.cc Dart VM: Simplify token positions in the translation of await. 2016-11-24 09:44:40 +01:00
ast_transformer.h
atomic.h
atomic_android.h
atomic_fuchsia.h
atomic_linux.h
atomic_macos.h
atomic_simulator.h
atomic_test.cc
atomic_win.h
base_isolate.h
become.cc
become.h
benchmark_test.cc
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
block_scheduler.cc
block_scheduler.h
boolfield.h
boolfield_test.cc
bootstrap.cc Set the default value for use_corelib_source_files to true on windows as we do not have the source bits baked in. 2016-11-23 11:09:25 -08:00
bootstrap.h VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
bootstrap_natives.cc
bootstrap_natives.h Add getIsolateID to Service class in dart:developer 2016-12-01 12:48:49 -08:00
bootstrap_nocore.cc VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
branch_optimizer.cc
branch_optimizer.h
BUILD.gn VM: Fix Flutter build. 2016-11-18 15:48:01 +01:00
cha.cc
cha.h
cha_test.cc
class_finalizer.cc VM: [Kernel] Cherry-pick from dart-lang/kernel_sdk 2016-11-21 16:38:30 +01:00
class_finalizer.h VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
class_finalizer_test.cc
class_table.cc
class_table.h
clustered_snapshot.cc Don't include usage counters, etc in snapshots with code. If we already have code, eagerly recompiling in unlikely to have new type feedback. 2016-11-22 09:59:06 -08:00
clustered_snapshot.h
code_descriptors.cc
code_descriptors.h
code_descriptors_test.cc
code_generator.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
code_generator.h
code_generator_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 Fix build. 2016-11-11 12:22:32 -08:00
code_patcher_ia32_test.cc
code_patcher_mips.cc
code_patcher_mips_test.cc
code_patcher_x64.cc
code_patcher_x64_test.cc
compiler.cc VM: [Kernel] Don't use Parser::ParseStaticFieldInitializer for fields that come from Kernel. 2016-11-21 15:53:00 +01:00
compiler.h
compiler_stats.cc
compiler_stats.h
compiler_test.cc
constant_propagator.cc
constant_propagator.h
constants_arm.h
constants_arm64.h
constants_dbc.h
constants_ia32.h
constants_mips.h
constants_x64.h
cpu.h
cpu_arm.cc Adjust ARM feature detection to note the Xiaomi MI5 also fails to support integer division in A32 code. 2016-11-17 14:42:17 -08:00
cpu_arm.h
cpu_arm64.cc
cpu_arm64.h
cpu_dbc.cc
cpu_dbc.h
cpu_ia32.cc
cpu_ia32.h
cpu_mips.cc
cpu_mips.h
cpu_test.cc
cpu_x64.cc
cpu_x64.h
cpuid.cc
cpuid.h
cpuinfo.h Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
cpuinfo_android.cc Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
cpuinfo_fuchsia.cc Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
cpuinfo_linux.cc Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
cpuinfo_macos.cc Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
cpuinfo_test.cc
cpuinfo_win.cc Make arm32 cpu detection recognize the DragonBoard as arm64. 2016-11-14 16:55:25 -08:00
custom_isolate_test.cc
dart.cc VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
dart.h VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
dart_api_impl.cc Fix product and Mac build. 2016-11-23 10:47:44 -08:00
dart_api_impl.h
dart_api_impl_test.cc
dart_api_message.cc
dart_api_message.h
dart_api_state.cc
dart_api_state.h
dart_entry.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
dart_entry.h
dart_entry_test.cc
datastream.h
debugger.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
debugger.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
debugger_api_impl.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
debugger_api_impl_test.cc Make EfficientLength extend Iterable. 2016-11-28 08:04:04 +01:00
debugger_arm.cc
debugger_arm64.cc
debugger_dbc.cc Fix build. 2016-11-11 12:22:32 -08:00
debugger_ia32.cc Fix build. 2016-11-11 12:22:32 -08:00
debugger_mips.cc
debugger_test.cc
debugger_x64.cc
deferred_objects.cc
deferred_objects.h
deopt_instructions.cc
deopt_instructions.h
disassembler.cc
disassembler.h
disassembler_arm.cc
disassembler_arm64.cc
disassembler_dbc.cc
disassembler_ia32.cc
disassembler_mips.cc
disassembler_test.cc
disassembler_x64.cc
double_conversion.cc
double_conversion.h
double_internals.h
exceptions.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
exceptions.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
exceptions_test.cc
find_code_object_test.cc
flag_list.h Print snapshot size in PRODUCT mode as well. 2016-11-23 14:30:24 -08:00
flags.cc
flags.h
flags_test.cc
flow_graph.cc VM: [Kernel] Relax assertions in SSA construction and in Kernel loading. 2016-11-24 16:19:22 +01:00
flow_graph.h AOT: Fix bug in receiver type propagation after unique selector calls. 2016-11-16 10:14:40 -08:00
flow_graph_allocator.cc
flow_graph_allocator.h
flow_graph_builder.cc
flow_graph_builder.h
flow_graph_builder_test.cc
flow_graph_compiler.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
flow_graph_compiler.h Mark lazily-patched native calls correctly as patchable. 2016-11-16 21:03:38 +01:00
flow_graph_compiler_arm.cc Remove a dead load and smi untag on all platforms. 2016-11-22 11:25:43 +01:00
flow_graph_compiler_arm64.cc Remove a dead load and smi untag on all platforms. 2016-11-22 11:25:43 +01:00
flow_graph_compiler_dbc.cc DBC: Fix checked mode stack traces 2016-11-11 21:39:47 -08:00
flow_graph_compiler_ia32.cc Remove a dead load and smi untag on all platforms. 2016-11-22 11:25:43 +01:00
flow_graph_compiler_mips.cc Remove a dead load and smi untag on all platforms. 2016-11-22 11:25:43 +01:00
flow_graph_compiler_x64.cc Remove a dead load and smi untag on all platforms. 2016-11-22 11:25:43 +01:00
flow_graph_inliner.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
flow_graph_inliner.h
flow_graph_range_analysis.cc AOT: Fix bug in receiver type propagation after unique selector calls. 2016-11-16 10:14:40 -08:00
flow_graph_range_analysis.h
flow_graph_range_analysis_test.cc
flow_graph_type_propagator.cc Allocate generic types in new-space before canonicalizing. 2016-11-16 12:41:32 -08:00
flow_graph_type_propagator.h
freelist.cc
freelist.h
freelist_test.cc
gc_marker.cc
gc_marker.h
gc_sweeper.cc
gc_sweeper.h
globals.h Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
growable_array.h
growable_array_test.cc
guard_field_test.cc
gypi_contents.gni [gn] Consolidate exec_script calls to speed up generation 2016-11-12 10:57:01 -08:00
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
heap.h
heap_test.cc
il_printer.cc
il_printer.h
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_mips.cc
instructions_mips.h
instructions_mips_test.cc
instructions_x64.cc
instructions_x64.h
instructions_x64_test.cc
intermediate_language.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
intermediate_language.h
intermediate_language_arm.cc Mark lazily-patched native calls correctly as patchable. 2016-11-16 21:03:38 +01:00
intermediate_language_arm64.cc Mark lazily-patched native calls correctly as patchable. 2016-11-16 21:03:38 +01:00
intermediate_language_dbc.cc DBC: Add missing PC descriptors in static initializers. 2016-11-17 10:30:06 -08:00
intermediate_language_ia32.cc Assert !NativeCallInstr::link_lazily() on ia32 2016-11-17 15:14:24 +01:00
intermediate_language_mips.cc Mark lazily-patched native calls correctly as patchable. 2016-11-16 21:03:38 +01:00
intermediate_language_test.cc
intermediate_language_x64.cc Mark lazily-patched native calls correctly as patchable. 2016-11-16 21:03:38 +01:00
intrinsifier.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier.h VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier_arm.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier_arm64.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier_dbc.cc
intrinsifier_ia32.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier_mips.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
intrinsifier_x64.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
isolate.cc Add getIsolateID to Service class in dart:developer 2016-12-01 12:48:49 -08:00
isolate.h Add a version of heap snapshots that use only fields and stack frames as roots and only include instances. 2016-11-28 16:00:06 -08:00
isolate_reload.cc Support reloading from source on top of a script snapshot. 2016-11-17 11:29:12 -08:00
isolate_reload.h Support reloading from source on top of a script snapshot. 2016-11-17 11:29:12 -08:00
isolate_reload_test.cc Map deleted enum values to a sentinel value. 2016-11-15 14:15:36 -08:00
isolate_test.cc
jit_optimizer.cc Fix Flutter profile_unopt and release_unopt builds 2016-11-20 12:17:50 -08:00
jit_optimizer.h
json_stream.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
json_stream.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
json_test.cc
kernel.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
kernel.h VM: [Kernel] Don't use Parser::ParseStaticFieldInitializer for fields that come from Kernel. 2016-11-21 15:53:00 +01:00
kernel_binary.cc VM: [Kernel] Cherry-pick from dart-lang/kernel_sdk 2016-11-21 16:49:40 +01:00
kernel_reader.cc VM: [Kernel] Allocate objects in KernelReader/kernel::FlowGraphBuilder in Heap::kOld if appropriate 2016-12-01 13:51:29 +01:00
kernel_reader.h VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
kernel_to_il.cc VM: [Kernel] Allocate objects in KernelReader/kernel::FlowGraphBuilder in Heap::kOld if appropriate 2016-12-01 13:51:29 +01:00
kernel_to_il.h Merge of source position information from kernel-sdk. 2016-11-21 14:13:46 +01:00
libdart_dependency_helper.cc
locations.cc
locations.h
lockers.cc
lockers.h
log.cc
log.h
log_test.cc
longjump.cc
longjump.h
longjump_test.cc
megamorphic_cache_table.cc
megamorphic_cache_table.h
memory_region.cc
memory_region.h
memory_region_test.cc
message.cc
message.h
message_handler.cc
message_handler.h
message_handler_test.cc
message_test.cc
method_recognizer.cc VM: Support bootstrapping core libraries from Kernel binaries instead of source. 2016-11-16 13:56:20 +01:00
method_recognizer.h Revert "Fix flutter build" 2016-11-17 15:20:12 -08:00
metrics.cc
metrics.h
metrics_test.cc
mirrors_api_impl.cc
native_api_impl.cc
native_arguments.h
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
native_symbol_fuchsia.cc
native_symbol_linux.cc
native_symbol_macos.cc
native_symbol_win.cc
object.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
object.h VM: [Kernel] Split kernel API into 3 steps: ([read binary], parse-binary, bootstrap, load program) 2016-11-23 09:26:15 +01:00
object_arm64_test.cc
object_arm_test.cc
object_dbc_test.cc
object_graph.cc Add a version of heap snapshots that use only fields and stack frames as roots and only include instances. 2016-11-28 16:00:06 -08:00
object_graph.h Add a version of heap snapshots that use only fields and stack frames as roots and only include instances. 2016-11-28 16:00:06 -08:00
object_graph_test.cc
object_ia32_test.cc
object_id_ring.cc
object_id_ring.h
object_id_ring_test.cc
object_mips_test.cc
object_reload.cc Support reloading from source on top of a script snapshot. 2016-11-17 11:29:12 -08:00
object_service.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
object_set.h
object_store.cc Reduce amount of boilerplate associated with bootstrap libraries. 2016-11-09 16:38:50 +01:00
object_store.h clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
object_store_test.cc
object_test.cc
object_x64_test.cc
os.h
os_android.cc
os_fuchsia.cc Fuchsia: Enable newly working socket tests; use MX_CLOCK_UTC. 2016-11-28 15:50:54 -08:00
os_linux.cc
os_macos.cc
os_test.cc
os_thread.cc
os_thread.h
os_thread_android.cc Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
os_thread_android.h
os_thread_fuchsia.cc
os_thread_fuchsia.h
os_thread_linux.cc Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
os_thread_linux.h
os_thread_macos.cc Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
os_thread_macos.h
os_thread_win.cc
os_thread_win.h
os_win.cc
pages.cc
pages.h
pages_test.cc
parser.cc Turn on initializing formal access 2016-11-28 13:15:15 -08:00
parser.h
parser_test.cc
port.cc
port.h
port_test.cc
precompiler.cc VM: [Kernel] Don't use Parser::ParseStaticFieldInitializer for fields that come from Kernel. 2016-11-21 15:53:00 +01:00
precompiler.h Clean up encoding of size and single entry flag in Instructions. 2016-11-11 11:09:37 -08:00
proccpuinfo.cc
proccpuinfo.h
profiler.cc Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
profiler.h Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
profiler_service.cc
profiler_service.h
profiler_test.cc Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
random.cc
random.h
raw_object.cc Clean up encoding of size and single entry flag in Instructions. 2016-11-11 11:09:37 -08:00
raw_object.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
raw_object_snapshot.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
redundancy_elimination.cc AOT: Speculate that bitwise operators will have Smi receivers and arguments. 2016-11-11 13:33:43 -08:00
redundancy_elimination.h
regexp.cc VM: Fix sticky matching for anchored regexps on interpreter. 2016-11-17 20:04:13 +01:00
regexp.h VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
regexp_assembler.cc
regexp_assembler.h
regexp_assembler_bytecode.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
regexp_assembler_bytecode.h VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
regexp_assembler_bytecode_inl.h
regexp_assembler_ir.cc VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
regexp_assembler_ir.h VM: Optimize RegExp.matchAsPrefix(...) by generating a sticky RegExp specialization. 2016-11-17 17:46:21 +01:00
regexp_ast.cc
regexp_ast.h
regexp_bytecodes.h
regexp_interpreter.cc
regexp_interpreter.h
regexp_parser.cc
regexp_parser.h
regexp_test.cc VM: Fix regexp_test.cc after IRRegExpMacroAssembler::Execute signature chages. 2016-11-17 17:56:24 +01:00
report.cc
report.h
resolver.cc
resolver.h
resolver_test.cc
reusable_handles.h
ring_buffer.h
ring_buffer_test.cc
runtime_entry.cc
runtime_entry.h
runtime_entry_arm.cc
runtime_entry_arm64.cc
runtime_entry_dbc.cc
runtime_entry_ia32.cc
runtime_entry_list.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
runtime_entry_mips.cc
runtime_entry_x64.cc
safepoint.cc
safepoint.h
scanner.cc
scanner.h
scanner_test.cc
scavenger.cc
scavenger.h
scavenger_test.cc
scope_timer.h
scopes.cc
scopes.h
scopes_test.cc
service.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
service.h Add getIsolateID to Service class in dart:developer 2016-12-01 12:48:49 -08:00
service_event.cc
service_event.h
service_isolate.cc
service_isolate.h
service_sources.gypi
service_test.cc
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 Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_arm.h Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_arm64.cc Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_arm64.h Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_dbc.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
simulator_dbc.h Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_mips.cc Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
simulator_mips.h Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
snapshot.cc An isolate created with spawn function doesn't necessarily agree with its parent on the library private keys. 2016-11-23 15:36:01 -08:00
snapshot.h Check that Dart_CreateIsolate is given a correct kind of snapshot. 2016-11-08 16:49:59 -08:00
snapshot_ids.h
snapshot_test.cc clang-formats remaining files and adds a presubmit check. 2016-11-09 12:43:57 -08:00
snapshot_test.dart
snapshot_test_in.dat
source_report.cc Fix Flutter profile_unopt and release_unopt builds 2016-11-20 12:17:50 -08:00
source_report.h
source_report_test.cc
spaces.h
stack_frame.cc VM: Fix potential problem with visiting stack frames. 2016-11-29 09:57:05 -08:00
stack_frame.h Retry landing cl for issue with TSAN. 2016-11-23 15:40:26 -08:00
stack_frame_arm.h
stack_frame_arm64.h
stack_frame_dbc.h
stack_frame_ia32.h
stack_frame_mips.h
stack_frame_test.cc
stack_frame_x64.h
store_buffer.cc
store_buffer.h
stub_code.cc Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
stub_code.h Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_arm.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_arm64.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_arm64_test.cc
stub_code_arm_test.cc
stub_code_dbc.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_ia32.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_ia32_test.cc
stub_code_mips.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_mips_test.cc
stub_code_x64.cc Implement rewind on all platforms except for dbc. 2016-12-01 17:19:31 -08:00
stub_code_x64_test.cc
symbols.cc
symbols.h Don't include usage counters, etc in snapshots with code. If we already have code, eagerly recompiling in unlikely to have new type feedback. 2016-11-22 09:59:06 -08:00
tags.cc
tags.h
thread.cc Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
thread.h Revert "Revert "JumpToFrame refactor"" + Fix 2016-11-21 08:49:18 -08:00
thread_barrier.h
thread_barrier_test.cc
thread_interrupter.cc
thread_interrupter.h
thread_interrupter_android.cc
thread_interrupter_fuchsia.cc
thread_interrupter_linux.cc
thread_interrupter_macos.cc
thread_interrupter_win.cc
thread_pool.cc
thread_pool.h
thread_pool_test.cc
thread_registry.cc
thread_registry.h
thread_test.cc
timeline.cc
timeline.h
timeline_analysis.cc
timeline_analysis.h
timeline_test.cc
timer.cc
timer.h
token.cc AOT: Speculate that bitwise operators will have Smi receivers and arguments. 2016-11-11 13:33:43 -08:00
token.h AOT: Speculate that bitwise operators will have Smi receivers and arguments. 2016-11-11 13:33:43 -08:00
token_position.cc
token_position.h
type_table.h
unibrow-inl.h
unibrow.cc
unibrow.h
unicode.cc
unicode.h
unicode_data.cc
unicode_test.cc
unit_test.cc Support reloading from source on top of a script snapshot. 2016-11-17 11:29:12 -08:00
unit_test.h
uri.cc
uri.h
uri_test.cc
utils_test.cc
verified_memory_test.cc
verifier.cc Rehash canonical constants table for each class that can be affected by the 'become' operation 2016-11-17 07:41:24 -08:00
verifier.h
version.h
version_in.cc
virtual_memory.cc
virtual_memory.h
virtual_memory_android.cc
virtual_memory_fuchsia.cc
virtual_memory_linux.cc
virtual_memory_macos.cc
virtual_memory_test.cc
virtual_memory_win.cc
visitor.h
vm.gypi
vm_sources.gypi
weak_code.cc
weak_code.h
weak_table.cc
weak_table.h
zone.cc
zone.h
zone_test.cc