dart-sdk/runtime/vm
2016-07-19 10:44:58 -07:00
..
service
allocation.cc
allocation.h
allocation_test.cc
aot_optimizer.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
aot_optimizer.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler.cc
assembler.h
assembler_arm.cc
assembler_arm.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler_arm64.cc
assembler_arm64.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler_arm64_test.cc
assembler_arm_test.cc
assembler_dbc.cc
assembler_dbc.h
assembler_dbc_test.cc DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
assembler_ia32.cc
assembler_ia32.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler_ia32_test.cc
assembler_mips.cc
assembler_mips.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
assembler_mips_test.cc
assembler_test.cc
assembler_x64.cc
assembler_x64.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
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
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
bootstrap.h
bootstrap_natives.cc
bootstrap_natives.h Made simple instance-of checks fast for unoptimized code. 2016-07-14 11:11:17 -07:00
bootstrap_nocore.cc
branch_optimizer.cc
branch_optimizer.h
BUILD.gn [fuchsia] GN build support for Fuchsia OS and fuchsia_test target 2016-07-14 15:01:30 -07:00
cha.cc
cha.h
cha_test.cc
class_finalizer.cc Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
class_finalizer.h
class_finalizer_test.cc
class_table.cc
class_table.h
clustered_snapshot.cc
clustered_snapshot.h
code_descriptors.cc
code_descriptors.h
code_descriptors_test.cc
code_generator.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07: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
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
compiler.h
compiler_stats.cc
compiler_stats.h
compiler_test.cc
constant_propagator.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
constant_propagator.h
constants_arm.h
constants_arm64.h
constants_dbc.h DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
constants_ia32.h
constants_mips.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_mips.cc
cpu_mips.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 More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07: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
dart_entry.h
dart_entry_test.cc
datastream.h
debugger.cc
debugger.h
debugger_api_impl.cc
debugger_api_impl_test.cc
debugger_arm.cc
debugger_arm64.cc
debugger_dbc.cc
debugger_ia32.cc
debugger_mips.cc
debugger_test.cc
debugger_x64.cc
deferred_objects.cc
deferred_objects.h
deopt_instructions.cc DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
deopt_instructions.h DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
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
exceptions.h
exceptions_test.cc
find_code_object_test.cc
flag_list.h Fuchsia: Fixes for Debug build 2016-07-15 13:14:32 -07:00
flags.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
flags.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
flags_test.cc
flow_graph.cc
flow_graph.h
flow_graph_allocator.cc DBC: Enables unboxed doubles 2016-07-14 16:05:20 -07:00
flow_graph_allocator.h
flow_graph_builder.cc VM: Mark loads from final captured locals immutable. 2016-07-18 13:32:51 -07:00
flow_graph_builder.h
flow_graph_builder_test.cc
flow_graph_compiler.cc
flow_graph_compiler.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
flow_graph_compiler_arm.cc
flow_graph_compiler_arm64.cc
flow_graph_compiler_dbc.cc DBC: UnboxedConstantInstr 2016-07-15 14:25:40 -07:00
flow_graph_compiler_ia32.cc
flow_graph_compiler_mips.cc
flow_graph_compiler_x64.cc
flow_graph_inliner.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
flow_graph_inliner.h
flow_graph_range_analysis.cc More guarding of code under #ifndef PRODUCT ... #endif 2016-07-14 17:44:24 -07:00
flow_graph_range_analysis.h
flow_graph_range_analysis_test.cc
flow_graph_type_propagator.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
flow_graph_type_propagator.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
freelist.cc
freelist.h
freelist_test.cc
gc_marker.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
gc_marker.h
gc_sweeper.cc Both the mutator and the background compiler may be waiting on the sweeper task. 2016-07-15 12:12:44 -07:00
gc_sweeper.h
globals.h
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 More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
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 DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
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 DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
intermediate_language.h VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intermediate_language_arm.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intermediate_language_arm64.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intermediate_language_dbc.cc DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
intermediate_language_ia32.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intermediate_language_mips.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intermediate_language_test.cc
intermediate_language_x64.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intrinsifier.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
intrinsifier.h
intrinsifier_arm.cc
intrinsifier_arm64.cc
intrinsifier_dbc.cc
intrinsifier_ia32.cc
intrinsifier_mips.cc
intrinsifier_x64.cc
isolate.cc Revert "Fix use-after-free in isolate reload." 2016-07-19 10:44:58 -07:00
isolate.h Do not reload isolates if we are in the process of shutting down the VM 2016-07-15 11:17:59 -07:00
isolate_reload.cc DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
isolate_reload.h Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
isolate_reload_test.cc Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
isolate_test.cc
jit_optimizer.cc Made simple instance-of checks fast for unoptimized code. 2016-07-14 11:11:17 -07:00
jit_optimizer.h
json_stream.cc
json_stream.h
json_test.cc
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 More ifndef PRODUCT. 2016-07-14 15:30:32 -07:00
message.h
message_handler.cc
message_handler.h
message_handler_test.cc
message_test.cc
method_recognizer.cc
method_recognizer.h
metrics.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
metrics.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
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 Fix crash looking at a Code object in an AOT program with the service protocol. 2016-07-19 09:48:12 -07:00
object.h Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07: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_mips_test.cc
object_reload.cc Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
object_service.cc
object_set.h
object_store.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
object_store.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
object_store_test.cc
object_test.cc
object_x64_test.cc
os.h
os_android.cc
os_fuchsia.cc Fuchsia: Hello, Fuchsia! 2016-07-18 10:35:03 -07:00
os_linux.cc
os_macos.cc
os_test.cc
os_thread.cc
os_thread.h
os_thread_android.cc
os_thread_android.h
os_thread_fuchsia.cc Fuchsia: Fixes for Debug build 2016-07-15 13:14:32 -07:00
os_thread_fuchsia.h
os_thread_linux.cc
os_thread_linux.h
os_thread_macos.cc
os_thread_macos.h
os_thread_win.cc
os_thread_win.h
os_win.cc
pages.cc
pages.h
pages_test.cc
parser.cc Put a NoOOBMessageScope everywhere we have a NoReloadScope. This is an attempt at fixing the developer_extension_test flake. 2016-07-15 13:41:53 -07:00
parser.h
parser_test.cc
port.cc More ifndef PRODUCT. 2016-07-14 15:30:32 -07:00
port.h
port_test.cc
precompiler.cc VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
precompiler.h
proccpuinfo.cc
proccpuinfo.h
profiler.cc
profiler.h
profiler_service.cc
profiler_service.h
profiler_test.cc
random.cc
random.h
raw_object.cc
raw_object.h
raw_object_snapshot.cc
redundancy_elimination.cc
redundancy_elimination.h
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
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
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 VM: Array bounds checks that don't deoptimize for precompiled code. 2016-07-15 10:07:41 -07:00
runtime_entry_mips.cc
runtime_entry_x64.cc
safepoint.cc
safepoint.h
scanner.cc
scanner.h
scanner_test.cc
scavenger.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
scavenger.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
scavenger_test.cc
scope_timer.h
scopes.cc
scopes.h
scopes_test.cc
service.cc
service.h
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
simulator_arm.h
simulator_arm64.cc
simulator_arm64.h
simulator_dbc.cc DBC: Make unoptimized static calls call through ICData 2016-07-18 10:39:09 -07:00
simulator_dbc.h
simulator_mips.cc
simulator_mips.h
snapshot.cc
snapshot.h
snapshot_ids.h
snapshot_test.cc
snapshot_test.dart
snapshot_test_in.dat
source_report.cc
source_report.h
source_report_test.cc
spaces.h
stack_frame.cc
stack_frame.h
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 More ifndef PRODUCT. 2016-07-14 15:30:32 -07:00
stub_code.h
stub_code_arm.cc
stub_code_arm64.cc
stub_code_arm64_test.cc
stub_code_arm_test.cc
stub_code_dbc.cc
stub_code_ia32.cc
stub_code_ia32_test.cc
stub_code_mips.cc
stub_code_mips_test.cc
stub_code_x64.cc
stub_code_x64_test.cc
symbols.cc
symbols.h Rework how enums are implemented and reloaded 2016-07-15 10:52:20 -07:00
tags.cc More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
tags.h More changes to use #ifndef PRODUCT ... #endif explicitly instead of relying on compiler magic. 2016-07-14 11:13:13 -07:00
thread.cc
thread.h
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
token.h
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 More ifndef PRODUCT. 2016-07-15 10:16:35 -07:00
unit_test.h
uri.cc
uri.h
uri_test.cc
utils_test.cc
verified_memory_test.cc
verifier.cc
verifier.h
version.h
version_in.cc
virtual_memory.cc
virtual_memory.h
virtual_memory_android.cc
virtual_memory_fuchsia.cc [fuchsia] Update to new spelling of magenta syscalls 2016-07-14 14:31:07 -07:00
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