| 1 | // Copyright (c) 2019, the Dart project authors.  Please see the AUTHORS file | 
|---|
| 2 | // for details. All rights reserved. Use of this source code is governed by a | 
|---|
| 3 | // BSD-style license that can be found in the LICENSE file. | 
|---|
| 4 | #ifndef RUNTIME_VM_COMPILER_RUNTIME_OFFSETS_EXTRACTED_H_ | 
|---|
| 5 | #define | 
|---|
| 6 |  | 
|---|
| 7 | #include "platform/globals.h" | 
|---|
| 8 |  | 
|---|
| 9 | // The constants below correspond to the macros in runtime_offsets_list.h. | 
|---|
| 10 |  | 
|---|
| 11 | // This file was generated by run_offsets_extractor.sh. It's checked in, rather | 
|---|
| 12 | // than being generated as part of the build, because simarm_x64 needs 32-bit | 
|---|
| 13 | // arm offsets, but is built on a 64-bit machine and offsets_extractor only | 
|---|
| 14 | // extracts offsets for the host architecture. This file needs to be regenerated | 
|---|
| 15 | // when the offsets change, which is usually detected by CheckOffsets() in | 
|---|
| 16 | // dart.cc. | 
|---|
| 17 |  | 
|---|
| 18 | #if !defined(PRODUCT) | 
|---|
| 19 |  | 
|---|
| 20 | #if defined(TARGET_ARCH_ARM) | 
|---|
| 21 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 22 | 76; | 
|---|
| 23 | static constexpr dart::compiler::target::word | 
|---|
| 24 | ICData_receivers_static_type_offset = 16; | 
|---|
| 25 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 26 | 8; | 
|---|
| 27 | static constexpr dart::compiler::target::word ObjectPool_element_size = 4; | 
|---|
| 28 | static constexpr dart::compiler::target::word Array_kMaxElements = 268435455; | 
|---|
| 29 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 30 | 65533; | 
|---|
| 31 | static constexpr dart::compiler::target::word | 
|---|
| 32 | Instructions_kMonomorphicEntryOffsetJIT = 0; | 
|---|
| 33 | static constexpr dart::compiler::target::word | 
|---|
| 34 | Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 35 | static constexpr dart::compiler::target::word | 
|---|
| 36 | Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 37 | static constexpr dart::compiler::target::word | 
|---|
| 38 | Instructions_kPolymorphicEntryOffsetAOT = 12; | 
|---|
| 39 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 40 | static constexpr dart::compiler::target::word | 
|---|
| 41 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 42 | static constexpr dart::compiler::target::word String_kMaxElements = 536870911; | 
|---|
| 43 | static constexpr dart::compiler::target::word | 
|---|
| 44 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 45 | static constexpr dart::compiler::target::word | 
|---|
| 46 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 47 | static constexpr dart::compiler::target::word | 
|---|
| 48 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 49 | static constexpr dart::compiler::target::word | 
|---|
| 50 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 51 | static constexpr dart::compiler::target::word | 
|---|
| 52 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 53 | static constexpr dart::compiler::target::word | 
|---|
| 54 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 55 | static constexpr dart::compiler::target::word | 
|---|
| 56 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 57 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 58 | static constexpr dart::compiler::target::word | 
|---|
| 59 | AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 60 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 61 | 16; | 
|---|
| 62 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 63 | 20; | 
|---|
| 64 | static constexpr dart::compiler::target::word | 
|---|
| 65 | ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 66 | static constexpr dart::compiler::target::word | 
|---|
| 67 | ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 68 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 69 | 0; | 
|---|
| 70 | static constexpr dart::compiler::target::word | 
|---|
| 71 | ArgumentsDescriptor_position_offset = 4; | 
|---|
| 72 | static constexpr dart::compiler::target::word | 
|---|
| 73 | ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 74 | static constexpr dart::compiler::target::word | 
|---|
| 75 | ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 76 | static constexpr dart::compiler::target::word Array_data_offset = 12; | 
|---|
| 77 | static constexpr dart::compiler::target::word Array_length_offset = 8; | 
|---|
| 78 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 79 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 4; | 
|---|
| 80 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 81 | 56; | 
|---|
| 82 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 83 | 92; | 
|---|
| 84 | static constexpr dart::compiler::target::word Class_super_type_offset = 44; | 
|---|
| 85 | static constexpr dart::compiler::target::word | 
|---|
| 86 | Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 87 | static constexpr dart::compiler::target::word | 
|---|
| 88 | SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 89 | static constexpr dart::compiler::target::word Closure_context_offset = 20; | 
|---|
| 90 | static constexpr dart::compiler::target::word | 
|---|
| 91 | Closure_delayed_type_arguments_offset = 12; | 
|---|
| 92 | static constexpr dart::compiler::target::word Closure_function_offset = 16; | 
|---|
| 93 | static constexpr dart::compiler::target::word | 
|---|
| 94 | Closure_function_type_arguments_offset = 8; | 
|---|
| 95 | static constexpr dart::compiler::target::word Closure_hash_offset = 24; | 
|---|
| 96 | static constexpr dart::compiler::target::word | 
|---|
| 97 | Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 98 | static constexpr dart::compiler::target::word Code_object_pool_offset = 20; | 
|---|
| 99 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 100 | 24; | 
|---|
| 101 | static constexpr dart::compiler::target::word Code_owner_offset = 28; | 
|---|
| 102 | static constexpr dart::compiler::target::word Context_num_variables_offset = 4; | 
|---|
| 103 | static constexpr dart::compiler::target::word Context_parent_offset = 8; | 
|---|
| 104 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 105 | static constexpr dart::compiler::target::word | 
|---|
| 106 | ExternalOneByteString_external_data_offset = 12; | 
|---|
| 107 | static constexpr dart::compiler::target::word | 
|---|
| 108 | ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 109 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 110 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 111 | static constexpr dart::compiler::target::word | 
|---|
| 112 | Field_initializer_function_offset = 16; | 
|---|
| 113 | static constexpr dart::compiler::target::word | 
|---|
| 114 | Field_host_offset_or_field_id_offset = 20; | 
|---|
| 115 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 48; | 
|---|
| 116 | static constexpr dart::compiler::target::word | 
|---|
| 117 | Field_guarded_list_length_in_object_offset_offset = 56; | 
|---|
| 118 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 119 | 28; | 
|---|
| 120 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 50; | 
|---|
| 121 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 58; | 
|---|
| 122 | static constexpr dart::compiler::target::word Function_code_offset = 44; | 
|---|
| 123 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 124 | 4, 8}; | 
|---|
| 125 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 126 | 4; | 
|---|
| 127 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 128 | 12; | 
|---|
| 129 | static constexpr dart::compiler::target::word | 
|---|
| 130 | GrowableObjectArray_length_offset = 8; | 
|---|
| 131 | static constexpr dart::compiler::target::word | 
|---|
| 132 | GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 133 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 20; | 
|---|
| 134 | static constexpr dart::compiler::target::word | 
|---|
| 135 | CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 136 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 137 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 138 | static constexpr dart::compiler::target::word ICData_entries_offset = 12; | 
|---|
| 139 | static constexpr dart::compiler::target::word ICData_owner_offset = 20; | 
|---|
| 140 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 28; | 
|---|
| 141 | static constexpr dart::compiler::target::word | 
|---|
| 142 | Isolate_shared_class_table_offset = 36; | 
|---|
| 143 | static constexpr dart::compiler::target::word | 
|---|
| 144 | Isolate_cached_class_table_table_offset = 40; | 
|---|
| 145 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 20; | 
|---|
| 146 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 24; | 
|---|
| 147 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 28; | 
|---|
| 148 | static constexpr dart::compiler::target::word | 
|---|
| 149 | Isolate_cached_object_store_offset = 32; | 
|---|
| 150 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 48; | 
|---|
| 151 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 16; | 
|---|
| 152 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 16; | 
|---|
| 153 | static constexpr dart::compiler::target::word | 
|---|
| 154 | LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 155 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 156 | 12; | 
|---|
| 157 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 8; | 
|---|
| 158 | static constexpr dart::compiler::target::word | 
|---|
| 159 | LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 160 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 161 | 20; | 
|---|
| 162 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 163 | static constexpr dart::compiler::target::word | 
|---|
| 164 | MarkingStackBlock_pointers_offset = 8; | 
|---|
| 165 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 4; | 
|---|
| 166 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 167 | 12; | 
|---|
| 168 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 16; | 
|---|
| 169 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 170 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 171 | 4; | 
|---|
| 172 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 8; | 
|---|
| 173 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 174 | 12; | 
|---|
| 175 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 176 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 177 | 128; | 
|---|
| 178 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 68; | 
|---|
| 179 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 180 | 156; | 
|---|
| 181 | static constexpr dart::compiler::target::word OneByteString_data_offset = 12; | 
|---|
| 182 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 4; | 
|---|
| 183 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = 8; | 
|---|
| 184 | static constexpr dart::compiler::target::word | 
|---|
| 185 | SingleTargetCache_entry_point_offset = 8; | 
|---|
| 186 | static constexpr dart::compiler::target::word | 
|---|
| 187 | SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 188 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 189 | 4; | 
|---|
| 190 | static constexpr dart::compiler::target::word | 
|---|
| 191 | SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 192 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 193 | 8; | 
|---|
| 194 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 4; | 
|---|
| 195 | static constexpr dart::compiler::target::word String_hash_offset = 8; | 
|---|
| 196 | static constexpr dart::compiler::target::word String_length_offset = 4; | 
|---|
| 197 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 4; | 
|---|
| 198 | static constexpr dart::compiler::target::word | 
|---|
| 199 | Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 200 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 201 | 716; | 
|---|
| 202 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 203 | 720; | 
|---|
| 204 | static constexpr dart::compiler::target::word | 
|---|
| 205 | Thread_array_write_barrier_code_offset = 128; | 
|---|
| 206 | static constexpr dart::compiler::target::word | 
|---|
| 207 | Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 208 | static constexpr dart::compiler::target::word | 
|---|
| 209 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 210 | static constexpr dart::compiler::target::word | 
|---|
| 211 | Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 212 | static constexpr dart::compiler::target::word | 
|---|
| 213 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 214 | static constexpr dart::compiler::target::word | 
|---|
| 215 | Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 216 | static constexpr dart::compiler::target::word | 
|---|
| 217 | Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 218 | static constexpr dart::compiler::target::word | 
|---|
| 219 | Thread_allocate_object_stub_offset = 192; | 
|---|
| 220 | static constexpr dart::compiler::target::word | 
|---|
| 221 | Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 222 | static constexpr dart::compiler::target::word | 
|---|
| 223 | Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 224 | static constexpr dart::compiler::target::word | 
|---|
| 225 | Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 226 | static constexpr dart::compiler::target::word | 
|---|
| 227 | Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 228 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = 752; | 
|---|
| 229 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 230 | 96; | 
|---|
| 231 | static constexpr dart::compiler::target::word | 
|---|
| 232 | Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 233 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 120; | 
|---|
| 234 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 116; | 
|---|
| 235 | static constexpr dart::compiler::target::word | 
|---|
| 236 | Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 237 | static constexpr dart::compiler::target::word | 
|---|
| 238 | Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 239 | static constexpr dart::compiler::target::word | 
|---|
| 240 | Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 241 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 760; | 
|---|
| 242 | static constexpr dart::compiler::target::word | 
|---|
| 243 | Thread_dispatch_table_array_offset = 48; | 
|---|
| 244 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 245 | 312; | 
|---|
| 246 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 228; | 
|---|
| 247 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 248 | 316; | 
|---|
| 249 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 250 | 232; | 
|---|
| 251 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 252 | 356; | 
|---|
| 253 | static constexpr dart::compiler::target::word | 
|---|
| 254 | Thread_double_negate_address_offset = 352; | 
|---|
| 255 | static constexpr dart::compiler::target::word Thread_end_offset = 56; | 
|---|
| 256 | static constexpr dart::compiler::target::word | 
|---|
| 257 | Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 258 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 259 | 736; | 
|---|
| 260 | static constexpr dart::compiler::target::word | 
|---|
| 261 | Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 262 | static constexpr dart::compiler::target::word | 
|---|
| 263 | Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 264 | static constexpr dart::compiler::target::word | 
|---|
| 265 | Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 266 | static constexpr dart::compiler::target::word | 
|---|
| 267 | Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 268 | static constexpr dart::compiler::target::word | 
|---|
| 269 | Thread_fix_callers_target_code_offset = 132; | 
|---|
| 270 | static constexpr dart::compiler::target::word | 
|---|
| 271 | Thread_float_absolute_address_offset = 368; | 
|---|
| 272 | static constexpr dart::compiler::target::word | 
|---|
| 273 | Thread_float_negate_address_offset = 364; | 
|---|
| 274 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 275 | 360; | 
|---|
| 276 | static constexpr dart::compiler::target::word | 
|---|
| 277 | Thread_float_zerow_address_offset = 372; | 
|---|
| 278 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 279 | 724; | 
|---|
| 280 | static constexpr dart::compiler::target::word | 
|---|
| 281 | Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 282 | static constexpr dart::compiler::target::word | 
|---|
| 283 | Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 284 | static constexpr dart::compiler::target::word | 
|---|
| 285 | Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 286 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 287 | 748; | 
|---|
| 288 | static constexpr dart::compiler::target::word Thread_isolate_offset = 44; | 
|---|
| 289 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 290 | 68; | 
|---|
| 291 | static constexpr dart::compiler::target::word | 
|---|
| 292 | Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 293 | static constexpr dart::compiler::target::word | 
|---|
| 294 | Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 295 | static constexpr dart::compiler::target::word | 
|---|
| 296 | Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 297 | static constexpr dart::compiler::target::word | 
|---|
| 298 | Thread_marking_stack_block_offset = 84; | 
|---|
| 299 | static constexpr dart::compiler::target::word | 
|---|
| 300 | Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 301 | static constexpr dart::compiler::target::word | 
|---|
| 302 | Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 303 | static constexpr dart::compiler::target::word | 
|---|
| 304 | Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 305 | static constexpr dart::compiler::target::word | 
|---|
| 306 | Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 307 | static constexpr dart::compiler::target::word | 
|---|
| 308 | Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 309 | static constexpr dart::compiler::target::word | 
|---|
| 310 | Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 311 | static constexpr dart::compiler::target::word | 
|---|
| 312 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 313 | static constexpr dart::compiler::target::word | 
|---|
| 314 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 315 | static constexpr dart::compiler::target::word | 
|---|
| 316 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 317 | static constexpr dart::compiler::target::word | 
|---|
| 318 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 319 | static constexpr dart::compiler::target::word | 
|---|
| 320 | Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 321 | static constexpr dart::compiler::target::word | 
|---|
| 322 | Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 323 | static constexpr dart::compiler::target::word Thread_object_null_offset = 112; | 
|---|
| 324 | static constexpr dart::compiler::target::word | 
|---|
| 325 | Thread_predefined_symbols_address_offset = 344; | 
|---|
| 326 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 728; | 
|---|
| 327 | static constexpr dart::compiler::target::word | 
|---|
| 328 | Thread_saved_shadow_call_stack_offset = 732; | 
|---|
| 329 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 330 | 740; | 
|---|
| 331 | static constexpr dart::compiler::target::word | 
|---|
| 332 | Thread_slow_type_test_stub_offset = 244; | 
|---|
| 333 | static constexpr dart::compiler::target::word | 
|---|
| 334 | Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 335 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 36; | 
|---|
| 336 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 337 | 60; | 
|---|
| 338 | static constexpr dart::compiler::target::word | 
|---|
| 339 | Thread_stack_overflow_flags_offset = 64; | 
|---|
| 340 | static constexpr dart::compiler::target::word | 
|---|
| 341 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 342 | static constexpr dart::compiler::target::word | 
|---|
| 343 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 344 | static constexpr dart::compiler::target::word | 
|---|
| 345 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 346 | static constexpr dart::compiler::target::word | 
|---|
| 347 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 348 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 349 | 80; | 
|---|
| 350 | static constexpr dart::compiler::target::word | 
|---|
| 351 | Thread_top_exit_frame_info_offset = 76; | 
|---|
| 352 | static constexpr dart::compiler::target::word Thread_top_offset = 52; | 
|---|
| 353 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 24; | 
|---|
| 354 | static constexpr dart::compiler::target::word | 
|---|
| 355 | Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 356 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 92; | 
|---|
| 357 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 358 | 124; | 
|---|
| 359 | static constexpr dart::compiler::target::word | 
|---|
| 360 | Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 361 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 362 | 40; | 
|---|
| 363 | static constexpr dart::compiler::target::word Thread_callback_code_offset = 744; | 
|---|
| 364 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = 8; | 
|---|
| 365 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 12; | 
|---|
| 366 | static constexpr dart::compiler::target::word Type_arguments_offset = 16; | 
|---|
| 367 | static constexpr dart::compiler::target::word Type_hash_offset = 20; | 
|---|
| 368 | static constexpr dart::compiler::target::word Type_signature_offset = 24; | 
|---|
| 369 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 12; | 
|---|
| 370 | static constexpr dart::compiler::target::word Type_type_state_offset = 32; | 
|---|
| 371 | static constexpr dart::compiler::target::word Type_nullability_offset = 33; | 
|---|
| 372 | static constexpr dart::compiler::target::word | 
|---|
| 373 | TypeArguments_instantiations_offset = 4; | 
|---|
| 374 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 375 | 16; | 
|---|
| 376 | static constexpr dart::compiler::target::word TypeRef_type_offset = 12; | 
|---|
| 377 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 8; | 
|---|
| 378 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 12; | 
|---|
| 379 | static constexpr dart::compiler::target::word | 
|---|
| 380 | TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 381 | static constexpr dart::compiler::target::word TypedData_data_offset = 12; | 
|---|
| 382 | static constexpr dart::compiler::target::word | 
|---|
| 383 | UnhandledException_exception_offset = 4; | 
|---|
| 384 | static constexpr dart::compiler::target::word | 
|---|
| 385 | UnhandledException_stacktrace_offset = 8; | 
|---|
| 386 | static constexpr dart::compiler::target::word UserTag_tag_offset = 8; | 
|---|
| 387 | static constexpr dart::compiler::target::word | 
|---|
| 388 | MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 389 | static constexpr dart::compiler::target::word | 
|---|
| 390 | MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 391 | static constexpr dart::compiler::target::word | 
|---|
| 392 | MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 393 | static constexpr dart::compiler::target::word Array_elements_start_offset = 12; | 
|---|
| 394 | static constexpr dart::compiler::target::word Array_element_size = 4; | 
|---|
| 395 | static constexpr dart::compiler::target::word | 
|---|
| 396 | TypeArguments_elements_start_offset = 20; | 
|---|
| 397 | static constexpr dart::compiler::target::word TypeArguments_element_size = 4; | 
|---|
| 398 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = | 
|---|
| 399 | 0; | 
|---|
| 400 | static constexpr dart::compiler::target::word ClassTable_element_size = 1; | 
|---|
| 401 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 402 | 4, 12, 8, 16}; | 
|---|
| 403 | static constexpr dart::compiler::target::word | 
|---|
| 404 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 405 | 684, 688, 692, 696, 700, -1, 704, -1, 708, 712, -1, -1, -1, -1, -1, -1}; | 
|---|
| 406 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 8; | 
|---|
| 407 | static constexpr dart::compiler::target::word Array_InstanceSize = 12; | 
|---|
| 408 | static constexpr dart::compiler::target::word Array_header_size = 12; | 
|---|
| 409 | static constexpr dart::compiler::target::word Bool_InstanceSize = 8; | 
|---|
| 410 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 48; | 
|---|
| 411 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 412 | static constexpr dart::compiler::target::word Class_InstanceSize = 128; | 
|---|
| 413 | static constexpr dart::compiler::target::word Closure_InstanceSize = 28; | 
|---|
| 414 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 20; | 
|---|
| 415 | static constexpr dart::compiler::target::word Code_InstanceSize = 96; | 
|---|
| 416 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 8; | 
|---|
| 417 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 418 | 8; | 
|---|
| 419 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 420 | 8; | 
|---|
| 421 | static constexpr dart::compiler::target::word Context_InstanceSize = 12; | 
|---|
| 422 | static constexpr dart::compiler::target::word Context_header_size = 12; | 
|---|
| 423 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 12; | 
|---|
| 424 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 425 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 8; | 
|---|
| 426 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 427 | 12; | 
|---|
| 428 | static constexpr dart::compiler::target::word | 
|---|
| 429 | ExternalOneByteString_InstanceSize = 20; | 
|---|
| 430 | static constexpr dart::compiler::target::word | 
|---|
| 431 | ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 432 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 433 | 12; | 
|---|
| 434 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 435 | 24; | 
|---|
| 436 | static constexpr dart::compiler::target::word Field_InstanceSize = 64; | 
|---|
| 437 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 438 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 439 | static constexpr dart::compiler::target::word Function_InstanceSize = 96; | 
|---|
| 440 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 8; | 
|---|
| 441 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 442 | 16; | 
|---|
| 443 | static constexpr dart::compiler::target::word ICData_InstanceSize = 32; | 
|---|
| 444 | static constexpr dart::compiler::target::word Instance_InstanceSize = 4; | 
|---|
| 445 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 8; | 
|---|
| 446 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 447 | 8; | 
|---|
| 448 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 449 | 8; | 
|---|
| 450 | static constexpr dart::compiler::target::word | 
|---|
| 451 | InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 452 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 453 | static constexpr dart::compiler::target::word Integer_InstanceSize = 4; | 
|---|
| 454 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 455 | 64; | 
|---|
| 456 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 28; | 
|---|
| 457 | static constexpr dart::compiler::target::word Library_InstanceSize = 84; | 
|---|
| 458 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 20; | 
|---|
| 459 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 28; | 
|---|
| 460 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 461 | 8; | 
|---|
| 462 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 463 | 24; | 
|---|
| 464 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 465 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 8; | 
|---|
| 466 | static constexpr dart::compiler::target::word | 
|---|
| 467 | MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 468 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 20; | 
|---|
| 469 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 16; | 
|---|
| 470 | static constexpr dart::compiler::target::word Number_InstanceSize = 4; | 
|---|
| 471 | static constexpr dart::compiler::target::word Object_InstanceSize = 4; | 
|---|
| 472 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 8; | 
|---|
| 473 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 12; | 
|---|
| 474 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 475 | 24; | 
|---|
| 476 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 24; | 
|---|
| 477 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 8; | 
|---|
| 478 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 12; | 
|---|
| 479 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 12; | 
|---|
| 480 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 16; | 
|---|
| 481 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 60; | 
|---|
| 482 | static constexpr dart::compiler::target::word Script_InstanceSize = 56; | 
|---|
| 483 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 484 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 12; | 
|---|
| 485 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 486 | 16; | 
|---|
| 487 | static constexpr dart::compiler::target::word Smi_InstanceSize = 4; | 
|---|
| 488 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 20; | 
|---|
| 489 | static constexpr dart::compiler::target::word String_InstanceSize = 12; | 
|---|
| 490 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = 8; | 
|---|
| 491 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 20; | 
|---|
| 492 | static constexpr dart::compiler::target::word | 
|---|
| 493 | TransferableTypedData_InstanceSize = 4; | 
|---|
| 494 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 12; | 
|---|
| 495 | static constexpr dart::compiler::target::word Type_InstanceSize = 36; | 
|---|
| 496 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 20; | 
|---|
| 497 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 40; | 
|---|
| 498 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 16; | 
|---|
| 499 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 12; | 
|---|
| 500 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 12; | 
|---|
| 501 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 20; | 
|---|
| 502 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 503 | 12; | 
|---|
| 504 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 16; | 
|---|
| 505 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 12; | 
|---|
| 506 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 12; | 
|---|
| 507 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 16; | 
|---|
| 508 | static constexpr dart::compiler::target::word | 
|---|
| 509 | WeakSerializationReference_InstanceSize = 8; | 
|---|
| 510 | #endif  // defined(TARGET_ARCH_ARM) | 
|---|
| 511 |  | 
|---|
| 512 | #if defined(TARGET_ARCH_X64) | 
|---|
| 513 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 514 | 132; | 
|---|
| 515 | static constexpr dart::compiler::target::word | 
|---|
| 516 | ICData_receivers_static_type_offset = 32; | 
|---|
| 517 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 518 | 16; | 
|---|
| 519 | static constexpr dart::compiler::target::word ObjectPool_element_size = 8; | 
|---|
| 520 | static constexpr dart::compiler::target::word Array_kMaxElements = | 
|---|
| 521 | 576460752303423487; | 
|---|
| 522 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 523 | 32765; | 
|---|
| 524 | static constexpr dart::compiler::target::word | 
|---|
| 525 | Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 526 | static constexpr dart::compiler::target::word | 
|---|
| 527 | Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 528 | static constexpr dart::compiler::target::word | 
|---|
| 529 | Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 530 | static constexpr dart::compiler::target::word | 
|---|
| 531 | Instructions_kPolymorphicEntryOffsetAOT = 22; | 
|---|
| 532 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 10; | 
|---|
| 533 | static constexpr dart::compiler::target::word | 
|---|
| 534 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 535 | static constexpr dart::compiler::target::word String_kMaxElements = | 
|---|
| 536 | 2305843009213693951; | 
|---|
| 537 | static constexpr dart::compiler::target::word | 
|---|
| 538 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 539 | static constexpr dart::compiler::target::word | 
|---|
| 540 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 541 | static constexpr dart::compiler::target::word | 
|---|
| 542 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 543 | static constexpr dart::compiler::target::word | 
|---|
| 544 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 545 | static constexpr dart::compiler::target::word | 
|---|
| 546 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 547 | static constexpr dart::compiler::target::word | 
|---|
| 548 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 549 | static constexpr dart::compiler::target::word | 
|---|
| 550 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 551 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 552 | static constexpr dart::compiler::target::word | 
|---|
| 553 | AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 554 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 555 | 32; | 
|---|
| 556 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 557 | 40; | 
|---|
| 558 | static constexpr dart::compiler::target::word | 
|---|
| 559 | ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 560 | static constexpr dart::compiler::target::word | 
|---|
| 561 | ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 562 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 563 | 0; | 
|---|
| 564 | static constexpr dart::compiler::target::word | 
|---|
| 565 | ArgumentsDescriptor_position_offset = 8; | 
|---|
| 566 | static constexpr dart::compiler::target::word | 
|---|
| 567 | ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 568 | static constexpr dart::compiler::target::word | 
|---|
| 569 | ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 570 | static constexpr dart::compiler::target::word Array_data_offset = 24; | 
|---|
| 571 | static constexpr dart::compiler::target::word Array_length_offset = 16; | 
|---|
| 572 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 573 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 8; | 
|---|
| 574 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 575 | 112; | 
|---|
| 576 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 577 | 172; | 
|---|
| 578 | static constexpr dart::compiler::target::word Class_super_type_offset = 88; | 
|---|
| 579 | static constexpr dart::compiler::target::word | 
|---|
| 580 | Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 581 | static constexpr dart::compiler::target::word | 
|---|
| 582 | SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 583 | static constexpr dart::compiler::target::word Closure_context_offset = 40; | 
|---|
| 584 | static constexpr dart::compiler::target::word | 
|---|
| 585 | Closure_delayed_type_arguments_offset = 24; | 
|---|
| 586 | static constexpr dart::compiler::target::word Closure_function_offset = 32; | 
|---|
| 587 | static constexpr dart::compiler::target::word | 
|---|
| 588 | Closure_function_type_arguments_offset = 16; | 
|---|
| 589 | static constexpr dart::compiler::target::word Closure_hash_offset = 48; | 
|---|
| 590 | static constexpr dart::compiler::target::word | 
|---|
| 591 | Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 592 | static constexpr dart::compiler::target::word Code_object_pool_offset = 40; | 
|---|
| 593 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 594 | 48; | 
|---|
| 595 | static constexpr dart::compiler::target::word Code_owner_offset = 56; | 
|---|
| 596 | static constexpr dart::compiler::target::word Context_num_variables_offset = 8; | 
|---|
| 597 | static constexpr dart::compiler::target::word Context_parent_offset = 16; | 
|---|
| 598 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 599 | static constexpr dart::compiler::target::word | 
|---|
| 600 | ExternalOneByteString_external_data_offset = 16; | 
|---|
| 601 | static constexpr dart::compiler::target::word | 
|---|
| 602 | ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 603 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 604 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 605 | static constexpr dart::compiler::target::word | 
|---|
| 606 | Field_initializer_function_offset = 32; | 
|---|
| 607 | static constexpr dart::compiler::target::word | 
|---|
| 608 | Field_host_offset_or_field_id_offset = 40; | 
|---|
| 609 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 88; | 
|---|
| 610 | static constexpr dart::compiler::target::word | 
|---|
| 611 | Field_guarded_list_length_in_object_offset_offset = 96; | 
|---|
| 612 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 613 | 56; | 
|---|
| 614 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 90; | 
|---|
| 615 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 98; | 
|---|
| 616 | static constexpr dart::compiler::target::word Function_code_offset = 88; | 
|---|
| 617 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 618 | 8, 16}; | 
|---|
| 619 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 620 | 8; | 
|---|
| 621 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 622 | 24; | 
|---|
| 623 | static constexpr dart::compiler::target::word | 
|---|
| 624 | GrowableObjectArray_length_offset = 16; | 
|---|
| 625 | static constexpr dart::compiler::target::word | 
|---|
| 626 | GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 627 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 40; | 
|---|
| 628 | static constexpr dart::compiler::target::word | 
|---|
| 629 | CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 630 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 631 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 632 | static constexpr dart::compiler::target::word ICData_entries_offset = 24; | 
|---|
| 633 | static constexpr dart::compiler::target::word ICData_owner_offset = 40; | 
|---|
| 634 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 52; | 
|---|
| 635 | static constexpr dart::compiler::target::word | 
|---|
| 636 | Isolate_shared_class_table_offset = 72; | 
|---|
| 637 | static constexpr dart::compiler::target::word | 
|---|
| 638 | Isolate_cached_class_table_table_offset = 80; | 
|---|
| 639 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 40; | 
|---|
| 640 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 48; | 
|---|
| 641 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 56; | 
|---|
| 642 | static constexpr dart::compiler::target::word | 
|---|
| 643 | Isolate_cached_object_store_offset = 64; | 
|---|
| 644 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 96; | 
|---|
| 645 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 32; | 
|---|
| 646 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 32; | 
|---|
| 647 | static constexpr dart::compiler::target::word | 
|---|
| 648 | LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 649 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 650 | 24; | 
|---|
| 651 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 16; | 
|---|
| 652 | static constexpr dart::compiler::target::word | 
|---|
| 653 | LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 654 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 655 | 40; | 
|---|
| 656 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 657 | static constexpr dart::compiler::target::word | 
|---|
| 658 | MarkingStackBlock_pointers_offset = 16; | 
|---|
| 659 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 8; | 
|---|
| 660 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 661 | 24; | 
|---|
| 662 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 32; | 
|---|
| 663 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 664 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 665 | 8; | 
|---|
| 666 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 16; | 
|---|
| 667 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 668 | 24; | 
|---|
| 669 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 670 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 671 | 256; | 
|---|
| 672 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 136; | 
|---|
| 673 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 674 | 312; | 
|---|
| 675 | static constexpr dart::compiler::target::word OneByteString_data_offset = 16; | 
|---|
| 676 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 8; | 
|---|
| 677 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = | 
|---|
| 678 | 16; | 
|---|
| 679 | static constexpr dart::compiler::target::word | 
|---|
| 680 | SingleTargetCache_entry_point_offset = 16; | 
|---|
| 681 | static constexpr dart::compiler::target::word | 
|---|
| 682 | SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 683 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 684 | 8; | 
|---|
| 685 | static constexpr dart::compiler::target::word | 
|---|
| 686 | SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 687 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 688 | 16; | 
|---|
| 689 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 8; | 
|---|
| 690 | static constexpr dart::compiler::target::word String_hash_offset = 4; | 
|---|
| 691 | static constexpr dart::compiler::target::word String_length_offset = 8; | 
|---|
| 692 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 8; | 
|---|
| 693 | static constexpr dart::compiler::target::word | 
|---|
| 694 | Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 695 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 696 | 1440; | 
|---|
| 697 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 698 | 1448; | 
|---|
| 699 | static constexpr dart::compiler::target::word | 
|---|
| 700 | Thread_array_write_barrier_code_offset = 240; | 
|---|
| 701 | static constexpr dart::compiler::target::word | 
|---|
| 702 | Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 703 | static constexpr dart::compiler::target::word | 
|---|
| 704 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 705 | static constexpr dart::compiler::target::word | 
|---|
| 706 | Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 707 | static constexpr dart::compiler::target::word | 
|---|
| 708 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 709 | static constexpr dart::compiler::target::word | 
|---|
| 710 | Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 711 | static constexpr dart::compiler::target::word | 
|---|
| 712 | Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 713 | static constexpr dart::compiler::target::word | 
|---|
| 714 | Thread_allocate_object_stub_offset = 368; | 
|---|
| 715 | static constexpr dart::compiler::target::word | 
|---|
| 716 | Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 717 | static constexpr dart::compiler::target::word | 
|---|
| 718 | Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 719 | static constexpr dart::compiler::target::word | 
|---|
| 720 | Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 721 | static constexpr dart::compiler::target::word | 
|---|
| 722 | Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 723 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = | 
|---|
| 724 | 1512; | 
|---|
| 725 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 726 | 192; | 
|---|
| 727 | static constexpr dart::compiler::target::word | 
|---|
| 728 | Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 729 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 224; | 
|---|
| 730 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 216; | 
|---|
| 731 | static constexpr dart::compiler::target::word | 
|---|
| 732 | Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 733 | static constexpr dart::compiler::target::word | 
|---|
| 734 | Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 735 | static constexpr dart::compiler::target::word | 
|---|
| 736 | Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 737 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 1528; | 
|---|
| 738 | static constexpr dart::compiler::target::word | 
|---|
| 739 | Thread_dispatch_table_array_offset = 96; | 
|---|
| 740 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 741 | 608; | 
|---|
| 742 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 440; | 
|---|
| 743 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 744 | 616; | 
|---|
| 745 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 746 | 448; | 
|---|
| 747 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 748 | 696; | 
|---|
| 749 | static constexpr dart::compiler::target::word | 
|---|
| 750 | Thread_double_negate_address_offset = 688; | 
|---|
| 751 | static constexpr dart::compiler::target::word Thread_end_offset = 112; | 
|---|
| 752 | static constexpr dart::compiler::target::word | 
|---|
| 753 | Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 754 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 755 | 1480; | 
|---|
| 756 | static constexpr dart::compiler::target::word | 
|---|
| 757 | Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 758 | static constexpr dart::compiler::target::word | 
|---|
| 759 | Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 760 | static constexpr dart::compiler::target::word | 
|---|
| 761 | Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 762 | static constexpr dart::compiler::target::word | 
|---|
| 763 | Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 764 | static constexpr dart::compiler::target::word | 
|---|
| 765 | Thread_fix_callers_target_code_offset = 248; | 
|---|
| 766 | static constexpr dart::compiler::target::word | 
|---|
| 767 | Thread_float_absolute_address_offset = 720; | 
|---|
| 768 | static constexpr dart::compiler::target::word | 
|---|
| 769 | Thread_float_negate_address_offset = 712; | 
|---|
| 770 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 771 | 704; | 
|---|
| 772 | static constexpr dart::compiler::target::word | 
|---|
| 773 | Thread_float_zerow_address_offset = 728; | 
|---|
| 774 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 775 | 1456; | 
|---|
| 776 | static constexpr dart::compiler::target::word | 
|---|
| 777 | Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 778 | static constexpr dart::compiler::target::word | 
|---|
| 779 | Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 780 | static constexpr dart::compiler::target::word | 
|---|
| 781 | Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 782 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 783 | 1504; | 
|---|
| 784 | static constexpr dart::compiler::target::word Thread_isolate_offset = 88; | 
|---|
| 785 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 786 | 136; | 
|---|
| 787 | static constexpr dart::compiler::target::word | 
|---|
| 788 | Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 789 | static constexpr dart::compiler::target::word | 
|---|
| 790 | Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 791 | static constexpr dart::compiler::target::word | 
|---|
| 792 | Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 793 | static constexpr dart::compiler::target::word | 
|---|
| 794 | Thread_marking_stack_block_offset = 168; | 
|---|
| 795 | static constexpr dart::compiler::target::word | 
|---|
| 796 | Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 797 | static constexpr dart::compiler::target::word | 
|---|
| 798 | Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 799 | static constexpr dart::compiler::target::word | 
|---|
| 800 | Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 801 | static constexpr dart::compiler::target::word | 
|---|
| 802 | Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 803 | static constexpr dart::compiler::target::word | 
|---|
| 804 | Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 805 | static constexpr dart::compiler::target::word | 
|---|
| 806 | Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 807 | static constexpr dart::compiler::target::word | 
|---|
| 808 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 809 | static constexpr dart::compiler::target::word | 
|---|
| 810 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 811 | static constexpr dart::compiler::target::word | 
|---|
| 812 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 813 | static constexpr dart::compiler::target::word | 
|---|
| 814 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 815 | static constexpr dart::compiler::target::word | 
|---|
| 816 | Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 817 | static constexpr dart::compiler::target::word | 
|---|
| 818 | Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 819 | static constexpr dart::compiler::target::word Thread_object_null_offset = 208; | 
|---|
| 820 | static constexpr dart::compiler::target::word | 
|---|
| 821 | Thread_predefined_symbols_address_offset = 672; | 
|---|
| 822 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 1464; | 
|---|
| 823 | static constexpr dart::compiler::target::word | 
|---|
| 824 | Thread_saved_shadow_call_stack_offset = 1472; | 
|---|
| 825 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 826 | 1488; | 
|---|
| 827 | static constexpr dart::compiler::target::word | 
|---|
| 828 | Thread_slow_type_test_stub_offset = 472; | 
|---|
| 829 | static constexpr dart::compiler::target::word | 
|---|
| 830 | Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 831 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 72; | 
|---|
| 832 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 833 | 120; | 
|---|
| 834 | static constexpr dart::compiler::target::word | 
|---|
| 835 | Thread_stack_overflow_flags_offset = 128; | 
|---|
| 836 | static constexpr dart::compiler::target::word | 
|---|
| 837 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 838 | static constexpr dart::compiler::target::word | 
|---|
| 839 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 840 | static constexpr dart::compiler::target::word | 
|---|
| 841 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 842 | static constexpr dart::compiler::target::word | 
|---|
| 843 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 844 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 845 | 160; | 
|---|
| 846 | static constexpr dart::compiler::target::word | 
|---|
| 847 | Thread_top_exit_frame_info_offset = 152; | 
|---|
| 848 | static constexpr dart::compiler::target::word Thread_top_offset = 104; | 
|---|
| 849 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 48; | 
|---|
| 850 | static constexpr dart::compiler::target::word | 
|---|
| 851 | Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 852 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 184; | 
|---|
| 853 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 854 | 232; | 
|---|
| 855 | static constexpr dart::compiler::target::word | 
|---|
| 856 | Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 857 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 858 | 80; | 
|---|
| 859 | static constexpr dart::compiler::target::word Thread_callback_code_offset = | 
|---|
| 860 | 1496; | 
|---|
| 861 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = | 
|---|
| 862 | 16; | 
|---|
| 863 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 16; | 
|---|
| 864 | static constexpr dart::compiler::target::word Type_arguments_offset = 32; | 
|---|
| 865 | static constexpr dart::compiler::target::word Type_hash_offset = 40; | 
|---|
| 866 | static constexpr dart::compiler::target::word Type_signature_offset = 48; | 
|---|
| 867 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 24; | 
|---|
| 868 | static constexpr dart::compiler::target::word Type_type_state_offset = 60; | 
|---|
| 869 | static constexpr dart::compiler::target::word Type_nullability_offset = 61; | 
|---|
| 870 | static constexpr dart::compiler::target::word | 
|---|
| 871 | TypeArguments_instantiations_offset = 8; | 
|---|
| 872 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 873 | 32; | 
|---|
| 874 | static constexpr dart::compiler::target::word TypeRef_type_offset = 24; | 
|---|
| 875 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 16; | 
|---|
| 876 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 24; | 
|---|
| 877 | static constexpr dart::compiler::target::word | 
|---|
| 878 | TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 879 | static constexpr dart::compiler::target::word TypedData_data_offset = 24; | 
|---|
| 880 | static constexpr dart::compiler::target::word | 
|---|
| 881 | UnhandledException_exception_offset = 8; | 
|---|
| 882 | static constexpr dart::compiler::target::word | 
|---|
| 883 | UnhandledException_stacktrace_offset = 16; | 
|---|
| 884 | static constexpr dart::compiler::target::word UserTag_tag_offset = 16; | 
|---|
| 885 | static constexpr dart::compiler::target::word | 
|---|
| 886 | MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 887 | static constexpr dart::compiler::target::word | 
|---|
| 888 | MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 889 | static constexpr dart::compiler::target::word | 
|---|
| 890 | MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 891 | static constexpr dart::compiler::target::word Array_elements_start_offset = 24; | 
|---|
| 892 | static constexpr dart::compiler::target::word Array_element_size = 8; | 
|---|
| 893 | static constexpr dart::compiler::target::word | 
|---|
| 894 | TypeArguments_elements_start_offset = 40; | 
|---|
| 895 | static constexpr dart::compiler::target::word TypeArguments_element_size = 8; | 
|---|
| 896 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = | 
|---|
| 897 | 0; | 
|---|
| 898 | static constexpr dart::compiler::target::word ClassTable_element_size = 1; | 
|---|
| 899 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 900 | 8, 24, 16, 32}; | 
|---|
| 901 | static constexpr dart::compiler::target::word | 
|---|
| 902 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 903 | 1352, 1360, 1368, 1376, -1,   -1,   1384, 1392, | 
|---|
| 904 | 1400, 1408, 1416, -1,   1424, 1432, -1,   -1}; | 
|---|
| 905 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 16; | 
|---|
| 906 | static constexpr dart::compiler::target::word Array_InstanceSize = 24; | 
|---|
| 907 | static constexpr dart::compiler::target::word  = 24; | 
|---|
| 908 | static constexpr dart::compiler::target::word Bool_InstanceSize = 12; | 
|---|
| 909 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 88; | 
|---|
| 910 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 911 | static constexpr dart::compiler::target::word Class_InstanceSize = 208; | 
|---|
| 912 | static constexpr dart::compiler::target::word Closure_InstanceSize = 56; | 
|---|
| 913 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 40; | 
|---|
| 914 | static constexpr dart::compiler::target::word Code_InstanceSize = 176; | 
|---|
| 915 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 16; | 
|---|
| 916 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 917 | 12; | 
|---|
| 918 | static constexpr dart::compiler::target::word  = | 
|---|
| 919 | 12; | 
|---|
| 920 | static constexpr dart::compiler::target::word Context_InstanceSize = 24; | 
|---|
| 921 | static constexpr dart::compiler::target::word  = 24; | 
|---|
| 922 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 16; | 
|---|
| 923 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 924 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 16; | 
|---|
| 925 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 926 | 24; | 
|---|
| 927 | static constexpr dart::compiler::target::word | 
|---|
| 928 | ExternalOneByteString_InstanceSize = 32; | 
|---|
| 929 | static constexpr dart::compiler::target::word | 
|---|
| 930 | ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 931 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 932 | 24; | 
|---|
| 933 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 934 | 48; | 
|---|
| 935 | static constexpr dart::compiler::target::word Field_InstanceSize = 104; | 
|---|
| 936 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 937 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 938 | static constexpr dart::compiler::target::word Function_InstanceSize = 152; | 
|---|
| 939 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 16; | 
|---|
| 940 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 941 | 32; | 
|---|
| 942 | static constexpr dart::compiler::target::word ICData_InstanceSize = 56; | 
|---|
| 943 | static constexpr dart::compiler::target::word Instance_InstanceSize = 8; | 
|---|
| 944 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 12; | 
|---|
| 945 | static constexpr dart::compiler::target::word  = | 
|---|
| 946 | 12; | 
|---|
| 947 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 948 | 16; | 
|---|
| 949 | static constexpr dart::compiler::target::word | 
|---|
| 950 | = 16; | 
|---|
| 951 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 952 | static constexpr dart::compiler::target::word Integer_InstanceSize = 8; | 
|---|
| 953 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 954 | 128; | 
|---|
| 955 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 48; | 
|---|
| 956 | static constexpr dart::compiler::target::word Library_InstanceSize = 160; | 
|---|
| 957 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 40; | 
|---|
| 958 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 56; | 
|---|
| 959 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 960 | 16; | 
|---|
| 961 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 962 | 48; | 
|---|
| 963 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 964 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 16; | 
|---|
| 965 | static constexpr dart::compiler::target::word | 
|---|
| 966 | MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 967 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 40; | 
|---|
| 968 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 32; | 
|---|
| 969 | static constexpr dart::compiler::target::word Number_InstanceSize = 8; | 
|---|
| 970 | static constexpr dart::compiler::target::word Object_InstanceSize = 8; | 
|---|
| 971 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 16; | 
|---|
| 972 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 16; | 
|---|
| 973 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 974 | 48; | 
|---|
| 975 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 48; | 
|---|
| 976 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 16; | 
|---|
| 977 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 24; | 
|---|
| 978 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 24; | 
|---|
| 979 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 32; | 
|---|
| 980 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 120; | 
|---|
| 981 | static constexpr dart::compiler::target::word Script_InstanceSize = 96; | 
|---|
| 982 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 983 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 24; | 
|---|
| 984 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 985 | 32; | 
|---|
| 986 | static constexpr dart::compiler::target::word Smi_InstanceSize = 8; | 
|---|
| 987 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 40; | 
|---|
| 988 | static constexpr dart::compiler::target::word String_InstanceSize = 16; | 
|---|
| 989 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = | 
|---|
| 990 | 16; | 
|---|
| 991 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 32; | 
|---|
| 992 | static constexpr dart::compiler::target::word | 
|---|
| 993 | TransferableTypedData_InstanceSize = 8; | 
|---|
| 994 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 16; | 
|---|
| 995 | static constexpr dart::compiler::target::word Type_InstanceSize = 64; | 
|---|
| 996 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 40; | 
|---|
| 997 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 72; | 
|---|
| 998 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 32; | 
|---|
| 999 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 24; | 
|---|
| 1000 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 24; | 
|---|
| 1001 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 40; | 
|---|
| 1002 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 1003 | 24; | 
|---|
| 1004 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 32; | 
|---|
| 1005 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 24; | 
|---|
| 1006 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 24; | 
|---|
| 1007 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 32; | 
|---|
| 1008 | static constexpr dart::compiler::target::word | 
|---|
| 1009 | WeakSerializationReference_InstanceSize = 16; | 
|---|
| 1010 | #endif  // defined(TARGET_ARCH_X64) | 
|---|
| 1011 |  | 
|---|
| 1012 | #if defined(TARGET_ARCH_IA32) | 
|---|
| 1013 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 1014 | 76; | 
|---|
| 1015 | static constexpr dart::compiler::target::word | 
|---|
| 1016 | ICData_receivers_static_type_offset = 16; | 
|---|
| 1017 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 1018 | 8; | 
|---|
| 1019 | static constexpr dart::compiler::target::word ObjectPool_element_size = 4; | 
|---|
| 1020 | static constexpr dart::compiler::target::word Array_kMaxElements = 268435455; | 
|---|
| 1021 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 1022 | 65533; | 
|---|
| 1023 | static constexpr dart::compiler::target::word | 
|---|
| 1024 | Instructions_kMonomorphicEntryOffsetJIT = 6; | 
|---|
| 1025 | static constexpr dart::compiler::target::word | 
|---|
| 1026 | Instructions_kPolymorphicEntryOffsetJIT = 34; | 
|---|
| 1027 | static constexpr dart::compiler::target::word | 
|---|
| 1028 | Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 1029 | static constexpr dart::compiler::target::word | 
|---|
| 1030 | Instructions_kPolymorphicEntryOffsetAOT = 0; | 
|---|
| 1031 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 1032 | static constexpr dart::compiler::target::word | 
|---|
| 1033 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 1034 | static constexpr dart::compiler::target::word String_kMaxElements = 536870911; | 
|---|
| 1035 | static constexpr dart::compiler::target::word | 
|---|
| 1036 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 1037 | static constexpr dart::compiler::target::word | 
|---|
| 1038 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 1039 | static constexpr dart::compiler::target::word | 
|---|
| 1040 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 1041 | static constexpr dart::compiler::target::word | 
|---|
| 1042 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 1043 | static constexpr dart::compiler::target::word | 
|---|
| 1044 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 1045 | static constexpr dart::compiler::target::word | 
|---|
| 1046 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 1047 | static constexpr dart::compiler::target::word | 
|---|
| 1048 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 1049 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 1050 | static constexpr dart::compiler::target::word | 
|---|
| 1051 | AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 1052 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 1053 | 16; | 
|---|
| 1054 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 1055 | 20; | 
|---|
| 1056 | static constexpr dart::compiler::target::word | 
|---|
| 1057 | ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 1058 | static constexpr dart::compiler::target::word | 
|---|
| 1059 | ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 1060 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 1061 | 0; | 
|---|
| 1062 | static constexpr dart::compiler::target::word | 
|---|
| 1063 | ArgumentsDescriptor_position_offset = 4; | 
|---|
| 1064 | static constexpr dart::compiler::target::word | 
|---|
| 1065 | ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 1066 | static constexpr dart::compiler::target::word | 
|---|
| 1067 | ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 1068 | static constexpr dart::compiler::target::word Array_data_offset = 12; | 
|---|
| 1069 | static constexpr dart::compiler::target::word Array_length_offset = 8; | 
|---|
| 1070 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 1071 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 4; | 
|---|
| 1072 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 1073 | 56; | 
|---|
| 1074 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 1075 | 92; | 
|---|
| 1076 | static constexpr dart::compiler::target::word Class_super_type_offset = 44; | 
|---|
| 1077 | static constexpr dart::compiler::target::word | 
|---|
| 1078 | Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 1079 | static constexpr dart::compiler::target::word | 
|---|
| 1080 | SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 1081 | static constexpr dart::compiler::target::word Closure_context_offset = 20; | 
|---|
| 1082 | static constexpr dart::compiler::target::word | 
|---|
| 1083 | Closure_delayed_type_arguments_offset = 12; | 
|---|
| 1084 | static constexpr dart::compiler::target::word Closure_function_offset = 16; | 
|---|
| 1085 | static constexpr dart::compiler::target::word | 
|---|
| 1086 | Closure_function_type_arguments_offset = 8; | 
|---|
| 1087 | static constexpr dart::compiler::target::word Closure_hash_offset = 24; | 
|---|
| 1088 | static constexpr dart::compiler::target::word | 
|---|
| 1089 | Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 1090 | static constexpr dart::compiler::target::word Code_object_pool_offset = 20; | 
|---|
| 1091 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 1092 | 24; | 
|---|
| 1093 | static constexpr dart::compiler::target::word Code_owner_offset = 28; | 
|---|
| 1094 | static constexpr dart::compiler::target::word Context_num_variables_offset = 4; | 
|---|
| 1095 | static constexpr dart::compiler::target::word Context_parent_offset = 8; | 
|---|
| 1096 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 1097 | static constexpr dart::compiler::target::word | 
|---|
| 1098 | ExternalOneByteString_external_data_offset = 12; | 
|---|
| 1099 | static constexpr dart::compiler::target::word | 
|---|
| 1100 | ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 1101 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 1102 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 1103 | static constexpr dart::compiler::target::word | 
|---|
| 1104 | Field_initializer_function_offset = 16; | 
|---|
| 1105 | static constexpr dart::compiler::target::word | 
|---|
| 1106 | Field_host_offset_or_field_id_offset = 20; | 
|---|
| 1107 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 48; | 
|---|
| 1108 | static constexpr dart::compiler::target::word | 
|---|
| 1109 | Field_guarded_list_length_in_object_offset_offset = 56; | 
|---|
| 1110 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 1111 | 28; | 
|---|
| 1112 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 50; | 
|---|
| 1113 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 58; | 
|---|
| 1114 | static constexpr dart::compiler::target::word Function_code_offset = 44; | 
|---|
| 1115 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 1116 | 4, 8}; | 
|---|
| 1117 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 1118 | 4; | 
|---|
| 1119 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 1120 | 12; | 
|---|
| 1121 | static constexpr dart::compiler::target::word | 
|---|
| 1122 | GrowableObjectArray_length_offset = 8; | 
|---|
| 1123 | static constexpr dart::compiler::target::word | 
|---|
| 1124 | GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 1125 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 20; | 
|---|
| 1126 | static constexpr dart::compiler::target::word | 
|---|
| 1127 | CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 1128 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 1129 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 1130 | static constexpr dart::compiler::target::word ICData_entries_offset = 12; | 
|---|
| 1131 | static constexpr dart::compiler::target::word ICData_owner_offset = 20; | 
|---|
| 1132 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 28; | 
|---|
| 1133 | static constexpr dart::compiler::target::word | 
|---|
| 1134 | Isolate_shared_class_table_offset = 36; | 
|---|
| 1135 | static constexpr dart::compiler::target::word | 
|---|
| 1136 | Isolate_cached_class_table_table_offset = 40; | 
|---|
| 1137 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 20; | 
|---|
| 1138 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 24; | 
|---|
| 1139 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 28; | 
|---|
| 1140 | static constexpr dart::compiler::target::word | 
|---|
| 1141 | Isolate_cached_object_store_offset = 32; | 
|---|
| 1142 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 48; | 
|---|
| 1143 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 16; | 
|---|
| 1144 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 16; | 
|---|
| 1145 | static constexpr dart::compiler::target::word | 
|---|
| 1146 | LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 1147 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 1148 | 12; | 
|---|
| 1149 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 8; | 
|---|
| 1150 | static constexpr dart::compiler::target::word | 
|---|
| 1151 | LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 1152 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 1153 | 20; | 
|---|
| 1154 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 1155 | static constexpr dart::compiler::target::word | 
|---|
| 1156 | MarkingStackBlock_pointers_offset = 8; | 
|---|
| 1157 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 4; | 
|---|
| 1158 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 1159 | 12; | 
|---|
| 1160 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 16; | 
|---|
| 1161 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 1162 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 1163 | 4; | 
|---|
| 1164 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 8; | 
|---|
| 1165 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 1166 | 12; | 
|---|
| 1167 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 1168 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 1169 | 128; | 
|---|
| 1170 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 68; | 
|---|
| 1171 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 1172 | 156; | 
|---|
| 1173 | static constexpr dart::compiler::target::word OneByteString_data_offset = 12; | 
|---|
| 1174 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 4; | 
|---|
| 1175 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = 8; | 
|---|
| 1176 | static constexpr dart::compiler::target::word | 
|---|
| 1177 | SingleTargetCache_entry_point_offset = 8; | 
|---|
| 1178 | static constexpr dart::compiler::target::word | 
|---|
| 1179 | SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 1180 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 1181 | 4; | 
|---|
| 1182 | static constexpr dart::compiler::target::word | 
|---|
| 1183 | SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 1184 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 1185 | 8; | 
|---|
| 1186 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 4; | 
|---|
| 1187 | static constexpr dart::compiler::target::word String_hash_offset = 8; | 
|---|
| 1188 | static constexpr dart::compiler::target::word String_length_offset = 4; | 
|---|
| 1189 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 4; | 
|---|
| 1190 | static constexpr dart::compiler::target::word | 
|---|
| 1191 | Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 1192 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 1193 | 684; | 
|---|
| 1194 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 1195 | 688; | 
|---|
| 1196 | static constexpr dart::compiler::target::word | 
|---|
| 1197 | Thread_array_write_barrier_code_offset = 128; | 
|---|
| 1198 | static constexpr dart::compiler::target::word | 
|---|
| 1199 | Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 1200 | static constexpr dart::compiler::target::word | 
|---|
| 1201 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 1202 | static constexpr dart::compiler::target::word | 
|---|
| 1203 | Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 1204 | static constexpr dart::compiler::target::word | 
|---|
| 1205 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 1206 | static constexpr dart::compiler::target::word | 
|---|
| 1207 | Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 1208 | static constexpr dart::compiler::target::word | 
|---|
| 1209 | Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 1210 | static constexpr dart::compiler::target::word | 
|---|
| 1211 | Thread_allocate_object_stub_offset = 192; | 
|---|
| 1212 | static constexpr dart::compiler::target::word | 
|---|
| 1213 | Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 1214 | static constexpr dart::compiler::target::word | 
|---|
| 1215 | Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 1216 | static constexpr dart::compiler::target::word | 
|---|
| 1217 | Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 1218 | static constexpr dart::compiler::target::word | 
|---|
| 1219 | Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 1220 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = 720; | 
|---|
| 1221 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 1222 | 96; | 
|---|
| 1223 | static constexpr dart::compiler::target::word | 
|---|
| 1224 | Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 1225 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 120; | 
|---|
| 1226 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 116; | 
|---|
| 1227 | static constexpr dart::compiler::target::word | 
|---|
| 1228 | Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 1229 | static constexpr dart::compiler::target::word | 
|---|
| 1230 | Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 1231 | static constexpr dart::compiler::target::word | 
|---|
| 1232 | Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 1233 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 728; | 
|---|
| 1234 | static constexpr dart::compiler::target::word | 
|---|
| 1235 | Thread_dispatch_table_array_offset = 48; | 
|---|
| 1236 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 1237 | 312; | 
|---|
| 1238 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 228; | 
|---|
| 1239 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 1240 | 316; | 
|---|
| 1241 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 1242 | 232; | 
|---|
| 1243 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 1244 | 356; | 
|---|
| 1245 | static constexpr dart::compiler::target::word | 
|---|
| 1246 | Thread_double_negate_address_offset = 352; | 
|---|
| 1247 | static constexpr dart::compiler::target::word Thread_end_offset = 56; | 
|---|
| 1248 | static constexpr dart::compiler::target::word | 
|---|
| 1249 | Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 1250 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 1251 | 704; | 
|---|
| 1252 | static constexpr dart::compiler::target::word | 
|---|
| 1253 | Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 1254 | static constexpr dart::compiler::target::word | 
|---|
| 1255 | Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 1256 | static constexpr dart::compiler::target::word | 
|---|
| 1257 | Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 1258 | static constexpr dart::compiler::target::word | 
|---|
| 1259 | Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 1260 | static constexpr dart::compiler::target::word | 
|---|
| 1261 | Thread_fix_callers_target_code_offset = 132; | 
|---|
| 1262 | static constexpr dart::compiler::target::word | 
|---|
| 1263 | Thread_float_absolute_address_offset = 368; | 
|---|
| 1264 | static constexpr dart::compiler::target::word | 
|---|
| 1265 | Thread_float_negate_address_offset = 364; | 
|---|
| 1266 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 1267 | 360; | 
|---|
| 1268 | static constexpr dart::compiler::target::word | 
|---|
| 1269 | Thread_float_zerow_address_offset = 372; | 
|---|
| 1270 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 1271 | 692; | 
|---|
| 1272 | static constexpr dart::compiler::target::word | 
|---|
| 1273 | Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 1274 | static constexpr dart::compiler::target::word | 
|---|
| 1275 | Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 1276 | static constexpr dart::compiler::target::word | 
|---|
| 1277 | Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 1278 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 1279 | 716; | 
|---|
| 1280 | static constexpr dart::compiler::target::word Thread_isolate_offset = 44; | 
|---|
| 1281 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 1282 | 68; | 
|---|
| 1283 | static constexpr dart::compiler::target::word | 
|---|
| 1284 | Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 1285 | static constexpr dart::compiler::target::word | 
|---|
| 1286 | Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 1287 | static constexpr dart::compiler::target::word | 
|---|
| 1288 | Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 1289 | static constexpr dart::compiler::target::word | 
|---|
| 1290 | Thread_marking_stack_block_offset = 84; | 
|---|
| 1291 | static constexpr dart::compiler::target::word | 
|---|
| 1292 | Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 1293 | static constexpr dart::compiler::target::word | 
|---|
| 1294 | Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 1295 | static constexpr dart::compiler::target::word | 
|---|
| 1296 | Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 1297 | static constexpr dart::compiler::target::word | 
|---|
| 1298 | Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 1299 | static constexpr dart::compiler::target::word | 
|---|
| 1300 | Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 1301 | static constexpr dart::compiler::target::word | 
|---|
| 1302 | Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 1303 | static constexpr dart::compiler::target::word | 
|---|
| 1304 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 1305 | static constexpr dart::compiler::target::word | 
|---|
| 1306 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 1307 | static constexpr dart::compiler::target::word | 
|---|
| 1308 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 1309 | static constexpr dart::compiler::target::word | 
|---|
| 1310 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 1311 | static constexpr dart::compiler::target::word | 
|---|
| 1312 | Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 1313 | static constexpr dart::compiler::target::word | 
|---|
| 1314 | Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 1315 | static constexpr dart::compiler::target::word Thread_object_null_offset = 112; | 
|---|
| 1316 | static constexpr dart::compiler::target::word | 
|---|
| 1317 | Thread_predefined_symbols_address_offset = 344; | 
|---|
| 1318 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 696; | 
|---|
| 1319 | static constexpr dart::compiler::target::word | 
|---|
| 1320 | Thread_saved_shadow_call_stack_offset = 700; | 
|---|
| 1321 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 1322 | 708; | 
|---|
| 1323 | static constexpr dart::compiler::target::word | 
|---|
| 1324 | Thread_slow_type_test_stub_offset = 244; | 
|---|
| 1325 | static constexpr dart::compiler::target::word | 
|---|
| 1326 | Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 1327 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 36; | 
|---|
| 1328 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 1329 | 60; | 
|---|
| 1330 | static constexpr dart::compiler::target::word | 
|---|
| 1331 | Thread_stack_overflow_flags_offset = 64; | 
|---|
| 1332 | static constexpr dart::compiler::target::word | 
|---|
| 1333 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 1334 | static constexpr dart::compiler::target::word | 
|---|
| 1335 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 1336 | static constexpr dart::compiler::target::word | 
|---|
| 1337 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 1338 | static constexpr dart::compiler::target::word | 
|---|
| 1339 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 1340 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 1341 | 80; | 
|---|
| 1342 | static constexpr dart::compiler::target::word | 
|---|
| 1343 | Thread_top_exit_frame_info_offset = 76; | 
|---|
| 1344 | static constexpr dart::compiler::target::word Thread_top_offset = 52; | 
|---|
| 1345 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 24; | 
|---|
| 1346 | static constexpr dart::compiler::target::word | 
|---|
| 1347 | Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 1348 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 92; | 
|---|
| 1349 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 1350 | 124; | 
|---|
| 1351 | static constexpr dart::compiler::target::word | 
|---|
| 1352 | Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 1353 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 1354 | 40; | 
|---|
| 1355 | static constexpr dart::compiler::target::word Thread_callback_code_offset = 712; | 
|---|
| 1356 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = 8; | 
|---|
| 1357 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 12; | 
|---|
| 1358 | static constexpr dart::compiler::target::word Type_arguments_offset = 16; | 
|---|
| 1359 | static constexpr dart::compiler::target::word Type_hash_offset = 20; | 
|---|
| 1360 | static constexpr dart::compiler::target::word Type_signature_offset = 24; | 
|---|
| 1361 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 12; | 
|---|
| 1362 | static constexpr dart::compiler::target::word Type_type_state_offset = 32; | 
|---|
| 1363 | static constexpr dart::compiler::target::word Type_nullability_offset = 33; | 
|---|
| 1364 | static constexpr dart::compiler::target::word | 
|---|
| 1365 | TypeArguments_instantiations_offset = 4; | 
|---|
| 1366 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 1367 | 16; | 
|---|
| 1368 | static constexpr dart::compiler::target::word TypeRef_type_offset = 12; | 
|---|
| 1369 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 8; | 
|---|
| 1370 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 12; | 
|---|
| 1371 | static constexpr dart::compiler::target::word | 
|---|
| 1372 | TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 1373 | static constexpr dart::compiler::target::word TypedData_data_offset = 12; | 
|---|
| 1374 | static constexpr dart::compiler::target::word | 
|---|
| 1375 | UnhandledException_exception_offset = 4; | 
|---|
| 1376 | static constexpr dart::compiler::target::word | 
|---|
| 1377 | UnhandledException_stacktrace_offset = 8; | 
|---|
| 1378 | static constexpr dart::compiler::target::word UserTag_tag_offset = 8; | 
|---|
| 1379 | static constexpr dart::compiler::target::word | 
|---|
| 1380 | MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 1381 | static constexpr dart::compiler::target::word | 
|---|
| 1382 | MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 1383 | static constexpr dart::compiler::target::word | 
|---|
| 1384 | MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 1385 | static constexpr dart::compiler::target::word Array_elements_start_offset = 12; | 
|---|
| 1386 | static constexpr dart::compiler::target::word Array_element_size = 4; | 
|---|
| 1387 | static constexpr dart::compiler::target::word | 
|---|
| 1388 | TypeArguments_elements_start_offset = 20; | 
|---|
| 1389 | static constexpr dart::compiler::target::word TypeArguments_element_size = 4; | 
|---|
| 1390 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = | 
|---|
| 1391 | 0; | 
|---|
| 1392 | static constexpr dart::compiler::target::word ClassTable_element_size = 1; | 
|---|
| 1393 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 1394 | 4, 12, 8, 16}; | 
|---|
| 1395 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 8; | 
|---|
| 1396 | static constexpr dart::compiler::target::word Array_InstanceSize = 12; | 
|---|
| 1397 | static constexpr dart::compiler::target::word Array_header_size = 12; | 
|---|
| 1398 | static constexpr dart::compiler::target::word Bool_InstanceSize = 8; | 
|---|
| 1399 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 48; | 
|---|
| 1400 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 1401 | static constexpr dart::compiler::target::word Class_InstanceSize = 128; | 
|---|
| 1402 | static constexpr dart::compiler::target::word Closure_InstanceSize = 28; | 
|---|
| 1403 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 20; | 
|---|
| 1404 | static constexpr dart::compiler::target::word Code_InstanceSize = 96; | 
|---|
| 1405 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 8; | 
|---|
| 1406 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 1407 | 8; | 
|---|
| 1408 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 1409 | 8; | 
|---|
| 1410 | static constexpr dart::compiler::target::word Context_InstanceSize = 12; | 
|---|
| 1411 | static constexpr dart::compiler::target::word Context_header_size = 12; | 
|---|
| 1412 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 12; | 
|---|
| 1413 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 1414 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 8; | 
|---|
| 1415 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 1416 | 12; | 
|---|
| 1417 | static constexpr dart::compiler::target::word | 
|---|
| 1418 | ExternalOneByteString_InstanceSize = 20; | 
|---|
| 1419 | static constexpr dart::compiler::target::word | 
|---|
| 1420 | ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 1421 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 1422 | 12; | 
|---|
| 1423 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 1424 | 24; | 
|---|
| 1425 | static constexpr dart::compiler::target::word Field_InstanceSize = 64; | 
|---|
| 1426 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 1427 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 1428 | static constexpr dart::compiler::target::word Function_InstanceSize = 96; | 
|---|
| 1429 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 8; | 
|---|
| 1430 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 1431 | 16; | 
|---|
| 1432 | static constexpr dart::compiler::target::word ICData_InstanceSize = 32; | 
|---|
| 1433 | static constexpr dart::compiler::target::word Instance_InstanceSize = 4; | 
|---|
| 1434 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 8; | 
|---|
| 1435 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 1436 | 8; | 
|---|
| 1437 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 1438 | 8; | 
|---|
| 1439 | static constexpr dart::compiler::target::word | 
|---|
| 1440 | InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 1441 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 1442 | static constexpr dart::compiler::target::word Integer_InstanceSize = 4; | 
|---|
| 1443 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 1444 | 64; | 
|---|
| 1445 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 28; | 
|---|
| 1446 | static constexpr dart::compiler::target::word Library_InstanceSize = 84; | 
|---|
| 1447 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 20; | 
|---|
| 1448 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 28; | 
|---|
| 1449 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 1450 | 8; | 
|---|
| 1451 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 1452 | 24; | 
|---|
| 1453 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 1454 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 8; | 
|---|
| 1455 | static constexpr dart::compiler::target::word | 
|---|
| 1456 | MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 1457 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 20; | 
|---|
| 1458 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 16; | 
|---|
| 1459 | static constexpr dart::compiler::target::word Number_InstanceSize = 4; | 
|---|
| 1460 | static constexpr dart::compiler::target::word Object_InstanceSize = 4; | 
|---|
| 1461 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 8; | 
|---|
| 1462 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 12; | 
|---|
| 1463 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 1464 | 24; | 
|---|
| 1465 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 24; | 
|---|
| 1466 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 8; | 
|---|
| 1467 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 12; | 
|---|
| 1468 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 12; | 
|---|
| 1469 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 16; | 
|---|
| 1470 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 60; | 
|---|
| 1471 | static constexpr dart::compiler::target::word Script_InstanceSize = 56; | 
|---|
| 1472 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 1473 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 12; | 
|---|
| 1474 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 1475 | 16; | 
|---|
| 1476 | static constexpr dart::compiler::target::word Smi_InstanceSize = 4; | 
|---|
| 1477 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 20; | 
|---|
| 1478 | static constexpr dart::compiler::target::word String_InstanceSize = 12; | 
|---|
| 1479 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = 8; | 
|---|
| 1480 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 20; | 
|---|
| 1481 | static constexpr dart::compiler::target::word | 
|---|
| 1482 | TransferableTypedData_InstanceSize = 4; | 
|---|
| 1483 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 12; | 
|---|
| 1484 | static constexpr dart::compiler::target::word Type_InstanceSize = 36; | 
|---|
| 1485 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 20; | 
|---|
| 1486 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 40; | 
|---|
| 1487 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 16; | 
|---|
| 1488 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 12; | 
|---|
| 1489 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 12; | 
|---|
| 1490 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 20; | 
|---|
| 1491 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 1492 | 12; | 
|---|
| 1493 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 16; | 
|---|
| 1494 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 12; | 
|---|
| 1495 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 12; | 
|---|
| 1496 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 16; | 
|---|
| 1497 | static constexpr dart::compiler::target::word | 
|---|
| 1498 | WeakSerializationReference_InstanceSize = 8; | 
|---|
| 1499 | #endif  // defined(TARGET_ARCH_IA32) | 
|---|
| 1500 |  | 
|---|
| 1501 | #if defined(TARGET_ARCH_ARM64) | 
|---|
| 1502 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 1503 | 132; | 
|---|
| 1504 | static constexpr dart::compiler::target::word | 
|---|
| 1505 | ICData_receivers_static_type_offset = 32; | 
|---|
| 1506 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 1507 | 16; | 
|---|
| 1508 | static constexpr dart::compiler::target::word ObjectPool_element_size = 8; | 
|---|
| 1509 | static constexpr dart::compiler::target::word Array_kMaxElements = | 
|---|
| 1510 | 576460752303423487; | 
|---|
| 1511 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 1512 | 32765; | 
|---|
| 1513 | static constexpr dart::compiler::target::word | 
|---|
| 1514 | Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 1515 | static constexpr dart::compiler::target::word | 
|---|
| 1516 | Instructions_kPolymorphicEntryOffsetJIT = 48; | 
|---|
| 1517 | static constexpr dart::compiler::target::word | 
|---|
| 1518 | Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 1519 | static constexpr dart::compiler::target::word | 
|---|
| 1520 | Instructions_kPolymorphicEntryOffsetAOT = 20; | 
|---|
| 1521 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 10; | 
|---|
| 1522 | static constexpr dart::compiler::target::word | 
|---|
| 1523 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 1524 | static constexpr dart::compiler::target::word String_kMaxElements = | 
|---|
| 1525 | 2305843009213693951; | 
|---|
| 1526 | static constexpr dart::compiler::target::word | 
|---|
| 1527 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 1528 | static constexpr dart::compiler::target::word | 
|---|
| 1529 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 1530 | static constexpr dart::compiler::target::word | 
|---|
| 1531 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 1532 | static constexpr dart::compiler::target::word | 
|---|
| 1533 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 1534 | static constexpr dart::compiler::target::word | 
|---|
| 1535 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 1536 | static constexpr dart::compiler::target::word | 
|---|
| 1537 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 1538 | static constexpr dart::compiler::target::word | 
|---|
| 1539 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 1540 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 1541 | static constexpr dart::compiler::target::word | 
|---|
| 1542 | AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 1543 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 1544 | 32; | 
|---|
| 1545 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 1546 | 40; | 
|---|
| 1547 | static constexpr dart::compiler::target::word | 
|---|
| 1548 | ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 1549 | static constexpr dart::compiler::target::word | 
|---|
| 1550 | ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 1551 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 1552 | 0; | 
|---|
| 1553 | static constexpr dart::compiler::target::word | 
|---|
| 1554 | ArgumentsDescriptor_position_offset = 8; | 
|---|
| 1555 | static constexpr dart::compiler::target::word | 
|---|
| 1556 | ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 1557 | static constexpr dart::compiler::target::word | 
|---|
| 1558 | ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 1559 | static constexpr dart::compiler::target::word Array_data_offset = 24; | 
|---|
| 1560 | static constexpr dart::compiler::target::word Array_length_offset = 16; | 
|---|
| 1561 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 1562 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 8; | 
|---|
| 1563 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 1564 | 112; | 
|---|
| 1565 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 1566 | 172; | 
|---|
| 1567 | static constexpr dart::compiler::target::word Class_super_type_offset = 88; | 
|---|
| 1568 | static constexpr dart::compiler::target::word | 
|---|
| 1569 | Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 1570 | static constexpr dart::compiler::target::word | 
|---|
| 1571 | SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 1572 | static constexpr dart::compiler::target::word Closure_context_offset = 40; | 
|---|
| 1573 | static constexpr dart::compiler::target::word | 
|---|
| 1574 | Closure_delayed_type_arguments_offset = 24; | 
|---|
| 1575 | static constexpr dart::compiler::target::word Closure_function_offset = 32; | 
|---|
| 1576 | static constexpr dart::compiler::target::word | 
|---|
| 1577 | Closure_function_type_arguments_offset = 16; | 
|---|
| 1578 | static constexpr dart::compiler::target::word Closure_hash_offset = 48; | 
|---|
| 1579 | static constexpr dart::compiler::target::word | 
|---|
| 1580 | Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 1581 | static constexpr dart::compiler::target::word Code_object_pool_offset = 40; | 
|---|
| 1582 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 1583 | 48; | 
|---|
| 1584 | static constexpr dart::compiler::target::word Code_owner_offset = 56; | 
|---|
| 1585 | static constexpr dart::compiler::target::word Context_num_variables_offset = 8; | 
|---|
| 1586 | static constexpr dart::compiler::target::word Context_parent_offset = 16; | 
|---|
| 1587 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 1588 | static constexpr dart::compiler::target::word | 
|---|
| 1589 | ExternalOneByteString_external_data_offset = 16; | 
|---|
| 1590 | static constexpr dart::compiler::target::word | 
|---|
| 1591 | ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 1592 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 1593 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 1594 | static constexpr dart::compiler::target::word | 
|---|
| 1595 | Field_initializer_function_offset = 32; | 
|---|
| 1596 | static constexpr dart::compiler::target::word | 
|---|
| 1597 | Field_host_offset_or_field_id_offset = 40; | 
|---|
| 1598 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 88; | 
|---|
| 1599 | static constexpr dart::compiler::target::word | 
|---|
| 1600 | Field_guarded_list_length_in_object_offset_offset = 96; | 
|---|
| 1601 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 1602 | 56; | 
|---|
| 1603 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 90; | 
|---|
| 1604 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 98; | 
|---|
| 1605 | static constexpr dart::compiler::target::word Function_code_offset = 88; | 
|---|
| 1606 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 1607 | 8, 16}; | 
|---|
| 1608 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 1609 | 8; | 
|---|
| 1610 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 1611 | 24; | 
|---|
| 1612 | static constexpr dart::compiler::target::word | 
|---|
| 1613 | GrowableObjectArray_length_offset = 16; | 
|---|
| 1614 | static constexpr dart::compiler::target::word | 
|---|
| 1615 | GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 1616 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 40; | 
|---|
| 1617 | static constexpr dart::compiler::target::word | 
|---|
| 1618 | CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 1619 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 1620 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 1621 | static constexpr dart::compiler::target::word ICData_entries_offset = 24; | 
|---|
| 1622 | static constexpr dart::compiler::target::word ICData_owner_offset = 40; | 
|---|
| 1623 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 52; | 
|---|
| 1624 | static constexpr dart::compiler::target::word | 
|---|
| 1625 | Isolate_shared_class_table_offset = 72; | 
|---|
| 1626 | static constexpr dart::compiler::target::word | 
|---|
| 1627 | Isolate_cached_class_table_table_offset = 80; | 
|---|
| 1628 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 40; | 
|---|
| 1629 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 48; | 
|---|
| 1630 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 56; | 
|---|
| 1631 | static constexpr dart::compiler::target::word | 
|---|
| 1632 | Isolate_cached_object_store_offset = 64; | 
|---|
| 1633 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 96; | 
|---|
| 1634 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 32; | 
|---|
| 1635 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 32; | 
|---|
| 1636 | static constexpr dart::compiler::target::word | 
|---|
| 1637 | LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 1638 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 1639 | 24; | 
|---|
| 1640 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 16; | 
|---|
| 1641 | static constexpr dart::compiler::target::word | 
|---|
| 1642 | LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 1643 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 1644 | 40; | 
|---|
| 1645 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 1646 | static constexpr dart::compiler::target::word | 
|---|
| 1647 | MarkingStackBlock_pointers_offset = 16; | 
|---|
| 1648 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 8; | 
|---|
| 1649 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 1650 | 24; | 
|---|
| 1651 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 32; | 
|---|
| 1652 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 1653 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 1654 | 8; | 
|---|
| 1655 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 16; | 
|---|
| 1656 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 1657 | 24; | 
|---|
| 1658 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 1659 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 1660 | 256; | 
|---|
| 1661 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 136; | 
|---|
| 1662 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 1663 | 312; | 
|---|
| 1664 | static constexpr dart::compiler::target::word OneByteString_data_offset = 16; | 
|---|
| 1665 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 8; | 
|---|
| 1666 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = | 
|---|
| 1667 | 16; | 
|---|
| 1668 | static constexpr dart::compiler::target::word | 
|---|
| 1669 | SingleTargetCache_entry_point_offset = 16; | 
|---|
| 1670 | static constexpr dart::compiler::target::word | 
|---|
| 1671 | SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 1672 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 1673 | 8; | 
|---|
| 1674 | static constexpr dart::compiler::target::word | 
|---|
| 1675 | SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 1676 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 1677 | 16; | 
|---|
| 1678 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 8; | 
|---|
| 1679 | static constexpr dart::compiler::target::word String_hash_offset = 4; | 
|---|
| 1680 | static constexpr dart::compiler::target::word String_length_offset = 8; | 
|---|
| 1681 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 8; | 
|---|
| 1682 | static constexpr dart::compiler::target::word | 
|---|
| 1683 | Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 1684 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 1685 | 1512; | 
|---|
| 1686 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 1687 | 1520; | 
|---|
| 1688 | static constexpr dart::compiler::target::word | 
|---|
| 1689 | Thread_array_write_barrier_code_offset = 240; | 
|---|
| 1690 | static constexpr dart::compiler::target::word | 
|---|
| 1691 | Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 1692 | static constexpr dart::compiler::target::word | 
|---|
| 1693 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 1694 | static constexpr dart::compiler::target::word | 
|---|
| 1695 | Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 1696 | static constexpr dart::compiler::target::word | 
|---|
| 1697 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 1698 | static constexpr dart::compiler::target::word | 
|---|
| 1699 | Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 1700 | static constexpr dart::compiler::target::word | 
|---|
| 1701 | Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 1702 | static constexpr dart::compiler::target::word | 
|---|
| 1703 | Thread_allocate_object_stub_offset = 368; | 
|---|
| 1704 | static constexpr dart::compiler::target::word | 
|---|
| 1705 | Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 1706 | static constexpr dart::compiler::target::word | 
|---|
| 1707 | Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 1708 | static constexpr dart::compiler::target::word | 
|---|
| 1709 | Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 1710 | static constexpr dart::compiler::target::word | 
|---|
| 1711 | Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 1712 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = | 
|---|
| 1713 | 1584; | 
|---|
| 1714 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 1715 | 192; | 
|---|
| 1716 | static constexpr dart::compiler::target::word | 
|---|
| 1717 | Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 1718 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 224; | 
|---|
| 1719 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 216; | 
|---|
| 1720 | static constexpr dart::compiler::target::word | 
|---|
| 1721 | Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 1722 | static constexpr dart::compiler::target::word | 
|---|
| 1723 | Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 1724 | static constexpr dart::compiler::target::word | 
|---|
| 1725 | Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 1726 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 1600; | 
|---|
| 1727 | static constexpr dart::compiler::target::word | 
|---|
| 1728 | Thread_dispatch_table_array_offset = 96; | 
|---|
| 1729 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 1730 | 608; | 
|---|
| 1731 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 440; | 
|---|
| 1732 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 1733 | 616; | 
|---|
| 1734 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 1735 | 448; | 
|---|
| 1736 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 1737 | 696; | 
|---|
| 1738 | static constexpr dart::compiler::target::word | 
|---|
| 1739 | Thread_double_negate_address_offset = 688; | 
|---|
| 1740 | static constexpr dart::compiler::target::word Thread_end_offset = 112; | 
|---|
| 1741 | static constexpr dart::compiler::target::word | 
|---|
| 1742 | Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 1743 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 1744 | 1552; | 
|---|
| 1745 | static constexpr dart::compiler::target::word | 
|---|
| 1746 | Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 1747 | static constexpr dart::compiler::target::word | 
|---|
| 1748 | Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 1749 | static constexpr dart::compiler::target::word | 
|---|
| 1750 | Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 1751 | static constexpr dart::compiler::target::word | 
|---|
| 1752 | Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 1753 | static constexpr dart::compiler::target::word | 
|---|
| 1754 | Thread_fix_callers_target_code_offset = 248; | 
|---|
| 1755 | static constexpr dart::compiler::target::word | 
|---|
| 1756 | Thread_float_absolute_address_offset = 720; | 
|---|
| 1757 | static constexpr dart::compiler::target::word | 
|---|
| 1758 | Thread_float_negate_address_offset = 712; | 
|---|
| 1759 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 1760 | 704; | 
|---|
| 1761 | static constexpr dart::compiler::target::word | 
|---|
| 1762 | Thread_float_zerow_address_offset = 728; | 
|---|
| 1763 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 1764 | 1528; | 
|---|
| 1765 | static constexpr dart::compiler::target::word | 
|---|
| 1766 | Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 1767 | static constexpr dart::compiler::target::word | 
|---|
| 1768 | Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 1769 | static constexpr dart::compiler::target::word | 
|---|
| 1770 | Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 1771 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 1772 | 1576; | 
|---|
| 1773 | static constexpr dart::compiler::target::word Thread_isolate_offset = 88; | 
|---|
| 1774 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 1775 | 136; | 
|---|
| 1776 | static constexpr dart::compiler::target::word | 
|---|
| 1777 | Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 1778 | static constexpr dart::compiler::target::word | 
|---|
| 1779 | Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 1780 | static constexpr dart::compiler::target::word | 
|---|
| 1781 | Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 1782 | static constexpr dart::compiler::target::word | 
|---|
| 1783 | Thread_marking_stack_block_offset = 168; | 
|---|
| 1784 | static constexpr dart::compiler::target::word | 
|---|
| 1785 | Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 1786 | static constexpr dart::compiler::target::word | 
|---|
| 1787 | Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 1788 | static constexpr dart::compiler::target::word | 
|---|
| 1789 | Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 1790 | static constexpr dart::compiler::target::word | 
|---|
| 1791 | Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 1792 | static constexpr dart::compiler::target::word | 
|---|
| 1793 | Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 1794 | static constexpr dart::compiler::target::word | 
|---|
| 1795 | Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 1796 | static constexpr dart::compiler::target::word | 
|---|
| 1797 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 1798 | static constexpr dart::compiler::target::word | 
|---|
| 1799 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 1800 | static constexpr dart::compiler::target::word | 
|---|
| 1801 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 1802 | static constexpr dart::compiler::target::word | 
|---|
| 1803 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 1804 | static constexpr dart::compiler::target::word | 
|---|
| 1805 | Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 1806 | static constexpr dart::compiler::target::word | 
|---|
| 1807 | Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 1808 | static constexpr dart::compiler::target::word Thread_object_null_offset = 208; | 
|---|
| 1809 | static constexpr dart::compiler::target::word | 
|---|
| 1810 | Thread_predefined_symbols_address_offset = 672; | 
|---|
| 1811 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 1536; | 
|---|
| 1812 | static constexpr dart::compiler::target::word | 
|---|
| 1813 | Thread_saved_shadow_call_stack_offset = 1544; | 
|---|
| 1814 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 1815 | 1560; | 
|---|
| 1816 | static constexpr dart::compiler::target::word | 
|---|
| 1817 | Thread_slow_type_test_stub_offset = 472; | 
|---|
| 1818 | static constexpr dart::compiler::target::word | 
|---|
| 1819 | Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 1820 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 72; | 
|---|
| 1821 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 1822 | 120; | 
|---|
| 1823 | static constexpr dart::compiler::target::word | 
|---|
| 1824 | Thread_stack_overflow_flags_offset = 128; | 
|---|
| 1825 | static constexpr dart::compiler::target::word | 
|---|
| 1826 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 1827 | static constexpr dart::compiler::target::word | 
|---|
| 1828 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 1829 | static constexpr dart::compiler::target::word | 
|---|
| 1830 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 1831 | static constexpr dart::compiler::target::word | 
|---|
| 1832 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 1833 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 1834 | 160; | 
|---|
| 1835 | static constexpr dart::compiler::target::word | 
|---|
| 1836 | Thread_top_exit_frame_info_offset = 152; | 
|---|
| 1837 | static constexpr dart::compiler::target::word Thread_top_offset = 104; | 
|---|
| 1838 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 48; | 
|---|
| 1839 | static constexpr dart::compiler::target::word | 
|---|
| 1840 | Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 1841 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 184; | 
|---|
| 1842 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 1843 | 232; | 
|---|
| 1844 | static constexpr dart::compiler::target::word | 
|---|
| 1845 | Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 1846 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 1847 | 80; | 
|---|
| 1848 | static constexpr dart::compiler::target::word Thread_callback_code_offset = | 
|---|
| 1849 | 1568; | 
|---|
| 1850 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = | 
|---|
| 1851 | 16; | 
|---|
| 1852 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 16; | 
|---|
| 1853 | static constexpr dart::compiler::target::word Type_arguments_offset = 32; | 
|---|
| 1854 | static constexpr dart::compiler::target::word Type_hash_offset = 40; | 
|---|
| 1855 | static constexpr dart::compiler::target::word Type_signature_offset = 48; | 
|---|
| 1856 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 24; | 
|---|
| 1857 | static constexpr dart::compiler::target::word Type_type_state_offset = 60; | 
|---|
| 1858 | static constexpr dart::compiler::target::word Type_nullability_offset = 61; | 
|---|
| 1859 | static constexpr dart::compiler::target::word | 
|---|
| 1860 | TypeArguments_instantiations_offset = 8; | 
|---|
| 1861 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 1862 | 32; | 
|---|
| 1863 | static constexpr dart::compiler::target::word TypeRef_type_offset = 24; | 
|---|
| 1864 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 16; | 
|---|
| 1865 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 24; | 
|---|
| 1866 | static constexpr dart::compiler::target::word | 
|---|
| 1867 | TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 1868 | static constexpr dart::compiler::target::word TypedData_data_offset = 24; | 
|---|
| 1869 | static constexpr dart::compiler::target::word | 
|---|
| 1870 | UnhandledException_exception_offset = 8; | 
|---|
| 1871 | static constexpr dart::compiler::target::word | 
|---|
| 1872 | UnhandledException_stacktrace_offset = 16; | 
|---|
| 1873 | static constexpr dart::compiler::target::word UserTag_tag_offset = 16; | 
|---|
| 1874 | static constexpr dart::compiler::target::word | 
|---|
| 1875 | MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 1876 | static constexpr dart::compiler::target::word | 
|---|
| 1877 | MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 1878 | static constexpr dart::compiler::target::word | 
|---|
| 1879 | MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 1880 | static constexpr dart::compiler::target::word Array_elements_start_offset = 24; | 
|---|
| 1881 | static constexpr dart::compiler::target::word Array_element_size = 8; | 
|---|
| 1882 | static constexpr dart::compiler::target::word | 
|---|
| 1883 | TypeArguments_elements_start_offset = 40; | 
|---|
| 1884 | static constexpr dart::compiler::target::word TypeArguments_element_size = 8; | 
|---|
| 1885 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = | 
|---|
| 1886 | 0; | 
|---|
| 1887 | static constexpr dart::compiler::target::word ClassTable_element_size = 1; | 
|---|
| 1888 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 1889 | 8, 24, 16, 32}; | 
|---|
| 1890 | static constexpr dart::compiler::target::word | 
|---|
| 1891 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 1892 | 1352, 1360, 1368, 1376, 1384, 1392, 1400, 1408, 1416, 1424, 1432, | 
|---|
| 1893 | 1440, 1448, 1456, 1464, -1,   -1,   -1,   -1,   1472, 1480, -1, | 
|---|
| 1894 | -1,   1488, 1496, 1504, -1,   -1,   -1,   -1,   -1,   -1}; | 
|---|
| 1895 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 16; | 
|---|
| 1896 | static constexpr dart::compiler::target::word Array_InstanceSize = 24; | 
|---|
| 1897 | static constexpr dart::compiler::target::word Array_header_size = 24; | 
|---|
| 1898 | static constexpr dart::compiler::target::word Bool_InstanceSize = 12; | 
|---|
| 1899 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 88; | 
|---|
| 1900 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 1901 | static constexpr dart::compiler::target::word Class_InstanceSize = 208; | 
|---|
| 1902 | static constexpr dart::compiler::target::word Closure_InstanceSize = 56; | 
|---|
| 1903 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 40; | 
|---|
| 1904 | static constexpr dart::compiler::target::word Code_InstanceSize = 176; | 
|---|
| 1905 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 16; | 
|---|
| 1906 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 1907 | 12; | 
|---|
| 1908 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 1909 | 12; | 
|---|
| 1910 | static constexpr dart::compiler::target::word Context_InstanceSize = 24; | 
|---|
| 1911 | static constexpr dart::compiler::target::word Context_header_size = 24; | 
|---|
| 1912 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 16; | 
|---|
| 1913 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 1914 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 16; | 
|---|
| 1915 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 1916 | 24; | 
|---|
| 1917 | static constexpr dart::compiler::target::word | 
|---|
| 1918 | ExternalOneByteString_InstanceSize = 32; | 
|---|
| 1919 | static constexpr dart::compiler::target::word | 
|---|
| 1920 | ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 1921 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 1922 | 24; | 
|---|
| 1923 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 1924 | 48; | 
|---|
| 1925 | static constexpr dart::compiler::target::word Field_InstanceSize = 104; | 
|---|
| 1926 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 1927 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 1928 | static constexpr dart::compiler::target::word Function_InstanceSize = 152; | 
|---|
| 1929 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 16; | 
|---|
| 1930 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 1931 | 32; | 
|---|
| 1932 | static constexpr dart::compiler::target::word ICData_InstanceSize = 56; | 
|---|
| 1933 | static constexpr dart::compiler::target::word Instance_InstanceSize = 8; | 
|---|
| 1934 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 12; | 
|---|
| 1935 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 1936 | 12; | 
|---|
| 1937 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 1938 | 16; | 
|---|
| 1939 | static constexpr dart::compiler::target::word | 
|---|
| 1940 | InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 1941 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 1942 | static constexpr dart::compiler::target::word Integer_InstanceSize = 8; | 
|---|
| 1943 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 1944 | 128; | 
|---|
| 1945 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 48; | 
|---|
| 1946 | static constexpr dart::compiler::target::word Library_InstanceSize = 160; | 
|---|
| 1947 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 40; | 
|---|
| 1948 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 56; | 
|---|
| 1949 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 1950 | 16; | 
|---|
| 1951 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 1952 | 48; | 
|---|
| 1953 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 1954 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 16; | 
|---|
| 1955 | static constexpr dart::compiler::target::word | 
|---|
| 1956 | MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 1957 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 40; | 
|---|
| 1958 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 32; | 
|---|
| 1959 | static constexpr dart::compiler::target::word Number_InstanceSize = 8; | 
|---|
| 1960 | static constexpr dart::compiler::target::word Object_InstanceSize = 8; | 
|---|
| 1961 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 16; | 
|---|
| 1962 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 16; | 
|---|
| 1963 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 1964 | 48; | 
|---|
| 1965 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 48; | 
|---|
| 1966 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 16; | 
|---|
| 1967 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 24; | 
|---|
| 1968 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 24; | 
|---|
| 1969 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 32; | 
|---|
| 1970 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 120; | 
|---|
| 1971 | static constexpr dart::compiler::target::word Script_InstanceSize = 96; | 
|---|
| 1972 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 1973 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 24; | 
|---|
| 1974 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 1975 | 32; | 
|---|
| 1976 | static constexpr dart::compiler::target::word Smi_InstanceSize = 8; | 
|---|
| 1977 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 40; | 
|---|
| 1978 | static constexpr dart::compiler::target::word String_InstanceSize = 16; | 
|---|
| 1979 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = | 
|---|
| 1980 | 16; | 
|---|
| 1981 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 32; | 
|---|
| 1982 | static constexpr dart::compiler::target::word | 
|---|
| 1983 | TransferableTypedData_InstanceSize = 8; | 
|---|
| 1984 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 16; | 
|---|
| 1985 | static constexpr dart::compiler::target::word Type_InstanceSize = 64; | 
|---|
| 1986 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 40; | 
|---|
| 1987 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 72; | 
|---|
| 1988 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 32; | 
|---|
| 1989 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 24; | 
|---|
| 1990 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 24; | 
|---|
| 1991 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 40; | 
|---|
| 1992 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 1993 | 24; | 
|---|
| 1994 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 32; | 
|---|
| 1995 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 24; | 
|---|
| 1996 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 24; | 
|---|
| 1997 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 32; | 
|---|
| 1998 | static constexpr dart::compiler::target::word | 
|---|
| 1999 | WeakSerializationReference_InstanceSize = 16; | 
|---|
| 2000 | #endif  // defined(TARGET_ARCH_ARM64) | 
|---|
| 2001 |  | 
|---|
| 2002 | #else  // !defined(PRODUCT) | 
|---|
| 2003 |  | 
|---|
| 2004 | #if defined(TARGET_ARCH_ARM) | 
|---|
| 2005 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 2006 | 76; | 
|---|
| 2007 | static constexpr dart::compiler::target::word | 
|---|
| 2008 | ICData_receivers_static_type_offset = 16; | 
|---|
| 2009 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 2010 | 8; | 
|---|
| 2011 | static constexpr dart::compiler::target::word ObjectPool_element_size = 4; | 
|---|
| 2012 | static constexpr dart::compiler::target::word Array_kMaxElements = 268435455; | 
|---|
| 2013 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 2014 | 65533; | 
|---|
| 2015 | static constexpr dart::compiler::target::word | 
|---|
| 2016 | Instructions_kMonomorphicEntryOffsetJIT = 0; | 
|---|
| 2017 | static constexpr dart::compiler::target::word | 
|---|
| 2018 | Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 2019 | static constexpr dart::compiler::target::word | 
|---|
| 2020 | Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 2021 | static constexpr dart::compiler::target::word | 
|---|
| 2022 | Instructions_kPolymorphicEntryOffsetAOT = 12; | 
|---|
| 2023 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 2024 | static constexpr dart::compiler::target::word | 
|---|
| 2025 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 2026 | static constexpr dart::compiler::target::word String_kMaxElements = 536870911; | 
|---|
| 2027 | static constexpr dart::compiler::target::word | 
|---|
| 2028 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 2029 | static constexpr dart::compiler::target::word | 
|---|
| 2030 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 2031 | static constexpr dart::compiler::target::word | 
|---|
| 2032 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 2033 | static constexpr dart::compiler::target::word | 
|---|
| 2034 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 2035 | static constexpr dart::compiler::target::word | 
|---|
| 2036 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 2037 | static constexpr dart::compiler::target::word | 
|---|
| 2038 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 2039 | static constexpr dart::compiler::target::word | 
|---|
| 2040 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 2041 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 2042 | static constexpr dart::compiler::target::word | 
|---|
| 2043 | AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 2044 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 2045 | 16; | 
|---|
| 2046 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 2047 | 20; | 
|---|
| 2048 | static constexpr dart::compiler::target::word | 
|---|
| 2049 | ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 2050 | static constexpr dart::compiler::target::word | 
|---|
| 2051 | ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 2052 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 2053 | 0; | 
|---|
| 2054 | static constexpr dart::compiler::target::word | 
|---|
| 2055 | ArgumentsDescriptor_position_offset = 4; | 
|---|
| 2056 | static constexpr dart::compiler::target::word | 
|---|
| 2057 | ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 2058 | static constexpr dart::compiler::target::word | 
|---|
| 2059 | ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 2060 | static constexpr dart::compiler::target::word Array_data_offset = 12; | 
|---|
| 2061 | static constexpr dart::compiler::target::word Array_length_offset = 8; | 
|---|
| 2062 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 2063 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 4; | 
|---|
| 2064 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 2065 | 56; | 
|---|
| 2066 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 2067 | 92; | 
|---|
| 2068 | static constexpr dart::compiler::target::word Class_super_type_offset = 44; | 
|---|
| 2069 | static constexpr dart::compiler::target::word | 
|---|
| 2070 | Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 2071 | static constexpr dart::compiler::target::word Closure_context_offset = 20; | 
|---|
| 2072 | static constexpr dart::compiler::target::word | 
|---|
| 2073 | Closure_delayed_type_arguments_offset = 12; | 
|---|
| 2074 | static constexpr dart::compiler::target::word Closure_function_offset = 16; | 
|---|
| 2075 | static constexpr dart::compiler::target::word | 
|---|
| 2076 | Closure_function_type_arguments_offset = 8; | 
|---|
| 2077 | static constexpr dart::compiler::target::word Closure_hash_offset = 24; | 
|---|
| 2078 | static constexpr dart::compiler::target::word | 
|---|
| 2079 | Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 2080 | static constexpr dart::compiler::target::word Code_object_pool_offset = 20; | 
|---|
| 2081 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 2082 | 24; | 
|---|
| 2083 | static constexpr dart::compiler::target::word Code_owner_offset = 28; | 
|---|
| 2084 | static constexpr dart::compiler::target::word Context_num_variables_offset = 4; | 
|---|
| 2085 | static constexpr dart::compiler::target::word Context_parent_offset = 8; | 
|---|
| 2086 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 2087 | static constexpr dart::compiler::target::word | 
|---|
| 2088 | ExternalOneByteString_external_data_offset = 12; | 
|---|
| 2089 | static constexpr dart::compiler::target::word | 
|---|
| 2090 | ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 2091 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 2092 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 2093 | static constexpr dart::compiler::target::word | 
|---|
| 2094 | Field_initializer_function_offset = 16; | 
|---|
| 2095 | static constexpr dart::compiler::target::word | 
|---|
| 2096 | Field_host_offset_or_field_id_offset = 20; | 
|---|
| 2097 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 48; | 
|---|
| 2098 | static constexpr dart::compiler::target::word | 
|---|
| 2099 | Field_guarded_list_length_in_object_offset_offset = 56; | 
|---|
| 2100 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 2101 | 28; | 
|---|
| 2102 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 50; | 
|---|
| 2103 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 58; | 
|---|
| 2104 | static constexpr dart::compiler::target::word Function_code_offset = 44; | 
|---|
| 2105 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 2106 | 4, 8}; | 
|---|
| 2107 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 2108 | 4; | 
|---|
| 2109 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 2110 | 12; | 
|---|
| 2111 | static constexpr dart::compiler::target::word | 
|---|
| 2112 | GrowableObjectArray_length_offset = 8; | 
|---|
| 2113 | static constexpr dart::compiler::target::word | 
|---|
| 2114 | GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 2115 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 20; | 
|---|
| 2116 | static constexpr dart::compiler::target::word | 
|---|
| 2117 | CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 2118 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 2119 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 2120 | static constexpr dart::compiler::target::word ICData_entries_offset = 12; | 
|---|
| 2121 | static constexpr dart::compiler::target::word ICData_owner_offset = 20; | 
|---|
| 2122 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 28; | 
|---|
| 2123 | static constexpr dart::compiler::target::word | 
|---|
| 2124 | Isolate_shared_class_table_offset = 36; | 
|---|
| 2125 | static constexpr dart::compiler::target::word | 
|---|
| 2126 | Isolate_cached_class_table_table_offset = 40; | 
|---|
| 2127 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 20; | 
|---|
| 2128 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 24; | 
|---|
| 2129 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 28; | 
|---|
| 2130 | static constexpr dart::compiler::target::word | 
|---|
| 2131 | Isolate_cached_object_store_offset = 32; | 
|---|
| 2132 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 16; | 
|---|
| 2133 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 16; | 
|---|
| 2134 | static constexpr dart::compiler::target::word | 
|---|
| 2135 | LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 2136 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 2137 | 12; | 
|---|
| 2138 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 8; | 
|---|
| 2139 | static constexpr dart::compiler::target::word | 
|---|
| 2140 | LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 2141 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 2142 | 20; | 
|---|
| 2143 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 2144 | static constexpr dart::compiler::target::word | 
|---|
| 2145 | MarkingStackBlock_pointers_offset = 8; | 
|---|
| 2146 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 4; | 
|---|
| 2147 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 2148 | 12; | 
|---|
| 2149 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 16; | 
|---|
| 2150 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 2151 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 2152 | 4; | 
|---|
| 2153 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 8; | 
|---|
| 2154 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 2155 | 12; | 
|---|
| 2156 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 2157 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 2158 | 128; | 
|---|
| 2159 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 68; | 
|---|
| 2160 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 2161 | 156; | 
|---|
| 2162 | static constexpr dart::compiler::target::word OneByteString_data_offset = 12; | 
|---|
| 2163 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 4; | 
|---|
| 2164 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = 8; | 
|---|
| 2165 | static constexpr dart::compiler::target::word | 
|---|
| 2166 | SingleTargetCache_entry_point_offset = 8; | 
|---|
| 2167 | static constexpr dart::compiler::target::word | 
|---|
| 2168 | SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 2169 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 2170 | 4; | 
|---|
| 2171 | static constexpr dart::compiler::target::word | 
|---|
| 2172 | SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 2173 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 2174 | 8; | 
|---|
| 2175 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 4; | 
|---|
| 2176 | static constexpr dart::compiler::target::word String_hash_offset = 8; | 
|---|
| 2177 | static constexpr dart::compiler::target::word String_length_offset = 4; | 
|---|
| 2178 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 4; | 
|---|
| 2179 | static constexpr dart::compiler::target::word | 
|---|
| 2180 | Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 2181 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 2182 | 716; | 
|---|
| 2183 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 2184 | 720; | 
|---|
| 2185 | static constexpr dart::compiler::target::word | 
|---|
| 2186 | Thread_array_write_barrier_code_offset = 128; | 
|---|
| 2187 | static constexpr dart::compiler::target::word | 
|---|
| 2188 | Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 2189 | static constexpr dart::compiler::target::word | 
|---|
| 2190 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 2191 | static constexpr dart::compiler::target::word | 
|---|
| 2192 | Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 2193 | static constexpr dart::compiler::target::word | 
|---|
| 2194 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 2195 | static constexpr dart::compiler::target::word | 
|---|
| 2196 | Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 2197 | static constexpr dart::compiler::target::word | 
|---|
| 2198 | Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 2199 | static constexpr dart::compiler::target::word | 
|---|
| 2200 | Thread_allocate_object_stub_offset = 192; | 
|---|
| 2201 | static constexpr dart::compiler::target::word | 
|---|
| 2202 | Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 2203 | static constexpr dart::compiler::target::word | 
|---|
| 2204 | Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 2205 | static constexpr dart::compiler::target::word | 
|---|
| 2206 | Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 2207 | static constexpr dart::compiler::target::word | 
|---|
| 2208 | Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 2209 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = 752; | 
|---|
| 2210 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 2211 | 96; | 
|---|
| 2212 | static constexpr dart::compiler::target::word | 
|---|
| 2213 | Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 2214 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 120; | 
|---|
| 2215 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 116; | 
|---|
| 2216 | static constexpr dart::compiler::target::word | 
|---|
| 2217 | Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 2218 | static constexpr dart::compiler::target::word | 
|---|
| 2219 | Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 2220 | static constexpr dart::compiler::target::word | 
|---|
| 2221 | Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 2222 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 760; | 
|---|
| 2223 | static constexpr dart::compiler::target::word | 
|---|
| 2224 | Thread_dispatch_table_array_offset = 48; | 
|---|
| 2225 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 2226 | 312; | 
|---|
| 2227 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 228; | 
|---|
| 2228 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 2229 | 316; | 
|---|
| 2230 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 2231 | 232; | 
|---|
| 2232 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 2233 | 356; | 
|---|
| 2234 | static constexpr dart::compiler::target::word | 
|---|
| 2235 | Thread_double_negate_address_offset = 352; | 
|---|
| 2236 | static constexpr dart::compiler::target::word Thread_end_offset = 56; | 
|---|
| 2237 | static constexpr dart::compiler::target::word | 
|---|
| 2238 | Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 2239 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 2240 | 736; | 
|---|
| 2241 | static constexpr dart::compiler::target::word | 
|---|
| 2242 | Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 2243 | static constexpr dart::compiler::target::word | 
|---|
| 2244 | Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 2245 | static constexpr dart::compiler::target::word | 
|---|
| 2246 | Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 2247 | static constexpr dart::compiler::target::word | 
|---|
| 2248 | Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 2249 | static constexpr dart::compiler::target::word | 
|---|
| 2250 | Thread_fix_callers_target_code_offset = 132; | 
|---|
| 2251 | static constexpr dart::compiler::target::word | 
|---|
| 2252 | Thread_float_absolute_address_offset = 368; | 
|---|
| 2253 | static constexpr dart::compiler::target::word | 
|---|
| 2254 | Thread_float_negate_address_offset = 364; | 
|---|
| 2255 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 2256 | 360; | 
|---|
| 2257 | static constexpr dart::compiler::target::word | 
|---|
| 2258 | Thread_float_zerow_address_offset = 372; | 
|---|
| 2259 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 2260 | 724; | 
|---|
| 2261 | static constexpr dart::compiler::target::word | 
|---|
| 2262 | Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 2263 | static constexpr dart::compiler::target::word | 
|---|
| 2264 | Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 2265 | static constexpr dart::compiler::target::word | 
|---|
| 2266 | Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 2267 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 2268 | 748; | 
|---|
| 2269 | static constexpr dart::compiler::target::word Thread_isolate_offset = 44; | 
|---|
| 2270 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 2271 | 68; | 
|---|
| 2272 | static constexpr dart::compiler::target::word | 
|---|
| 2273 | Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 2274 | static constexpr dart::compiler::target::word | 
|---|
| 2275 | Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 2276 | static constexpr dart::compiler::target::word | 
|---|
| 2277 | Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 2278 | static constexpr dart::compiler::target::word | 
|---|
| 2279 | Thread_marking_stack_block_offset = 84; | 
|---|
| 2280 | static constexpr dart::compiler::target::word | 
|---|
| 2281 | Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 2282 | static constexpr dart::compiler::target::word | 
|---|
| 2283 | Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 2284 | static constexpr dart::compiler::target::word | 
|---|
| 2285 | Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 2286 | static constexpr dart::compiler::target::word | 
|---|
| 2287 | Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 2288 | static constexpr dart::compiler::target::word | 
|---|
| 2289 | Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 2290 | static constexpr dart::compiler::target::word | 
|---|
| 2291 | Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 2292 | static constexpr dart::compiler::target::word | 
|---|
| 2293 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 2294 | static constexpr dart::compiler::target::word | 
|---|
| 2295 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 2296 | static constexpr dart::compiler::target::word | 
|---|
| 2297 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 2298 | static constexpr dart::compiler::target::word | 
|---|
| 2299 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 2300 | static constexpr dart::compiler::target::word | 
|---|
| 2301 | Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 2302 | static constexpr dart::compiler::target::word | 
|---|
| 2303 | Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 2304 | static constexpr dart::compiler::target::word Thread_object_null_offset = 112; | 
|---|
| 2305 | static constexpr dart::compiler::target::word | 
|---|
| 2306 | Thread_predefined_symbols_address_offset = 344; | 
|---|
| 2307 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 728; | 
|---|
| 2308 | static constexpr dart::compiler::target::word | 
|---|
| 2309 | Thread_saved_shadow_call_stack_offset = 732; | 
|---|
| 2310 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 2311 | 740; | 
|---|
| 2312 | static constexpr dart::compiler::target::word | 
|---|
| 2313 | Thread_slow_type_test_stub_offset = 244; | 
|---|
| 2314 | static constexpr dart::compiler::target::word | 
|---|
| 2315 | Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 2316 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 36; | 
|---|
| 2317 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 2318 | 60; | 
|---|
| 2319 | static constexpr dart::compiler::target::word | 
|---|
| 2320 | Thread_stack_overflow_flags_offset = 64; | 
|---|
| 2321 | static constexpr dart::compiler::target::word | 
|---|
| 2322 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 2323 | static constexpr dart::compiler::target::word | 
|---|
| 2324 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 2325 | static constexpr dart::compiler::target::word | 
|---|
| 2326 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 2327 | static constexpr dart::compiler::target::word | 
|---|
| 2328 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 2329 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 2330 | 80; | 
|---|
| 2331 | static constexpr dart::compiler::target::word | 
|---|
| 2332 | Thread_top_exit_frame_info_offset = 76; | 
|---|
| 2333 | static constexpr dart::compiler::target::word Thread_top_offset = 52; | 
|---|
| 2334 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 24; | 
|---|
| 2335 | static constexpr dart::compiler::target::word | 
|---|
| 2336 | Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 2337 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 92; | 
|---|
| 2338 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 2339 | 124; | 
|---|
| 2340 | static constexpr dart::compiler::target::word | 
|---|
| 2341 | Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 2342 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 2343 | 40; | 
|---|
| 2344 | static constexpr dart::compiler::target::word Thread_callback_code_offset = 744; | 
|---|
| 2345 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = 8; | 
|---|
| 2346 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 12; | 
|---|
| 2347 | static constexpr dart::compiler::target::word Type_arguments_offset = 16; | 
|---|
| 2348 | static constexpr dart::compiler::target::word Type_hash_offset = 20; | 
|---|
| 2349 | static constexpr dart::compiler::target::word Type_signature_offset = 24; | 
|---|
| 2350 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 12; | 
|---|
| 2351 | static constexpr dart::compiler::target::word Type_type_state_offset = 32; | 
|---|
| 2352 | static constexpr dart::compiler::target::word Type_nullability_offset = 33; | 
|---|
| 2353 | static constexpr dart::compiler::target::word | 
|---|
| 2354 | TypeArguments_instantiations_offset = 4; | 
|---|
| 2355 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 2356 | 16; | 
|---|
| 2357 | static constexpr dart::compiler::target::word TypeRef_type_offset = 12; | 
|---|
| 2358 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 8; | 
|---|
| 2359 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 12; | 
|---|
| 2360 | static constexpr dart::compiler::target::word | 
|---|
| 2361 | TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 2362 | static constexpr dart::compiler::target::word TypedData_data_offset = 12; | 
|---|
| 2363 | static constexpr dart::compiler::target::word | 
|---|
| 2364 | UnhandledException_exception_offset = 4; | 
|---|
| 2365 | static constexpr dart::compiler::target::word | 
|---|
| 2366 | UnhandledException_stacktrace_offset = 8; | 
|---|
| 2367 | static constexpr dart::compiler::target::word UserTag_tag_offset = 8; | 
|---|
| 2368 | static constexpr dart::compiler::target::word | 
|---|
| 2369 | MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 2370 | static constexpr dart::compiler::target::word | 
|---|
| 2371 | MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 2372 | static constexpr dart::compiler::target::word | 
|---|
| 2373 | MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 2374 | static constexpr dart::compiler::target::word Array_elements_start_offset = 12; | 
|---|
| 2375 | static constexpr dart::compiler::target::word Array_element_size = 4; | 
|---|
| 2376 | static constexpr dart::compiler::target::word | 
|---|
| 2377 | TypeArguments_elements_start_offset = 20; | 
|---|
| 2378 | static constexpr dart::compiler::target::word TypeArguments_element_size = 4; | 
|---|
| 2379 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 2380 | 4, 12, 8, 16}; | 
|---|
| 2381 | static constexpr dart::compiler::target::word | 
|---|
| 2382 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 2383 | 684, 688, 692, 696, 700, -1, 704, -1, 708, 712, -1, -1, -1, -1, -1, -1}; | 
|---|
| 2384 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 8; | 
|---|
| 2385 | static constexpr dart::compiler::target::word Array_InstanceSize = 12; | 
|---|
| 2386 | static constexpr dart::compiler::target::word Array_header_size = 12; | 
|---|
| 2387 | static constexpr dart::compiler::target::word Bool_InstanceSize = 8; | 
|---|
| 2388 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 44; | 
|---|
| 2389 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 2390 | static constexpr dart::compiler::target::word Class_InstanceSize = 128; | 
|---|
| 2391 | static constexpr dart::compiler::target::word Closure_InstanceSize = 28; | 
|---|
| 2392 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 20; | 
|---|
| 2393 | static constexpr dart::compiler::target::word Code_InstanceSize = 76; | 
|---|
| 2394 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 8; | 
|---|
| 2395 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 2396 | 8; | 
|---|
| 2397 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 2398 | 8; | 
|---|
| 2399 | static constexpr dart::compiler::target::word Context_InstanceSize = 12; | 
|---|
| 2400 | static constexpr dart::compiler::target::word Context_header_size = 12; | 
|---|
| 2401 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 12; | 
|---|
| 2402 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 2403 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 8; | 
|---|
| 2404 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 2405 | 12; | 
|---|
| 2406 | static constexpr dart::compiler::target::word | 
|---|
| 2407 | ExternalOneByteString_InstanceSize = 20; | 
|---|
| 2408 | static constexpr dart::compiler::target::word | 
|---|
| 2409 | ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 2410 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 2411 | 12; | 
|---|
| 2412 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 2413 | 24; | 
|---|
| 2414 | static constexpr dart::compiler::target::word Field_InstanceSize = 64; | 
|---|
| 2415 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 2416 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 2417 | static constexpr dart::compiler::target::word Function_InstanceSize = 96; | 
|---|
| 2418 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 8; | 
|---|
| 2419 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 2420 | 16; | 
|---|
| 2421 | static constexpr dart::compiler::target::word ICData_InstanceSize = 32; | 
|---|
| 2422 | static constexpr dart::compiler::target::word Instance_InstanceSize = 4; | 
|---|
| 2423 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 8; | 
|---|
| 2424 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 2425 | 8; | 
|---|
| 2426 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 2427 | 8; | 
|---|
| 2428 | static constexpr dart::compiler::target::word | 
|---|
| 2429 | InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 2430 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 2431 | static constexpr dart::compiler::target::word Integer_InstanceSize = 4; | 
|---|
| 2432 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 2433 | 64; | 
|---|
| 2434 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 28; | 
|---|
| 2435 | static constexpr dart::compiler::target::word Library_InstanceSize = 84; | 
|---|
| 2436 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 20; | 
|---|
| 2437 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 28; | 
|---|
| 2438 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 2439 | 8; | 
|---|
| 2440 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 2441 | 24; | 
|---|
| 2442 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 2443 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 8; | 
|---|
| 2444 | static constexpr dart::compiler::target::word | 
|---|
| 2445 | MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 2446 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 20; | 
|---|
| 2447 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 16; | 
|---|
| 2448 | static constexpr dart::compiler::target::word Number_InstanceSize = 4; | 
|---|
| 2449 | static constexpr dart::compiler::target::word Object_InstanceSize = 4; | 
|---|
| 2450 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 8; | 
|---|
| 2451 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 12; | 
|---|
| 2452 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 2453 | 24; | 
|---|
| 2454 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 24; | 
|---|
| 2455 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 8; | 
|---|
| 2456 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 12; | 
|---|
| 2457 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 12; | 
|---|
| 2458 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 16; | 
|---|
| 2459 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 60; | 
|---|
| 2460 | static constexpr dart::compiler::target::word Script_InstanceSize = 56; | 
|---|
| 2461 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 2462 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 12; | 
|---|
| 2463 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 2464 | 16; | 
|---|
| 2465 | static constexpr dart::compiler::target::word Smi_InstanceSize = 4; | 
|---|
| 2466 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 20; | 
|---|
| 2467 | static constexpr dart::compiler::target::word String_InstanceSize = 12; | 
|---|
| 2468 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = 8; | 
|---|
| 2469 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 20; | 
|---|
| 2470 | static constexpr dart::compiler::target::word | 
|---|
| 2471 | TransferableTypedData_InstanceSize = 4; | 
|---|
| 2472 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 12; | 
|---|
| 2473 | static constexpr dart::compiler::target::word Type_InstanceSize = 36; | 
|---|
| 2474 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 20; | 
|---|
| 2475 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 40; | 
|---|
| 2476 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 16; | 
|---|
| 2477 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 12; | 
|---|
| 2478 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 12; | 
|---|
| 2479 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 20; | 
|---|
| 2480 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 2481 | 12; | 
|---|
| 2482 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 16; | 
|---|
| 2483 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 12; | 
|---|
| 2484 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 12; | 
|---|
| 2485 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 16; | 
|---|
| 2486 | static constexpr dart::compiler::target::word | 
|---|
| 2487 | WeakSerializationReference_InstanceSize = 8; | 
|---|
| 2488 | #endif  // defined(TARGET_ARCH_ARM) | 
|---|
| 2489 |  | 
|---|
| 2490 | #if defined(TARGET_ARCH_X64) | 
|---|
| 2491 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 2492 | 132; | 
|---|
| 2493 | static constexpr dart::compiler::target::word | 
|---|
| 2494 | ICData_receivers_static_type_offset = 32; | 
|---|
| 2495 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 2496 | 16; | 
|---|
| 2497 | static constexpr dart::compiler::target::word ObjectPool_element_size = 8; | 
|---|
| 2498 | static constexpr dart::compiler::target::word Array_kMaxElements = | 
|---|
| 2499 | 576460752303423487; | 
|---|
| 2500 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 2501 | 32765; | 
|---|
| 2502 | static constexpr dart::compiler::target::word | 
|---|
| 2503 | Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 2504 | static constexpr dart::compiler::target::word | 
|---|
| 2505 | Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 2506 | static constexpr dart::compiler::target::word | 
|---|
| 2507 | Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 2508 | static constexpr dart::compiler::target::word | 
|---|
| 2509 | Instructions_kPolymorphicEntryOffsetAOT = 22; | 
|---|
| 2510 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 10; | 
|---|
| 2511 | static constexpr dart::compiler::target::word | 
|---|
| 2512 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 2513 | static constexpr dart::compiler::target::word String_kMaxElements = | 
|---|
| 2514 | 2305843009213693951; | 
|---|
| 2515 | static constexpr dart::compiler::target::word | 
|---|
| 2516 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 2517 | static constexpr dart::compiler::target::word | 
|---|
| 2518 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 2519 | static constexpr dart::compiler::target::word | 
|---|
| 2520 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 2521 | static constexpr dart::compiler::target::word | 
|---|
| 2522 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 2523 | static constexpr dart::compiler::target::word | 
|---|
| 2524 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 2525 | static constexpr dart::compiler::target::word | 
|---|
| 2526 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 2527 | static constexpr dart::compiler::target::word | 
|---|
| 2528 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 2529 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 2530 | static constexpr dart::compiler::target::word | 
|---|
| 2531 | AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 2532 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 2533 | 32; | 
|---|
| 2534 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 2535 | 40; | 
|---|
| 2536 | static constexpr dart::compiler::target::word | 
|---|
| 2537 | ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 2538 | static constexpr dart::compiler::target::word | 
|---|
| 2539 | ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 2540 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 2541 | 0; | 
|---|
| 2542 | static constexpr dart::compiler::target::word | 
|---|
| 2543 | ArgumentsDescriptor_position_offset = 8; | 
|---|
| 2544 | static constexpr dart::compiler::target::word | 
|---|
| 2545 | ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 2546 | static constexpr dart::compiler::target::word | 
|---|
| 2547 | ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 2548 | static constexpr dart::compiler::target::word Array_data_offset = 24; | 
|---|
| 2549 | static constexpr dart::compiler::target::word Array_length_offset = 16; | 
|---|
| 2550 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 2551 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 8; | 
|---|
| 2552 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 2553 | 112; | 
|---|
| 2554 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 2555 | 172; | 
|---|
| 2556 | static constexpr dart::compiler::target::word Class_super_type_offset = 88; | 
|---|
| 2557 | static constexpr dart::compiler::target::word | 
|---|
| 2558 | Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 2559 | static constexpr dart::compiler::target::word Closure_context_offset = 40; | 
|---|
| 2560 | static constexpr dart::compiler::target::word | 
|---|
| 2561 | Closure_delayed_type_arguments_offset = 24; | 
|---|
| 2562 | static constexpr dart::compiler::target::word Closure_function_offset = 32; | 
|---|
| 2563 | static constexpr dart::compiler::target::word | 
|---|
| 2564 | Closure_function_type_arguments_offset = 16; | 
|---|
| 2565 | static constexpr dart::compiler::target::word Closure_hash_offset = 48; | 
|---|
| 2566 | static constexpr dart::compiler::target::word | 
|---|
| 2567 | Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 2568 | static constexpr dart::compiler::target::word Code_object_pool_offset = 40; | 
|---|
| 2569 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 2570 | 48; | 
|---|
| 2571 | static constexpr dart::compiler::target::word Code_owner_offset = 56; | 
|---|
| 2572 | static constexpr dart::compiler::target::word Context_num_variables_offset = 8; | 
|---|
| 2573 | static constexpr dart::compiler::target::word Context_parent_offset = 16; | 
|---|
| 2574 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 2575 | static constexpr dart::compiler::target::word | 
|---|
| 2576 | ExternalOneByteString_external_data_offset = 16; | 
|---|
| 2577 | static constexpr dart::compiler::target::word | 
|---|
| 2578 | ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 2579 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 2580 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 2581 | static constexpr dart::compiler::target::word | 
|---|
| 2582 | Field_initializer_function_offset = 32; | 
|---|
| 2583 | static constexpr dart::compiler::target::word | 
|---|
| 2584 | Field_host_offset_or_field_id_offset = 40; | 
|---|
| 2585 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 88; | 
|---|
| 2586 | static constexpr dart::compiler::target::word | 
|---|
| 2587 | Field_guarded_list_length_in_object_offset_offset = 96; | 
|---|
| 2588 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 2589 | 56; | 
|---|
| 2590 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 90; | 
|---|
| 2591 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 98; | 
|---|
| 2592 | static constexpr dart::compiler::target::word Function_code_offset = 88; | 
|---|
| 2593 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 2594 | 8, 16}; | 
|---|
| 2595 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 2596 | 8; | 
|---|
| 2597 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 2598 | 24; | 
|---|
| 2599 | static constexpr dart::compiler::target::word | 
|---|
| 2600 | GrowableObjectArray_length_offset = 16; | 
|---|
| 2601 | static constexpr dart::compiler::target::word | 
|---|
| 2602 | GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 2603 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 40; | 
|---|
| 2604 | static constexpr dart::compiler::target::word | 
|---|
| 2605 | CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 2606 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 2607 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 2608 | static constexpr dart::compiler::target::word ICData_entries_offset = 24; | 
|---|
| 2609 | static constexpr dart::compiler::target::word ICData_owner_offset = 40; | 
|---|
| 2610 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 52; | 
|---|
| 2611 | static constexpr dart::compiler::target::word | 
|---|
| 2612 | Isolate_shared_class_table_offset = 72; | 
|---|
| 2613 | static constexpr dart::compiler::target::word | 
|---|
| 2614 | Isolate_cached_class_table_table_offset = 80; | 
|---|
| 2615 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 40; | 
|---|
| 2616 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 48; | 
|---|
| 2617 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 56; | 
|---|
| 2618 | static constexpr dart::compiler::target::word | 
|---|
| 2619 | Isolate_cached_object_store_offset = 64; | 
|---|
| 2620 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 32; | 
|---|
| 2621 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 32; | 
|---|
| 2622 | static constexpr dart::compiler::target::word | 
|---|
| 2623 | LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 2624 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 2625 | 24; | 
|---|
| 2626 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 16; | 
|---|
| 2627 | static constexpr dart::compiler::target::word | 
|---|
| 2628 | LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 2629 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 2630 | 40; | 
|---|
| 2631 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 2632 | static constexpr dart::compiler::target::word | 
|---|
| 2633 | MarkingStackBlock_pointers_offset = 16; | 
|---|
| 2634 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 8; | 
|---|
| 2635 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 2636 | 24; | 
|---|
| 2637 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 32; | 
|---|
| 2638 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 2639 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 2640 | 8; | 
|---|
| 2641 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 16; | 
|---|
| 2642 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 2643 | 24; | 
|---|
| 2644 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 2645 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 2646 | 256; | 
|---|
| 2647 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 136; | 
|---|
| 2648 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 2649 | 312; | 
|---|
| 2650 | static constexpr dart::compiler::target::word OneByteString_data_offset = 16; | 
|---|
| 2651 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 8; | 
|---|
| 2652 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = | 
|---|
| 2653 | 16; | 
|---|
| 2654 | static constexpr dart::compiler::target::word | 
|---|
| 2655 | SingleTargetCache_entry_point_offset = 16; | 
|---|
| 2656 | static constexpr dart::compiler::target::word | 
|---|
| 2657 | SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 2658 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 2659 | 8; | 
|---|
| 2660 | static constexpr dart::compiler::target::word | 
|---|
| 2661 | SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 2662 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 2663 | 16; | 
|---|
| 2664 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 8; | 
|---|
| 2665 | static constexpr dart::compiler::target::word String_hash_offset = 4; | 
|---|
| 2666 | static constexpr dart::compiler::target::word String_length_offset = 8; | 
|---|
| 2667 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 8; | 
|---|
| 2668 | static constexpr dart::compiler::target::word | 
|---|
| 2669 | Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 2670 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 2671 | 1440; | 
|---|
| 2672 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 2673 | 1448; | 
|---|
| 2674 | static constexpr dart::compiler::target::word | 
|---|
| 2675 | Thread_array_write_barrier_code_offset = 240; | 
|---|
| 2676 | static constexpr dart::compiler::target::word | 
|---|
| 2677 | Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 2678 | static constexpr dart::compiler::target::word | 
|---|
| 2679 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 2680 | static constexpr dart::compiler::target::word | 
|---|
| 2681 | Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 2682 | static constexpr dart::compiler::target::word | 
|---|
| 2683 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 2684 | static constexpr dart::compiler::target::word | 
|---|
| 2685 | Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 2686 | static constexpr dart::compiler::target::word | 
|---|
| 2687 | Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 2688 | static constexpr dart::compiler::target::word | 
|---|
| 2689 | Thread_allocate_object_stub_offset = 368; | 
|---|
| 2690 | static constexpr dart::compiler::target::word | 
|---|
| 2691 | Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 2692 | static constexpr dart::compiler::target::word | 
|---|
| 2693 | Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 2694 | static constexpr dart::compiler::target::word | 
|---|
| 2695 | Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 2696 | static constexpr dart::compiler::target::word | 
|---|
| 2697 | Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 2698 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = | 
|---|
| 2699 | 1512; | 
|---|
| 2700 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 2701 | 192; | 
|---|
| 2702 | static constexpr dart::compiler::target::word | 
|---|
| 2703 | Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 2704 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 224; | 
|---|
| 2705 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 216; | 
|---|
| 2706 | static constexpr dart::compiler::target::word | 
|---|
| 2707 | Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 2708 | static constexpr dart::compiler::target::word | 
|---|
| 2709 | Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 2710 | static constexpr dart::compiler::target::word | 
|---|
| 2711 | Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 2712 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 1528; | 
|---|
| 2713 | static constexpr dart::compiler::target::word | 
|---|
| 2714 | Thread_dispatch_table_array_offset = 96; | 
|---|
| 2715 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 2716 | 608; | 
|---|
| 2717 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 440; | 
|---|
| 2718 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 2719 | 616; | 
|---|
| 2720 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 2721 | 448; | 
|---|
| 2722 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 2723 | 696; | 
|---|
| 2724 | static constexpr dart::compiler::target::word | 
|---|
| 2725 | Thread_double_negate_address_offset = 688; | 
|---|
| 2726 | static constexpr dart::compiler::target::word Thread_end_offset = 112; | 
|---|
| 2727 | static constexpr dart::compiler::target::word | 
|---|
| 2728 | Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 2729 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 2730 | 1480; | 
|---|
| 2731 | static constexpr dart::compiler::target::word | 
|---|
| 2732 | Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 2733 | static constexpr dart::compiler::target::word | 
|---|
| 2734 | Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 2735 | static constexpr dart::compiler::target::word | 
|---|
| 2736 | Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 2737 | static constexpr dart::compiler::target::word | 
|---|
| 2738 | Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 2739 | static constexpr dart::compiler::target::word | 
|---|
| 2740 | Thread_fix_callers_target_code_offset = 248; | 
|---|
| 2741 | static constexpr dart::compiler::target::word | 
|---|
| 2742 | Thread_float_absolute_address_offset = 720; | 
|---|
| 2743 | static constexpr dart::compiler::target::word | 
|---|
| 2744 | Thread_float_negate_address_offset = 712; | 
|---|
| 2745 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 2746 | 704; | 
|---|
| 2747 | static constexpr dart::compiler::target::word | 
|---|
| 2748 | Thread_float_zerow_address_offset = 728; | 
|---|
| 2749 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 2750 | 1456; | 
|---|
| 2751 | static constexpr dart::compiler::target::word | 
|---|
| 2752 | Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 2753 | static constexpr dart::compiler::target::word | 
|---|
| 2754 | Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 2755 | static constexpr dart::compiler::target::word | 
|---|
| 2756 | Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 2757 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 2758 | 1504; | 
|---|
| 2759 | static constexpr dart::compiler::target::word Thread_isolate_offset = 88; | 
|---|
| 2760 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 2761 | 136; | 
|---|
| 2762 | static constexpr dart::compiler::target::word | 
|---|
| 2763 | Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 2764 | static constexpr dart::compiler::target::word | 
|---|
| 2765 | Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 2766 | static constexpr dart::compiler::target::word | 
|---|
| 2767 | Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 2768 | static constexpr dart::compiler::target::word | 
|---|
| 2769 | Thread_marking_stack_block_offset = 168; | 
|---|
| 2770 | static constexpr dart::compiler::target::word | 
|---|
| 2771 | Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 2772 | static constexpr dart::compiler::target::word | 
|---|
| 2773 | Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 2774 | static constexpr dart::compiler::target::word | 
|---|
| 2775 | Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 2776 | static constexpr dart::compiler::target::word | 
|---|
| 2777 | Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 2778 | static constexpr dart::compiler::target::word | 
|---|
| 2779 | Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 2780 | static constexpr dart::compiler::target::word | 
|---|
| 2781 | Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 2782 | static constexpr dart::compiler::target::word | 
|---|
| 2783 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 2784 | static constexpr dart::compiler::target::word | 
|---|
| 2785 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 2786 | static constexpr dart::compiler::target::word | 
|---|
| 2787 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 2788 | static constexpr dart::compiler::target::word | 
|---|
| 2789 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 2790 | static constexpr dart::compiler::target::word | 
|---|
| 2791 | Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 2792 | static constexpr dart::compiler::target::word | 
|---|
| 2793 | Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 2794 | static constexpr dart::compiler::target::word Thread_object_null_offset = 208; | 
|---|
| 2795 | static constexpr dart::compiler::target::word | 
|---|
| 2796 | Thread_predefined_symbols_address_offset = 672; | 
|---|
| 2797 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 1464; | 
|---|
| 2798 | static constexpr dart::compiler::target::word | 
|---|
| 2799 | Thread_saved_shadow_call_stack_offset = 1472; | 
|---|
| 2800 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 2801 | 1488; | 
|---|
| 2802 | static constexpr dart::compiler::target::word | 
|---|
| 2803 | Thread_slow_type_test_stub_offset = 472; | 
|---|
| 2804 | static constexpr dart::compiler::target::word | 
|---|
| 2805 | Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 2806 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 72; | 
|---|
| 2807 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 2808 | 120; | 
|---|
| 2809 | static constexpr dart::compiler::target::word | 
|---|
| 2810 | Thread_stack_overflow_flags_offset = 128; | 
|---|
| 2811 | static constexpr dart::compiler::target::word | 
|---|
| 2812 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 2813 | static constexpr dart::compiler::target::word | 
|---|
| 2814 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 2815 | static constexpr dart::compiler::target::word | 
|---|
| 2816 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 2817 | static constexpr dart::compiler::target::word | 
|---|
| 2818 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 2819 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 2820 | 160; | 
|---|
| 2821 | static constexpr dart::compiler::target::word | 
|---|
| 2822 | Thread_top_exit_frame_info_offset = 152; | 
|---|
| 2823 | static constexpr dart::compiler::target::word Thread_top_offset = 104; | 
|---|
| 2824 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 48; | 
|---|
| 2825 | static constexpr dart::compiler::target::word | 
|---|
| 2826 | Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 2827 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 184; | 
|---|
| 2828 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 2829 | 232; | 
|---|
| 2830 | static constexpr dart::compiler::target::word | 
|---|
| 2831 | Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 2832 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 2833 | 80; | 
|---|
| 2834 | static constexpr dart::compiler::target::word Thread_callback_code_offset = | 
|---|
| 2835 | 1496; | 
|---|
| 2836 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = | 
|---|
| 2837 | 16; | 
|---|
| 2838 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 16; | 
|---|
| 2839 | static constexpr dart::compiler::target::word Type_arguments_offset = 32; | 
|---|
| 2840 | static constexpr dart::compiler::target::word Type_hash_offset = 40; | 
|---|
| 2841 | static constexpr dart::compiler::target::word Type_signature_offset = 48; | 
|---|
| 2842 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 24; | 
|---|
| 2843 | static constexpr dart::compiler::target::word Type_type_state_offset = 60; | 
|---|
| 2844 | static constexpr dart::compiler::target::word Type_nullability_offset = 61; | 
|---|
| 2845 | static constexpr dart::compiler::target::word | 
|---|
| 2846 | TypeArguments_instantiations_offset = 8; | 
|---|
| 2847 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 2848 | 32; | 
|---|
| 2849 | static constexpr dart::compiler::target::word TypeRef_type_offset = 24; | 
|---|
| 2850 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 16; | 
|---|
| 2851 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 24; | 
|---|
| 2852 | static constexpr dart::compiler::target::word | 
|---|
| 2853 | TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 2854 | static constexpr dart::compiler::target::word TypedData_data_offset = 24; | 
|---|
| 2855 | static constexpr dart::compiler::target::word | 
|---|
| 2856 | UnhandledException_exception_offset = 8; | 
|---|
| 2857 | static constexpr dart::compiler::target::word | 
|---|
| 2858 | UnhandledException_stacktrace_offset = 16; | 
|---|
| 2859 | static constexpr dart::compiler::target::word UserTag_tag_offset = 16; | 
|---|
| 2860 | static constexpr dart::compiler::target::word | 
|---|
| 2861 | MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 2862 | static constexpr dart::compiler::target::word | 
|---|
| 2863 | MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 2864 | static constexpr dart::compiler::target::word | 
|---|
| 2865 | MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 2866 | static constexpr dart::compiler::target::word Array_elements_start_offset = 24; | 
|---|
| 2867 | static constexpr dart::compiler::target::word Array_element_size = 8; | 
|---|
| 2868 | static constexpr dart::compiler::target::word | 
|---|
| 2869 | TypeArguments_elements_start_offset = 40; | 
|---|
| 2870 | static constexpr dart::compiler::target::word TypeArguments_element_size = 8; | 
|---|
| 2871 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 2872 | 8, 24, 16, 32}; | 
|---|
| 2873 | static constexpr dart::compiler::target::word | 
|---|
| 2874 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 2875 | 1352, 1360, 1368, 1376, -1,   -1,   1384, 1392, | 
|---|
| 2876 | 1400, 1408, 1416, -1,   1424, 1432, -1,   -1}; | 
|---|
| 2877 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 16; | 
|---|
| 2878 | static constexpr dart::compiler::target::word Array_InstanceSize = 24; | 
|---|
| 2879 | static constexpr dart::compiler::target::word Array_header_size = 24; | 
|---|
| 2880 | static constexpr dart::compiler::target::word Bool_InstanceSize = 12; | 
|---|
| 2881 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 80; | 
|---|
| 2882 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 2883 | static constexpr dart::compiler::target::word Class_InstanceSize = 208; | 
|---|
| 2884 | static constexpr dart::compiler::target::word Closure_InstanceSize = 56; | 
|---|
| 2885 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 40; | 
|---|
| 2886 | static constexpr dart::compiler::target::word Code_InstanceSize = 144; | 
|---|
| 2887 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 16; | 
|---|
| 2888 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 2889 | 12; | 
|---|
| 2890 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 2891 | 12; | 
|---|
| 2892 | static constexpr dart::compiler::target::word Context_InstanceSize = 24; | 
|---|
| 2893 | static constexpr dart::compiler::target::word Context_header_size = 24; | 
|---|
| 2894 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 16; | 
|---|
| 2895 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 2896 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 16; | 
|---|
| 2897 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 2898 | 24; | 
|---|
| 2899 | static constexpr dart::compiler::target::word | 
|---|
| 2900 | ExternalOneByteString_InstanceSize = 32; | 
|---|
| 2901 | static constexpr dart::compiler::target::word | 
|---|
| 2902 | ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 2903 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 2904 | 24; | 
|---|
| 2905 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 2906 | 48; | 
|---|
| 2907 | static constexpr dart::compiler::target::word Field_InstanceSize = 104; | 
|---|
| 2908 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 2909 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 2910 | static constexpr dart::compiler::target::word Function_InstanceSize = 152; | 
|---|
| 2911 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 16; | 
|---|
| 2912 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 2913 | 32; | 
|---|
| 2914 | static constexpr dart::compiler::target::word ICData_InstanceSize = 56; | 
|---|
| 2915 | static constexpr dart::compiler::target::word Instance_InstanceSize = 8; | 
|---|
| 2916 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 12; | 
|---|
| 2917 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 2918 | 12; | 
|---|
| 2919 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 2920 | 16; | 
|---|
| 2921 | static constexpr dart::compiler::target::word | 
|---|
| 2922 | InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 2923 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 2924 | static constexpr dart::compiler::target::word Integer_InstanceSize = 8; | 
|---|
| 2925 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 2926 | 128; | 
|---|
| 2927 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 48; | 
|---|
| 2928 | static constexpr dart::compiler::target::word Library_InstanceSize = 160; | 
|---|
| 2929 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 40; | 
|---|
| 2930 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 56; | 
|---|
| 2931 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 2932 | 16; | 
|---|
| 2933 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 2934 | 48; | 
|---|
| 2935 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 2936 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 16; | 
|---|
| 2937 | static constexpr dart::compiler::target::word | 
|---|
| 2938 | MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 2939 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 40; | 
|---|
| 2940 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 32; | 
|---|
| 2941 | static constexpr dart::compiler::target::word Number_InstanceSize = 8; | 
|---|
| 2942 | static constexpr dart::compiler::target::word Object_InstanceSize = 8; | 
|---|
| 2943 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 16; | 
|---|
| 2944 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 16; | 
|---|
| 2945 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 2946 | 48; | 
|---|
| 2947 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 48; | 
|---|
| 2948 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 16; | 
|---|
| 2949 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 24; | 
|---|
| 2950 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 24; | 
|---|
| 2951 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 32; | 
|---|
| 2952 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 120; | 
|---|
| 2953 | static constexpr dart::compiler::target::word Script_InstanceSize = 96; | 
|---|
| 2954 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 2955 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 24; | 
|---|
| 2956 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 2957 | 32; | 
|---|
| 2958 | static constexpr dart::compiler::target::word Smi_InstanceSize = 8; | 
|---|
| 2959 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 40; | 
|---|
| 2960 | static constexpr dart::compiler::target::word String_InstanceSize = 16; | 
|---|
| 2961 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = | 
|---|
| 2962 | 16; | 
|---|
| 2963 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 32; | 
|---|
| 2964 | static constexpr dart::compiler::target::word | 
|---|
| 2965 | TransferableTypedData_InstanceSize = 8; | 
|---|
| 2966 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 16; | 
|---|
| 2967 | static constexpr dart::compiler::target::word Type_InstanceSize = 64; | 
|---|
| 2968 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 40; | 
|---|
| 2969 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 72; | 
|---|
| 2970 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 32; | 
|---|
| 2971 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 24; | 
|---|
| 2972 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 24; | 
|---|
| 2973 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 40; | 
|---|
| 2974 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 2975 | 24; | 
|---|
| 2976 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 32; | 
|---|
| 2977 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 24; | 
|---|
| 2978 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 24; | 
|---|
| 2979 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 32; | 
|---|
| 2980 | static constexpr dart::compiler::target::word | 
|---|
| 2981 | WeakSerializationReference_InstanceSize = 16; | 
|---|
| 2982 | #endif  // defined(TARGET_ARCH_X64) | 
|---|
| 2983 |  | 
|---|
| 2984 | #if defined(TARGET_ARCH_IA32) | 
|---|
| 2985 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 2986 | 76; | 
|---|
| 2987 | static constexpr dart::compiler::target::word | 
|---|
| 2988 | ICData_receivers_static_type_offset = 16; | 
|---|
| 2989 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 2990 | 8; | 
|---|
| 2991 | static constexpr dart::compiler::target::word ObjectPool_element_size = 4; | 
|---|
| 2992 | static constexpr dart::compiler::target::word Array_kMaxElements = 268435455; | 
|---|
| 2993 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 2994 | 65533; | 
|---|
| 2995 | static constexpr dart::compiler::target::word | 
|---|
| 2996 | Instructions_kMonomorphicEntryOffsetJIT = 6; | 
|---|
| 2997 | static constexpr dart::compiler::target::word | 
|---|
| 2998 | Instructions_kPolymorphicEntryOffsetJIT = 34; | 
|---|
| 2999 | static constexpr dart::compiler::target::word | 
|---|
| 3000 | Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 3001 | static constexpr dart::compiler::target::word | 
|---|
| 3002 | Instructions_kPolymorphicEntryOffsetAOT = 0; | 
|---|
| 3003 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 3004 | static constexpr dart::compiler::target::word | 
|---|
| 3005 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 3006 | static constexpr dart::compiler::target::word String_kMaxElements = 536870911; | 
|---|
| 3007 | static constexpr dart::compiler::target::word | 
|---|
| 3008 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 3009 | static constexpr dart::compiler::target::word | 
|---|
| 3010 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 3011 | static constexpr dart::compiler::target::word | 
|---|
| 3012 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 3013 | static constexpr dart::compiler::target::word | 
|---|
| 3014 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 3015 | static constexpr dart::compiler::target::word | 
|---|
| 3016 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 3017 | static constexpr dart::compiler::target::word | 
|---|
| 3018 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 3019 | static constexpr dart::compiler::target::word | 
|---|
| 3020 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 3021 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 3022 | static constexpr dart::compiler::target::word | 
|---|
| 3023 | AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 3024 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 3025 | 16; | 
|---|
| 3026 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 3027 | 20; | 
|---|
| 3028 | static constexpr dart::compiler::target::word | 
|---|
| 3029 | ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 3030 | static constexpr dart::compiler::target::word | 
|---|
| 3031 | ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 3032 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 3033 | 0; | 
|---|
| 3034 | static constexpr dart::compiler::target::word | 
|---|
| 3035 | ArgumentsDescriptor_position_offset = 4; | 
|---|
| 3036 | static constexpr dart::compiler::target::word | 
|---|
| 3037 | ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 3038 | static constexpr dart::compiler::target::word | 
|---|
| 3039 | ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 3040 | static constexpr dart::compiler::target::word Array_data_offset = 12; | 
|---|
| 3041 | static constexpr dart::compiler::target::word Array_length_offset = 8; | 
|---|
| 3042 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 3043 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 4; | 
|---|
| 3044 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 3045 | 56; | 
|---|
| 3046 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 3047 | 92; | 
|---|
| 3048 | static constexpr dart::compiler::target::word Class_super_type_offset = 44; | 
|---|
| 3049 | static constexpr dart::compiler::target::word | 
|---|
| 3050 | Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 3051 | static constexpr dart::compiler::target::word Closure_context_offset = 20; | 
|---|
| 3052 | static constexpr dart::compiler::target::word | 
|---|
| 3053 | Closure_delayed_type_arguments_offset = 12; | 
|---|
| 3054 | static constexpr dart::compiler::target::word Closure_function_offset = 16; | 
|---|
| 3055 | static constexpr dart::compiler::target::word | 
|---|
| 3056 | Closure_function_type_arguments_offset = 8; | 
|---|
| 3057 | static constexpr dart::compiler::target::word Closure_hash_offset = 24; | 
|---|
| 3058 | static constexpr dart::compiler::target::word | 
|---|
| 3059 | Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 3060 | static constexpr dart::compiler::target::word Code_object_pool_offset = 20; | 
|---|
| 3061 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 3062 | 24; | 
|---|
| 3063 | static constexpr dart::compiler::target::word Code_owner_offset = 28; | 
|---|
| 3064 | static constexpr dart::compiler::target::word Context_num_variables_offset = 4; | 
|---|
| 3065 | static constexpr dart::compiler::target::word Context_parent_offset = 8; | 
|---|
| 3066 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 3067 | static constexpr dart::compiler::target::word | 
|---|
| 3068 | ExternalOneByteString_external_data_offset = 12; | 
|---|
| 3069 | static constexpr dart::compiler::target::word | 
|---|
| 3070 | ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 3071 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 3072 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 3073 | static constexpr dart::compiler::target::word | 
|---|
| 3074 | Field_initializer_function_offset = 16; | 
|---|
| 3075 | static constexpr dart::compiler::target::word | 
|---|
| 3076 | Field_host_offset_or_field_id_offset = 20; | 
|---|
| 3077 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 48; | 
|---|
| 3078 | static constexpr dart::compiler::target::word | 
|---|
| 3079 | Field_guarded_list_length_in_object_offset_offset = 56; | 
|---|
| 3080 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 3081 | 28; | 
|---|
| 3082 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 50; | 
|---|
| 3083 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 58; | 
|---|
| 3084 | static constexpr dart::compiler::target::word Function_code_offset = 44; | 
|---|
| 3085 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 3086 | 4, 8}; | 
|---|
| 3087 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 3088 | 4; | 
|---|
| 3089 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 3090 | 12; | 
|---|
| 3091 | static constexpr dart::compiler::target::word | 
|---|
| 3092 | GrowableObjectArray_length_offset = 8; | 
|---|
| 3093 | static constexpr dart::compiler::target::word | 
|---|
| 3094 | GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 3095 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 20; | 
|---|
| 3096 | static constexpr dart::compiler::target::word | 
|---|
| 3097 | CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 3098 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 3099 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 3100 | static constexpr dart::compiler::target::word ICData_entries_offset = 12; | 
|---|
| 3101 | static constexpr dart::compiler::target::word ICData_owner_offset = 20; | 
|---|
| 3102 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 28; | 
|---|
| 3103 | static constexpr dart::compiler::target::word | 
|---|
| 3104 | Isolate_shared_class_table_offset = 36; | 
|---|
| 3105 | static constexpr dart::compiler::target::word | 
|---|
| 3106 | Isolate_cached_class_table_table_offset = 40; | 
|---|
| 3107 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 20; | 
|---|
| 3108 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 24; | 
|---|
| 3109 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 28; | 
|---|
| 3110 | static constexpr dart::compiler::target::word | 
|---|
| 3111 | Isolate_cached_object_store_offset = 32; | 
|---|
| 3112 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 16; | 
|---|
| 3113 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 16; | 
|---|
| 3114 | static constexpr dart::compiler::target::word | 
|---|
| 3115 | LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 3116 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 3117 | 12; | 
|---|
| 3118 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 8; | 
|---|
| 3119 | static constexpr dart::compiler::target::word | 
|---|
| 3120 | LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 3121 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 3122 | 20; | 
|---|
| 3123 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 3124 | static constexpr dart::compiler::target::word | 
|---|
| 3125 | MarkingStackBlock_pointers_offset = 8; | 
|---|
| 3126 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 4; | 
|---|
| 3127 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 3128 | 12; | 
|---|
| 3129 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 16; | 
|---|
| 3130 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 3131 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 3132 | 4; | 
|---|
| 3133 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 8; | 
|---|
| 3134 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 3135 | 12; | 
|---|
| 3136 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 3137 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 3138 | 128; | 
|---|
| 3139 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 68; | 
|---|
| 3140 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 3141 | 156; | 
|---|
| 3142 | static constexpr dart::compiler::target::word OneByteString_data_offset = 12; | 
|---|
| 3143 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 4; | 
|---|
| 3144 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = 8; | 
|---|
| 3145 | static constexpr dart::compiler::target::word | 
|---|
| 3146 | SingleTargetCache_entry_point_offset = 8; | 
|---|
| 3147 | static constexpr dart::compiler::target::word | 
|---|
| 3148 | SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 3149 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 3150 | 4; | 
|---|
| 3151 | static constexpr dart::compiler::target::word | 
|---|
| 3152 | SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 3153 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 3154 | 8; | 
|---|
| 3155 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 4; | 
|---|
| 3156 | static constexpr dart::compiler::target::word String_hash_offset = 8; | 
|---|
| 3157 | static constexpr dart::compiler::target::word String_length_offset = 4; | 
|---|
| 3158 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 4; | 
|---|
| 3159 | static constexpr dart::compiler::target::word | 
|---|
| 3160 | Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 3161 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 3162 | 684; | 
|---|
| 3163 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 3164 | 688; | 
|---|
| 3165 | static constexpr dart::compiler::target::word | 
|---|
| 3166 | Thread_array_write_barrier_code_offset = 128; | 
|---|
| 3167 | static constexpr dart::compiler::target::word | 
|---|
| 3168 | Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 3169 | static constexpr dart::compiler::target::word | 
|---|
| 3170 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 3171 | static constexpr dart::compiler::target::word | 
|---|
| 3172 | Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 3173 | static constexpr dart::compiler::target::word | 
|---|
| 3174 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 3175 | static constexpr dart::compiler::target::word | 
|---|
| 3176 | Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 3177 | static constexpr dart::compiler::target::word | 
|---|
| 3178 | Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 3179 | static constexpr dart::compiler::target::word | 
|---|
| 3180 | Thread_allocate_object_stub_offset = 192; | 
|---|
| 3181 | static constexpr dart::compiler::target::word | 
|---|
| 3182 | Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 3183 | static constexpr dart::compiler::target::word | 
|---|
| 3184 | Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 3185 | static constexpr dart::compiler::target::word | 
|---|
| 3186 | Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 3187 | static constexpr dart::compiler::target::word | 
|---|
| 3188 | Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 3189 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = 720; | 
|---|
| 3190 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 3191 | 96; | 
|---|
| 3192 | static constexpr dart::compiler::target::word | 
|---|
| 3193 | Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 3194 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 120; | 
|---|
| 3195 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 116; | 
|---|
| 3196 | static constexpr dart::compiler::target::word | 
|---|
| 3197 | Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 3198 | static constexpr dart::compiler::target::word | 
|---|
| 3199 | Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 3200 | static constexpr dart::compiler::target::word | 
|---|
| 3201 | Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 3202 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 728; | 
|---|
| 3203 | static constexpr dart::compiler::target::word | 
|---|
| 3204 | Thread_dispatch_table_array_offset = 48; | 
|---|
| 3205 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 3206 | 312; | 
|---|
| 3207 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 228; | 
|---|
| 3208 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 3209 | 316; | 
|---|
| 3210 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 3211 | 232; | 
|---|
| 3212 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 3213 | 356; | 
|---|
| 3214 | static constexpr dart::compiler::target::word | 
|---|
| 3215 | Thread_double_negate_address_offset = 352; | 
|---|
| 3216 | static constexpr dart::compiler::target::word Thread_end_offset = 56; | 
|---|
| 3217 | static constexpr dart::compiler::target::word | 
|---|
| 3218 | Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 3219 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 3220 | 704; | 
|---|
| 3221 | static constexpr dart::compiler::target::word | 
|---|
| 3222 | Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 3223 | static constexpr dart::compiler::target::word | 
|---|
| 3224 | Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 3225 | static constexpr dart::compiler::target::word | 
|---|
| 3226 | Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 3227 | static constexpr dart::compiler::target::word | 
|---|
| 3228 | Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 3229 | static constexpr dart::compiler::target::word | 
|---|
| 3230 | Thread_fix_callers_target_code_offset = 132; | 
|---|
| 3231 | static constexpr dart::compiler::target::word | 
|---|
| 3232 | Thread_float_absolute_address_offset = 368; | 
|---|
| 3233 | static constexpr dart::compiler::target::word | 
|---|
| 3234 | Thread_float_negate_address_offset = 364; | 
|---|
| 3235 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 3236 | 360; | 
|---|
| 3237 | static constexpr dart::compiler::target::word | 
|---|
| 3238 | Thread_float_zerow_address_offset = 372; | 
|---|
| 3239 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 3240 | 692; | 
|---|
| 3241 | static constexpr dart::compiler::target::word | 
|---|
| 3242 | Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 3243 | static constexpr dart::compiler::target::word | 
|---|
| 3244 | Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 3245 | static constexpr dart::compiler::target::word | 
|---|
| 3246 | Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 3247 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 3248 | 716; | 
|---|
| 3249 | static constexpr dart::compiler::target::word Thread_isolate_offset = 44; | 
|---|
| 3250 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 3251 | 68; | 
|---|
| 3252 | static constexpr dart::compiler::target::word | 
|---|
| 3253 | Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 3254 | static constexpr dart::compiler::target::word | 
|---|
| 3255 | Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 3256 | static constexpr dart::compiler::target::word | 
|---|
| 3257 | Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 3258 | static constexpr dart::compiler::target::word | 
|---|
| 3259 | Thread_marking_stack_block_offset = 84; | 
|---|
| 3260 | static constexpr dart::compiler::target::word | 
|---|
| 3261 | Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 3262 | static constexpr dart::compiler::target::word | 
|---|
| 3263 | Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 3264 | static constexpr dart::compiler::target::word | 
|---|
| 3265 | Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 3266 | static constexpr dart::compiler::target::word | 
|---|
| 3267 | Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 3268 | static constexpr dart::compiler::target::word | 
|---|
| 3269 | Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 3270 | static constexpr dart::compiler::target::word | 
|---|
| 3271 | Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 3272 | static constexpr dart::compiler::target::word | 
|---|
| 3273 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 3274 | static constexpr dart::compiler::target::word | 
|---|
| 3275 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 3276 | static constexpr dart::compiler::target::word | 
|---|
| 3277 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 3278 | static constexpr dart::compiler::target::word | 
|---|
| 3279 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 3280 | static constexpr dart::compiler::target::word | 
|---|
| 3281 | Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 3282 | static constexpr dart::compiler::target::word | 
|---|
| 3283 | Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 3284 | static constexpr dart::compiler::target::word Thread_object_null_offset = 112; | 
|---|
| 3285 | static constexpr dart::compiler::target::word | 
|---|
| 3286 | Thread_predefined_symbols_address_offset = 344; | 
|---|
| 3287 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 696; | 
|---|
| 3288 | static constexpr dart::compiler::target::word | 
|---|
| 3289 | Thread_saved_shadow_call_stack_offset = 700; | 
|---|
| 3290 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 3291 | 708; | 
|---|
| 3292 | static constexpr dart::compiler::target::word | 
|---|
| 3293 | Thread_slow_type_test_stub_offset = 244; | 
|---|
| 3294 | static constexpr dart::compiler::target::word | 
|---|
| 3295 | Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 3296 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 36; | 
|---|
| 3297 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 3298 | 60; | 
|---|
| 3299 | static constexpr dart::compiler::target::word | 
|---|
| 3300 | Thread_stack_overflow_flags_offset = 64; | 
|---|
| 3301 | static constexpr dart::compiler::target::word | 
|---|
| 3302 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 3303 | static constexpr dart::compiler::target::word | 
|---|
| 3304 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 3305 | static constexpr dart::compiler::target::word | 
|---|
| 3306 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 3307 | static constexpr dart::compiler::target::word | 
|---|
| 3308 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 3309 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 3310 | 80; | 
|---|
| 3311 | static constexpr dart::compiler::target::word | 
|---|
| 3312 | Thread_top_exit_frame_info_offset = 76; | 
|---|
| 3313 | static constexpr dart::compiler::target::word Thread_top_offset = 52; | 
|---|
| 3314 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 24; | 
|---|
| 3315 | static constexpr dart::compiler::target::word | 
|---|
| 3316 | Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 3317 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 92; | 
|---|
| 3318 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 3319 | 124; | 
|---|
| 3320 | static constexpr dart::compiler::target::word | 
|---|
| 3321 | Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 3322 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 3323 | 40; | 
|---|
| 3324 | static constexpr dart::compiler::target::word Thread_callback_code_offset = 712; | 
|---|
| 3325 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = 8; | 
|---|
| 3326 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 12; | 
|---|
| 3327 | static constexpr dart::compiler::target::word Type_arguments_offset = 16; | 
|---|
| 3328 | static constexpr dart::compiler::target::word Type_hash_offset = 20; | 
|---|
| 3329 | static constexpr dart::compiler::target::word Type_signature_offset = 24; | 
|---|
| 3330 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 12; | 
|---|
| 3331 | static constexpr dart::compiler::target::word Type_type_state_offset = 32; | 
|---|
| 3332 | static constexpr dart::compiler::target::word Type_nullability_offset = 33; | 
|---|
| 3333 | static constexpr dart::compiler::target::word | 
|---|
| 3334 | TypeArguments_instantiations_offset = 4; | 
|---|
| 3335 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 3336 | 16; | 
|---|
| 3337 | static constexpr dart::compiler::target::word TypeRef_type_offset = 12; | 
|---|
| 3338 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 8; | 
|---|
| 3339 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 12; | 
|---|
| 3340 | static constexpr dart::compiler::target::word | 
|---|
| 3341 | TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 3342 | static constexpr dart::compiler::target::word TypedData_data_offset = 12; | 
|---|
| 3343 | static constexpr dart::compiler::target::word | 
|---|
| 3344 | UnhandledException_exception_offset = 4; | 
|---|
| 3345 | static constexpr dart::compiler::target::word | 
|---|
| 3346 | UnhandledException_stacktrace_offset = 8; | 
|---|
| 3347 | static constexpr dart::compiler::target::word UserTag_tag_offset = 8; | 
|---|
| 3348 | static constexpr dart::compiler::target::word | 
|---|
| 3349 | MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 3350 | static constexpr dart::compiler::target::word | 
|---|
| 3351 | MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 3352 | static constexpr dart::compiler::target::word | 
|---|
| 3353 | MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 3354 | static constexpr dart::compiler::target::word Array_elements_start_offset = 12; | 
|---|
| 3355 | static constexpr dart::compiler::target::word Array_element_size = 4; | 
|---|
| 3356 | static constexpr dart::compiler::target::word | 
|---|
| 3357 | TypeArguments_elements_start_offset = 20; | 
|---|
| 3358 | static constexpr dart::compiler::target::word TypeArguments_element_size = 4; | 
|---|
| 3359 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 3360 | 4, 12, 8, 16}; | 
|---|
| 3361 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 8; | 
|---|
| 3362 | static constexpr dart::compiler::target::word Array_InstanceSize = 12; | 
|---|
| 3363 | static constexpr dart::compiler::target::word Array_header_size = 12; | 
|---|
| 3364 | static constexpr dart::compiler::target::word Bool_InstanceSize = 8; | 
|---|
| 3365 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 44; | 
|---|
| 3366 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 3367 | static constexpr dart::compiler::target::word Class_InstanceSize = 128; | 
|---|
| 3368 | static constexpr dart::compiler::target::word Closure_InstanceSize = 28; | 
|---|
| 3369 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 20; | 
|---|
| 3370 | static constexpr dart::compiler::target::word Code_InstanceSize = 76; | 
|---|
| 3371 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 8; | 
|---|
| 3372 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 3373 | 8; | 
|---|
| 3374 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 3375 | 8; | 
|---|
| 3376 | static constexpr dart::compiler::target::word Context_InstanceSize = 12; | 
|---|
| 3377 | static constexpr dart::compiler::target::word Context_header_size = 12; | 
|---|
| 3378 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 12; | 
|---|
| 3379 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 3380 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 8; | 
|---|
| 3381 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 3382 | 12; | 
|---|
| 3383 | static constexpr dart::compiler::target::word | 
|---|
| 3384 | ExternalOneByteString_InstanceSize = 20; | 
|---|
| 3385 | static constexpr dart::compiler::target::word | 
|---|
| 3386 | ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 3387 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 3388 | 12; | 
|---|
| 3389 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 3390 | 24; | 
|---|
| 3391 | static constexpr dart::compiler::target::word Field_InstanceSize = 64; | 
|---|
| 3392 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 3393 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 3394 | static constexpr dart::compiler::target::word Function_InstanceSize = 96; | 
|---|
| 3395 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 8; | 
|---|
| 3396 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 3397 | 16; | 
|---|
| 3398 | static constexpr dart::compiler::target::word ICData_InstanceSize = 32; | 
|---|
| 3399 | static constexpr dart::compiler::target::word Instance_InstanceSize = 4; | 
|---|
| 3400 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 8; | 
|---|
| 3401 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 3402 | 8; | 
|---|
| 3403 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 3404 | 8; | 
|---|
| 3405 | static constexpr dart::compiler::target::word | 
|---|
| 3406 | InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 3407 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 3408 | static constexpr dart::compiler::target::word Integer_InstanceSize = 4; | 
|---|
| 3409 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 3410 | 64; | 
|---|
| 3411 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 28; | 
|---|
| 3412 | static constexpr dart::compiler::target::word Library_InstanceSize = 84; | 
|---|
| 3413 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 20; | 
|---|
| 3414 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 28; | 
|---|
| 3415 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 3416 | 8; | 
|---|
| 3417 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 3418 | 24; | 
|---|
| 3419 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 3420 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 8; | 
|---|
| 3421 | static constexpr dart::compiler::target::word | 
|---|
| 3422 | MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 3423 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 20; | 
|---|
| 3424 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 16; | 
|---|
| 3425 | static constexpr dart::compiler::target::word Number_InstanceSize = 4; | 
|---|
| 3426 | static constexpr dart::compiler::target::word Object_InstanceSize = 4; | 
|---|
| 3427 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 8; | 
|---|
| 3428 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 12; | 
|---|
| 3429 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 3430 | 24; | 
|---|
| 3431 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 24; | 
|---|
| 3432 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 8; | 
|---|
| 3433 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 12; | 
|---|
| 3434 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 12; | 
|---|
| 3435 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 16; | 
|---|
| 3436 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 60; | 
|---|
| 3437 | static constexpr dart::compiler::target::word Script_InstanceSize = 56; | 
|---|
| 3438 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 3439 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 12; | 
|---|
| 3440 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 3441 | 16; | 
|---|
| 3442 | static constexpr dart::compiler::target::word Smi_InstanceSize = 4; | 
|---|
| 3443 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 20; | 
|---|
| 3444 | static constexpr dart::compiler::target::word String_InstanceSize = 12; | 
|---|
| 3445 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = 8; | 
|---|
| 3446 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 20; | 
|---|
| 3447 | static constexpr dart::compiler::target::word | 
|---|
| 3448 | TransferableTypedData_InstanceSize = 4; | 
|---|
| 3449 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 12; | 
|---|
| 3450 | static constexpr dart::compiler::target::word Type_InstanceSize = 36; | 
|---|
| 3451 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 20; | 
|---|
| 3452 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 40; | 
|---|
| 3453 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 16; | 
|---|
| 3454 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 12; | 
|---|
| 3455 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 12; | 
|---|
| 3456 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 20; | 
|---|
| 3457 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 3458 | 12; | 
|---|
| 3459 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 16; | 
|---|
| 3460 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 12; | 
|---|
| 3461 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 12; | 
|---|
| 3462 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 16; | 
|---|
| 3463 | static constexpr dart::compiler::target::word | 
|---|
| 3464 | WeakSerializationReference_InstanceSize = 8; | 
|---|
| 3465 | #endif  // defined(TARGET_ARCH_IA32) | 
|---|
| 3466 |  | 
|---|
| 3467 | #if defined(TARGET_ARCH_ARM64) | 
|---|
| 3468 | static constexpr dart::compiler::target::word Function_usage_counter_offset = | 
|---|
| 3469 | 132; | 
|---|
| 3470 | static constexpr dart::compiler::target::word | 
|---|
| 3471 | ICData_receivers_static_type_offset = 32; | 
|---|
| 3472 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = | 
|---|
| 3473 | 16; | 
|---|
| 3474 | static constexpr dart::compiler::target::word ObjectPool_element_size = 8; | 
|---|
| 3475 | static constexpr dart::compiler::target::word Array_kMaxElements = | 
|---|
| 3476 | 576460752303423487; | 
|---|
| 3477 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = | 
|---|
| 3478 | 32765; | 
|---|
| 3479 | static constexpr dart::compiler::target::word | 
|---|
| 3480 | Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 3481 | static constexpr dart::compiler::target::word | 
|---|
| 3482 | Instructions_kPolymorphicEntryOffsetJIT = 48; | 
|---|
| 3483 | static constexpr dart::compiler::target::word | 
|---|
| 3484 | Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 3485 | static constexpr dart::compiler::target::word | 
|---|
| 3486 | Instructions_kPolymorphicEntryOffsetAOT = 20; | 
|---|
| 3487 | static constexpr dart::compiler::target::word OldPage_kBytesPerCardLog2 = 10; | 
|---|
| 3488 | static constexpr dart::compiler::target::word | 
|---|
| 3489 | NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 3490 | static constexpr dart::compiler::target::word String_kMaxElements = | 
|---|
| 3491 | 2305843009213693951; | 
|---|
| 3492 | static constexpr dart::compiler::target::word | 
|---|
| 3493 | SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 3494 | static constexpr dart::compiler::target::word | 
|---|
| 3495 | SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 3496 | static constexpr dart::compiler::target::word | 
|---|
| 3497 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 3498 | static constexpr dart::compiler::target::word | 
|---|
| 3499 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 3500 | static constexpr dart::compiler::target::word | 
|---|
| 3501 | SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 3502 | static constexpr dart::compiler::target::word | 
|---|
| 3503 | SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 3504 | static constexpr dart::compiler::target::word | 
|---|
| 3505 | SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 3506 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = 0; | 
|---|
| 3507 | static constexpr dart::compiler::target::word | 
|---|
| 3508 | AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 3509 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = | 
|---|
| 3510 | 32; | 
|---|
| 3511 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = | 
|---|
| 3512 | 40; | 
|---|
| 3513 | static constexpr dart::compiler::target::word | 
|---|
| 3514 | ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 3515 | static constexpr dart::compiler::target::word | 
|---|
| 3516 | ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 3517 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = | 
|---|
| 3518 | 0; | 
|---|
| 3519 | static constexpr dart::compiler::target::word | 
|---|
| 3520 | ArgumentsDescriptor_position_offset = 8; | 
|---|
| 3521 | static constexpr dart::compiler::target::word | 
|---|
| 3522 | ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 3523 | static constexpr dart::compiler::target::word | 
|---|
| 3524 | ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 3525 | static constexpr dart::compiler::target::word Array_data_offset = 24; | 
|---|
| 3526 | static constexpr dart::compiler::target::word Array_length_offset = 16; | 
|---|
| 3527 | static constexpr dart::compiler::target::word Array_tags_offset = 0; | 
|---|
| 3528 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 8; | 
|---|
| 3529 | static constexpr dart::compiler::target::word Class_declaration_type_offset = | 
|---|
| 3530 | 112; | 
|---|
| 3531 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = | 
|---|
| 3532 | 172; | 
|---|
| 3533 | static constexpr dart::compiler::target::word Class_super_type_offset = 88; | 
|---|
| 3534 | static constexpr dart::compiler::target::word | 
|---|
| 3535 | Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 3536 | static constexpr dart::compiler::target::word Closure_context_offset = 40; | 
|---|
| 3537 | static constexpr dart::compiler::target::word | 
|---|
| 3538 | Closure_delayed_type_arguments_offset = 24; | 
|---|
| 3539 | static constexpr dart::compiler::target::word Closure_function_offset = 32; | 
|---|
| 3540 | static constexpr dart::compiler::target::word | 
|---|
| 3541 | Closure_function_type_arguments_offset = 16; | 
|---|
| 3542 | static constexpr dart::compiler::target::word Closure_hash_offset = 48; | 
|---|
| 3543 | static constexpr dart::compiler::target::word | 
|---|
| 3544 | Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 3545 | static constexpr dart::compiler::target::word Code_object_pool_offset = 40; | 
|---|
| 3546 | static constexpr dart::compiler::target::word Code_saved_instructions_offset = | 
|---|
| 3547 | 48; | 
|---|
| 3548 | static constexpr dart::compiler::target::word Code_owner_offset = 56; | 
|---|
| 3549 | static constexpr dart::compiler::target::word Context_num_variables_offset = 8; | 
|---|
| 3550 | static constexpr dart::compiler::target::word Context_parent_offset = 16; | 
|---|
| 3551 | static constexpr dart::compiler::target::word Double_value_offset = 8; | 
|---|
| 3552 | static constexpr dart::compiler::target::word | 
|---|
| 3553 | ExternalOneByteString_external_data_offset = 16; | 
|---|
| 3554 | static constexpr dart::compiler::target::word | 
|---|
| 3555 | ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 3556 | static constexpr dart::compiler::target::word Float32x4_value_offset = 8; | 
|---|
| 3557 | static constexpr dart::compiler::target::word Float64x2_value_offset = 8; | 
|---|
| 3558 | static constexpr dart::compiler::target::word | 
|---|
| 3559 | Field_initializer_function_offset = 32; | 
|---|
| 3560 | static constexpr dart::compiler::target::word | 
|---|
| 3561 | Field_host_offset_or_field_id_offset = 40; | 
|---|
| 3562 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 88; | 
|---|
| 3563 | static constexpr dart::compiler::target::word | 
|---|
| 3564 | Field_guarded_list_length_in_object_offset_offset = 96; | 
|---|
| 3565 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = | 
|---|
| 3566 | 56; | 
|---|
| 3567 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 90; | 
|---|
| 3568 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 98; | 
|---|
| 3569 | static constexpr dart::compiler::target::word Function_code_offset = 88; | 
|---|
| 3570 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { | 
|---|
| 3571 | 8, 16}; | 
|---|
| 3572 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = | 
|---|
| 3573 | 8; | 
|---|
| 3574 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = | 
|---|
| 3575 | 24; | 
|---|
| 3576 | static constexpr dart::compiler::target::word | 
|---|
| 3577 | GrowableObjectArray_length_offset = 16; | 
|---|
| 3578 | static constexpr dart::compiler::target::word | 
|---|
| 3579 | GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 3580 | static constexpr dart::compiler::target::word OldPage_card_table_offset = 40; | 
|---|
| 3581 | static constexpr dart::compiler::target::word | 
|---|
| 3582 | CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 3583 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 3; | 
|---|
| 3584 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0; | 
|---|
| 3585 | static constexpr dart::compiler::target::word ICData_entries_offset = 24; | 
|---|
| 3586 | static constexpr dart::compiler::target::word ICData_owner_offset = 40; | 
|---|
| 3587 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 52; | 
|---|
| 3588 | static constexpr dart::compiler::target::word | 
|---|
| 3589 | Isolate_shared_class_table_offset = 72; | 
|---|
| 3590 | static constexpr dart::compiler::target::word | 
|---|
| 3591 | Isolate_cached_class_table_table_offset = 80; | 
|---|
| 3592 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 40; | 
|---|
| 3593 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 48; | 
|---|
| 3594 | static constexpr dart::compiler::target::word Isolate_ic_miss_code_offset = 56; | 
|---|
| 3595 | static constexpr dart::compiler::target::word | 
|---|
| 3596 | Isolate_cached_object_store_offset = 64; | 
|---|
| 3597 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 32; | 
|---|
| 3598 | static constexpr dart::compiler::target::word LinkedHashMap_data_offset = 32; | 
|---|
| 3599 | static constexpr dart::compiler::target::word | 
|---|
| 3600 | LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 3601 | static constexpr dart::compiler::target::word LinkedHashMap_hash_mask_offset = | 
|---|
| 3602 | 24; | 
|---|
| 3603 | static constexpr dart::compiler::target::word LinkedHashMap_index_offset = 16; | 
|---|
| 3604 | static constexpr dart::compiler::target::word | 
|---|
| 3605 | LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 3606 | static constexpr dart::compiler::target::word LinkedHashMap_used_data_offset = | 
|---|
| 3607 | 40; | 
|---|
| 3608 | static constexpr dart::compiler::target::word LocalHandle_raw_offset = 0; | 
|---|
| 3609 | static constexpr dart::compiler::target::word | 
|---|
| 3610 | MarkingStackBlock_pointers_offset = 16; | 
|---|
| 3611 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = 8; | 
|---|
| 3612 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = | 
|---|
| 3613 | 24; | 
|---|
| 3614 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = 32; | 
|---|
| 3615 | static constexpr dart::compiler::target::word Mint_value_offset = 8; | 
|---|
| 3616 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = | 
|---|
| 3617 | 8; | 
|---|
| 3618 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 16; | 
|---|
| 3619 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = | 
|---|
| 3620 | 24; | 
|---|
| 3621 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = 0; | 
|---|
| 3622 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = | 
|---|
| 3623 | 256; | 
|---|
| 3624 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = 136; | 
|---|
| 3625 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = | 
|---|
| 3626 | 312; | 
|---|
| 3627 | static constexpr dart::compiler::target::word OneByteString_data_offset = 16; | 
|---|
| 3628 | static constexpr dart::compiler::target::word PointerBase_data_field_offset = 8; | 
|---|
| 3629 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = | 
|---|
| 3630 | 16; | 
|---|
| 3631 | static constexpr dart::compiler::target::word | 
|---|
| 3632 | SingleTargetCache_entry_point_offset = 16; | 
|---|
| 3633 | static constexpr dart::compiler::target::word | 
|---|
| 3634 | SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 3635 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = | 
|---|
| 3636 | 8; | 
|---|
| 3637 | static constexpr dart::compiler::target::word | 
|---|
| 3638 | SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 3639 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = | 
|---|
| 3640 | 16; | 
|---|
| 3641 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 8; | 
|---|
| 3642 | static constexpr dart::compiler::target::word String_hash_offset = 4; | 
|---|
| 3643 | static constexpr dart::compiler::target::word String_length_offset = 8; | 
|---|
| 3644 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = 8; | 
|---|
| 3645 | static constexpr dart::compiler::target::word | 
|---|
| 3646 | Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 3647 | static constexpr dart::compiler::target::word Thread_active_exception_offset = | 
|---|
| 3648 | 1512; | 
|---|
| 3649 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = | 
|---|
| 3650 | 1520; | 
|---|
| 3651 | static constexpr dart::compiler::target::word | 
|---|
| 3652 | Thread_array_write_barrier_code_offset = 240; | 
|---|
| 3653 | static constexpr dart::compiler::target::word | 
|---|
| 3654 | Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 3655 | static constexpr dart::compiler::target::word | 
|---|
| 3656 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 3657 | static constexpr dart::compiler::target::word | 
|---|
| 3658 | Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 3659 | static constexpr dart::compiler::target::word | 
|---|
| 3660 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 3661 | static constexpr dart::compiler::target::word | 
|---|
| 3662 | Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 3663 | static constexpr dart::compiler::target::word | 
|---|
| 3664 | Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 3665 | static constexpr dart::compiler::target::word | 
|---|
| 3666 | Thread_allocate_object_stub_offset = 368; | 
|---|
| 3667 | static constexpr dart::compiler::target::word | 
|---|
| 3668 | Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 3669 | static constexpr dart::compiler::target::word | 
|---|
| 3670 | Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 3671 | static constexpr dart::compiler::target::word | 
|---|
| 3672 | Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 3673 | static constexpr dart::compiler::target::word | 
|---|
| 3674 | Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 3675 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = | 
|---|
| 3676 | 1584; | 
|---|
| 3677 | static constexpr dart::compiler::target::word Thread_async_stack_trace_offset = | 
|---|
| 3678 | 192; | 
|---|
| 3679 | static constexpr dart::compiler::target::word | 
|---|
| 3680 | Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 3681 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 224; | 
|---|
| 3682 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 216; | 
|---|
| 3683 | static constexpr dart::compiler::target::word | 
|---|
| 3684 | Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 3685 | static constexpr dart::compiler::target::word | 
|---|
| 3686 | Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 3687 | static constexpr dart::compiler::target::word | 
|---|
| 3688 | Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 3689 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 1600; | 
|---|
| 3690 | static constexpr dart::compiler::target::word | 
|---|
| 3691 | Thread_dispatch_table_array_offset = 96; | 
|---|
| 3692 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = | 
|---|
| 3693 | 608; | 
|---|
| 3694 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = 440; | 
|---|
| 3695 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = | 
|---|
| 3696 | 616; | 
|---|
| 3697 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = | 
|---|
| 3698 | 448; | 
|---|
| 3699 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = | 
|---|
| 3700 | 696; | 
|---|
| 3701 | static constexpr dart::compiler::target::word | 
|---|
| 3702 | Thread_double_negate_address_offset = 688; | 
|---|
| 3703 | static constexpr dart::compiler::target::word Thread_end_offset = 112; | 
|---|
| 3704 | static constexpr dart::compiler::target::word | 
|---|
| 3705 | Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 3706 | static constexpr dart::compiler::target::word Thread_execution_state_offset = | 
|---|
| 3707 | 1552; | 
|---|
| 3708 | static constexpr dart::compiler::target::word | 
|---|
| 3709 | Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 3710 | static constexpr dart::compiler::target::word | 
|---|
| 3711 | Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 3712 | static constexpr dart::compiler::target::word | 
|---|
| 3713 | Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 3714 | static constexpr dart::compiler::target::word | 
|---|
| 3715 | Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 3716 | static constexpr dart::compiler::target::word | 
|---|
| 3717 | Thread_fix_callers_target_code_offset = 248; | 
|---|
| 3718 | static constexpr dart::compiler::target::word | 
|---|
| 3719 | Thread_float_absolute_address_offset = 720; | 
|---|
| 3720 | static constexpr dart::compiler::target::word | 
|---|
| 3721 | Thread_float_negate_address_offset = 712; | 
|---|
| 3722 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = | 
|---|
| 3723 | 704; | 
|---|
| 3724 | static constexpr dart::compiler::target::word | 
|---|
| 3725 | Thread_float_zerow_address_offset = 728; | 
|---|
| 3726 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = | 
|---|
| 3727 | 1528; | 
|---|
| 3728 | static constexpr dart::compiler::target::word | 
|---|
| 3729 | Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 3730 | static constexpr dart::compiler::target::word | 
|---|
| 3731 | Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 3732 | static constexpr dart::compiler::target::word | 
|---|
| 3733 | Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 3734 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = | 
|---|
| 3735 | 1576; | 
|---|
| 3736 | static constexpr dart::compiler::target::word Thread_isolate_offset = 88; | 
|---|
| 3737 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = | 
|---|
| 3738 | 136; | 
|---|
| 3739 | static constexpr dart::compiler::target::word | 
|---|
| 3740 | Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 3741 | static constexpr dart::compiler::target::word | 
|---|
| 3742 | Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 3743 | static constexpr dart::compiler::target::word | 
|---|
| 3744 | Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 3745 | static constexpr dart::compiler::target::word | 
|---|
| 3746 | Thread_marking_stack_block_offset = 168; | 
|---|
| 3747 | static constexpr dart::compiler::target::word | 
|---|
| 3748 | Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 3749 | static constexpr dart::compiler::target::word | 
|---|
| 3750 | Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 3751 | static constexpr dart::compiler::target::word | 
|---|
| 3752 | Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 3753 | static constexpr dart::compiler::target::word | 
|---|
| 3754 | Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 3755 | static constexpr dart::compiler::target::word | 
|---|
| 3756 | Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 3757 | static constexpr dart::compiler::target::word | 
|---|
| 3758 | Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 3759 | static constexpr dart::compiler::target::word | 
|---|
| 3760 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 3761 | static constexpr dart::compiler::target::word | 
|---|
| 3762 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 3763 | static constexpr dart::compiler::target::word | 
|---|
| 3764 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 3765 | static constexpr dart::compiler::target::word | 
|---|
| 3766 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 3767 | static constexpr dart::compiler::target::word | 
|---|
| 3768 | Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 3769 | static constexpr dart::compiler::target::word | 
|---|
| 3770 | Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 3771 | static constexpr dart::compiler::target::word Thread_object_null_offset = 208; | 
|---|
| 3772 | static constexpr dart::compiler::target::word | 
|---|
| 3773 | Thread_predefined_symbols_address_offset = 672; | 
|---|
| 3774 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 1536; | 
|---|
| 3775 | static constexpr dart::compiler::target::word | 
|---|
| 3776 | Thread_saved_shadow_call_stack_offset = 1544; | 
|---|
| 3777 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = | 
|---|
| 3778 | 1560; | 
|---|
| 3779 | static constexpr dart::compiler::target::word | 
|---|
| 3780 | Thread_slow_type_test_stub_offset = 472; | 
|---|
| 3781 | static constexpr dart::compiler::target::word | 
|---|
| 3782 | Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 3783 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 72; | 
|---|
| 3784 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = | 
|---|
| 3785 | 120; | 
|---|
| 3786 | static constexpr dart::compiler::target::word | 
|---|
| 3787 | Thread_stack_overflow_flags_offset = 128; | 
|---|
| 3788 | static constexpr dart::compiler::target::word | 
|---|
| 3789 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 3790 | static constexpr dart::compiler::target::word | 
|---|
| 3791 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 3792 | static constexpr dart::compiler::target::word | 
|---|
| 3793 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 3794 | static constexpr dart::compiler::target::word | 
|---|
| 3795 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 3796 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = | 
|---|
| 3797 | 160; | 
|---|
| 3798 | static constexpr dart::compiler::target::word | 
|---|
| 3799 | Thread_top_exit_frame_info_offset = 152; | 
|---|
| 3800 | static constexpr dart::compiler::target::word Thread_top_offset = 104; | 
|---|
| 3801 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 48; | 
|---|
| 3802 | static constexpr dart::compiler::target::word | 
|---|
| 3803 | Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 3804 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 184; | 
|---|
| 3805 | static constexpr dart::compiler::target::word Thread_write_barrier_code_offset = | 
|---|
| 3806 | 232; | 
|---|
| 3807 | static constexpr dart::compiler::target::word | 
|---|
| 3808 | Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 3809 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = | 
|---|
| 3810 | 80; | 
|---|
| 3811 | static constexpr dart::compiler::target::word Thread_callback_code_offset = | 
|---|
| 3812 | 1568; | 
|---|
| 3813 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = | 
|---|
| 3814 | 16; | 
|---|
| 3815 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 16; | 
|---|
| 3816 | static constexpr dart::compiler::target::word Type_arguments_offset = 32; | 
|---|
| 3817 | static constexpr dart::compiler::target::word Type_hash_offset = 40; | 
|---|
| 3818 | static constexpr dart::compiler::target::word Type_signature_offset = 48; | 
|---|
| 3819 | static constexpr dart::compiler::target::word Type_type_class_id_offset = 24; | 
|---|
| 3820 | static constexpr dart::compiler::target::word Type_type_state_offset = 60; | 
|---|
| 3821 | static constexpr dart::compiler::target::word Type_nullability_offset = 61; | 
|---|
| 3822 | static constexpr dart::compiler::target::word | 
|---|
| 3823 | TypeArguments_instantiations_offset = 8; | 
|---|
| 3824 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = | 
|---|
| 3825 | 32; | 
|---|
| 3826 | static constexpr dart::compiler::target::word TypeRef_type_offset = 24; | 
|---|
| 3827 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 16; | 
|---|
| 3828 | static constexpr dart::compiler::target::word TypedDataView_data_offset = 24; | 
|---|
| 3829 | static constexpr dart::compiler::target::word | 
|---|
| 3830 | TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 3831 | static constexpr dart::compiler::target::word TypedData_data_offset = 24; | 
|---|
| 3832 | static constexpr dart::compiler::target::word | 
|---|
| 3833 | UnhandledException_exception_offset = 8; | 
|---|
| 3834 | static constexpr dart::compiler::target::word | 
|---|
| 3835 | UnhandledException_stacktrace_offset = 16; | 
|---|
| 3836 | static constexpr dart::compiler::target::word UserTag_tag_offset = 16; | 
|---|
| 3837 | static constexpr dart::compiler::target::word | 
|---|
| 3838 | MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 3839 | static constexpr dart::compiler::target::word | 
|---|
| 3840 | MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 3841 | static constexpr dart::compiler::target::word | 
|---|
| 3842 | MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 3843 | static constexpr dart::compiler::target::word Array_elements_start_offset = 24; | 
|---|
| 3844 | static constexpr dart::compiler::target::word Array_element_size = 8; | 
|---|
| 3845 | static constexpr dart::compiler::target::word | 
|---|
| 3846 | TypeArguments_elements_start_offset = 40; | 
|---|
| 3847 | static constexpr dart::compiler::target::word TypeArguments_element_size = 8; | 
|---|
| 3848 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { | 
|---|
| 3849 | 8, 24, 16, 32}; | 
|---|
| 3850 | static constexpr dart::compiler::target::word | 
|---|
| 3851 | Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 3852 | 1352, 1360, 1368, 1376, 1384, 1392, 1400, 1408, 1416, 1424, 1432, | 
|---|
| 3853 | 1440, 1448, 1456, 1464, -1,   -1,   -1,   -1,   1472, 1480, -1, | 
|---|
| 3854 | -1,   1488, 1496, 1504, -1,   -1,   -1,   -1,   -1,   -1}; | 
|---|
| 3855 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 16; | 
|---|
| 3856 | static constexpr dart::compiler::target::word Array_InstanceSize = 24; | 
|---|
| 3857 | static constexpr dart::compiler::target::word Array_header_size = 24; | 
|---|
| 3858 | static constexpr dart::compiler::target::word Bool_InstanceSize = 12; | 
|---|
| 3859 | static constexpr dart::compiler::target::word Bytecode_InstanceSize = 80; | 
|---|
| 3860 | static constexpr dart::compiler::target::word Capability_InstanceSize = 16; | 
|---|
| 3861 | static constexpr dart::compiler::target::word Class_InstanceSize = 208; | 
|---|
| 3862 | static constexpr dart::compiler::target::word Closure_InstanceSize = 56; | 
|---|
| 3863 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 40; | 
|---|
| 3864 | static constexpr dart::compiler::target::word Code_InstanceSize = 144; | 
|---|
| 3865 | static constexpr dart::compiler::target::word CodeSourceMap_InstanceSize = 16; | 
|---|
| 3866 | static constexpr dart::compiler::target::word CompressedStackMaps_InstanceSize = | 
|---|
| 3867 | 12; | 
|---|
| 3868 | static constexpr dart::compiler::target::word CompressedStackMaps_HeaderSize = | 
|---|
| 3869 | 12; | 
|---|
| 3870 | static constexpr dart::compiler::target::word Context_InstanceSize = 24; | 
|---|
| 3871 | static constexpr dart::compiler::target::word Context_header_size = 24; | 
|---|
| 3872 | static constexpr dart::compiler::target::word ContextScope_InstanceSize = 16; | 
|---|
| 3873 | static constexpr dart::compiler::target::word Double_InstanceSize = 16; | 
|---|
| 3874 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 16; | 
|---|
| 3875 | static constexpr dart::compiler::target::word ExceptionHandlers_InstanceSize = | 
|---|
| 3876 | 24; | 
|---|
| 3877 | static constexpr dart::compiler::target::word | 
|---|
| 3878 | ExternalOneByteString_InstanceSize = 32; | 
|---|
| 3879 | static constexpr dart::compiler::target::word | 
|---|
| 3880 | ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 3881 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = | 
|---|
| 3882 | 24; | 
|---|
| 3883 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = | 
|---|
| 3884 | 48; | 
|---|
| 3885 | static constexpr dart::compiler::target::word Field_InstanceSize = 104; | 
|---|
| 3886 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 24; | 
|---|
| 3887 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 24; | 
|---|
| 3888 | static constexpr dart::compiler::target::word Function_InstanceSize = 152; | 
|---|
| 3889 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 16; | 
|---|
| 3890 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = | 
|---|
| 3891 | 32; | 
|---|
| 3892 | static constexpr dart::compiler::target::word ICData_InstanceSize = 56; | 
|---|
| 3893 | static constexpr dart::compiler::target::word Instance_InstanceSize = 8; | 
|---|
| 3894 | static constexpr dart::compiler::target::word Instructions_InstanceSize = 12; | 
|---|
| 3895 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = | 
|---|
| 3896 | 12; | 
|---|
| 3897 | static constexpr dart::compiler::target::word InstructionsSection_InstanceSize = | 
|---|
| 3898 | 16; | 
|---|
| 3899 | static constexpr dart::compiler::target::word | 
|---|
| 3900 | InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 3901 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 24; | 
|---|
| 3902 | static constexpr dart::compiler::target::word Integer_InstanceSize = 8; | 
|---|
| 3903 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = | 
|---|
| 3904 | 128; | 
|---|
| 3905 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 48; | 
|---|
| 3906 | static constexpr dart::compiler::target::word Library_InstanceSize = 160; | 
|---|
| 3907 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 40; | 
|---|
| 3908 | static constexpr dart::compiler::target::word LinkedHashMap_InstanceSize = 56; | 
|---|
| 3909 | static constexpr dart::compiler::target::word LocalVarDescriptors_InstanceSize = | 
|---|
| 3910 | 16; | 
|---|
| 3911 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = | 
|---|
| 3912 | 48; | 
|---|
| 3913 | static constexpr dart::compiler::target::word Mint_InstanceSize = 16; | 
|---|
| 3914 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = 16; | 
|---|
| 3915 | static constexpr dart::compiler::target::word | 
|---|
| 3916 | MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 3917 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 40; | 
|---|
| 3918 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 32; | 
|---|
| 3919 | static constexpr dart::compiler::target::word Number_InstanceSize = 8; | 
|---|
| 3920 | static constexpr dart::compiler::target::word Object_InstanceSize = 8; | 
|---|
| 3921 | static constexpr dart::compiler::target::word ObjectPool_InstanceSize = 16; | 
|---|
| 3922 | static constexpr dart::compiler::target::word OneByteString_InstanceSize = 16; | 
|---|
| 3923 | static constexpr dart::compiler::target::word ParameterTypeCheck_InstanceSize = | 
|---|
| 3924 | 48; | 
|---|
| 3925 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 48; | 
|---|
| 3926 | static constexpr dart::compiler::target::word PcDescriptors_InstanceSize = 16; | 
|---|
| 3927 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 24; | 
|---|
| 3928 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 24; | 
|---|
| 3929 | static constexpr dart::compiler::target::word RedirectionData_InstanceSize = 32; | 
|---|
| 3930 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 120; | 
|---|
| 3931 | static constexpr dart::compiler::target::word Script_InstanceSize = 96; | 
|---|
| 3932 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 24; | 
|---|
| 3933 | static constexpr dart::compiler::target::word SignatureData_InstanceSize = 24; | 
|---|
| 3934 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = | 
|---|
| 3935 | 32; | 
|---|
| 3936 | static constexpr dart::compiler::target::word Smi_InstanceSize = 8; | 
|---|
| 3937 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 40; | 
|---|
| 3938 | static constexpr dart::compiler::target::word String_InstanceSize = 16; | 
|---|
| 3939 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = | 
|---|
| 3940 | 16; | 
|---|
| 3941 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 32; | 
|---|
| 3942 | static constexpr dart::compiler::target::word | 
|---|
| 3943 | TransferableTypedData_InstanceSize = 8; | 
|---|
| 3944 | static constexpr dart::compiler::target::word TwoByteString_InstanceSize = 16; | 
|---|
| 3945 | static constexpr dart::compiler::target::word Type_InstanceSize = 64; | 
|---|
| 3946 | static constexpr dart::compiler::target::word TypeArguments_InstanceSize = 40; | 
|---|
| 3947 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 72; | 
|---|
| 3948 | static constexpr dart::compiler::target::word TypeRef_InstanceSize = 32; | 
|---|
| 3949 | static constexpr dart::compiler::target::word TypedData_InstanceSize = 24; | 
|---|
| 3950 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 24; | 
|---|
| 3951 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 40; | 
|---|
| 3952 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = | 
|---|
| 3953 | 24; | 
|---|
| 3954 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 32; | 
|---|
| 3955 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 24; | 
|---|
| 3956 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 24; | 
|---|
| 3957 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 32; | 
|---|
| 3958 | static constexpr dart::compiler::target::word | 
|---|
| 3959 | WeakSerializationReference_InstanceSize = 16; | 
|---|
| 3960 | #endif  // defined(TARGET_ARCH_ARM64) | 
|---|
| 3961 |  | 
|---|
| 3962 | #endif  // !defined(PRODUCT) | 
|---|
| 3963 |  | 
|---|
| 3964 | #if !defined(PRODUCT) | 
|---|
| 3965 |  | 
|---|
| 3966 | #if defined(TARGET_ARCH_ARM) | 
|---|
| 3967 | static constexpr dart::compiler::target::word | 
|---|
| 3968 | AOT_ObjectPool_elements_start_offset = 8; | 
|---|
| 3969 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 4; | 
|---|
| 3970 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 3971 | 268435455; | 
|---|
| 3972 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 3973 | 65533; | 
|---|
| 3974 | static constexpr dart::compiler::target::word | 
|---|
| 3975 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0; | 
|---|
| 3976 | static constexpr dart::compiler::target::word | 
|---|
| 3977 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 3978 | static constexpr dart::compiler::target::word | 
|---|
| 3979 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 3980 | static constexpr dart::compiler::target::word | 
|---|
| 3981 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 12; | 
|---|
| 3982 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 3983 | static constexpr dart::compiler::target::word | 
|---|
| 3984 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 3985 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 3986 | 536870911; | 
|---|
| 3987 | static constexpr dart::compiler::target::word | 
|---|
| 3988 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 3989 | static constexpr dart::compiler::target::word | 
|---|
| 3990 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 3991 | static constexpr dart::compiler::target::word | 
|---|
| 3992 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 3993 | static constexpr dart::compiler::target::word | 
|---|
| 3994 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 3995 | static constexpr dart::compiler::target::word | 
|---|
| 3996 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 3997 | static constexpr dart::compiler::target::word | 
|---|
| 3998 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 3999 | static constexpr dart::compiler::target::word | 
|---|
| 4000 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 4001 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 4002 | 0; | 
|---|
| 4003 | static constexpr dart::compiler::target::word | 
|---|
| 4004 | AOT_AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 4005 | static constexpr dart::compiler::target::word | 
|---|
| 4006 | AOT_ArgumentsDescriptor_count_offset = 16; | 
|---|
| 4007 | static constexpr dart::compiler::target::word | 
|---|
| 4008 | AOT_ArgumentsDescriptor_size_offset = 20; | 
|---|
| 4009 | static constexpr dart::compiler::target::word | 
|---|
| 4010 | AOT_ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 4011 | static constexpr dart::compiler::target::word | 
|---|
| 4012 | AOT_ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 4013 | static constexpr dart::compiler::target::word | 
|---|
| 4014 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 4015 | static constexpr dart::compiler::target::word | 
|---|
| 4016 | AOT_ArgumentsDescriptor_position_offset = 4; | 
|---|
| 4017 | static constexpr dart::compiler::target::word | 
|---|
| 4018 | AOT_ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 4019 | static constexpr dart::compiler::target::word | 
|---|
| 4020 | AOT_ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 4021 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 12; | 
|---|
| 4022 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 8; | 
|---|
| 4023 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 4024 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 4025 | 4; | 
|---|
| 4026 | static constexpr dart::compiler::target::word | 
|---|
| 4027 | AOT_Class_declaration_type_offset = 56; | 
|---|
| 4028 | static constexpr dart::compiler::target::word | 
|---|
| 4029 | AOT_Class_num_type_arguments_offset = 92; | 
|---|
| 4030 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 44; | 
|---|
| 4031 | static constexpr dart::compiler::target::word | 
|---|
| 4032 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 4033 | static constexpr dart::compiler::target::word | 
|---|
| 4034 | AOT_SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 4035 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 20; | 
|---|
| 4036 | static constexpr dart::compiler::target::word | 
|---|
| 4037 | AOT_Closure_delayed_type_arguments_offset = 12; | 
|---|
| 4038 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 16; | 
|---|
| 4039 | static constexpr dart::compiler::target::word | 
|---|
| 4040 | AOT_Closure_function_type_arguments_offset = 8; | 
|---|
| 4041 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 24; | 
|---|
| 4042 | static constexpr dart::compiler::target::word | 
|---|
| 4043 | AOT_Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 4044 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 20; | 
|---|
| 4045 | static constexpr dart::compiler::target::word | 
|---|
| 4046 | AOT_Code_saved_instructions_offset = 24; | 
|---|
| 4047 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 28; | 
|---|
| 4048 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 4049 | 4; | 
|---|
| 4050 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 8; | 
|---|
| 4051 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 4052 | static constexpr dart::compiler::target::word | 
|---|
| 4053 | AOT_ExternalOneByteString_external_data_offset = 12; | 
|---|
| 4054 | static constexpr dart::compiler::target::word | 
|---|
| 4055 | AOT_ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 4056 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 4057 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 4058 | static constexpr dart::compiler::target::word | 
|---|
| 4059 | AOT_Field_initializer_function_offset = 16; | 
|---|
| 4060 | static constexpr dart::compiler::target::word | 
|---|
| 4061 | AOT_Field_host_offset_or_field_id_offset = 20; | 
|---|
| 4062 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 40; | 
|---|
| 4063 | static constexpr dart::compiler::target::word | 
|---|
| 4064 | AOT_Field_guarded_list_length_in_object_offset_offset = 44; | 
|---|
| 4065 | static constexpr dart::compiler::target::word | 
|---|
| 4066 | AOT_Field_guarded_list_length_offset = 24; | 
|---|
| 4067 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 42; | 
|---|
| 4068 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 46; | 
|---|
| 4069 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 44; | 
|---|
| 4070 | static constexpr dart::compiler::target::word | 
|---|
| 4071 | AOT_Function_entry_point_offset[] = {4, 8}; | 
|---|
| 4072 | static constexpr dart::compiler::target::word | 
|---|
| 4073 | AOT_FutureOr_type_arguments_offset = 4; | 
|---|
| 4074 | static constexpr dart::compiler::target::word | 
|---|
| 4075 | AOT_GrowableObjectArray_data_offset = 12; | 
|---|
| 4076 | static constexpr dart::compiler::target::word | 
|---|
| 4077 | AOT_GrowableObjectArray_length_offset = 8; | 
|---|
| 4078 | static constexpr dart::compiler::target::word | 
|---|
| 4079 | AOT_GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 4080 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 4081 | 20; | 
|---|
| 4082 | static constexpr dart::compiler::target::word | 
|---|
| 4083 | AOT_CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 4084 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 4085 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 4086 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 12; | 
|---|
| 4087 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 16; | 
|---|
| 4088 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 20; | 
|---|
| 4089 | static constexpr dart::compiler::target::word | 
|---|
| 4090 | AOT_Isolate_shared_class_table_offset = 36; | 
|---|
| 4091 | static constexpr dart::compiler::target::word | 
|---|
| 4092 | AOT_Isolate_cached_class_table_table_offset = 40; | 
|---|
| 4093 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 4094 | 20; | 
|---|
| 4095 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 4096 | 24; | 
|---|
| 4097 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 4098 | 28; | 
|---|
| 4099 | static constexpr dart::compiler::target::word | 
|---|
| 4100 | AOT_Isolate_cached_object_store_offset = 32; | 
|---|
| 4101 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = | 
|---|
| 4102 | 48; | 
|---|
| 4103 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 16; | 
|---|
| 4104 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 4105 | 16; | 
|---|
| 4106 | static constexpr dart::compiler::target::word | 
|---|
| 4107 | AOT_LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 4108 | static constexpr dart::compiler::target::word | 
|---|
| 4109 | AOT_LinkedHashMap_hash_mask_offset = 12; | 
|---|
| 4110 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 4111 | 8; | 
|---|
| 4112 | static constexpr dart::compiler::target::word | 
|---|
| 4113 | AOT_LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 4114 | static constexpr dart::compiler::target::word | 
|---|
| 4115 | AOT_LinkedHashMap_used_data_offset = 20; | 
|---|
| 4116 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 4117 | static constexpr dart::compiler::target::word | 
|---|
| 4118 | AOT_MarkingStackBlock_pointers_offset = 8; | 
|---|
| 4119 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 4120 | 4; | 
|---|
| 4121 | static constexpr dart::compiler::target::word | 
|---|
| 4122 | AOT_MegamorphicCache_buckets_offset = 12; | 
|---|
| 4123 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 4124 | 16; | 
|---|
| 4125 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 4126 | static constexpr dart::compiler::target::word | 
|---|
| 4127 | AOT_NativeArguments_argc_tag_offset = 4; | 
|---|
| 4128 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 4129 | 8; | 
|---|
| 4130 | static constexpr dart::compiler::target::word | 
|---|
| 4131 | AOT_NativeArguments_retval_offset = 12; | 
|---|
| 4132 | static constexpr dart::compiler::target::word | 
|---|
| 4133 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 4134 | static constexpr dart::compiler::target::word | 
|---|
| 4135 | AOT_ObjectStore_double_type_offset = 128; | 
|---|
| 4136 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 4137 | 68; | 
|---|
| 4138 | static constexpr dart::compiler::target::word | 
|---|
| 4139 | AOT_ObjectStore_string_type_offset = 156; | 
|---|
| 4140 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 4141 | 12; | 
|---|
| 4142 | static constexpr dart::compiler::target::word | 
|---|
| 4143 | AOT_PointerBase_data_field_offset = 4; | 
|---|
| 4144 | static constexpr dart::compiler::target::word | 
|---|
| 4145 | AOT_Pointer_type_arguments_offset = 8; | 
|---|
| 4146 | static constexpr dart::compiler::target::word | 
|---|
| 4147 | AOT_SingleTargetCache_entry_point_offset = 8; | 
|---|
| 4148 | static constexpr dart::compiler::target::word | 
|---|
| 4149 | AOT_SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 4150 | static constexpr dart::compiler::target::word | 
|---|
| 4151 | AOT_SingleTargetCache_target_offset = 4; | 
|---|
| 4152 | static constexpr dart::compiler::target::word | 
|---|
| 4153 | AOT_SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 4154 | static constexpr dart::compiler::target::word | 
|---|
| 4155 | AOT_StoreBufferBlock_pointers_offset = 8; | 
|---|
| 4156 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 4157 | 4; | 
|---|
| 4158 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 8; | 
|---|
| 4159 | static constexpr dart::compiler::target::word AOT_String_length_offset = 4; | 
|---|
| 4160 | static constexpr dart::compiler::target::word | 
|---|
| 4161 | AOT_SubtypeTestCache_cache_offset = 4; | 
|---|
| 4162 | static constexpr dart::compiler::target::word | 
|---|
| 4163 | AOT_Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 4164 | static constexpr dart::compiler::target::word | 
|---|
| 4165 | AOT_Thread_active_exception_offset = 716; | 
|---|
| 4166 | static constexpr dart::compiler::target::word | 
|---|
| 4167 | AOT_Thread_active_stacktrace_offset = 720; | 
|---|
| 4168 | static constexpr dart::compiler::target::word | 
|---|
| 4169 | AOT_Thread_array_write_barrier_code_offset = 128; | 
|---|
| 4170 | static constexpr dart::compiler::target::word | 
|---|
| 4171 | AOT_Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 4172 | static constexpr dart::compiler::target::word | 
|---|
| 4173 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 4174 | static constexpr dart::compiler::target::word | 
|---|
| 4175 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 4176 | static constexpr dart::compiler::target::word | 
|---|
| 4177 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 4178 | static constexpr dart::compiler::target::word | 
|---|
| 4179 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 4180 | static constexpr dart::compiler::target::word | 
|---|
| 4181 | AOT_Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 4182 | static constexpr dart::compiler::target::word | 
|---|
| 4183 | AOT_Thread_allocate_object_stub_offset = 192; | 
|---|
| 4184 | static constexpr dart::compiler::target::word | 
|---|
| 4185 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 4186 | static constexpr dart::compiler::target::word | 
|---|
| 4187 | AOT_Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 4188 | static constexpr dart::compiler::target::word | 
|---|
| 4189 | AOT_Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 4190 | static constexpr dart::compiler::target::word | 
|---|
| 4191 | AOT_Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 4192 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 4193 | 752; | 
|---|
| 4194 | static constexpr dart::compiler::target::word | 
|---|
| 4195 | AOT_Thread_async_stack_trace_offset = 96; | 
|---|
| 4196 | static constexpr dart::compiler::target::word | 
|---|
| 4197 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 4198 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 4199 | 120; | 
|---|
| 4200 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 116; | 
|---|
| 4201 | static constexpr dart::compiler::target::word | 
|---|
| 4202 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 4203 | static constexpr dart::compiler::target::word | 
|---|
| 4204 | AOT_Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 4205 | static constexpr dart::compiler::target::word | 
|---|
| 4206 | AOT_Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 4207 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 4208 | 760; | 
|---|
| 4209 | static constexpr dart::compiler::target::word | 
|---|
| 4210 | AOT_Thread_dispatch_table_array_offset = 48; | 
|---|
| 4211 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 4212 | 312; | 
|---|
| 4213 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 4214 | 228; | 
|---|
| 4215 | static constexpr dart::compiler::target::word | 
|---|
| 4216 | AOT_Thread_deoptimize_entry_offset = 316; | 
|---|
| 4217 | static constexpr dart::compiler::target::word | 
|---|
| 4218 | AOT_Thread_deoptimize_stub_offset = 232; | 
|---|
| 4219 | static constexpr dart::compiler::target::word | 
|---|
| 4220 | AOT_Thread_double_abs_address_offset = 356; | 
|---|
| 4221 | static constexpr dart::compiler::target::word | 
|---|
| 4222 | AOT_Thread_double_negate_address_offset = 352; | 
|---|
| 4223 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 56; | 
|---|
| 4224 | static constexpr dart::compiler::target::word | 
|---|
| 4225 | AOT_Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 4226 | static constexpr dart::compiler::target::word | 
|---|
| 4227 | AOT_Thread_execution_state_offset = 736; | 
|---|
| 4228 | static constexpr dart::compiler::target::word | 
|---|
| 4229 | AOT_Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 4230 | static constexpr dart::compiler::target::word | 
|---|
| 4231 | AOT_Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 4232 | static constexpr dart::compiler::target::word | 
|---|
| 4233 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 4234 | static constexpr dart::compiler::target::word | 
|---|
| 4235 | AOT_Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 4236 | static constexpr dart::compiler::target::word | 
|---|
| 4237 | AOT_Thread_fix_callers_target_code_offset = 132; | 
|---|
| 4238 | static constexpr dart::compiler::target::word | 
|---|
| 4239 | AOT_Thread_float_absolute_address_offset = 368; | 
|---|
| 4240 | static constexpr dart::compiler::target::word | 
|---|
| 4241 | AOT_Thread_float_negate_address_offset = 364; | 
|---|
| 4242 | static constexpr dart::compiler::target::word | 
|---|
| 4243 | AOT_Thread_float_not_address_offset = 360; | 
|---|
| 4244 | static constexpr dart::compiler::target::word | 
|---|
| 4245 | AOT_Thread_float_zerow_address_offset = 372; | 
|---|
| 4246 | static constexpr dart::compiler::target::word | 
|---|
| 4247 | AOT_Thread_global_object_pool_offset = 724; | 
|---|
| 4248 | static constexpr dart::compiler::target::word | 
|---|
| 4249 | AOT_Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 4250 | static constexpr dart::compiler::target::word | 
|---|
| 4251 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 4252 | static constexpr dart::compiler::target::word | 
|---|
| 4253 | AOT_Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 4254 | static constexpr dart::compiler::target::word | 
|---|
| 4255 | AOT_Thread_exit_through_ffi_offset = 748; | 
|---|
| 4256 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 44; | 
|---|
| 4257 | static constexpr dart::compiler::target::word | 
|---|
| 4258 | AOT_Thread_field_table_values_offset = 68; | 
|---|
| 4259 | static constexpr dart::compiler::target::word | 
|---|
| 4260 | AOT_Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 4261 | static constexpr dart::compiler::target::word | 
|---|
| 4262 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 4263 | static constexpr dart::compiler::target::word | 
|---|
| 4264 | AOT_Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 4265 | static constexpr dart::compiler::target::word | 
|---|
| 4266 | AOT_Thread_marking_stack_block_offset = 84; | 
|---|
| 4267 | static constexpr dart::compiler::target::word | 
|---|
| 4268 | AOT_Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 4269 | static constexpr dart::compiler::target::word | 
|---|
| 4270 | AOT_Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 4271 | static constexpr dart::compiler::target::word | 
|---|
| 4272 | AOT_Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 4273 | static constexpr dart::compiler::target::word | 
|---|
| 4274 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 4275 | static constexpr dart::compiler::target::word | 
|---|
| 4276 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 4277 | static constexpr dart::compiler::target::word | 
|---|
| 4278 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 4279 | static constexpr dart::compiler::target::word | 
|---|
| 4280 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 4281 | static constexpr dart::compiler::target::word | 
|---|
| 4282 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 4283 | static constexpr dart::compiler::target::word | 
|---|
| 4284 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 4285 | static constexpr dart::compiler::target::word | 
|---|
| 4286 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 4287 | static constexpr dart::compiler::target::word | 
|---|
| 4288 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 4289 | static constexpr dart::compiler::target::word | 
|---|
| 4290 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 4291 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 4292 | 112; | 
|---|
| 4293 | static constexpr dart::compiler::target::word | 
|---|
| 4294 | AOT_Thread_predefined_symbols_address_offset = 344; | 
|---|
| 4295 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = 728; | 
|---|
| 4296 | static constexpr dart::compiler::target::word | 
|---|
| 4297 | AOT_Thread_saved_shadow_call_stack_offset = 732; | 
|---|
| 4298 | static constexpr dart::compiler::target::word | 
|---|
| 4299 | AOT_Thread_safepoint_state_offset = 740; | 
|---|
| 4300 | static constexpr dart::compiler::target::word | 
|---|
| 4301 | AOT_Thread_slow_type_test_stub_offset = 244; | 
|---|
| 4302 | static constexpr dart::compiler::target::word | 
|---|
| 4303 | AOT_Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 4304 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 4305 | 36; | 
|---|
| 4306 | static constexpr dart::compiler::target::word | 
|---|
| 4307 | AOT_Thread_saved_stack_limit_offset = 60; | 
|---|
| 4308 | static constexpr dart::compiler::target::word | 
|---|
| 4309 | AOT_Thread_stack_overflow_flags_offset = 64; | 
|---|
| 4310 | static constexpr dart::compiler::target::word | 
|---|
| 4311 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 4312 | static constexpr dart::compiler::target::word | 
|---|
| 4313 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 4314 | static constexpr dart::compiler::target::word | 
|---|
| 4315 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 4316 | static constexpr dart::compiler::target::word | 
|---|
| 4317 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 4318 | static constexpr dart::compiler::target::word | 
|---|
| 4319 | AOT_Thread_store_buffer_block_offset = 80; | 
|---|
| 4320 | static constexpr dart::compiler::target::word | 
|---|
| 4321 | AOT_Thread_top_exit_frame_info_offset = 76; | 
|---|
| 4322 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 52; | 
|---|
| 4323 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 4324 | 24; | 
|---|
| 4325 | static constexpr dart::compiler::target::word | 
|---|
| 4326 | AOT_Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 4327 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 92; | 
|---|
| 4328 | static constexpr dart::compiler::target::word | 
|---|
| 4329 | AOT_Thread_write_barrier_code_offset = 124; | 
|---|
| 4330 | static constexpr dart::compiler::target::word | 
|---|
| 4331 | AOT_Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 4332 | static constexpr dart::compiler::target::word | 
|---|
| 4333 | AOT_Thread_write_barrier_mask_offset = 40; | 
|---|
| 4334 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 4335 | 744; | 
|---|
| 4336 | static constexpr dart::compiler::target::word | 
|---|
| 4337 | AOT_TimelineStream_enabled_offset = 8; | 
|---|
| 4338 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 4339 | 12; | 
|---|
| 4340 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 16; | 
|---|
| 4341 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 20; | 
|---|
| 4342 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 24; | 
|---|
| 4343 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 4344 | 12; | 
|---|
| 4345 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 32; | 
|---|
| 4346 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 33; | 
|---|
| 4347 | static constexpr dart::compiler::target::word | 
|---|
| 4348 | AOT_TypeArguments_instantiations_offset = 4; | 
|---|
| 4349 | static constexpr dart::compiler::target::word | 
|---|
| 4350 | AOT_TypeArguments_nullability_offset = 16; | 
|---|
| 4351 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 12; | 
|---|
| 4352 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 4353 | 8; | 
|---|
| 4354 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 4355 | 12; | 
|---|
| 4356 | static constexpr dart::compiler::target::word | 
|---|
| 4357 | AOT_TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 4358 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 12; | 
|---|
| 4359 | static constexpr dart::compiler::target::word | 
|---|
| 4360 | AOT_UnhandledException_exception_offset = 4; | 
|---|
| 4361 | static constexpr dart::compiler::target::word | 
|---|
| 4362 | AOT_UnhandledException_stacktrace_offset = 8; | 
|---|
| 4363 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 8; | 
|---|
| 4364 | static constexpr dart::compiler::target::word | 
|---|
| 4365 | AOT_MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 4366 | static constexpr dart::compiler::target::word | 
|---|
| 4367 | AOT_MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 4368 | static constexpr dart::compiler::target::word | 
|---|
| 4369 | AOT_MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 4370 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 4371 | 12; | 
|---|
| 4372 | static constexpr dart::compiler::target::word AOT_Array_element_size = 4; | 
|---|
| 4373 | static constexpr dart::compiler::target::word | 
|---|
| 4374 | AOT_TypeArguments_elements_start_offset = 20; | 
|---|
| 4375 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 4376 | 4; | 
|---|
| 4377 | static constexpr dart::compiler::target::word | 
|---|
| 4378 | AOT_ClassTable_elements_start_offset = 0; | 
|---|
| 4379 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 1; | 
|---|
| 4380 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 4381 | 4, 12, 8, 16}; | 
|---|
| 4382 | static constexpr dart::compiler::target::word | 
|---|
| 4383 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 4384 | 684, 688, 692, 696, 700, -1, 704, -1, 708, 712, -1, -1, -1, -1, -1, -1}; | 
|---|
| 4385 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 8; | 
|---|
| 4386 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 12; | 
|---|
| 4387 | static constexpr dart::compiler::target::word AOT_Array_header_size = 12; | 
|---|
| 4388 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 8; | 
|---|
| 4389 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 48; | 
|---|
| 4390 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 4391 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 112; | 
|---|
| 4392 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 28; | 
|---|
| 4393 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 20; | 
|---|
| 4394 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 88; | 
|---|
| 4395 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 4396 | 8; | 
|---|
| 4397 | static constexpr dart::compiler::target::word | 
|---|
| 4398 | AOT_CompressedStackMaps_InstanceSize = 8; | 
|---|
| 4399 | static constexpr dart::compiler::target::word | 
|---|
| 4400 | AOT_CompressedStackMaps_HeaderSize = 8; | 
|---|
| 4401 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 12; | 
|---|
| 4402 | static constexpr dart::compiler::target::word AOT_Context_header_size = 12; | 
|---|
| 4403 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 4404 | 12; | 
|---|
| 4405 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 4406 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 4407 | 8; | 
|---|
| 4408 | static constexpr dart::compiler::target::word | 
|---|
| 4409 | AOT_ExceptionHandlers_InstanceSize = 12; | 
|---|
| 4410 | static constexpr dart::compiler::target::word | 
|---|
| 4411 | AOT_ExternalOneByteString_InstanceSize = 20; | 
|---|
| 4412 | static constexpr dart::compiler::target::word | 
|---|
| 4413 | AOT_ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 4414 | static constexpr dart::compiler::target::word | 
|---|
| 4415 | AOT_ExternalTypedData_InstanceSize = 12; | 
|---|
| 4416 | static constexpr dart::compiler::target::word | 
|---|
| 4417 | AOT_FfiTrampolineData_InstanceSize = 24; | 
|---|
| 4418 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 48; | 
|---|
| 4419 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 4420 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 4421 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 56; | 
|---|
| 4422 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 8; | 
|---|
| 4423 | static constexpr dart::compiler::target::word | 
|---|
| 4424 | AOT_GrowableObjectArray_InstanceSize = 16; | 
|---|
| 4425 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 24; | 
|---|
| 4426 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 4; | 
|---|
| 4427 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = 8; | 
|---|
| 4428 | static constexpr dart::compiler::target::word | 
|---|
| 4429 | AOT_Instructions_UnalignedHeaderSize = 8; | 
|---|
| 4430 | static constexpr dart::compiler::target::word | 
|---|
| 4431 | AOT_InstructionsSection_InstanceSize = 8; | 
|---|
| 4432 | static constexpr dart::compiler::target::word | 
|---|
| 4433 | AOT_InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 4434 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 4435 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 4; | 
|---|
| 4436 | static constexpr dart::compiler::target::word | 
|---|
| 4437 | AOT_KernelProgramInfo_InstanceSize = 64; | 
|---|
| 4438 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 4439 | 28; | 
|---|
| 4440 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 80; | 
|---|
| 4441 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 4442 | 20; | 
|---|
| 4443 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 4444 | 28; | 
|---|
| 4445 | static constexpr dart::compiler::target::word | 
|---|
| 4446 | AOT_LocalVarDescriptors_InstanceSize = 8; | 
|---|
| 4447 | static constexpr dart::compiler::target::word | 
|---|
| 4448 | AOT_MegamorphicCache_InstanceSize = 24; | 
|---|
| 4449 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 4450 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 4451 | 8; | 
|---|
| 4452 | static constexpr dart::compiler::target::word | 
|---|
| 4453 | AOT_MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 4454 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 20; | 
|---|
| 4455 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 4456 | 16; | 
|---|
| 4457 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 4; | 
|---|
| 4458 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 4; | 
|---|
| 4459 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 8; | 
|---|
| 4460 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 4461 | 12; | 
|---|
| 4462 | static constexpr dart::compiler::target::word | 
|---|
| 4463 | AOT_ParameterTypeCheck_InstanceSize = 24; | 
|---|
| 4464 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 20; | 
|---|
| 4465 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 4466 | 8; | 
|---|
| 4467 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 12; | 
|---|
| 4468 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 12; | 
|---|
| 4469 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 4470 | 16; | 
|---|
| 4471 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 60; | 
|---|
| 4472 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 56; | 
|---|
| 4473 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 4474 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 4475 | 12; | 
|---|
| 4476 | static constexpr dart::compiler::target::word | 
|---|
| 4477 | AOT_SingleTargetCache_InstanceSize = 16; | 
|---|
| 4478 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 4; | 
|---|
| 4479 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 20; | 
|---|
| 4480 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 12; | 
|---|
| 4481 | static constexpr dart::compiler::target::word | 
|---|
| 4482 | AOT_SubtypeTestCache_InstanceSize = 8; | 
|---|
| 4483 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 20; | 
|---|
| 4484 | static constexpr dart::compiler::target::word | 
|---|
| 4485 | AOT_TransferableTypedData_InstanceSize = 4; | 
|---|
| 4486 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 4487 | 12; | 
|---|
| 4488 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 36; | 
|---|
| 4489 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 4490 | 20; | 
|---|
| 4491 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 4492 | 40; | 
|---|
| 4493 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 16; | 
|---|
| 4494 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 12; | 
|---|
| 4495 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 4496 | 12; | 
|---|
| 4497 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 4498 | 20; | 
|---|
| 4499 | static constexpr dart::compiler::target::word | 
|---|
| 4500 | AOT_UnhandledException_InstanceSize = 12; | 
|---|
| 4501 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 4502 | 16; | 
|---|
| 4503 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 12; | 
|---|
| 4504 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 12; | 
|---|
| 4505 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 4506 | 16; | 
|---|
| 4507 | static constexpr dart::compiler::target::word | 
|---|
| 4508 | AOT_WeakSerializationReference_InstanceSize = 8; | 
|---|
| 4509 | #endif  // defined(TARGET_ARCH_ARM) | 
|---|
| 4510 |  | 
|---|
| 4511 | #if defined(TARGET_ARCH_X64) | 
|---|
| 4512 | static constexpr dart::compiler::target::word | 
|---|
| 4513 | AOT_ObjectPool_elements_start_offset = 16; | 
|---|
| 4514 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 8; | 
|---|
| 4515 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 4516 | 576460752303423487; | 
|---|
| 4517 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 4518 | 32765; | 
|---|
| 4519 | static constexpr dart::compiler::target::word | 
|---|
| 4520 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 4521 | static constexpr dart::compiler::target::word | 
|---|
| 4522 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 4523 | static constexpr dart::compiler::target::word | 
|---|
| 4524 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 4525 | static constexpr dart::compiler::target::word | 
|---|
| 4526 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 22; | 
|---|
| 4527 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = | 
|---|
| 4528 | 10; | 
|---|
| 4529 | static constexpr dart::compiler::target::word | 
|---|
| 4530 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 4531 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 4532 | 2305843009213693951; | 
|---|
| 4533 | static constexpr dart::compiler::target::word | 
|---|
| 4534 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 4535 | static constexpr dart::compiler::target::word | 
|---|
| 4536 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 4537 | static constexpr dart::compiler::target::word | 
|---|
| 4538 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 4539 | static constexpr dart::compiler::target::word | 
|---|
| 4540 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 4541 | static constexpr dart::compiler::target::word | 
|---|
| 4542 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 4543 | static constexpr dart::compiler::target::word | 
|---|
| 4544 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 4545 | static constexpr dart::compiler::target::word | 
|---|
| 4546 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 4547 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 4548 | 0; | 
|---|
| 4549 | static constexpr dart::compiler::target::word | 
|---|
| 4550 | AOT_AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 4551 | static constexpr dart::compiler::target::word | 
|---|
| 4552 | AOT_ArgumentsDescriptor_count_offset = 32; | 
|---|
| 4553 | static constexpr dart::compiler::target::word | 
|---|
| 4554 | AOT_ArgumentsDescriptor_size_offset = 40; | 
|---|
| 4555 | static constexpr dart::compiler::target::word | 
|---|
| 4556 | AOT_ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 4557 | static constexpr dart::compiler::target::word | 
|---|
| 4558 | AOT_ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 4559 | static constexpr dart::compiler::target::word | 
|---|
| 4560 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 4561 | static constexpr dart::compiler::target::word | 
|---|
| 4562 | AOT_ArgumentsDescriptor_position_offset = 8; | 
|---|
| 4563 | static constexpr dart::compiler::target::word | 
|---|
| 4564 | AOT_ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 4565 | static constexpr dart::compiler::target::word | 
|---|
| 4566 | AOT_ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 4567 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 24; | 
|---|
| 4568 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 16; | 
|---|
| 4569 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 4570 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 4571 | 8; | 
|---|
| 4572 | static constexpr dart::compiler::target::word | 
|---|
| 4573 | AOT_Class_declaration_type_offset = 112; | 
|---|
| 4574 | static constexpr dart::compiler::target::word | 
|---|
| 4575 | AOT_Class_num_type_arguments_offset = 172; | 
|---|
| 4576 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 88; | 
|---|
| 4577 | static constexpr dart::compiler::target::word | 
|---|
| 4578 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 4579 | static constexpr dart::compiler::target::word | 
|---|
| 4580 | AOT_SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 4581 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 40; | 
|---|
| 4582 | static constexpr dart::compiler::target::word | 
|---|
| 4583 | AOT_Closure_delayed_type_arguments_offset = 24; | 
|---|
| 4584 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 32; | 
|---|
| 4585 | static constexpr dart::compiler::target::word | 
|---|
| 4586 | AOT_Closure_function_type_arguments_offset = 16; | 
|---|
| 4587 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 48; | 
|---|
| 4588 | static constexpr dart::compiler::target::word | 
|---|
| 4589 | AOT_Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 4590 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 40; | 
|---|
| 4591 | static constexpr dart::compiler::target::word | 
|---|
| 4592 | AOT_Code_saved_instructions_offset = 48; | 
|---|
| 4593 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 56; | 
|---|
| 4594 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 4595 | 8; | 
|---|
| 4596 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 16; | 
|---|
| 4597 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 4598 | static constexpr dart::compiler::target::word | 
|---|
| 4599 | AOT_ExternalOneByteString_external_data_offset = 16; | 
|---|
| 4600 | static constexpr dart::compiler::target::word | 
|---|
| 4601 | AOT_ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 4602 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 4603 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 4604 | static constexpr dart::compiler::target::word | 
|---|
| 4605 | AOT_Field_initializer_function_offset = 32; | 
|---|
| 4606 | static constexpr dart::compiler::target::word | 
|---|
| 4607 | AOT_Field_host_offset_or_field_id_offset = 40; | 
|---|
| 4608 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 72; | 
|---|
| 4609 | static constexpr dart::compiler::target::word | 
|---|
| 4610 | AOT_Field_guarded_list_length_in_object_offset_offset = 76; | 
|---|
| 4611 | static constexpr dart::compiler::target::word | 
|---|
| 4612 | AOT_Field_guarded_list_length_offset = 48; | 
|---|
| 4613 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 74; | 
|---|
| 4614 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 78; | 
|---|
| 4615 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 88; | 
|---|
| 4616 | static constexpr dart::compiler::target::word | 
|---|
| 4617 | AOT_Function_entry_point_offset[] = {8, 16}; | 
|---|
| 4618 | static constexpr dart::compiler::target::word | 
|---|
| 4619 | AOT_FutureOr_type_arguments_offset = 8; | 
|---|
| 4620 | static constexpr dart::compiler::target::word | 
|---|
| 4621 | AOT_GrowableObjectArray_data_offset = 24; | 
|---|
| 4622 | static constexpr dart::compiler::target::word | 
|---|
| 4623 | AOT_GrowableObjectArray_length_offset = 16; | 
|---|
| 4624 | static constexpr dart::compiler::target::word | 
|---|
| 4625 | AOT_GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 4626 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 4627 | 40; | 
|---|
| 4628 | static constexpr dart::compiler::target::word | 
|---|
| 4629 | AOT_CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 4630 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 4631 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 4632 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 24; | 
|---|
| 4633 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 32; | 
|---|
| 4634 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 40; | 
|---|
| 4635 | static constexpr dart::compiler::target::word | 
|---|
| 4636 | AOT_Isolate_shared_class_table_offset = 72; | 
|---|
| 4637 | static constexpr dart::compiler::target::word | 
|---|
| 4638 | AOT_Isolate_cached_class_table_table_offset = 80; | 
|---|
| 4639 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 4640 | 40; | 
|---|
| 4641 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 4642 | 48; | 
|---|
| 4643 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 4644 | 56; | 
|---|
| 4645 | static constexpr dart::compiler::target::word | 
|---|
| 4646 | AOT_Isolate_cached_object_store_offset = 64; | 
|---|
| 4647 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = | 
|---|
| 4648 | 96; | 
|---|
| 4649 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 32; | 
|---|
| 4650 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 4651 | 32; | 
|---|
| 4652 | static constexpr dart::compiler::target::word | 
|---|
| 4653 | AOT_LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 4654 | static constexpr dart::compiler::target::word | 
|---|
| 4655 | AOT_LinkedHashMap_hash_mask_offset = 24; | 
|---|
| 4656 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 4657 | 16; | 
|---|
| 4658 | static constexpr dart::compiler::target::word | 
|---|
| 4659 | AOT_LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 4660 | static constexpr dart::compiler::target::word | 
|---|
| 4661 | AOT_LinkedHashMap_used_data_offset = 40; | 
|---|
| 4662 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 4663 | static constexpr dart::compiler::target::word | 
|---|
| 4664 | AOT_MarkingStackBlock_pointers_offset = 16; | 
|---|
| 4665 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 4666 | 8; | 
|---|
| 4667 | static constexpr dart::compiler::target::word | 
|---|
| 4668 | AOT_MegamorphicCache_buckets_offset = 24; | 
|---|
| 4669 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 4670 | 32; | 
|---|
| 4671 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 4672 | static constexpr dart::compiler::target::word | 
|---|
| 4673 | AOT_NativeArguments_argc_tag_offset = 8; | 
|---|
| 4674 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 4675 | 16; | 
|---|
| 4676 | static constexpr dart::compiler::target::word | 
|---|
| 4677 | AOT_NativeArguments_retval_offset = 24; | 
|---|
| 4678 | static constexpr dart::compiler::target::word | 
|---|
| 4679 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 4680 | static constexpr dart::compiler::target::word | 
|---|
| 4681 | AOT_ObjectStore_double_type_offset = 256; | 
|---|
| 4682 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 4683 | 136; | 
|---|
| 4684 | static constexpr dart::compiler::target::word | 
|---|
| 4685 | AOT_ObjectStore_string_type_offset = 312; | 
|---|
| 4686 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 4687 | 16; | 
|---|
| 4688 | static constexpr dart::compiler::target::word | 
|---|
| 4689 | AOT_PointerBase_data_field_offset = 8; | 
|---|
| 4690 | static constexpr dart::compiler::target::word | 
|---|
| 4691 | AOT_Pointer_type_arguments_offset = 16; | 
|---|
| 4692 | static constexpr dart::compiler::target::word | 
|---|
| 4693 | AOT_SingleTargetCache_entry_point_offset = 16; | 
|---|
| 4694 | static constexpr dart::compiler::target::word | 
|---|
| 4695 | AOT_SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 4696 | static constexpr dart::compiler::target::word | 
|---|
| 4697 | AOT_SingleTargetCache_target_offset = 8; | 
|---|
| 4698 | static constexpr dart::compiler::target::word | 
|---|
| 4699 | AOT_SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 4700 | static constexpr dart::compiler::target::word | 
|---|
| 4701 | AOT_StoreBufferBlock_pointers_offset = 16; | 
|---|
| 4702 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 4703 | 8; | 
|---|
| 4704 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 4; | 
|---|
| 4705 | static constexpr dart::compiler::target::word AOT_String_length_offset = 8; | 
|---|
| 4706 | static constexpr dart::compiler::target::word | 
|---|
| 4707 | AOT_SubtypeTestCache_cache_offset = 8; | 
|---|
| 4708 | static constexpr dart::compiler::target::word | 
|---|
| 4709 | AOT_Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 4710 | static constexpr dart::compiler::target::word | 
|---|
| 4711 | AOT_Thread_active_exception_offset = 1440; | 
|---|
| 4712 | static constexpr dart::compiler::target::word | 
|---|
| 4713 | AOT_Thread_active_stacktrace_offset = 1448; | 
|---|
| 4714 | static constexpr dart::compiler::target::word | 
|---|
| 4715 | AOT_Thread_array_write_barrier_code_offset = 240; | 
|---|
| 4716 | static constexpr dart::compiler::target::word | 
|---|
| 4717 | AOT_Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 4718 | static constexpr dart::compiler::target::word | 
|---|
| 4719 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 4720 | static constexpr dart::compiler::target::word | 
|---|
| 4721 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 4722 | static constexpr dart::compiler::target::word | 
|---|
| 4723 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 4724 | static constexpr dart::compiler::target::word | 
|---|
| 4725 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 4726 | static constexpr dart::compiler::target::word | 
|---|
| 4727 | AOT_Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 4728 | static constexpr dart::compiler::target::word | 
|---|
| 4729 | AOT_Thread_allocate_object_stub_offset = 368; | 
|---|
| 4730 | static constexpr dart::compiler::target::word | 
|---|
| 4731 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 4732 | static constexpr dart::compiler::target::word | 
|---|
| 4733 | AOT_Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 4734 | static constexpr dart::compiler::target::word | 
|---|
| 4735 | AOT_Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 4736 | static constexpr dart::compiler::target::word | 
|---|
| 4737 | AOT_Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 4738 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 4739 | 1512; | 
|---|
| 4740 | static constexpr dart::compiler::target::word | 
|---|
| 4741 | AOT_Thread_async_stack_trace_offset = 192; | 
|---|
| 4742 | static constexpr dart::compiler::target::word | 
|---|
| 4743 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 4744 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 4745 | 224; | 
|---|
| 4746 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 216; | 
|---|
| 4747 | static constexpr dart::compiler::target::word | 
|---|
| 4748 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 4749 | static constexpr dart::compiler::target::word | 
|---|
| 4750 | AOT_Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 4751 | static constexpr dart::compiler::target::word | 
|---|
| 4752 | AOT_Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 4753 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 4754 | 1528; | 
|---|
| 4755 | static constexpr dart::compiler::target::word | 
|---|
| 4756 | AOT_Thread_dispatch_table_array_offset = 96; | 
|---|
| 4757 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 4758 | 608; | 
|---|
| 4759 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 4760 | 440; | 
|---|
| 4761 | static constexpr dart::compiler::target::word | 
|---|
| 4762 | AOT_Thread_deoptimize_entry_offset = 616; | 
|---|
| 4763 | static constexpr dart::compiler::target::word | 
|---|
| 4764 | AOT_Thread_deoptimize_stub_offset = 448; | 
|---|
| 4765 | static constexpr dart::compiler::target::word | 
|---|
| 4766 | AOT_Thread_double_abs_address_offset = 696; | 
|---|
| 4767 | static constexpr dart::compiler::target::word | 
|---|
| 4768 | AOT_Thread_double_negate_address_offset = 688; | 
|---|
| 4769 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 112; | 
|---|
| 4770 | static constexpr dart::compiler::target::word | 
|---|
| 4771 | AOT_Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 4772 | static constexpr dart::compiler::target::word | 
|---|
| 4773 | AOT_Thread_execution_state_offset = 1480; | 
|---|
| 4774 | static constexpr dart::compiler::target::word | 
|---|
| 4775 | AOT_Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 4776 | static constexpr dart::compiler::target::word | 
|---|
| 4777 | AOT_Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 4778 | static constexpr dart::compiler::target::word | 
|---|
| 4779 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 4780 | static constexpr dart::compiler::target::word | 
|---|
| 4781 | AOT_Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 4782 | static constexpr dart::compiler::target::word | 
|---|
| 4783 | AOT_Thread_fix_callers_target_code_offset = 248; | 
|---|
| 4784 | static constexpr dart::compiler::target::word | 
|---|
| 4785 | AOT_Thread_float_absolute_address_offset = 720; | 
|---|
| 4786 | static constexpr dart::compiler::target::word | 
|---|
| 4787 | AOT_Thread_float_negate_address_offset = 712; | 
|---|
| 4788 | static constexpr dart::compiler::target::word | 
|---|
| 4789 | AOT_Thread_float_not_address_offset = 704; | 
|---|
| 4790 | static constexpr dart::compiler::target::word | 
|---|
| 4791 | AOT_Thread_float_zerow_address_offset = 728; | 
|---|
| 4792 | static constexpr dart::compiler::target::word | 
|---|
| 4793 | AOT_Thread_global_object_pool_offset = 1456; | 
|---|
| 4794 | static constexpr dart::compiler::target::word | 
|---|
| 4795 | AOT_Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 4796 | static constexpr dart::compiler::target::word | 
|---|
| 4797 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 4798 | static constexpr dart::compiler::target::word | 
|---|
| 4799 | AOT_Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 4800 | static constexpr dart::compiler::target::word | 
|---|
| 4801 | AOT_Thread_exit_through_ffi_offset = 1504; | 
|---|
| 4802 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 88; | 
|---|
| 4803 | static constexpr dart::compiler::target::word | 
|---|
| 4804 | AOT_Thread_field_table_values_offset = 136; | 
|---|
| 4805 | static constexpr dart::compiler::target::word | 
|---|
| 4806 | AOT_Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 4807 | static constexpr dart::compiler::target::word | 
|---|
| 4808 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 4809 | static constexpr dart::compiler::target::word | 
|---|
| 4810 | AOT_Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 4811 | static constexpr dart::compiler::target::word | 
|---|
| 4812 | AOT_Thread_marking_stack_block_offset = 168; | 
|---|
| 4813 | static constexpr dart::compiler::target::word | 
|---|
| 4814 | AOT_Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 4815 | static constexpr dart::compiler::target::word | 
|---|
| 4816 | AOT_Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 4817 | static constexpr dart::compiler::target::word | 
|---|
| 4818 | AOT_Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 4819 | static constexpr dart::compiler::target::word | 
|---|
| 4820 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 4821 | static constexpr dart::compiler::target::word | 
|---|
| 4822 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 4823 | static constexpr dart::compiler::target::word | 
|---|
| 4824 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 4825 | static constexpr dart::compiler::target::word | 
|---|
| 4826 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 4827 | static constexpr dart::compiler::target::word | 
|---|
| 4828 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 4829 | static constexpr dart::compiler::target::word | 
|---|
| 4830 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 4831 | static constexpr dart::compiler::target::word | 
|---|
| 4832 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 4833 | static constexpr dart::compiler::target::word | 
|---|
| 4834 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 4835 | static constexpr dart::compiler::target::word | 
|---|
| 4836 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 4837 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 4838 | 208; | 
|---|
| 4839 | static constexpr dart::compiler::target::word | 
|---|
| 4840 | AOT_Thread_predefined_symbols_address_offset = 672; | 
|---|
| 4841 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = | 
|---|
| 4842 | 1464; | 
|---|
| 4843 | static constexpr dart::compiler::target::word | 
|---|
| 4844 | AOT_Thread_saved_shadow_call_stack_offset = 1472; | 
|---|
| 4845 | static constexpr dart::compiler::target::word | 
|---|
| 4846 | AOT_Thread_safepoint_state_offset = 1488; | 
|---|
| 4847 | static constexpr dart::compiler::target::word | 
|---|
| 4848 | AOT_Thread_slow_type_test_stub_offset = 472; | 
|---|
| 4849 | static constexpr dart::compiler::target::word | 
|---|
| 4850 | AOT_Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 4851 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 4852 | 72; | 
|---|
| 4853 | static constexpr dart::compiler::target::word | 
|---|
| 4854 | AOT_Thread_saved_stack_limit_offset = 120; | 
|---|
| 4855 | static constexpr dart::compiler::target::word | 
|---|
| 4856 | AOT_Thread_stack_overflow_flags_offset = 128; | 
|---|
| 4857 | static constexpr dart::compiler::target::word | 
|---|
| 4858 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 4859 | static constexpr dart::compiler::target::word | 
|---|
| 4860 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 4861 | static constexpr dart::compiler::target::word | 
|---|
| 4862 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 4863 | static constexpr dart::compiler::target::word | 
|---|
| 4864 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 4865 | static constexpr dart::compiler::target::word | 
|---|
| 4866 | AOT_Thread_store_buffer_block_offset = 160; | 
|---|
| 4867 | static constexpr dart::compiler::target::word | 
|---|
| 4868 | AOT_Thread_top_exit_frame_info_offset = 152; | 
|---|
| 4869 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 104; | 
|---|
| 4870 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 4871 | 48; | 
|---|
| 4872 | static constexpr dart::compiler::target::word | 
|---|
| 4873 | AOT_Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 4874 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 184; | 
|---|
| 4875 | static constexpr dart::compiler::target::word | 
|---|
| 4876 | AOT_Thread_write_barrier_code_offset = 232; | 
|---|
| 4877 | static constexpr dart::compiler::target::word | 
|---|
| 4878 | AOT_Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 4879 | static constexpr dart::compiler::target::word | 
|---|
| 4880 | AOT_Thread_write_barrier_mask_offset = 80; | 
|---|
| 4881 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 4882 | 1496; | 
|---|
| 4883 | static constexpr dart::compiler::target::word | 
|---|
| 4884 | AOT_TimelineStream_enabled_offset = 16; | 
|---|
| 4885 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 4886 | 16; | 
|---|
| 4887 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 32; | 
|---|
| 4888 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 40; | 
|---|
| 4889 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 48; | 
|---|
| 4890 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 4891 | 24; | 
|---|
| 4892 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 60; | 
|---|
| 4893 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 61; | 
|---|
| 4894 | static constexpr dart::compiler::target::word | 
|---|
| 4895 | AOT_TypeArguments_instantiations_offset = 8; | 
|---|
| 4896 | static constexpr dart::compiler::target::word | 
|---|
| 4897 | AOT_TypeArguments_nullability_offset = 32; | 
|---|
| 4898 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 24; | 
|---|
| 4899 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 4900 | 16; | 
|---|
| 4901 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 4902 | 24; | 
|---|
| 4903 | static constexpr dart::compiler::target::word | 
|---|
| 4904 | AOT_TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 4905 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 24; | 
|---|
| 4906 | static constexpr dart::compiler::target::word | 
|---|
| 4907 | AOT_UnhandledException_exception_offset = 8; | 
|---|
| 4908 | static constexpr dart::compiler::target::word | 
|---|
| 4909 | AOT_UnhandledException_stacktrace_offset = 16; | 
|---|
| 4910 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 16; | 
|---|
| 4911 | static constexpr dart::compiler::target::word | 
|---|
| 4912 | AOT_MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 4913 | static constexpr dart::compiler::target::word | 
|---|
| 4914 | AOT_MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 4915 | static constexpr dart::compiler::target::word | 
|---|
| 4916 | AOT_MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 4917 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 4918 | 24; | 
|---|
| 4919 | static constexpr dart::compiler::target::word AOT_Array_element_size = 8; | 
|---|
| 4920 | static constexpr dart::compiler::target::word | 
|---|
| 4921 | AOT_TypeArguments_elements_start_offset = 40; | 
|---|
| 4922 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 4923 | 8; | 
|---|
| 4924 | static constexpr dart::compiler::target::word | 
|---|
| 4925 | AOT_ClassTable_elements_start_offset = 0; | 
|---|
| 4926 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 1; | 
|---|
| 4927 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 4928 | 8, 24, 16, 32}; | 
|---|
| 4929 | static constexpr dart::compiler::target::word | 
|---|
| 4930 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 4931 | 1352, 1360, 1368, 1376, -1,   -1,   1384, 1392, | 
|---|
| 4932 | 1400, 1408, 1416, -1,   1424, 1432, -1,   -1}; | 
|---|
| 4933 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 16; | 
|---|
| 4934 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 24; | 
|---|
| 4935 | static constexpr dart::compiler::target::word  = 24; | 
|---|
| 4936 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 12; | 
|---|
| 4937 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 88; | 
|---|
| 4938 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 4939 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 192; | 
|---|
| 4940 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 56; | 
|---|
| 4941 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 40; | 
|---|
| 4942 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 152; | 
|---|
| 4943 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 4944 | 16; | 
|---|
| 4945 | static constexpr dart::compiler::target::word | 
|---|
| 4946 | AOT_CompressedStackMaps_InstanceSize = 12; | 
|---|
| 4947 | static constexpr dart::compiler::target::word | 
|---|
| 4948 | = 12; | 
|---|
| 4949 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 24; | 
|---|
| 4950 | static constexpr dart::compiler::target::word  = 24; | 
|---|
| 4951 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 4952 | 16; | 
|---|
| 4953 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 4954 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 4955 | 16; | 
|---|
| 4956 | static constexpr dart::compiler::target::word | 
|---|
| 4957 | AOT_ExceptionHandlers_InstanceSize = 24; | 
|---|
| 4958 | static constexpr dart::compiler::target::word | 
|---|
| 4959 | AOT_ExternalOneByteString_InstanceSize = 32; | 
|---|
| 4960 | static constexpr dart::compiler::target::word | 
|---|
| 4961 | AOT_ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 4962 | static constexpr dart::compiler::target::word | 
|---|
| 4963 | AOT_ExternalTypedData_InstanceSize = 24; | 
|---|
| 4964 | static constexpr dart::compiler::target::word | 
|---|
| 4965 | AOT_FfiTrampolineData_InstanceSize = 48; | 
|---|
| 4966 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 80; | 
|---|
| 4967 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 4968 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 4969 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 104; | 
|---|
| 4970 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 16; | 
|---|
| 4971 | static constexpr dart::compiler::target::word | 
|---|
| 4972 | AOT_GrowableObjectArray_InstanceSize = 32; | 
|---|
| 4973 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 48; | 
|---|
| 4974 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 8; | 
|---|
| 4975 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = | 
|---|
| 4976 | 12; | 
|---|
| 4977 | static constexpr dart::compiler::target::word | 
|---|
| 4978 | = 12; | 
|---|
| 4979 | static constexpr dart::compiler::target::word | 
|---|
| 4980 | AOT_InstructionsSection_InstanceSize = 16; | 
|---|
| 4981 | static constexpr dart::compiler::target::word | 
|---|
| 4982 | = 16; | 
|---|
| 4983 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 4984 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 8; | 
|---|
| 4985 | static constexpr dart::compiler::target::word | 
|---|
| 4986 | AOT_KernelProgramInfo_InstanceSize = 128; | 
|---|
| 4987 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 4988 | 48; | 
|---|
| 4989 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 152; | 
|---|
| 4990 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 4991 | 40; | 
|---|
| 4992 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 4993 | 56; | 
|---|
| 4994 | static constexpr dart::compiler::target::word | 
|---|
| 4995 | AOT_LocalVarDescriptors_InstanceSize = 16; | 
|---|
| 4996 | static constexpr dart::compiler::target::word | 
|---|
| 4997 | AOT_MegamorphicCache_InstanceSize = 48; | 
|---|
| 4998 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 4999 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 5000 | 16; | 
|---|
| 5001 | static constexpr dart::compiler::target::word | 
|---|
| 5002 | AOT_MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 5003 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 40; | 
|---|
| 5004 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 5005 | 32; | 
|---|
| 5006 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 8; | 
|---|
| 5007 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 8; | 
|---|
| 5008 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 16; | 
|---|
| 5009 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 5010 | 16; | 
|---|
| 5011 | static constexpr dart::compiler::target::word | 
|---|
| 5012 | AOT_ParameterTypeCheck_InstanceSize = 48; | 
|---|
| 5013 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 40; | 
|---|
| 5014 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 5015 | 16; | 
|---|
| 5016 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 24; | 
|---|
| 5017 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 24; | 
|---|
| 5018 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 5019 | 32; | 
|---|
| 5020 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 120; | 
|---|
| 5021 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 96; | 
|---|
| 5022 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 5023 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 5024 | 24; | 
|---|
| 5025 | static constexpr dart::compiler::target::word | 
|---|
| 5026 | AOT_SingleTargetCache_InstanceSize = 32; | 
|---|
| 5027 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 8; | 
|---|
| 5028 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 40; | 
|---|
| 5029 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 16; | 
|---|
| 5030 | static constexpr dart::compiler::target::word | 
|---|
| 5031 | AOT_SubtypeTestCache_InstanceSize = 16; | 
|---|
| 5032 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 32; | 
|---|
| 5033 | static constexpr dart::compiler::target::word | 
|---|
| 5034 | AOT_TransferableTypedData_InstanceSize = 8; | 
|---|
| 5035 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 5036 | 16; | 
|---|
| 5037 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 64; | 
|---|
| 5038 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 5039 | 40; | 
|---|
| 5040 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 5041 | 72; | 
|---|
| 5042 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 32; | 
|---|
| 5043 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 24; | 
|---|
| 5044 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 5045 | 24; | 
|---|
| 5046 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 5047 | 40; | 
|---|
| 5048 | static constexpr dart::compiler::target::word | 
|---|
| 5049 | AOT_UnhandledException_InstanceSize = 24; | 
|---|
| 5050 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 5051 | 32; | 
|---|
| 5052 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 24; | 
|---|
| 5053 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 24; | 
|---|
| 5054 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 5055 | 32; | 
|---|
| 5056 | static constexpr dart::compiler::target::word | 
|---|
| 5057 | AOT_WeakSerializationReference_InstanceSize = 12; | 
|---|
| 5058 | #endif  // defined(TARGET_ARCH_X64) | 
|---|
| 5059 |  | 
|---|
| 5060 | #if defined(TARGET_ARCH_IA32) | 
|---|
| 5061 | #endif  // defined(TARGET_ARCH_IA32) | 
|---|
| 5062 |  | 
|---|
| 5063 | #if defined(TARGET_ARCH_ARM64) | 
|---|
| 5064 | static constexpr dart::compiler::target::word | 
|---|
| 5065 | AOT_ObjectPool_elements_start_offset = 16; | 
|---|
| 5066 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 8; | 
|---|
| 5067 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 5068 | 576460752303423487; | 
|---|
| 5069 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 5070 | 32765; | 
|---|
| 5071 | static constexpr dart::compiler::target::word | 
|---|
| 5072 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 5073 | static constexpr dart::compiler::target::word | 
|---|
| 5074 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 48; | 
|---|
| 5075 | static constexpr dart::compiler::target::word | 
|---|
| 5076 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 5077 | static constexpr dart::compiler::target::word | 
|---|
| 5078 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 20; | 
|---|
| 5079 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = | 
|---|
| 5080 | 10; | 
|---|
| 5081 | static constexpr dart::compiler::target::word | 
|---|
| 5082 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 5083 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 5084 | 2305843009213693951; | 
|---|
| 5085 | static constexpr dart::compiler::target::word | 
|---|
| 5086 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 5087 | static constexpr dart::compiler::target::word | 
|---|
| 5088 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 5089 | static constexpr dart::compiler::target::word | 
|---|
| 5090 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 5091 | static constexpr dart::compiler::target::word | 
|---|
| 5092 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 5093 | static constexpr dart::compiler::target::word | 
|---|
| 5094 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 5095 | static constexpr dart::compiler::target::word | 
|---|
| 5096 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 5097 | static constexpr dart::compiler::target::word | 
|---|
| 5098 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 5099 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 5100 | 0; | 
|---|
| 5101 | static constexpr dart::compiler::target::word | 
|---|
| 5102 | AOT_AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 5103 | static constexpr dart::compiler::target::word | 
|---|
| 5104 | AOT_ArgumentsDescriptor_count_offset = 32; | 
|---|
| 5105 | static constexpr dart::compiler::target::word | 
|---|
| 5106 | AOT_ArgumentsDescriptor_size_offset = 40; | 
|---|
| 5107 | static constexpr dart::compiler::target::word | 
|---|
| 5108 | AOT_ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 5109 | static constexpr dart::compiler::target::word | 
|---|
| 5110 | AOT_ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 5111 | static constexpr dart::compiler::target::word | 
|---|
| 5112 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 5113 | static constexpr dart::compiler::target::word | 
|---|
| 5114 | AOT_ArgumentsDescriptor_position_offset = 8; | 
|---|
| 5115 | static constexpr dart::compiler::target::word | 
|---|
| 5116 | AOT_ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 5117 | static constexpr dart::compiler::target::word | 
|---|
| 5118 | AOT_ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 5119 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 24; | 
|---|
| 5120 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 16; | 
|---|
| 5121 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 5122 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 5123 | 8; | 
|---|
| 5124 | static constexpr dart::compiler::target::word | 
|---|
| 5125 | AOT_Class_declaration_type_offset = 112; | 
|---|
| 5126 | static constexpr dart::compiler::target::word | 
|---|
| 5127 | AOT_Class_num_type_arguments_offset = 172; | 
|---|
| 5128 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 88; | 
|---|
| 5129 | static constexpr dart::compiler::target::word | 
|---|
| 5130 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 5131 | static constexpr dart::compiler::target::word | 
|---|
| 5132 | AOT_SharedClassTable_class_heap_stats_table_offset = 0; | 
|---|
| 5133 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 40; | 
|---|
| 5134 | static constexpr dart::compiler::target::word | 
|---|
| 5135 | AOT_Closure_delayed_type_arguments_offset = 24; | 
|---|
| 5136 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 32; | 
|---|
| 5137 | static constexpr dart::compiler::target::word | 
|---|
| 5138 | AOT_Closure_function_type_arguments_offset = 16; | 
|---|
| 5139 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 48; | 
|---|
| 5140 | static constexpr dart::compiler::target::word | 
|---|
| 5141 | AOT_Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 5142 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 40; | 
|---|
| 5143 | static constexpr dart::compiler::target::word | 
|---|
| 5144 | AOT_Code_saved_instructions_offset = 48; | 
|---|
| 5145 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 56; | 
|---|
| 5146 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 5147 | 8; | 
|---|
| 5148 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 16; | 
|---|
| 5149 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 5150 | static constexpr dart::compiler::target::word | 
|---|
| 5151 | AOT_ExternalOneByteString_external_data_offset = 16; | 
|---|
| 5152 | static constexpr dart::compiler::target::word | 
|---|
| 5153 | AOT_ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 5154 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 5155 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 5156 | static constexpr dart::compiler::target::word | 
|---|
| 5157 | AOT_Field_initializer_function_offset = 32; | 
|---|
| 5158 | static constexpr dart::compiler::target::word | 
|---|
| 5159 | AOT_Field_host_offset_or_field_id_offset = 40; | 
|---|
| 5160 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 72; | 
|---|
| 5161 | static constexpr dart::compiler::target::word | 
|---|
| 5162 | AOT_Field_guarded_list_length_in_object_offset_offset = 76; | 
|---|
| 5163 | static constexpr dart::compiler::target::word | 
|---|
| 5164 | AOT_Field_guarded_list_length_offset = 48; | 
|---|
| 5165 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 74; | 
|---|
| 5166 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 78; | 
|---|
| 5167 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 88; | 
|---|
| 5168 | static constexpr dart::compiler::target::word | 
|---|
| 5169 | AOT_Function_entry_point_offset[] = {8, 16}; | 
|---|
| 5170 | static constexpr dart::compiler::target::word | 
|---|
| 5171 | AOT_FutureOr_type_arguments_offset = 8; | 
|---|
| 5172 | static constexpr dart::compiler::target::word | 
|---|
| 5173 | AOT_GrowableObjectArray_data_offset = 24; | 
|---|
| 5174 | static constexpr dart::compiler::target::word | 
|---|
| 5175 | AOT_GrowableObjectArray_length_offset = 16; | 
|---|
| 5176 | static constexpr dart::compiler::target::word | 
|---|
| 5177 | AOT_GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 5178 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 5179 | 40; | 
|---|
| 5180 | static constexpr dart::compiler::target::word | 
|---|
| 5181 | AOT_CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 5182 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 5183 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 5184 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 24; | 
|---|
| 5185 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 32; | 
|---|
| 5186 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 40; | 
|---|
| 5187 | static constexpr dart::compiler::target::word | 
|---|
| 5188 | AOT_Isolate_shared_class_table_offset = 72; | 
|---|
| 5189 | static constexpr dart::compiler::target::word | 
|---|
| 5190 | AOT_Isolate_cached_class_table_table_offset = 80; | 
|---|
| 5191 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 5192 | 40; | 
|---|
| 5193 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 5194 | 48; | 
|---|
| 5195 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 5196 | 56; | 
|---|
| 5197 | static constexpr dart::compiler::target::word | 
|---|
| 5198 | AOT_Isolate_cached_object_store_offset = 64; | 
|---|
| 5199 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = | 
|---|
| 5200 | 96; | 
|---|
| 5201 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 32; | 
|---|
| 5202 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 5203 | 32; | 
|---|
| 5204 | static constexpr dart::compiler::target::word | 
|---|
| 5205 | AOT_LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 5206 | static constexpr dart::compiler::target::word | 
|---|
| 5207 | AOT_LinkedHashMap_hash_mask_offset = 24; | 
|---|
| 5208 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 5209 | 16; | 
|---|
| 5210 | static constexpr dart::compiler::target::word | 
|---|
| 5211 | AOT_LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 5212 | static constexpr dart::compiler::target::word | 
|---|
| 5213 | AOT_LinkedHashMap_used_data_offset = 40; | 
|---|
| 5214 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 5215 | static constexpr dart::compiler::target::word | 
|---|
| 5216 | AOT_MarkingStackBlock_pointers_offset = 16; | 
|---|
| 5217 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 5218 | 8; | 
|---|
| 5219 | static constexpr dart::compiler::target::word | 
|---|
| 5220 | AOT_MegamorphicCache_buckets_offset = 24; | 
|---|
| 5221 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 5222 | 32; | 
|---|
| 5223 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 5224 | static constexpr dart::compiler::target::word | 
|---|
| 5225 | AOT_NativeArguments_argc_tag_offset = 8; | 
|---|
| 5226 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 5227 | 16; | 
|---|
| 5228 | static constexpr dart::compiler::target::word | 
|---|
| 5229 | AOT_NativeArguments_retval_offset = 24; | 
|---|
| 5230 | static constexpr dart::compiler::target::word | 
|---|
| 5231 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 5232 | static constexpr dart::compiler::target::word | 
|---|
| 5233 | AOT_ObjectStore_double_type_offset = 256; | 
|---|
| 5234 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 5235 | 136; | 
|---|
| 5236 | static constexpr dart::compiler::target::word | 
|---|
| 5237 | AOT_ObjectStore_string_type_offset = 312; | 
|---|
| 5238 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 5239 | 16; | 
|---|
| 5240 | static constexpr dart::compiler::target::word | 
|---|
| 5241 | AOT_PointerBase_data_field_offset = 8; | 
|---|
| 5242 | static constexpr dart::compiler::target::word | 
|---|
| 5243 | AOT_Pointer_type_arguments_offset = 16; | 
|---|
| 5244 | static constexpr dart::compiler::target::word | 
|---|
| 5245 | AOT_SingleTargetCache_entry_point_offset = 16; | 
|---|
| 5246 | static constexpr dart::compiler::target::word | 
|---|
| 5247 | AOT_SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 5248 | static constexpr dart::compiler::target::word | 
|---|
| 5249 | AOT_SingleTargetCache_target_offset = 8; | 
|---|
| 5250 | static constexpr dart::compiler::target::word | 
|---|
| 5251 | AOT_SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 5252 | static constexpr dart::compiler::target::word | 
|---|
| 5253 | AOT_StoreBufferBlock_pointers_offset = 16; | 
|---|
| 5254 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 5255 | 8; | 
|---|
| 5256 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 4; | 
|---|
| 5257 | static constexpr dart::compiler::target::word AOT_String_length_offset = 8; | 
|---|
| 5258 | static constexpr dart::compiler::target::word | 
|---|
| 5259 | AOT_SubtypeTestCache_cache_offset = 8; | 
|---|
| 5260 | static constexpr dart::compiler::target::word | 
|---|
| 5261 | AOT_Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 5262 | static constexpr dart::compiler::target::word | 
|---|
| 5263 | AOT_Thread_active_exception_offset = 1512; | 
|---|
| 5264 | static constexpr dart::compiler::target::word | 
|---|
| 5265 | AOT_Thread_active_stacktrace_offset = 1520; | 
|---|
| 5266 | static constexpr dart::compiler::target::word | 
|---|
| 5267 | AOT_Thread_array_write_barrier_code_offset = 240; | 
|---|
| 5268 | static constexpr dart::compiler::target::word | 
|---|
| 5269 | AOT_Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 5270 | static constexpr dart::compiler::target::word | 
|---|
| 5271 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 5272 | static constexpr dart::compiler::target::word | 
|---|
| 5273 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 5274 | static constexpr dart::compiler::target::word | 
|---|
| 5275 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 5276 | static constexpr dart::compiler::target::word | 
|---|
| 5277 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 5278 | static constexpr dart::compiler::target::word | 
|---|
| 5279 | AOT_Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 5280 | static constexpr dart::compiler::target::word | 
|---|
| 5281 | AOT_Thread_allocate_object_stub_offset = 368; | 
|---|
| 5282 | static constexpr dart::compiler::target::word | 
|---|
| 5283 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 5284 | static constexpr dart::compiler::target::word | 
|---|
| 5285 | AOT_Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 5286 | static constexpr dart::compiler::target::word | 
|---|
| 5287 | AOT_Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 5288 | static constexpr dart::compiler::target::word | 
|---|
| 5289 | AOT_Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 5290 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 5291 | 1584; | 
|---|
| 5292 | static constexpr dart::compiler::target::word | 
|---|
| 5293 | AOT_Thread_async_stack_trace_offset = 192; | 
|---|
| 5294 | static constexpr dart::compiler::target::word | 
|---|
| 5295 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 5296 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 5297 | 224; | 
|---|
| 5298 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 216; | 
|---|
| 5299 | static constexpr dart::compiler::target::word | 
|---|
| 5300 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 5301 | static constexpr dart::compiler::target::word | 
|---|
| 5302 | AOT_Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 5303 | static constexpr dart::compiler::target::word | 
|---|
| 5304 | AOT_Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 5305 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 5306 | 1600; | 
|---|
| 5307 | static constexpr dart::compiler::target::word | 
|---|
| 5308 | AOT_Thread_dispatch_table_array_offset = 96; | 
|---|
| 5309 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 5310 | 608; | 
|---|
| 5311 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 5312 | 440; | 
|---|
| 5313 | static constexpr dart::compiler::target::word | 
|---|
| 5314 | AOT_Thread_deoptimize_entry_offset = 616; | 
|---|
| 5315 | static constexpr dart::compiler::target::word | 
|---|
| 5316 | AOT_Thread_deoptimize_stub_offset = 448; | 
|---|
| 5317 | static constexpr dart::compiler::target::word | 
|---|
| 5318 | AOT_Thread_double_abs_address_offset = 696; | 
|---|
| 5319 | static constexpr dart::compiler::target::word | 
|---|
| 5320 | AOT_Thread_double_negate_address_offset = 688; | 
|---|
| 5321 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 112; | 
|---|
| 5322 | static constexpr dart::compiler::target::word | 
|---|
| 5323 | AOT_Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 5324 | static constexpr dart::compiler::target::word | 
|---|
| 5325 | AOT_Thread_execution_state_offset = 1552; | 
|---|
| 5326 | static constexpr dart::compiler::target::word | 
|---|
| 5327 | AOT_Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 5328 | static constexpr dart::compiler::target::word | 
|---|
| 5329 | AOT_Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 5330 | static constexpr dart::compiler::target::word | 
|---|
| 5331 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 5332 | static constexpr dart::compiler::target::word | 
|---|
| 5333 | AOT_Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 5334 | static constexpr dart::compiler::target::word | 
|---|
| 5335 | AOT_Thread_fix_callers_target_code_offset = 248; | 
|---|
| 5336 | static constexpr dart::compiler::target::word | 
|---|
| 5337 | AOT_Thread_float_absolute_address_offset = 720; | 
|---|
| 5338 | static constexpr dart::compiler::target::word | 
|---|
| 5339 | AOT_Thread_float_negate_address_offset = 712; | 
|---|
| 5340 | static constexpr dart::compiler::target::word | 
|---|
| 5341 | AOT_Thread_float_not_address_offset = 704; | 
|---|
| 5342 | static constexpr dart::compiler::target::word | 
|---|
| 5343 | AOT_Thread_float_zerow_address_offset = 728; | 
|---|
| 5344 | static constexpr dart::compiler::target::word | 
|---|
| 5345 | AOT_Thread_global_object_pool_offset = 1528; | 
|---|
| 5346 | static constexpr dart::compiler::target::word | 
|---|
| 5347 | AOT_Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 5348 | static constexpr dart::compiler::target::word | 
|---|
| 5349 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 5350 | static constexpr dart::compiler::target::word | 
|---|
| 5351 | AOT_Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 5352 | static constexpr dart::compiler::target::word | 
|---|
| 5353 | AOT_Thread_exit_through_ffi_offset = 1576; | 
|---|
| 5354 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 88; | 
|---|
| 5355 | static constexpr dart::compiler::target::word | 
|---|
| 5356 | AOT_Thread_field_table_values_offset = 136; | 
|---|
| 5357 | static constexpr dart::compiler::target::word | 
|---|
| 5358 | AOT_Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 5359 | static constexpr dart::compiler::target::word | 
|---|
| 5360 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 5361 | static constexpr dart::compiler::target::word | 
|---|
| 5362 | AOT_Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 5363 | static constexpr dart::compiler::target::word | 
|---|
| 5364 | AOT_Thread_marking_stack_block_offset = 168; | 
|---|
| 5365 | static constexpr dart::compiler::target::word | 
|---|
| 5366 | AOT_Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 5367 | static constexpr dart::compiler::target::word | 
|---|
| 5368 | AOT_Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 5369 | static constexpr dart::compiler::target::word | 
|---|
| 5370 | AOT_Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 5371 | static constexpr dart::compiler::target::word | 
|---|
| 5372 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 5373 | static constexpr dart::compiler::target::word | 
|---|
| 5374 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 5375 | static constexpr dart::compiler::target::word | 
|---|
| 5376 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 5377 | static constexpr dart::compiler::target::word | 
|---|
| 5378 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 5379 | static constexpr dart::compiler::target::word | 
|---|
| 5380 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 5381 | static constexpr dart::compiler::target::word | 
|---|
| 5382 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 5383 | static constexpr dart::compiler::target::word | 
|---|
| 5384 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 5385 | static constexpr dart::compiler::target::word | 
|---|
| 5386 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 5387 | static constexpr dart::compiler::target::word | 
|---|
| 5388 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 5389 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 5390 | 208; | 
|---|
| 5391 | static constexpr dart::compiler::target::word | 
|---|
| 5392 | AOT_Thread_predefined_symbols_address_offset = 672; | 
|---|
| 5393 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = | 
|---|
| 5394 | 1536; | 
|---|
| 5395 | static constexpr dart::compiler::target::word | 
|---|
| 5396 | AOT_Thread_saved_shadow_call_stack_offset = 1544; | 
|---|
| 5397 | static constexpr dart::compiler::target::word | 
|---|
| 5398 | AOT_Thread_safepoint_state_offset = 1560; | 
|---|
| 5399 | static constexpr dart::compiler::target::word | 
|---|
| 5400 | AOT_Thread_slow_type_test_stub_offset = 472; | 
|---|
| 5401 | static constexpr dart::compiler::target::word | 
|---|
| 5402 | AOT_Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 5403 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 5404 | 72; | 
|---|
| 5405 | static constexpr dart::compiler::target::word | 
|---|
| 5406 | AOT_Thread_saved_stack_limit_offset = 120; | 
|---|
| 5407 | static constexpr dart::compiler::target::word | 
|---|
| 5408 | AOT_Thread_stack_overflow_flags_offset = 128; | 
|---|
| 5409 | static constexpr dart::compiler::target::word | 
|---|
| 5410 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 5411 | static constexpr dart::compiler::target::word | 
|---|
| 5412 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 5413 | static constexpr dart::compiler::target::word | 
|---|
| 5414 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 5415 | static constexpr dart::compiler::target::word | 
|---|
| 5416 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 5417 | static constexpr dart::compiler::target::word | 
|---|
| 5418 | AOT_Thread_store_buffer_block_offset = 160; | 
|---|
| 5419 | static constexpr dart::compiler::target::word | 
|---|
| 5420 | AOT_Thread_top_exit_frame_info_offset = 152; | 
|---|
| 5421 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 104; | 
|---|
| 5422 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 5423 | 48; | 
|---|
| 5424 | static constexpr dart::compiler::target::word | 
|---|
| 5425 | AOT_Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 5426 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 184; | 
|---|
| 5427 | static constexpr dart::compiler::target::word | 
|---|
| 5428 | AOT_Thread_write_barrier_code_offset = 232; | 
|---|
| 5429 | static constexpr dart::compiler::target::word | 
|---|
| 5430 | AOT_Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 5431 | static constexpr dart::compiler::target::word | 
|---|
| 5432 | AOT_Thread_write_barrier_mask_offset = 80; | 
|---|
| 5433 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 5434 | 1568; | 
|---|
| 5435 | static constexpr dart::compiler::target::word | 
|---|
| 5436 | AOT_TimelineStream_enabled_offset = 16; | 
|---|
| 5437 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 5438 | 16; | 
|---|
| 5439 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 32; | 
|---|
| 5440 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 40; | 
|---|
| 5441 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 48; | 
|---|
| 5442 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 5443 | 24; | 
|---|
| 5444 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 60; | 
|---|
| 5445 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 61; | 
|---|
| 5446 | static constexpr dart::compiler::target::word | 
|---|
| 5447 | AOT_TypeArguments_instantiations_offset = 8; | 
|---|
| 5448 | static constexpr dart::compiler::target::word | 
|---|
| 5449 | AOT_TypeArguments_nullability_offset = 32; | 
|---|
| 5450 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 24; | 
|---|
| 5451 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 5452 | 16; | 
|---|
| 5453 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 5454 | 24; | 
|---|
| 5455 | static constexpr dart::compiler::target::word | 
|---|
| 5456 | AOT_TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 5457 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 24; | 
|---|
| 5458 | static constexpr dart::compiler::target::word | 
|---|
| 5459 | AOT_UnhandledException_exception_offset = 8; | 
|---|
| 5460 | static constexpr dart::compiler::target::word | 
|---|
| 5461 | AOT_UnhandledException_stacktrace_offset = 16; | 
|---|
| 5462 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 16; | 
|---|
| 5463 | static constexpr dart::compiler::target::word | 
|---|
| 5464 | AOT_MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 5465 | static constexpr dart::compiler::target::word | 
|---|
| 5466 | AOT_MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 5467 | static constexpr dart::compiler::target::word | 
|---|
| 5468 | AOT_MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 5469 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 5470 | 24; | 
|---|
| 5471 | static constexpr dart::compiler::target::word AOT_Array_element_size = 8; | 
|---|
| 5472 | static constexpr dart::compiler::target::word | 
|---|
| 5473 | AOT_TypeArguments_elements_start_offset = 40; | 
|---|
| 5474 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 5475 | 8; | 
|---|
| 5476 | static constexpr dart::compiler::target::word | 
|---|
| 5477 | AOT_ClassTable_elements_start_offset = 0; | 
|---|
| 5478 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 1; | 
|---|
| 5479 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 5480 | 8, 24, 16, 32}; | 
|---|
| 5481 | static constexpr dart::compiler::target::word | 
|---|
| 5482 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 5483 | 1352, 1360, 1368, 1376, 1384, 1392, 1400, 1408, 1416, 1424, 1432, | 
|---|
| 5484 | 1440, 1448, 1456, 1464, -1,   -1,   -1,   -1,   1472, 1480, -1, | 
|---|
| 5485 | -1,   1488, 1496, 1504, -1,   -1,   -1,   -1,   -1,   -1}; | 
|---|
| 5486 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 16; | 
|---|
| 5487 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 24; | 
|---|
| 5488 | static constexpr dart::compiler::target::word AOT_Array_header_size = 24; | 
|---|
| 5489 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 12; | 
|---|
| 5490 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 88; | 
|---|
| 5491 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 5492 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 192; | 
|---|
| 5493 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 56; | 
|---|
| 5494 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 40; | 
|---|
| 5495 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 152; | 
|---|
| 5496 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 5497 | 16; | 
|---|
| 5498 | static constexpr dart::compiler::target::word | 
|---|
| 5499 | AOT_CompressedStackMaps_InstanceSize = 12; | 
|---|
| 5500 | static constexpr dart::compiler::target::word | 
|---|
| 5501 | AOT_CompressedStackMaps_HeaderSize = 12; | 
|---|
| 5502 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 24; | 
|---|
| 5503 | static constexpr dart::compiler::target::word AOT_Context_header_size = 24; | 
|---|
| 5504 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 5505 | 16; | 
|---|
| 5506 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 5507 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 5508 | 16; | 
|---|
| 5509 | static constexpr dart::compiler::target::word | 
|---|
| 5510 | AOT_ExceptionHandlers_InstanceSize = 24; | 
|---|
| 5511 | static constexpr dart::compiler::target::word | 
|---|
| 5512 | AOT_ExternalOneByteString_InstanceSize = 32; | 
|---|
| 5513 | static constexpr dart::compiler::target::word | 
|---|
| 5514 | AOT_ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 5515 | static constexpr dart::compiler::target::word | 
|---|
| 5516 | AOT_ExternalTypedData_InstanceSize = 24; | 
|---|
| 5517 | static constexpr dart::compiler::target::word | 
|---|
| 5518 | AOT_FfiTrampolineData_InstanceSize = 48; | 
|---|
| 5519 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 80; | 
|---|
| 5520 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 5521 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 5522 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 104; | 
|---|
| 5523 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 16; | 
|---|
| 5524 | static constexpr dart::compiler::target::word | 
|---|
| 5525 | AOT_GrowableObjectArray_InstanceSize = 32; | 
|---|
| 5526 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 48; | 
|---|
| 5527 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 8; | 
|---|
| 5528 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = | 
|---|
| 5529 | 12; | 
|---|
| 5530 | static constexpr dart::compiler::target::word | 
|---|
| 5531 | AOT_Instructions_UnalignedHeaderSize = 12; | 
|---|
| 5532 | static constexpr dart::compiler::target::word | 
|---|
| 5533 | AOT_InstructionsSection_InstanceSize = 16; | 
|---|
| 5534 | static constexpr dart::compiler::target::word | 
|---|
| 5535 | AOT_InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 5536 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 5537 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 8; | 
|---|
| 5538 | static constexpr dart::compiler::target::word | 
|---|
| 5539 | AOT_KernelProgramInfo_InstanceSize = 128; | 
|---|
| 5540 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 5541 | 48; | 
|---|
| 5542 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 152; | 
|---|
| 5543 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 5544 | 40; | 
|---|
| 5545 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 5546 | 56; | 
|---|
| 5547 | static constexpr dart::compiler::target::word | 
|---|
| 5548 | AOT_LocalVarDescriptors_InstanceSize = 16; | 
|---|
| 5549 | static constexpr dart::compiler::target::word | 
|---|
| 5550 | AOT_MegamorphicCache_InstanceSize = 48; | 
|---|
| 5551 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 5552 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 5553 | 16; | 
|---|
| 5554 | static constexpr dart::compiler::target::word | 
|---|
| 5555 | AOT_MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 5556 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 40; | 
|---|
| 5557 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 5558 | 32; | 
|---|
| 5559 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 8; | 
|---|
| 5560 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 8; | 
|---|
| 5561 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 16; | 
|---|
| 5562 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 5563 | 16; | 
|---|
| 5564 | static constexpr dart::compiler::target::word | 
|---|
| 5565 | AOT_ParameterTypeCheck_InstanceSize = 48; | 
|---|
| 5566 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 40; | 
|---|
| 5567 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 5568 | 16; | 
|---|
| 5569 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 24; | 
|---|
| 5570 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 24; | 
|---|
| 5571 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 5572 | 32; | 
|---|
| 5573 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 120; | 
|---|
| 5574 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 96; | 
|---|
| 5575 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 5576 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 5577 | 24; | 
|---|
| 5578 | static constexpr dart::compiler::target::word | 
|---|
| 5579 | AOT_SingleTargetCache_InstanceSize = 32; | 
|---|
| 5580 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 8; | 
|---|
| 5581 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 40; | 
|---|
| 5582 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 16; | 
|---|
| 5583 | static constexpr dart::compiler::target::word | 
|---|
| 5584 | AOT_SubtypeTestCache_InstanceSize = 16; | 
|---|
| 5585 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 32; | 
|---|
| 5586 | static constexpr dart::compiler::target::word | 
|---|
| 5587 | AOT_TransferableTypedData_InstanceSize = 8; | 
|---|
| 5588 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 5589 | 16; | 
|---|
| 5590 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 64; | 
|---|
| 5591 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 5592 | 40; | 
|---|
| 5593 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 5594 | 72; | 
|---|
| 5595 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 32; | 
|---|
| 5596 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 24; | 
|---|
| 5597 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 5598 | 24; | 
|---|
| 5599 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 5600 | 40; | 
|---|
| 5601 | static constexpr dart::compiler::target::word | 
|---|
| 5602 | AOT_UnhandledException_InstanceSize = 24; | 
|---|
| 5603 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 5604 | 32; | 
|---|
| 5605 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 24; | 
|---|
| 5606 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 24; | 
|---|
| 5607 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 5608 | 32; | 
|---|
| 5609 | static constexpr dart::compiler::target::word | 
|---|
| 5610 | AOT_WeakSerializationReference_InstanceSize = 12; | 
|---|
| 5611 | #endif  // defined(TARGET_ARCH_ARM64) | 
|---|
| 5612 |  | 
|---|
| 5613 | #else  // !defined(PRODUCT) | 
|---|
| 5614 |  | 
|---|
| 5615 | #if defined(TARGET_ARCH_ARM) | 
|---|
| 5616 | static constexpr dart::compiler::target::word | 
|---|
| 5617 | AOT_ObjectPool_elements_start_offset = 8; | 
|---|
| 5618 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 4; | 
|---|
| 5619 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 5620 | 268435455; | 
|---|
| 5621 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 5622 | 65533; | 
|---|
| 5623 | static constexpr dart::compiler::target::word | 
|---|
| 5624 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0; | 
|---|
| 5625 | static constexpr dart::compiler::target::word | 
|---|
| 5626 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 5627 | static constexpr dart::compiler::target::word | 
|---|
| 5628 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0; | 
|---|
| 5629 | static constexpr dart::compiler::target::word | 
|---|
| 5630 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 12; | 
|---|
| 5631 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = 9; | 
|---|
| 5632 | static constexpr dart::compiler::target::word | 
|---|
| 5633 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 5634 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 5635 | 536870911; | 
|---|
| 5636 | static constexpr dart::compiler::target::word | 
|---|
| 5637 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 5638 | static constexpr dart::compiler::target::word | 
|---|
| 5639 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 5640 | static constexpr dart::compiler::target::word | 
|---|
| 5641 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 5642 | static constexpr dart::compiler::target::word | 
|---|
| 5643 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 5644 | static constexpr dart::compiler::target::word | 
|---|
| 5645 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 5646 | static constexpr dart::compiler::target::word | 
|---|
| 5647 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 5648 | static constexpr dart::compiler::target::word | 
|---|
| 5649 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 5650 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 5651 | 0; | 
|---|
| 5652 | static constexpr dart::compiler::target::word | 
|---|
| 5653 | AOT_AbstractType_type_test_stub_entry_point_offset = 4; | 
|---|
| 5654 | static constexpr dart::compiler::target::word | 
|---|
| 5655 | AOT_ArgumentsDescriptor_count_offset = 16; | 
|---|
| 5656 | static constexpr dart::compiler::target::word | 
|---|
| 5657 | AOT_ArgumentsDescriptor_size_offset = 20; | 
|---|
| 5658 | static constexpr dart::compiler::target::word | 
|---|
| 5659 | AOT_ArgumentsDescriptor_first_named_entry_offset = 28; | 
|---|
| 5660 | static constexpr dart::compiler::target::word | 
|---|
| 5661 | AOT_ArgumentsDescriptor_named_entry_size = 8; | 
|---|
| 5662 | static constexpr dart::compiler::target::word | 
|---|
| 5663 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 5664 | static constexpr dart::compiler::target::word | 
|---|
| 5665 | AOT_ArgumentsDescriptor_position_offset = 4; | 
|---|
| 5666 | static constexpr dart::compiler::target::word | 
|---|
| 5667 | AOT_ArgumentsDescriptor_positional_count_offset = 24; | 
|---|
| 5668 | static constexpr dart::compiler::target::word | 
|---|
| 5669 | AOT_ArgumentsDescriptor_type_args_len_offset = 12; | 
|---|
| 5670 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 12; | 
|---|
| 5671 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 8; | 
|---|
| 5672 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 5673 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 5674 | 4; | 
|---|
| 5675 | static constexpr dart::compiler::target::word | 
|---|
| 5676 | AOT_Class_declaration_type_offset = 56; | 
|---|
| 5677 | static constexpr dart::compiler::target::word | 
|---|
| 5678 | AOT_Class_num_type_arguments_offset = 92; | 
|---|
| 5679 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 44; | 
|---|
| 5680 | static constexpr dart::compiler::target::word | 
|---|
| 5681 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 104; | 
|---|
| 5682 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 20; | 
|---|
| 5683 | static constexpr dart::compiler::target::word | 
|---|
| 5684 | AOT_Closure_delayed_type_arguments_offset = 12; | 
|---|
| 5685 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 16; | 
|---|
| 5686 | static constexpr dart::compiler::target::word | 
|---|
| 5687 | AOT_Closure_function_type_arguments_offset = 8; | 
|---|
| 5688 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 24; | 
|---|
| 5689 | static constexpr dart::compiler::target::word | 
|---|
| 5690 | AOT_Closure_instantiator_type_arguments_offset = 4; | 
|---|
| 5691 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 20; | 
|---|
| 5692 | static constexpr dart::compiler::target::word | 
|---|
| 5693 | AOT_Code_saved_instructions_offset = 24; | 
|---|
| 5694 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 28; | 
|---|
| 5695 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 5696 | 4; | 
|---|
| 5697 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 8; | 
|---|
| 5698 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 5699 | static constexpr dart::compiler::target::word | 
|---|
| 5700 | AOT_ExternalOneByteString_external_data_offset = 12; | 
|---|
| 5701 | static constexpr dart::compiler::target::word | 
|---|
| 5702 | AOT_ExternalTwoByteString_external_data_offset = 12; | 
|---|
| 5703 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 5704 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 5705 | static constexpr dart::compiler::target::word | 
|---|
| 5706 | AOT_Field_initializer_function_offset = 16; | 
|---|
| 5707 | static constexpr dart::compiler::target::word | 
|---|
| 5708 | AOT_Field_host_offset_or_field_id_offset = 20; | 
|---|
| 5709 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 40; | 
|---|
| 5710 | static constexpr dart::compiler::target::word | 
|---|
| 5711 | AOT_Field_guarded_list_length_in_object_offset_offset = 44; | 
|---|
| 5712 | static constexpr dart::compiler::target::word | 
|---|
| 5713 | AOT_Field_guarded_list_length_offset = 24; | 
|---|
| 5714 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 42; | 
|---|
| 5715 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 46; | 
|---|
| 5716 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 44; | 
|---|
| 5717 | static constexpr dart::compiler::target::word | 
|---|
| 5718 | AOT_Function_entry_point_offset[] = {4, 8}; | 
|---|
| 5719 | static constexpr dart::compiler::target::word | 
|---|
| 5720 | AOT_FutureOr_type_arguments_offset = 4; | 
|---|
| 5721 | static constexpr dart::compiler::target::word | 
|---|
| 5722 | AOT_GrowableObjectArray_data_offset = 12; | 
|---|
| 5723 | static constexpr dart::compiler::target::word | 
|---|
| 5724 | AOT_GrowableObjectArray_length_offset = 8; | 
|---|
| 5725 | static constexpr dart::compiler::target::word | 
|---|
| 5726 | AOT_GrowableObjectArray_type_arguments_offset = 4; | 
|---|
| 5727 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 5728 | 20; | 
|---|
| 5729 | static constexpr dart::compiler::target::word | 
|---|
| 5730 | AOT_CallSiteData_arguments_descriptor_offset = 8; | 
|---|
| 5731 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 5732 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 5733 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 12; | 
|---|
| 5734 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 16; | 
|---|
| 5735 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 20; | 
|---|
| 5736 | static constexpr dart::compiler::target::word | 
|---|
| 5737 | AOT_Isolate_shared_class_table_offset = 36; | 
|---|
| 5738 | static constexpr dart::compiler::target::word | 
|---|
| 5739 | AOT_Isolate_cached_class_table_table_offset = 40; | 
|---|
| 5740 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 5741 | 20; | 
|---|
| 5742 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 5743 | 24; | 
|---|
| 5744 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 5745 | 28; | 
|---|
| 5746 | static constexpr dart::compiler::target::word | 
|---|
| 5747 | AOT_Isolate_cached_object_store_offset = 32; | 
|---|
| 5748 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 16; | 
|---|
| 5749 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 5750 | 16; | 
|---|
| 5751 | static constexpr dart::compiler::target::word | 
|---|
| 5752 | AOT_LinkedHashMap_deleted_keys_offset = 24; | 
|---|
| 5753 | static constexpr dart::compiler::target::word | 
|---|
| 5754 | AOT_LinkedHashMap_hash_mask_offset = 12; | 
|---|
| 5755 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 5756 | 8; | 
|---|
| 5757 | static constexpr dart::compiler::target::word | 
|---|
| 5758 | AOT_LinkedHashMap_type_arguments_offset = 4; | 
|---|
| 5759 | static constexpr dart::compiler::target::word | 
|---|
| 5760 | AOT_LinkedHashMap_used_data_offset = 20; | 
|---|
| 5761 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 5762 | static constexpr dart::compiler::target::word | 
|---|
| 5763 | AOT_MarkingStackBlock_pointers_offset = 8; | 
|---|
| 5764 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 5765 | 4; | 
|---|
| 5766 | static constexpr dart::compiler::target::word | 
|---|
| 5767 | AOT_MegamorphicCache_buckets_offset = 12; | 
|---|
| 5768 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 5769 | 16; | 
|---|
| 5770 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 5771 | static constexpr dart::compiler::target::word | 
|---|
| 5772 | AOT_NativeArguments_argc_tag_offset = 4; | 
|---|
| 5773 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 5774 | 8; | 
|---|
| 5775 | static constexpr dart::compiler::target::word | 
|---|
| 5776 | AOT_NativeArguments_retval_offset = 12; | 
|---|
| 5777 | static constexpr dart::compiler::target::word | 
|---|
| 5778 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 5779 | static constexpr dart::compiler::target::word | 
|---|
| 5780 | AOT_ObjectStore_double_type_offset = 128; | 
|---|
| 5781 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 5782 | 68; | 
|---|
| 5783 | static constexpr dart::compiler::target::word | 
|---|
| 5784 | AOT_ObjectStore_string_type_offset = 156; | 
|---|
| 5785 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 5786 | 12; | 
|---|
| 5787 | static constexpr dart::compiler::target::word | 
|---|
| 5788 | AOT_PointerBase_data_field_offset = 4; | 
|---|
| 5789 | static constexpr dart::compiler::target::word | 
|---|
| 5790 | AOT_Pointer_type_arguments_offset = 8; | 
|---|
| 5791 | static constexpr dart::compiler::target::word | 
|---|
| 5792 | AOT_SingleTargetCache_entry_point_offset = 8; | 
|---|
| 5793 | static constexpr dart::compiler::target::word | 
|---|
| 5794 | AOT_SingleTargetCache_lower_limit_offset = 12; | 
|---|
| 5795 | static constexpr dart::compiler::target::word | 
|---|
| 5796 | AOT_SingleTargetCache_target_offset = 4; | 
|---|
| 5797 | static constexpr dart::compiler::target::word | 
|---|
| 5798 | AOT_SingleTargetCache_upper_limit_offset = 14; | 
|---|
| 5799 | static constexpr dart::compiler::target::word | 
|---|
| 5800 | AOT_StoreBufferBlock_pointers_offset = 8; | 
|---|
| 5801 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 5802 | 4; | 
|---|
| 5803 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 8; | 
|---|
| 5804 | static constexpr dart::compiler::target::word AOT_String_length_offset = 4; | 
|---|
| 5805 | static constexpr dart::compiler::target::word | 
|---|
| 5806 | AOT_SubtypeTestCache_cache_offset = 4; | 
|---|
| 5807 | static constexpr dart::compiler::target::word | 
|---|
| 5808 | AOT_Thread_AllocateArray_entry_point_offset = 376; | 
|---|
| 5809 | static constexpr dart::compiler::target::word | 
|---|
| 5810 | AOT_Thread_active_exception_offset = 716; | 
|---|
| 5811 | static constexpr dart::compiler::target::word | 
|---|
| 5812 | AOT_Thread_active_stacktrace_offset = 720; | 
|---|
| 5813 | static constexpr dart::compiler::target::word | 
|---|
| 5814 | AOT_Thread_array_write_barrier_code_offset = 128; | 
|---|
| 5815 | static constexpr dart::compiler::target::word | 
|---|
| 5816 | AOT_Thread_array_write_barrier_entry_point_offset = 268; | 
|---|
| 5817 | static constexpr dart::compiler::target::word | 
|---|
| 5818 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 276; | 
|---|
| 5819 | static constexpr dart::compiler::target::word | 
|---|
| 5820 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 184; | 
|---|
| 5821 | static constexpr dart::compiler::target::word | 
|---|
| 5822 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 280; | 
|---|
| 5823 | static constexpr dart::compiler::target::word | 
|---|
| 5824 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 188; | 
|---|
| 5825 | static constexpr dart::compiler::target::word | 
|---|
| 5826 | AOT_Thread_allocate_object_entry_point_offset = 284; | 
|---|
| 5827 | static constexpr dart::compiler::target::word | 
|---|
| 5828 | AOT_Thread_allocate_object_stub_offset = 192; | 
|---|
| 5829 | static constexpr dart::compiler::target::word | 
|---|
| 5830 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 288; | 
|---|
| 5831 | static constexpr dart::compiler::target::word | 
|---|
| 5832 | AOT_Thread_allocate_object_parameterized_stub_offset = 196; | 
|---|
| 5833 | static constexpr dart::compiler::target::word | 
|---|
| 5834 | AOT_Thread_allocate_object_slow_entry_point_offset = 292; | 
|---|
| 5835 | static constexpr dart::compiler::target::word | 
|---|
| 5836 | AOT_Thread_allocate_object_slow_stub_offset = 200; | 
|---|
| 5837 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 5838 | 752; | 
|---|
| 5839 | static constexpr dart::compiler::target::word | 
|---|
| 5840 | AOT_Thread_async_stack_trace_offset = 96; | 
|---|
| 5841 | static constexpr dart::compiler::target::word | 
|---|
| 5842 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 336; | 
|---|
| 5843 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 5844 | 120; | 
|---|
| 5845 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 116; | 
|---|
| 5846 | static constexpr dart::compiler::target::word | 
|---|
| 5847 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 328; | 
|---|
| 5848 | static constexpr dart::compiler::target::word | 
|---|
| 5849 | AOT_Thread_call_to_runtime_entry_point_offset = 272; | 
|---|
| 5850 | static constexpr dart::compiler::target::word | 
|---|
| 5851 | AOT_Thread_call_to_runtime_stub_offset = 148; | 
|---|
| 5852 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 5853 | 760; | 
|---|
| 5854 | static constexpr dart::compiler::target::word | 
|---|
| 5855 | AOT_Thread_dispatch_table_array_offset = 48; | 
|---|
| 5856 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 5857 | 312; | 
|---|
| 5858 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 5859 | 228; | 
|---|
| 5860 | static constexpr dart::compiler::target::word | 
|---|
| 5861 | AOT_Thread_deoptimize_entry_offset = 316; | 
|---|
| 5862 | static constexpr dart::compiler::target::word | 
|---|
| 5863 | AOT_Thread_deoptimize_stub_offset = 232; | 
|---|
| 5864 | static constexpr dart::compiler::target::word | 
|---|
| 5865 | AOT_Thread_double_abs_address_offset = 356; | 
|---|
| 5866 | static constexpr dart::compiler::target::word | 
|---|
| 5867 | AOT_Thread_double_negate_address_offset = 352; | 
|---|
| 5868 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 56; | 
|---|
| 5869 | static constexpr dart::compiler::target::word | 
|---|
| 5870 | AOT_Thread_enter_safepoint_stub_offset = 252; | 
|---|
| 5871 | static constexpr dart::compiler::target::word | 
|---|
| 5872 | AOT_Thread_execution_state_offset = 736; | 
|---|
| 5873 | static constexpr dart::compiler::target::word | 
|---|
| 5874 | AOT_Thread_exit_safepoint_stub_offset = 256; | 
|---|
| 5875 | static constexpr dart::compiler::target::word | 
|---|
| 5876 | AOT_Thread_call_native_through_safepoint_stub_offset = 260; | 
|---|
| 5877 | static constexpr dart::compiler::target::word | 
|---|
| 5878 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 320; | 
|---|
| 5879 | static constexpr dart::compiler::target::word | 
|---|
| 5880 | AOT_Thread_fix_allocation_stub_code_offset = 136; | 
|---|
| 5881 | static constexpr dart::compiler::target::word | 
|---|
| 5882 | AOT_Thread_fix_callers_target_code_offset = 132; | 
|---|
| 5883 | static constexpr dart::compiler::target::word | 
|---|
| 5884 | AOT_Thread_float_absolute_address_offset = 368; | 
|---|
| 5885 | static constexpr dart::compiler::target::word | 
|---|
| 5886 | AOT_Thread_float_negate_address_offset = 364; | 
|---|
| 5887 | static constexpr dart::compiler::target::word | 
|---|
| 5888 | AOT_Thread_float_not_address_offset = 360; | 
|---|
| 5889 | static constexpr dart::compiler::target::word | 
|---|
| 5890 | AOT_Thread_float_zerow_address_offset = 372; | 
|---|
| 5891 | static constexpr dart::compiler::target::word | 
|---|
| 5892 | AOT_Thread_global_object_pool_offset = 724; | 
|---|
| 5893 | static constexpr dart::compiler::target::word | 
|---|
| 5894 | AOT_Thread_interpret_call_entry_point_offset = 340; | 
|---|
| 5895 | static constexpr dart::compiler::target::word | 
|---|
| 5896 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 144; | 
|---|
| 5897 | static constexpr dart::compiler::target::word | 
|---|
| 5898 | AOT_Thread_invoke_dart_code_stub_offset = 140; | 
|---|
| 5899 | static constexpr dart::compiler::target::word | 
|---|
| 5900 | AOT_Thread_exit_through_ffi_offset = 748; | 
|---|
| 5901 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 44; | 
|---|
| 5902 | static constexpr dart::compiler::target::word | 
|---|
| 5903 | AOT_Thread_field_table_values_offset = 68; | 
|---|
| 5904 | static constexpr dart::compiler::target::word | 
|---|
| 5905 | AOT_Thread_lazy_deopt_from_return_stub_offset = 236; | 
|---|
| 5906 | static constexpr dart::compiler::target::word | 
|---|
| 5907 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 240; | 
|---|
| 5908 | static constexpr dart::compiler::target::word | 
|---|
| 5909 | AOT_Thread_lazy_specialize_type_test_stub_offset = 248; | 
|---|
| 5910 | static constexpr dart::compiler::target::word | 
|---|
| 5911 | AOT_Thread_marking_stack_block_offset = 84; | 
|---|
| 5912 | static constexpr dart::compiler::target::word | 
|---|
| 5913 | AOT_Thread_megamorphic_call_checked_entry_offset = 304; | 
|---|
| 5914 | static constexpr dart::compiler::target::word | 
|---|
| 5915 | AOT_Thread_switchable_call_miss_entry_offset = 308; | 
|---|
| 5916 | static constexpr dart::compiler::target::word | 
|---|
| 5917 | AOT_Thread_switchable_call_miss_stub_offset = 212; | 
|---|
| 5918 | static constexpr dart::compiler::target::word | 
|---|
| 5919 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 332; | 
|---|
| 5920 | static constexpr dart::compiler::target::word | 
|---|
| 5921 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 156; | 
|---|
| 5922 | static constexpr dart::compiler::target::word | 
|---|
| 5923 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 152; | 
|---|
| 5924 | static constexpr dart::compiler::target::word | 
|---|
| 5925 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 164; | 
|---|
| 5926 | static constexpr dart::compiler::target::word | 
|---|
| 5927 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 160; | 
|---|
| 5928 | static constexpr dart::compiler::target::word | 
|---|
| 5929 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 172; | 
|---|
| 5930 | static constexpr dart::compiler::target::word | 
|---|
| 5931 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 168; | 
|---|
| 5932 | static constexpr dart::compiler::target::word | 
|---|
| 5933 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 180; | 
|---|
| 5934 | static constexpr dart::compiler::target::word | 
|---|
| 5935 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 176; | 
|---|
| 5936 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 5937 | 112; | 
|---|
| 5938 | static constexpr dart::compiler::target::word | 
|---|
| 5939 | AOT_Thread_predefined_symbols_address_offset = 344; | 
|---|
| 5940 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = 728; | 
|---|
| 5941 | static constexpr dart::compiler::target::word | 
|---|
| 5942 | AOT_Thread_saved_shadow_call_stack_offset = 732; | 
|---|
| 5943 | static constexpr dart::compiler::target::word | 
|---|
| 5944 | AOT_Thread_safepoint_state_offset = 740; | 
|---|
| 5945 | static constexpr dart::compiler::target::word | 
|---|
| 5946 | AOT_Thread_slow_type_test_stub_offset = 244; | 
|---|
| 5947 | static constexpr dart::compiler::target::word | 
|---|
| 5948 | AOT_Thread_slow_type_test_entry_point_offset = 324; | 
|---|
| 5949 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 5950 | 36; | 
|---|
| 5951 | static constexpr dart::compiler::target::word | 
|---|
| 5952 | AOT_Thread_saved_stack_limit_offset = 60; | 
|---|
| 5953 | static constexpr dart::compiler::target::word | 
|---|
| 5954 | AOT_Thread_stack_overflow_flags_offset = 64; | 
|---|
| 5955 | static constexpr dart::compiler::target::word | 
|---|
| 5956 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 300; | 
|---|
| 5957 | static constexpr dart::compiler::target::word | 
|---|
| 5958 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 208; | 
|---|
| 5959 | static constexpr dart::compiler::target::word | 
|---|
| 5960 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 296; | 
|---|
| 5961 | static constexpr dart::compiler::target::word | 
|---|
| 5962 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 204; | 
|---|
| 5963 | static constexpr dart::compiler::target::word | 
|---|
| 5964 | AOT_Thread_store_buffer_block_offset = 80; | 
|---|
| 5965 | static constexpr dart::compiler::target::word | 
|---|
| 5966 | AOT_Thread_top_exit_frame_info_offset = 76; | 
|---|
| 5967 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 52; | 
|---|
| 5968 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 5969 | 24; | 
|---|
| 5970 | static constexpr dart::compiler::target::word | 
|---|
| 5971 | AOT_Thread_unboxed_int64_runtime_arg_offset = 104; | 
|---|
| 5972 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 92; | 
|---|
| 5973 | static constexpr dart::compiler::target::word | 
|---|
| 5974 | AOT_Thread_write_barrier_code_offset = 124; | 
|---|
| 5975 | static constexpr dart::compiler::target::word | 
|---|
| 5976 | AOT_Thread_write_barrier_entry_point_offset = 264; | 
|---|
| 5977 | static constexpr dart::compiler::target::word | 
|---|
| 5978 | AOT_Thread_write_barrier_mask_offset = 40; | 
|---|
| 5979 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 5980 | 744; | 
|---|
| 5981 | static constexpr dart::compiler::target::word | 
|---|
| 5982 | AOT_TimelineStream_enabled_offset = 8; | 
|---|
| 5983 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 5984 | 12; | 
|---|
| 5985 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 16; | 
|---|
| 5986 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 20; | 
|---|
| 5987 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 24; | 
|---|
| 5988 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 5989 | 12; | 
|---|
| 5990 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 32; | 
|---|
| 5991 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 33; | 
|---|
| 5992 | static constexpr dart::compiler::target::word | 
|---|
| 5993 | AOT_TypeArguments_instantiations_offset = 4; | 
|---|
| 5994 | static constexpr dart::compiler::target::word | 
|---|
| 5995 | AOT_TypeArguments_nullability_offset = 16; | 
|---|
| 5996 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 12; | 
|---|
| 5997 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 5998 | 8; | 
|---|
| 5999 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 6000 | 12; | 
|---|
| 6001 | static constexpr dart::compiler::target::word | 
|---|
| 6002 | AOT_TypedDataView_offset_in_bytes_offset = 16; | 
|---|
| 6003 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 12; | 
|---|
| 6004 | static constexpr dart::compiler::target::word | 
|---|
| 6005 | AOT_UnhandledException_exception_offset = 4; | 
|---|
| 6006 | static constexpr dart::compiler::target::word | 
|---|
| 6007 | AOT_UnhandledException_stacktrace_offset = 8; | 
|---|
| 6008 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 8; | 
|---|
| 6009 | static constexpr dart::compiler::target::word | 
|---|
| 6010 | AOT_MonomorphicSmiableCall_expected_cid_offset = 8; | 
|---|
| 6011 | static constexpr dart::compiler::target::word | 
|---|
| 6012 | AOT_MonomorphicSmiableCall_entrypoint_offset = 12; | 
|---|
| 6013 | static constexpr dart::compiler::target::word | 
|---|
| 6014 | AOT_MonomorphicSmiableCall_target_offset = 4; | 
|---|
| 6015 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 6016 | 12; | 
|---|
| 6017 | static constexpr dart::compiler::target::word AOT_Array_element_size = 4; | 
|---|
| 6018 | static constexpr dart::compiler::target::word | 
|---|
| 6019 | AOT_TypeArguments_elements_start_offset = 20; | 
|---|
| 6020 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 6021 | 4; | 
|---|
| 6022 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 6023 | 4, 12, 8, 16}; | 
|---|
| 6024 | static constexpr dart::compiler::target::word | 
|---|
| 6025 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 6026 | 684, 688, 692, 696, 700, -1, 704, -1, 708, 712, -1, -1, -1, -1, -1, -1}; | 
|---|
| 6027 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 8; | 
|---|
| 6028 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 12; | 
|---|
| 6029 | static constexpr dart::compiler::target::word AOT_Array_header_size = 12; | 
|---|
| 6030 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 8; | 
|---|
| 6031 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 44; | 
|---|
| 6032 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 6033 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 112; | 
|---|
| 6034 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 28; | 
|---|
| 6035 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 20; | 
|---|
| 6036 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 64; | 
|---|
| 6037 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 6038 | 8; | 
|---|
| 6039 | static constexpr dart::compiler::target::word | 
|---|
| 6040 | AOT_CompressedStackMaps_InstanceSize = 8; | 
|---|
| 6041 | static constexpr dart::compiler::target::word | 
|---|
| 6042 | AOT_CompressedStackMaps_HeaderSize = 8; | 
|---|
| 6043 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 12; | 
|---|
| 6044 | static constexpr dart::compiler::target::word AOT_Context_header_size = 12; | 
|---|
| 6045 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 6046 | 12; | 
|---|
| 6047 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 6048 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 6049 | 8; | 
|---|
| 6050 | static constexpr dart::compiler::target::word | 
|---|
| 6051 | AOT_ExceptionHandlers_InstanceSize = 12; | 
|---|
| 6052 | static constexpr dart::compiler::target::word | 
|---|
| 6053 | AOT_ExternalOneByteString_InstanceSize = 20; | 
|---|
| 6054 | static constexpr dart::compiler::target::word | 
|---|
| 6055 | AOT_ExternalTwoByteString_InstanceSize = 20; | 
|---|
| 6056 | static constexpr dart::compiler::target::word | 
|---|
| 6057 | AOT_ExternalTypedData_InstanceSize = 12; | 
|---|
| 6058 | static constexpr dart::compiler::target::word | 
|---|
| 6059 | AOT_FfiTrampolineData_InstanceSize = 24; | 
|---|
| 6060 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 48; | 
|---|
| 6061 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 6062 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 6063 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 56; | 
|---|
| 6064 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 8; | 
|---|
| 6065 | static constexpr dart::compiler::target::word | 
|---|
| 6066 | AOT_GrowableObjectArray_InstanceSize = 16; | 
|---|
| 6067 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 24; | 
|---|
| 6068 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 4; | 
|---|
| 6069 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = 8; | 
|---|
| 6070 | static constexpr dart::compiler::target::word | 
|---|
| 6071 | AOT_Instructions_UnalignedHeaderSize = 8; | 
|---|
| 6072 | static constexpr dart::compiler::target::word | 
|---|
| 6073 | AOT_InstructionsSection_InstanceSize = 8; | 
|---|
| 6074 | static constexpr dart::compiler::target::word | 
|---|
| 6075 | AOT_InstructionsSection_UnalignedHeaderSize = 8; | 
|---|
| 6076 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 6077 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 4; | 
|---|
| 6078 | static constexpr dart::compiler::target::word | 
|---|
| 6079 | AOT_KernelProgramInfo_InstanceSize = 64; | 
|---|
| 6080 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 6081 | 28; | 
|---|
| 6082 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 80; | 
|---|
| 6083 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 6084 | 20; | 
|---|
| 6085 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 6086 | 28; | 
|---|
| 6087 | static constexpr dart::compiler::target::word | 
|---|
| 6088 | AOT_LocalVarDescriptors_InstanceSize = 8; | 
|---|
| 6089 | static constexpr dart::compiler::target::word | 
|---|
| 6090 | AOT_MegamorphicCache_InstanceSize = 24; | 
|---|
| 6091 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 6092 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 6093 | 8; | 
|---|
| 6094 | static constexpr dart::compiler::target::word | 
|---|
| 6095 | AOT_MonomorphicSmiableCall_InstanceSize = 16; | 
|---|
| 6096 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 20; | 
|---|
| 6097 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 6098 | 16; | 
|---|
| 6099 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 4; | 
|---|
| 6100 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 4; | 
|---|
| 6101 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 8; | 
|---|
| 6102 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 6103 | 12; | 
|---|
| 6104 | static constexpr dart::compiler::target::word | 
|---|
| 6105 | AOT_ParameterTypeCheck_InstanceSize = 24; | 
|---|
| 6106 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 20; | 
|---|
| 6107 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 6108 | 8; | 
|---|
| 6109 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 12; | 
|---|
| 6110 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 12; | 
|---|
| 6111 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 6112 | 16; | 
|---|
| 6113 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 60; | 
|---|
| 6114 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 56; | 
|---|
| 6115 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 6116 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 6117 | 12; | 
|---|
| 6118 | static constexpr dart::compiler::target::word | 
|---|
| 6119 | AOT_SingleTargetCache_InstanceSize = 16; | 
|---|
| 6120 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 4; | 
|---|
| 6121 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 20; | 
|---|
| 6122 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 12; | 
|---|
| 6123 | static constexpr dart::compiler::target::word | 
|---|
| 6124 | AOT_SubtypeTestCache_InstanceSize = 8; | 
|---|
| 6125 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 20; | 
|---|
| 6126 | static constexpr dart::compiler::target::word | 
|---|
| 6127 | AOT_TransferableTypedData_InstanceSize = 4; | 
|---|
| 6128 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 6129 | 12; | 
|---|
| 6130 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 36; | 
|---|
| 6131 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 6132 | 20; | 
|---|
| 6133 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 6134 | 40; | 
|---|
| 6135 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 16; | 
|---|
| 6136 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 12; | 
|---|
| 6137 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 6138 | 12; | 
|---|
| 6139 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 6140 | 20; | 
|---|
| 6141 | static constexpr dart::compiler::target::word | 
|---|
| 6142 | AOT_UnhandledException_InstanceSize = 12; | 
|---|
| 6143 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 6144 | 16; | 
|---|
| 6145 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 12; | 
|---|
| 6146 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 12; | 
|---|
| 6147 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 6148 | 16; | 
|---|
| 6149 | static constexpr dart::compiler::target::word | 
|---|
| 6150 | AOT_WeakSerializationReference_InstanceSize = 8; | 
|---|
| 6151 | #endif  // defined(TARGET_ARCH_ARM) | 
|---|
| 6152 |  | 
|---|
| 6153 | #if defined(TARGET_ARCH_X64) | 
|---|
| 6154 | static constexpr dart::compiler::target::word | 
|---|
| 6155 | AOT_ObjectPool_elements_start_offset = 16; | 
|---|
| 6156 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 8; | 
|---|
| 6157 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 6158 | 576460752303423487; | 
|---|
| 6159 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 6160 | 32765; | 
|---|
| 6161 | static constexpr dart::compiler::target::word | 
|---|
| 6162 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 6163 | static constexpr dart::compiler::target::word | 
|---|
| 6164 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 40; | 
|---|
| 6165 | static constexpr dart::compiler::target::word | 
|---|
| 6166 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 6167 | static constexpr dart::compiler::target::word | 
|---|
| 6168 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 22; | 
|---|
| 6169 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = | 
|---|
| 6170 | 10; | 
|---|
| 6171 | static constexpr dart::compiler::target::word | 
|---|
| 6172 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 6173 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 6174 | 2305843009213693951; | 
|---|
| 6175 | static constexpr dart::compiler::target::word | 
|---|
| 6176 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 6177 | static constexpr dart::compiler::target::word | 
|---|
| 6178 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 6179 | static constexpr dart::compiler::target::word | 
|---|
| 6180 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 6181 | static constexpr dart::compiler::target::word | 
|---|
| 6182 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 6183 | static constexpr dart::compiler::target::word | 
|---|
| 6184 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 6185 | static constexpr dart::compiler::target::word | 
|---|
| 6186 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 6187 | static constexpr dart::compiler::target::word | 
|---|
| 6188 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 6189 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 6190 | 0; | 
|---|
| 6191 | static constexpr dart::compiler::target::word | 
|---|
| 6192 | AOT_AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 6193 | static constexpr dart::compiler::target::word | 
|---|
| 6194 | AOT_ArgumentsDescriptor_count_offset = 32; | 
|---|
| 6195 | static constexpr dart::compiler::target::word | 
|---|
| 6196 | AOT_ArgumentsDescriptor_size_offset = 40; | 
|---|
| 6197 | static constexpr dart::compiler::target::word | 
|---|
| 6198 | AOT_ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 6199 | static constexpr dart::compiler::target::word | 
|---|
| 6200 | AOT_ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 6201 | static constexpr dart::compiler::target::word | 
|---|
| 6202 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 6203 | static constexpr dart::compiler::target::word | 
|---|
| 6204 | AOT_ArgumentsDescriptor_position_offset = 8; | 
|---|
| 6205 | static constexpr dart::compiler::target::word | 
|---|
| 6206 | AOT_ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 6207 | static constexpr dart::compiler::target::word | 
|---|
| 6208 | AOT_ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 6209 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 24; | 
|---|
| 6210 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 16; | 
|---|
| 6211 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 6212 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 6213 | 8; | 
|---|
| 6214 | static constexpr dart::compiler::target::word | 
|---|
| 6215 | AOT_Class_declaration_type_offset = 112; | 
|---|
| 6216 | static constexpr dart::compiler::target::word | 
|---|
| 6217 | AOT_Class_num_type_arguments_offset = 172; | 
|---|
| 6218 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 88; | 
|---|
| 6219 | static constexpr dart::compiler::target::word | 
|---|
| 6220 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 6221 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 40; | 
|---|
| 6222 | static constexpr dart::compiler::target::word | 
|---|
| 6223 | AOT_Closure_delayed_type_arguments_offset = 24; | 
|---|
| 6224 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 32; | 
|---|
| 6225 | static constexpr dart::compiler::target::word | 
|---|
| 6226 | AOT_Closure_function_type_arguments_offset = 16; | 
|---|
| 6227 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 48; | 
|---|
| 6228 | static constexpr dart::compiler::target::word | 
|---|
| 6229 | AOT_Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 6230 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 40; | 
|---|
| 6231 | static constexpr dart::compiler::target::word | 
|---|
| 6232 | AOT_Code_saved_instructions_offset = 48; | 
|---|
| 6233 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 56; | 
|---|
| 6234 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 6235 | 8; | 
|---|
| 6236 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 16; | 
|---|
| 6237 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 6238 | static constexpr dart::compiler::target::word | 
|---|
| 6239 | AOT_ExternalOneByteString_external_data_offset = 16; | 
|---|
| 6240 | static constexpr dart::compiler::target::word | 
|---|
| 6241 | AOT_ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 6242 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 6243 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 6244 | static constexpr dart::compiler::target::word | 
|---|
| 6245 | AOT_Field_initializer_function_offset = 32; | 
|---|
| 6246 | static constexpr dart::compiler::target::word | 
|---|
| 6247 | AOT_Field_host_offset_or_field_id_offset = 40; | 
|---|
| 6248 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 72; | 
|---|
| 6249 | static constexpr dart::compiler::target::word | 
|---|
| 6250 | AOT_Field_guarded_list_length_in_object_offset_offset = 76; | 
|---|
| 6251 | static constexpr dart::compiler::target::word | 
|---|
| 6252 | AOT_Field_guarded_list_length_offset = 48; | 
|---|
| 6253 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 74; | 
|---|
| 6254 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 78; | 
|---|
| 6255 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 88; | 
|---|
| 6256 | static constexpr dart::compiler::target::word | 
|---|
| 6257 | AOT_Function_entry_point_offset[] = {8, 16}; | 
|---|
| 6258 | static constexpr dart::compiler::target::word | 
|---|
| 6259 | AOT_FutureOr_type_arguments_offset = 8; | 
|---|
| 6260 | static constexpr dart::compiler::target::word | 
|---|
| 6261 | AOT_GrowableObjectArray_data_offset = 24; | 
|---|
| 6262 | static constexpr dart::compiler::target::word | 
|---|
| 6263 | AOT_GrowableObjectArray_length_offset = 16; | 
|---|
| 6264 | static constexpr dart::compiler::target::word | 
|---|
| 6265 | AOT_GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 6266 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 6267 | 40; | 
|---|
| 6268 | static constexpr dart::compiler::target::word | 
|---|
| 6269 | AOT_CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 6270 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 6271 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 6272 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 24; | 
|---|
| 6273 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 32; | 
|---|
| 6274 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 40; | 
|---|
| 6275 | static constexpr dart::compiler::target::word | 
|---|
| 6276 | AOT_Isolate_shared_class_table_offset = 72; | 
|---|
| 6277 | static constexpr dart::compiler::target::word | 
|---|
| 6278 | AOT_Isolate_cached_class_table_table_offset = 80; | 
|---|
| 6279 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 6280 | 40; | 
|---|
| 6281 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 6282 | 48; | 
|---|
| 6283 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 6284 | 56; | 
|---|
| 6285 | static constexpr dart::compiler::target::word | 
|---|
| 6286 | AOT_Isolate_cached_object_store_offset = 64; | 
|---|
| 6287 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 32; | 
|---|
| 6288 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 6289 | 32; | 
|---|
| 6290 | static constexpr dart::compiler::target::word | 
|---|
| 6291 | AOT_LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 6292 | static constexpr dart::compiler::target::word | 
|---|
| 6293 | AOT_LinkedHashMap_hash_mask_offset = 24; | 
|---|
| 6294 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 6295 | 16; | 
|---|
| 6296 | static constexpr dart::compiler::target::word | 
|---|
| 6297 | AOT_LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 6298 | static constexpr dart::compiler::target::word | 
|---|
| 6299 | AOT_LinkedHashMap_used_data_offset = 40; | 
|---|
| 6300 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 6301 | static constexpr dart::compiler::target::word | 
|---|
| 6302 | AOT_MarkingStackBlock_pointers_offset = 16; | 
|---|
| 6303 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 6304 | 8; | 
|---|
| 6305 | static constexpr dart::compiler::target::word | 
|---|
| 6306 | AOT_MegamorphicCache_buckets_offset = 24; | 
|---|
| 6307 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 6308 | 32; | 
|---|
| 6309 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 6310 | static constexpr dart::compiler::target::word | 
|---|
| 6311 | AOT_NativeArguments_argc_tag_offset = 8; | 
|---|
| 6312 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 6313 | 16; | 
|---|
| 6314 | static constexpr dart::compiler::target::word | 
|---|
| 6315 | AOT_NativeArguments_retval_offset = 24; | 
|---|
| 6316 | static constexpr dart::compiler::target::word | 
|---|
| 6317 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 6318 | static constexpr dart::compiler::target::word | 
|---|
| 6319 | AOT_ObjectStore_double_type_offset = 256; | 
|---|
| 6320 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 6321 | 136; | 
|---|
| 6322 | static constexpr dart::compiler::target::word | 
|---|
| 6323 | AOT_ObjectStore_string_type_offset = 312; | 
|---|
| 6324 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 6325 | 16; | 
|---|
| 6326 | static constexpr dart::compiler::target::word | 
|---|
| 6327 | AOT_PointerBase_data_field_offset = 8; | 
|---|
| 6328 | static constexpr dart::compiler::target::word | 
|---|
| 6329 | AOT_Pointer_type_arguments_offset = 16; | 
|---|
| 6330 | static constexpr dart::compiler::target::word | 
|---|
| 6331 | AOT_SingleTargetCache_entry_point_offset = 16; | 
|---|
| 6332 | static constexpr dart::compiler::target::word | 
|---|
| 6333 | AOT_SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 6334 | static constexpr dart::compiler::target::word | 
|---|
| 6335 | AOT_SingleTargetCache_target_offset = 8; | 
|---|
| 6336 | static constexpr dart::compiler::target::word | 
|---|
| 6337 | AOT_SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 6338 | static constexpr dart::compiler::target::word | 
|---|
| 6339 | AOT_StoreBufferBlock_pointers_offset = 16; | 
|---|
| 6340 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 6341 | 8; | 
|---|
| 6342 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 4; | 
|---|
| 6343 | static constexpr dart::compiler::target::word AOT_String_length_offset = 8; | 
|---|
| 6344 | static constexpr dart::compiler::target::word | 
|---|
| 6345 | AOT_SubtypeTestCache_cache_offset = 8; | 
|---|
| 6346 | static constexpr dart::compiler::target::word | 
|---|
| 6347 | AOT_Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 6348 | static constexpr dart::compiler::target::word | 
|---|
| 6349 | AOT_Thread_active_exception_offset = 1440; | 
|---|
| 6350 | static constexpr dart::compiler::target::word | 
|---|
| 6351 | AOT_Thread_active_stacktrace_offset = 1448; | 
|---|
| 6352 | static constexpr dart::compiler::target::word | 
|---|
| 6353 | AOT_Thread_array_write_barrier_code_offset = 240; | 
|---|
| 6354 | static constexpr dart::compiler::target::word | 
|---|
| 6355 | AOT_Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 6356 | static constexpr dart::compiler::target::word | 
|---|
| 6357 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 6358 | static constexpr dart::compiler::target::word | 
|---|
| 6359 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 6360 | static constexpr dart::compiler::target::word | 
|---|
| 6361 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 6362 | static constexpr dart::compiler::target::word | 
|---|
| 6363 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 6364 | static constexpr dart::compiler::target::word | 
|---|
| 6365 | AOT_Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 6366 | static constexpr dart::compiler::target::word | 
|---|
| 6367 | AOT_Thread_allocate_object_stub_offset = 368; | 
|---|
| 6368 | static constexpr dart::compiler::target::word | 
|---|
| 6369 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 6370 | static constexpr dart::compiler::target::word | 
|---|
| 6371 | AOT_Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 6372 | static constexpr dart::compiler::target::word | 
|---|
| 6373 | AOT_Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 6374 | static constexpr dart::compiler::target::word | 
|---|
| 6375 | AOT_Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 6376 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 6377 | 1512; | 
|---|
| 6378 | static constexpr dart::compiler::target::word | 
|---|
| 6379 | AOT_Thread_async_stack_trace_offset = 192; | 
|---|
| 6380 | static constexpr dart::compiler::target::word | 
|---|
| 6381 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 6382 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 6383 | 224; | 
|---|
| 6384 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 216; | 
|---|
| 6385 | static constexpr dart::compiler::target::word | 
|---|
| 6386 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 6387 | static constexpr dart::compiler::target::word | 
|---|
| 6388 | AOT_Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 6389 | static constexpr dart::compiler::target::word | 
|---|
| 6390 | AOT_Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 6391 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 6392 | 1528; | 
|---|
| 6393 | static constexpr dart::compiler::target::word | 
|---|
| 6394 | AOT_Thread_dispatch_table_array_offset = 96; | 
|---|
| 6395 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 6396 | 608; | 
|---|
| 6397 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 6398 | 440; | 
|---|
| 6399 | static constexpr dart::compiler::target::word | 
|---|
| 6400 | AOT_Thread_deoptimize_entry_offset = 616; | 
|---|
| 6401 | static constexpr dart::compiler::target::word | 
|---|
| 6402 | AOT_Thread_deoptimize_stub_offset = 448; | 
|---|
| 6403 | static constexpr dart::compiler::target::word | 
|---|
| 6404 | AOT_Thread_double_abs_address_offset = 696; | 
|---|
| 6405 | static constexpr dart::compiler::target::word | 
|---|
| 6406 | AOT_Thread_double_negate_address_offset = 688; | 
|---|
| 6407 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 112; | 
|---|
| 6408 | static constexpr dart::compiler::target::word | 
|---|
| 6409 | AOT_Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 6410 | static constexpr dart::compiler::target::word | 
|---|
| 6411 | AOT_Thread_execution_state_offset = 1480; | 
|---|
| 6412 | static constexpr dart::compiler::target::word | 
|---|
| 6413 | AOT_Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 6414 | static constexpr dart::compiler::target::word | 
|---|
| 6415 | AOT_Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 6416 | static constexpr dart::compiler::target::word | 
|---|
| 6417 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 6418 | static constexpr dart::compiler::target::word | 
|---|
| 6419 | AOT_Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 6420 | static constexpr dart::compiler::target::word | 
|---|
| 6421 | AOT_Thread_fix_callers_target_code_offset = 248; | 
|---|
| 6422 | static constexpr dart::compiler::target::word | 
|---|
| 6423 | AOT_Thread_float_absolute_address_offset = 720; | 
|---|
| 6424 | static constexpr dart::compiler::target::word | 
|---|
| 6425 | AOT_Thread_float_negate_address_offset = 712; | 
|---|
| 6426 | static constexpr dart::compiler::target::word | 
|---|
| 6427 | AOT_Thread_float_not_address_offset = 704; | 
|---|
| 6428 | static constexpr dart::compiler::target::word | 
|---|
| 6429 | AOT_Thread_float_zerow_address_offset = 728; | 
|---|
| 6430 | static constexpr dart::compiler::target::word | 
|---|
| 6431 | AOT_Thread_global_object_pool_offset = 1456; | 
|---|
| 6432 | static constexpr dart::compiler::target::word | 
|---|
| 6433 | AOT_Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 6434 | static constexpr dart::compiler::target::word | 
|---|
| 6435 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 6436 | static constexpr dart::compiler::target::word | 
|---|
| 6437 | AOT_Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 6438 | static constexpr dart::compiler::target::word | 
|---|
| 6439 | AOT_Thread_exit_through_ffi_offset = 1504; | 
|---|
| 6440 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 88; | 
|---|
| 6441 | static constexpr dart::compiler::target::word | 
|---|
| 6442 | AOT_Thread_field_table_values_offset = 136; | 
|---|
| 6443 | static constexpr dart::compiler::target::word | 
|---|
| 6444 | AOT_Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 6445 | static constexpr dart::compiler::target::word | 
|---|
| 6446 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 6447 | static constexpr dart::compiler::target::word | 
|---|
| 6448 | AOT_Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 6449 | static constexpr dart::compiler::target::word | 
|---|
| 6450 | AOT_Thread_marking_stack_block_offset = 168; | 
|---|
| 6451 | static constexpr dart::compiler::target::word | 
|---|
| 6452 | AOT_Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 6453 | static constexpr dart::compiler::target::word | 
|---|
| 6454 | AOT_Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 6455 | static constexpr dart::compiler::target::word | 
|---|
| 6456 | AOT_Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 6457 | static constexpr dart::compiler::target::word | 
|---|
| 6458 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 6459 | static constexpr dart::compiler::target::word | 
|---|
| 6460 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 6461 | static constexpr dart::compiler::target::word | 
|---|
| 6462 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 6463 | static constexpr dart::compiler::target::word | 
|---|
| 6464 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 6465 | static constexpr dart::compiler::target::word | 
|---|
| 6466 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 6467 | static constexpr dart::compiler::target::word | 
|---|
| 6468 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 6469 | static constexpr dart::compiler::target::word | 
|---|
| 6470 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 6471 | static constexpr dart::compiler::target::word | 
|---|
| 6472 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 6473 | static constexpr dart::compiler::target::word | 
|---|
| 6474 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 6475 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 6476 | 208; | 
|---|
| 6477 | static constexpr dart::compiler::target::word | 
|---|
| 6478 | AOT_Thread_predefined_symbols_address_offset = 672; | 
|---|
| 6479 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = | 
|---|
| 6480 | 1464; | 
|---|
| 6481 | static constexpr dart::compiler::target::word | 
|---|
| 6482 | AOT_Thread_saved_shadow_call_stack_offset = 1472; | 
|---|
| 6483 | static constexpr dart::compiler::target::word | 
|---|
| 6484 | AOT_Thread_safepoint_state_offset = 1488; | 
|---|
| 6485 | static constexpr dart::compiler::target::word | 
|---|
| 6486 | AOT_Thread_slow_type_test_stub_offset = 472; | 
|---|
| 6487 | static constexpr dart::compiler::target::word | 
|---|
| 6488 | AOT_Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 6489 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 6490 | 72; | 
|---|
| 6491 | static constexpr dart::compiler::target::word | 
|---|
| 6492 | AOT_Thread_saved_stack_limit_offset = 120; | 
|---|
| 6493 | static constexpr dart::compiler::target::word | 
|---|
| 6494 | AOT_Thread_stack_overflow_flags_offset = 128; | 
|---|
| 6495 | static constexpr dart::compiler::target::word | 
|---|
| 6496 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 6497 | static constexpr dart::compiler::target::word | 
|---|
| 6498 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 6499 | static constexpr dart::compiler::target::word | 
|---|
| 6500 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 6501 | static constexpr dart::compiler::target::word | 
|---|
| 6502 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 6503 | static constexpr dart::compiler::target::word | 
|---|
| 6504 | AOT_Thread_store_buffer_block_offset = 160; | 
|---|
| 6505 | static constexpr dart::compiler::target::word | 
|---|
| 6506 | AOT_Thread_top_exit_frame_info_offset = 152; | 
|---|
| 6507 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 104; | 
|---|
| 6508 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 6509 | 48; | 
|---|
| 6510 | static constexpr dart::compiler::target::word | 
|---|
| 6511 | AOT_Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 6512 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 184; | 
|---|
| 6513 | static constexpr dart::compiler::target::word | 
|---|
| 6514 | AOT_Thread_write_barrier_code_offset = 232; | 
|---|
| 6515 | static constexpr dart::compiler::target::word | 
|---|
| 6516 | AOT_Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 6517 | static constexpr dart::compiler::target::word | 
|---|
| 6518 | AOT_Thread_write_barrier_mask_offset = 80; | 
|---|
| 6519 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 6520 | 1496; | 
|---|
| 6521 | static constexpr dart::compiler::target::word | 
|---|
| 6522 | AOT_TimelineStream_enabled_offset = 16; | 
|---|
| 6523 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 6524 | 16; | 
|---|
| 6525 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 32; | 
|---|
| 6526 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 40; | 
|---|
| 6527 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 48; | 
|---|
| 6528 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 6529 | 24; | 
|---|
| 6530 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 60; | 
|---|
| 6531 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 61; | 
|---|
| 6532 | static constexpr dart::compiler::target::word | 
|---|
| 6533 | AOT_TypeArguments_instantiations_offset = 8; | 
|---|
| 6534 | static constexpr dart::compiler::target::word | 
|---|
| 6535 | AOT_TypeArguments_nullability_offset = 32; | 
|---|
| 6536 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 24; | 
|---|
| 6537 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 6538 | 16; | 
|---|
| 6539 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 6540 | 24; | 
|---|
| 6541 | static constexpr dart::compiler::target::word | 
|---|
| 6542 | AOT_TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 6543 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 24; | 
|---|
| 6544 | static constexpr dart::compiler::target::word | 
|---|
| 6545 | AOT_UnhandledException_exception_offset = 8; | 
|---|
| 6546 | static constexpr dart::compiler::target::word | 
|---|
| 6547 | AOT_UnhandledException_stacktrace_offset = 16; | 
|---|
| 6548 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 16; | 
|---|
| 6549 | static constexpr dart::compiler::target::word | 
|---|
| 6550 | AOT_MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 6551 | static constexpr dart::compiler::target::word | 
|---|
| 6552 | AOT_MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 6553 | static constexpr dart::compiler::target::word | 
|---|
| 6554 | AOT_MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 6555 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 6556 | 24; | 
|---|
| 6557 | static constexpr dart::compiler::target::word AOT_Array_element_size = 8; | 
|---|
| 6558 | static constexpr dart::compiler::target::word | 
|---|
| 6559 | AOT_TypeArguments_elements_start_offset = 40; | 
|---|
| 6560 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 6561 | 8; | 
|---|
| 6562 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 6563 | 8, 24, 16, 32}; | 
|---|
| 6564 | static constexpr dart::compiler::target::word | 
|---|
| 6565 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 6566 | 1352, 1360, 1368, 1376, -1,   -1,   1384, 1392, | 
|---|
| 6567 | 1400, 1408, 1416, -1,   1424, 1432, -1,   -1}; | 
|---|
| 6568 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 16; | 
|---|
| 6569 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 24; | 
|---|
| 6570 | static constexpr dart::compiler::target::word AOT_Array_header_size = 24; | 
|---|
| 6571 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 12; | 
|---|
| 6572 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 80; | 
|---|
| 6573 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 6574 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 192; | 
|---|
| 6575 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 56; | 
|---|
| 6576 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 40; | 
|---|
| 6577 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 120; | 
|---|
| 6578 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 6579 | 16; | 
|---|
| 6580 | static constexpr dart::compiler::target::word | 
|---|
| 6581 | AOT_CompressedStackMaps_InstanceSize = 12; | 
|---|
| 6582 | static constexpr dart::compiler::target::word | 
|---|
| 6583 | AOT_CompressedStackMaps_HeaderSize = 12; | 
|---|
| 6584 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 24; | 
|---|
| 6585 | static constexpr dart::compiler::target::word AOT_Context_header_size = 24; | 
|---|
| 6586 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 6587 | 16; | 
|---|
| 6588 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 6589 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 6590 | 16; | 
|---|
| 6591 | static constexpr dart::compiler::target::word | 
|---|
| 6592 | AOT_ExceptionHandlers_InstanceSize = 24; | 
|---|
| 6593 | static constexpr dart::compiler::target::word | 
|---|
| 6594 | AOT_ExternalOneByteString_InstanceSize = 32; | 
|---|
| 6595 | static constexpr dart::compiler::target::word | 
|---|
| 6596 | AOT_ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 6597 | static constexpr dart::compiler::target::word | 
|---|
| 6598 | AOT_ExternalTypedData_InstanceSize = 24; | 
|---|
| 6599 | static constexpr dart::compiler::target::word | 
|---|
| 6600 | AOT_FfiTrampolineData_InstanceSize = 48; | 
|---|
| 6601 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 80; | 
|---|
| 6602 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 6603 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 6604 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 104; | 
|---|
| 6605 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 16; | 
|---|
| 6606 | static constexpr dart::compiler::target::word | 
|---|
| 6607 | AOT_GrowableObjectArray_InstanceSize = 32; | 
|---|
| 6608 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 48; | 
|---|
| 6609 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 8; | 
|---|
| 6610 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = | 
|---|
| 6611 | 12; | 
|---|
| 6612 | static constexpr dart::compiler::target::word | 
|---|
| 6613 | AOT_Instructions_UnalignedHeaderSize = 12; | 
|---|
| 6614 | static constexpr dart::compiler::target::word | 
|---|
| 6615 | AOT_InstructionsSection_InstanceSize = 16; | 
|---|
| 6616 | static constexpr dart::compiler::target::word | 
|---|
| 6617 | AOT_InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 6618 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 6619 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 8; | 
|---|
| 6620 | static constexpr dart::compiler::target::word | 
|---|
| 6621 | AOT_KernelProgramInfo_InstanceSize = 128; | 
|---|
| 6622 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 6623 | 48; | 
|---|
| 6624 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 152; | 
|---|
| 6625 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 6626 | 40; | 
|---|
| 6627 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 6628 | 56; | 
|---|
| 6629 | static constexpr dart::compiler::target::word | 
|---|
| 6630 | AOT_LocalVarDescriptors_InstanceSize = 16; | 
|---|
| 6631 | static constexpr dart::compiler::target::word | 
|---|
| 6632 | AOT_MegamorphicCache_InstanceSize = 48; | 
|---|
| 6633 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 6634 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 6635 | 16; | 
|---|
| 6636 | static constexpr dart::compiler::target::word | 
|---|
| 6637 | AOT_MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 6638 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 40; | 
|---|
| 6639 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 6640 | 32; | 
|---|
| 6641 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 8; | 
|---|
| 6642 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 8; | 
|---|
| 6643 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 16; | 
|---|
| 6644 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 6645 | 16; | 
|---|
| 6646 | static constexpr dart::compiler::target::word | 
|---|
| 6647 | AOT_ParameterTypeCheck_InstanceSize = 48; | 
|---|
| 6648 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 40; | 
|---|
| 6649 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 6650 | 16; | 
|---|
| 6651 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 24; | 
|---|
| 6652 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 24; | 
|---|
| 6653 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 6654 | 32; | 
|---|
| 6655 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 120; | 
|---|
| 6656 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 96; | 
|---|
| 6657 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 6658 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 6659 | 24; | 
|---|
| 6660 | static constexpr dart::compiler::target::word | 
|---|
| 6661 | AOT_SingleTargetCache_InstanceSize = 32; | 
|---|
| 6662 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 8; | 
|---|
| 6663 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 40; | 
|---|
| 6664 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 16; | 
|---|
| 6665 | static constexpr dart::compiler::target::word | 
|---|
| 6666 | AOT_SubtypeTestCache_InstanceSize = 16; | 
|---|
| 6667 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 32; | 
|---|
| 6668 | static constexpr dart::compiler::target::word | 
|---|
| 6669 | AOT_TransferableTypedData_InstanceSize = 8; | 
|---|
| 6670 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 6671 | 16; | 
|---|
| 6672 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 64; | 
|---|
| 6673 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 6674 | 40; | 
|---|
| 6675 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 6676 | 72; | 
|---|
| 6677 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 32; | 
|---|
| 6678 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 24; | 
|---|
| 6679 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 6680 | 24; | 
|---|
| 6681 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 6682 | 40; | 
|---|
| 6683 | static constexpr dart::compiler::target::word | 
|---|
| 6684 | AOT_UnhandledException_InstanceSize = 24; | 
|---|
| 6685 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 6686 | 32; | 
|---|
| 6687 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 24; | 
|---|
| 6688 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 24; | 
|---|
| 6689 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 6690 | 32; | 
|---|
| 6691 | static constexpr dart::compiler::target::word | 
|---|
| 6692 | AOT_WeakSerializationReference_InstanceSize = 12; | 
|---|
| 6693 | #endif  // defined(TARGET_ARCH_X64) | 
|---|
| 6694 |  | 
|---|
| 6695 | #if defined(TARGET_ARCH_IA32) | 
|---|
| 6696 | #endif  // defined(TARGET_ARCH_IA32) | 
|---|
| 6697 |  | 
|---|
| 6698 | #if defined(TARGET_ARCH_ARM64) | 
|---|
| 6699 | static constexpr dart::compiler::target::word | 
|---|
| 6700 | AOT_ObjectPool_elements_start_offset = 16; | 
|---|
| 6701 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 8; | 
|---|
| 6702 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = | 
|---|
| 6703 | 576460752303423487; | 
|---|
| 6704 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = | 
|---|
| 6705 | 32765; | 
|---|
| 6706 | static constexpr dart::compiler::target::word | 
|---|
| 6707 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 8; | 
|---|
| 6708 | static constexpr dart::compiler::target::word | 
|---|
| 6709 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 48; | 
|---|
| 6710 | static constexpr dart::compiler::target::word | 
|---|
| 6711 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 8; | 
|---|
| 6712 | static constexpr dart::compiler::target::word | 
|---|
| 6713 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 20; | 
|---|
| 6714 | static constexpr dart::compiler::target::word AOT_OldPage_kBytesPerCardLog2 = | 
|---|
| 6715 | 10; | 
|---|
| 6716 | static constexpr dart::compiler::target::word | 
|---|
| 6717 | AOT_NativeEntry_kNumCallWrapperArguments = 2; | 
|---|
| 6718 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = | 
|---|
| 6719 | 2305843009213693951; | 
|---|
| 6720 | static constexpr dart::compiler::target::word | 
|---|
| 6721 | AOT_SubtypeTestCache_kFunctionTypeArguments = 4; | 
|---|
| 6722 | static constexpr dart::compiler::target::word | 
|---|
| 6723 | AOT_SubtypeTestCache_kInstanceClassIdOrFunction = 1; | 
|---|
| 6724 | static constexpr dart::compiler::target::word | 
|---|
| 6725 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 6; | 
|---|
| 6726 | static constexpr dart::compiler::target::word | 
|---|
| 6727 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 5; | 
|---|
| 6728 | static constexpr dart::compiler::target::word | 
|---|
| 6729 | AOT_SubtypeTestCache_kInstanceTypeArguments = 2; | 
|---|
| 6730 | static constexpr dart::compiler::target::word | 
|---|
| 6731 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 3; | 
|---|
| 6732 | static constexpr dart::compiler::target::word | 
|---|
| 6733 | AOT_SubtypeTestCache_kTestEntryLength = 7; | 
|---|
| 6734 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = | 
|---|
| 6735 | 0; | 
|---|
| 6736 | static constexpr dart::compiler::target::word | 
|---|
| 6737 | AOT_AbstractType_type_test_stub_entry_point_offset = 8; | 
|---|
| 6738 | static constexpr dart::compiler::target::word | 
|---|
| 6739 | AOT_ArgumentsDescriptor_count_offset = 32; | 
|---|
| 6740 | static constexpr dart::compiler::target::word | 
|---|
| 6741 | AOT_ArgumentsDescriptor_size_offset = 40; | 
|---|
| 6742 | static constexpr dart::compiler::target::word | 
|---|
| 6743 | AOT_ArgumentsDescriptor_first_named_entry_offset = 56; | 
|---|
| 6744 | static constexpr dart::compiler::target::word | 
|---|
| 6745 | AOT_ArgumentsDescriptor_named_entry_size = 16; | 
|---|
| 6746 | static constexpr dart::compiler::target::word | 
|---|
| 6747 | AOT_ArgumentsDescriptor_name_offset = 0; | 
|---|
| 6748 | static constexpr dart::compiler::target::word | 
|---|
| 6749 | AOT_ArgumentsDescriptor_position_offset = 8; | 
|---|
| 6750 | static constexpr dart::compiler::target::word | 
|---|
| 6751 | AOT_ArgumentsDescriptor_positional_count_offset = 48; | 
|---|
| 6752 | static constexpr dart::compiler::target::word | 
|---|
| 6753 | AOT_ArgumentsDescriptor_type_args_len_offset = 24; | 
|---|
| 6754 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 24; | 
|---|
| 6755 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 16; | 
|---|
| 6756 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0; | 
|---|
| 6757 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = | 
|---|
| 6758 | 8; | 
|---|
| 6759 | static constexpr dart::compiler::target::word | 
|---|
| 6760 | AOT_Class_declaration_type_offset = 112; | 
|---|
| 6761 | static constexpr dart::compiler::target::word | 
|---|
| 6762 | AOT_Class_num_type_arguments_offset = 172; | 
|---|
| 6763 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = 88; | 
|---|
| 6764 | static constexpr dart::compiler::target::word | 
|---|
| 6765 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 184; | 
|---|
| 6766 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 40; | 
|---|
| 6767 | static constexpr dart::compiler::target::word | 
|---|
| 6768 | AOT_Closure_delayed_type_arguments_offset = 24; | 
|---|
| 6769 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = 32; | 
|---|
| 6770 | static constexpr dart::compiler::target::word | 
|---|
| 6771 | AOT_Closure_function_type_arguments_offset = 16; | 
|---|
| 6772 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 48; | 
|---|
| 6773 | static constexpr dart::compiler::target::word | 
|---|
| 6774 | AOT_Closure_instantiator_type_arguments_offset = 8; | 
|---|
| 6775 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = 40; | 
|---|
| 6776 | static constexpr dart::compiler::target::word | 
|---|
| 6777 | AOT_Code_saved_instructions_offset = 48; | 
|---|
| 6778 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 56; | 
|---|
| 6779 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = | 
|---|
| 6780 | 8; | 
|---|
| 6781 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 16; | 
|---|
| 6782 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 8; | 
|---|
| 6783 | static constexpr dart::compiler::target::word | 
|---|
| 6784 | AOT_ExternalOneByteString_external_data_offset = 16; | 
|---|
| 6785 | static constexpr dart::compiler::target::word | 
|---|
| 6786 | AOT_ExternalTwoByteString_external_data_offset = 16; | 
|---|
| 6787 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 8; | 
|---|
| 6788 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 8; | 
|---|
| 6789 | static constexpr dart::compiler::target::word | 
|---|
| 6790 | AOT_Field_initializer_function_offset = 32; | 
|---|
| 6791 | static constexpr dart::compiler::target::word | 
|---|
| 6792 | AOT_Field_host_offset_or_field_id_offset = 40; | 
|---|
| 6793 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = 72; | 
|---|
| 6794 | static constexpr dart::compiler::target::word | 
|---|
| 6795 | AOT_Field_guarded_list_length_in_object_offset_offset = 76; | 
|---|
| 6796 | static constexpr dart::compiler::target::word | 
|---|
| 6797 | AOT_Field_guarded_list_length_offset = 48; | 
|---|
| 6798 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = 74; | 
|---|
| 6799 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 78; | 
|---|
| 6800 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 88; | 
|---|
| 6801 | static constexpr dart::compiler::target::word | 
|---|
| 6802 | AOT_Function_entry_point_offset[] = {8, 16}; | 
|---|
| 6803 | static constexpr dart::compiler::target::word | 
|---|
| 6804 | AOT_FutureOr_type_arguments_offset = 8; | 
|---|
| 6805 | static constexpr dart::compiler::target::word | 
|---|
| 6806 | AOT_GrowableObjectArray_data_offset = 24; | 
|---|
| 6807 | static constexpr dart::compiler::target::word | 
|---|
| 6808 | AOT_GrowableObjectArray_length_offset = 16; | 
|---|
| 6809 | static constexpr dart::compiler::target::word | 
|---|
| 6810 | AOT_GrowableObjectArray_type_arguments_offset = 8; | 
|---|
| 6811 | static constexpr dart::compiler::target::word AOT_OldPage_card_table_offset = | 
|---|
| 6812 | 40; | 
|---|
| 6813 | static constexpr dart::compiler::target::word | 
|---|
| 6814 | AOT_CallSiteData_arguments_descriptor_offset = 16; | 
|---|
| 6815 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = 3; | 
|---|
| 6816 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = 0; | 
|---|
| 6817 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 24; | 
|---|
| 6818 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 32; | 
|---|
| 6819 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = 40; | 
|---|
| 6820 | static constexpr dart::compiler::target::word | 
|---|
| 6821 | AOT_Isolate_shared_class_table_offset = 72; | 
|---|
| 6822 | static constexpr dart::compiler::target::word | 
|---|
| 6823 | AOT_Isolate_cached_class_table_table_offset = 80; | 
|---|
| 6824 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = | 
|---|
| 6825 | 40; | 
|---|
| 6826 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = | 
|---|
| 6827 | 48; | 
|---|
| 6828 | static constexpr dart::compiler::target::word AOT_Isolate_ic_miss_code_offset = | 
|---|
| 6829 | 56; | 
|---|
| 6830 | static constexpr dart::compiler::target::word | 
|---|
| 6831 | AOT_Isolate_cached_object_store_offset = 64; | 
|---|
| 6832 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = 32; | 
|---|
| 6833 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_data_offset = | 
|---|
| 6834 | 32; | 
|---|
| 6835 | static constexpr dart::compiler::target::word | 
|---|
| 6836 | AOT_LinkedHashMap_deleted_keys_offset = 48; | 
|---|
| 6837 | static constexpr dart::compiler::target::word | 
|---|
| 6838 | AOT_LinkedHashMap_hash_mask_offset = 24; | 
|---|
| 6839 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_index_offset = | 
|---|
| 6840 | 16; | 
|---|
| 6841 | static constexpr dart::compiler::target::word | 
|---|
| 6842 | AOT_LinkedHashMap_type_arguments_offset = 8; | 
|---|
| 6843 | static constexpr dart::compiler::target::word | 
|---|
| 6844 | AOT_LinkedHashMap_used_data_offset = 40; | 
|---|
| 6845 | static constexpr dart::compiler::target::word AOT_LocalHandle_raw_offset = 0; | 
|---|
| 6846 | static constexpr dart::compiler::target::word | 
|---|
| 6847 | AOT_MarkingStackBlock_pointers_offset = 16; | 
|---|
| 6848 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = | 
|---|
| 6849 | 8; | 
|---|
| 6850 | static constexpr dart::compiler::target::word | 
|---|
| 6851 | AOT_MegamorphicCache_buckets_offset = 24; | 
|---|
| 6852 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = | 
|---|
| 6853 | 32; | 
|---|
| 6854 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 8; | 
|---|
| 6855 | static constexpr dart::compiler::target::word | 
|---|
| 6856 | AOT_NativeArguments_argc_tag_offset = 8; | 
|---|
| 6857 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = | 
|---|
| 6858 | 16; | 
|---|
| 6859 | static constexpr dart::compiler::target::word | 
|---|
| 6860 | AOT_NativeArguments_retval_offset = 24; | 
|---|
| 6861 | static constexpr dart::compiler::target::word | 
|---|
| 6862 | AOT_NativeArguments_thread_offset = 0; | 
|---|
| 6863 | static constexpr dart::compiler::target::word | 
|---|
| 6864 | AOT_ObjectStore_double_type_offset = 256; | 
|---|
| 6865 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = | 
|---|
| 6866 | 136; | 
|---|
| 6867 | static constexpr dart::compiler::target::word | 
|---|
| 6868 | AOT_ObjectStore_string_type_offset = 312; | 
|---|
| 6869 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = | 
|---|
| 6870 | 16; | 
|---|
| 6871 | static constexpr dart::compiler::target::word | 
|---|
| 6872 | AOT_PointerBase_data_field_offset = 8; | 
|---|
| 6873 | static constexpr dart::compiler::target::word | 
|---|
| 6874 | AOT_Pointer_type_arguments_offset = 16; | 
|---|
| 6875 | static constexpr dart::compiler::target::word | 
|---|
| 6876 | AOT_SingleTargetCache_entry_point_offset = 16; | 
|---|
| 6877 | static constexpr dart::compiler::target::word | 
|---|
| 6878 | AOT_SingleTargetCache_lower_limit_offset = 24; | 
|---|
| 6879 | static constexpr dart::compiler::target::word | 
|---|
| 6880 | AOT_SingleTargetCache_target_offset = 8; | 
|---|
| 6881 | static constexpr dart::compiler::target::word | 
|---|
| 6882 | AOT_SingleTargetCache_upper_limit_offset = 26; | 
|---|
| 6883 | static constexpr dart::compiler::target::word | 
|---|
| 6884 | AOT_StoreBufferBlock_pointers_offset = 16; | 
|---|
| 6885 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = | 
|---|
| 6886 | 8; | 
|---|
| 6887 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 4; | 
|---|
| 6888 | static constexpr dart::compiler::target::word AOT_String_length_offset = 8; | 
|---|
| 6889 | static constexpr dart::compiler::target::word | 
|---|
| 6890 | AOT_SubtypeTestCache_cache_offset = 8; | 
|---|
| 6891 | static constexpr dart::compiler::target::word | 
|---|
| 6892 | AOT_Thread_AllocateArray_entry_point_offset = 736; | 
|---|
| 6893 | static constexpr dart::compiler::target::word | 
|---|
| 6894 | AOT_Thread_active_exception_offset = 1512; | 
|---|
| 6895 | static constexpr dart::compiler::target::word | 
|---|
| 6896 | AOT_Thread_active_stacktrace_offset = 1520; | 
|---|
| 6897 | static constexpr dart::compiler::target::word | 
|---|
| 6898 | AOT_Thread_array_write_barrier_code_offset = 240; | 
|---|
| 6899 | static constexpr dart::compiler::target::word | 
|---|
| 6900 | AOT_Thread_array_write_barrier_entry_point_offset = 520; | 
|---|
| 6901 | static constexpr dart::compiler::target::word | 
|---|
| 6902 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 536; | 
|---|
| 6903 | static constexpr dart::compiler::target::word | 
|---|
| 6904 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 352; | 
|---|
| 6905 | static constexpr dart::compiler::target::word | 
|---|
| 6906 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 544; | 
|---|
| 6907 | static constexpr dart::compiler::target::word | 
|---|
| 6908 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 360; | 
|---|
| 6909 | static constexpr dart::compiler::target::word | 
|---|
| 6910 | AOT_Thread_allocate_object_entry_point_offset = 552; | 
|---|
| 6911 | static constexpr dart::compiler::target::word | 
|---|
| 6912 | AOT_Thread_allocate_object_stub_offset = 368; | 
|---|
| 6913 | static constexpr dart::compiler::target::word | 
|---|
| 6914 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 560; | 
|---|
| 6915 | static constexpr dart::compiler::target::word | 
|---|
| 6916 | AOT_Thread_allocate_object_parameterized_stub_offset = 376; | 
|---|
| 6917 | static constexpr dart::compiler::target::word | 
|---|
| 6918 | AOT_Thread_allocate_object_slow_entry_point_offset = 568; | 
|---|
| 6919 | static constexpr dart::compiler::target::word | 
|---|
| 6920 | AOT_Thread_allocate_object_slow_stub_offset = 384; | 
|---|
| 6921 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = | 
|---|
| 6922 | 1584; | 
|---|
| 6923 | static constexpr dart::compiler::target::word | 
|---|
| 6924 | AOT_Thread_async_stack_trace_offset = 192; | 
|---|
| 6925 | static constexpr dart::compiler::target::word | 
|---|
| 6926 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 656; | 
|---|
| 6927 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = | 
|---|
| 6928 | 224; | 
|---|
| 6929 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = 216; | 
|---|
| 6930 | static constexpr dart::compiler::target::word | 
|---|
| 6931 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 640; | 
|---|
| 6932 | static constexpr dart::compiler::target::word | 
|---|
| 6933 | AOT_Thread_call_to_runtime_entry_point_offset = 528; | 
|---|
| 6934 | static constexpr dart::compiler::target::word | 
|---|
| 6935 | AOT_Thread_call_to_runtime_stub_offset = 280; | 
|---|
| 6936 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = | 
|---|
| 6937 | 1600; | 
|---|
| 6938 | static constexpr dart::compiler::target::word | 
|---|
| 6939 | AOT_Thread_dispatch_table_array_offset = 96; | 
|---|
| 6940 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = | 
|---|
| 6941 | 608; | 
|---|
| 6942 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = | 
|---|
| 6943 | 440; | 
|---|
| 6944 | static constexpr dart::compiler::target::word | 
|---|
| 6945 | AOT_Thread_deoptimize_entry_offset = 616; | 
|---|
| 6946 | static constexpr dart::compiler::target::word | 
|---|
| 6947 | AOT_Thread_deoptimize_stub_offset = 448; | 
|---|
| 6948 | static constexpr dart::compiler::target::word | 
|---|
| 6949 | AOT_Thread_double_abs_address_offset = 696; | 
|---|
| 6950 | static constexpr dart::compiler::target::word | 
|---|
| 6951 | AOT_Thread_double_negate_address_offset = 688; | 
|---|
| 6952 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 112; | 
|---|
| 6953 | static constexpr dart::compiler::target::word | 
|---|
| 6954 | AOT_Thread_enter_safepoint_stub_offset = 488; | 
|---|
| 6955 | static constexpr dart::compiler::target::word | 
|---|
| 6956 | AOT_Thread_execution_state_offset = 1552; | 
|---|
| 6957 | static constexpr dart::compiler::target::word | 
|---|
| 6958 | AOT_Thread_exit_safepoint_stub_offset = 496; | 
|---|
| 6959 | static constexpr dart::compiler::target::word | 
|---|
| 6960 | AOT_Thread_call_native_through_safepoint_stub_offset = 504; | 
|---|
| 6961 | static constexpr dart::compiler::target::word | 
|---|
| 6962 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 624; | 
|---|
| 6963 | static constexpr dart::compiler::target::word | 
|---|
| 6964 | AOT_Thread_fix_allocation_stub_code_offset = 256; | 
|---|
| 6965 | static constexpr dart::compiler::target::word | 
|---|
| 6966 | AOT_Thread_fix_callers_target_code_offset = 248; | 
|---|
| 6967 | static constexpr dart::compiler::target::word | 
|---|
| 6968 | AOT_Thread_float_absolute_address_offset = 720; | 
|---|
| 6969 | static constexpr dart::compiler::target::word | 
|---|
| 6970 | AOT_Thread_float_negate_address_offset = 712; | 
|---|
| 6971 | static constexpr dart::compiler::target::word | 
|---|
| 6972 | AOT_Thread_float_not_address_offset = 704; | 
|---|
| 6973 | static constexpr dart::compiler::target::word | 
|---|
| 6974 | AOT_Thread_float_zerow_address_offset = 728; | 
|---|
| 6975 | static constexpr dart::compiler::target::word | 
|---|
| 6976 | AOT_Thread_global_object_pool_offset = 1528; | 
|---|
| 6977 | static constexpr dart::compiler::target::word | 
|---|
| 6978 | AOT_Thread_interpret_call_entry_point_offset = 664; | 
|---|
| 6979 | static constexpr dart::compiler::target::word | 
|---|
| 6980 | AOT_Thread_invoke_dart_code_from_bytecode_stub_offset = 272; | 
|---|
| 6981 | static constexpr dart::compiler::target::word | 
|---|
| 6982 | AOT_Thread_invoke_dart_code_stub_offset = 264; | 
|---|
| 6983 | static constexpr dart::compiler::target::word | 
|---|
| 6984 | AOT_Thread_exit_through_ffi_offset = 1576; | 
|---|
| 6985 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 88; | 
|---|
| 6986 | static constexpr dart::compiler::target::word | 
|---|
| 6987 | AOT_Thread_field_table_values_offset = 136; | 
|---|
| 6988 | static constexpr dart::compiler::target::word | 
|---|
| 6989 | AOT_Thread_lazy_deopt_from_return_stub_offset = 456; | 
|---|
| 6990 | static constexpr dart::compiler::target::word | 
|---|
| 6991 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 464; | 
|---|
| 6992 | static constexpr dart::compiler::target::word | 
|---|
| 6993 | AOT_Thread_lazy_specialize_type_test_stub_offset = 480; | 
|---|
| 6994 | static constexpr dart::compiler::target::word | 
|---|
| 6995 | AOT_Thread_marking_stack_block_offset = 168; | 
|---|
| 6996 | static constexpr dart::compiler::target::word | 
|---|
| 6997 | AOT_Thread_megamorphic_call_checked_entry_offset = 592; | 
|---|
| 6998 | static constexpr dart::compiler::target::word | 
|---|
| 6999 | AOT_Thread_switchable_call_miss_entry_offset = 600; | 
|---|
| 7000 | static constexpr dart::compiler::target::word | 
|---|
| 7001 | AOT_Thread_switchable_call_miss_stub_offset = 408; | 
|---|
| 7002 | static constexpr dart::compiler::target::word | 
|---|
| 7003 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 648; | 
|---|
| 7004 | static constexpr dart::compiler::target::word | 
|---|
| 7005 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 296; | 
|---|
| 7006 | static constexpr dart::compiler::target::word | 
|---|
| 7007 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 288; | 
|---|
| 7008 | static constexpr dart::compiler::target::word | 
|---|
| 7009 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 312; | 
|---|
| 7010 | static constexpr dart::compiler::target::word | 
|---|
| 7011 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 304; | 
|---|
| 7012 | static constexpr dart::compiler::target::word | 
|---|
| 7013 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 328; | 
|---|
| 7014 | static constexpr dart::compiler::target::word | 
|---|
| 7015 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 320; | 
|---|
| 7016 | static constexpr dart::compiler::target::word | 
|---|
| 7017 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 344; | 
|---|
| 7018 | static constexpr dart::compiler::target::word | 
|---|
| 7019 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 336; | 
|---|
| 7020 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = | 
|---|
| 7021 | 208; | 
|---|
| 7022 | static constexpr dart::compiler::target::word | 
|---|
| 7023 | AOT_Thread_predefined_symbols_address_offset = 672; | 
|---|
| 7024 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = | 
|---|
| 7025 | 1536; | 
|---|
| 7026 | static constexpr dart::compiler::target::word | 
|---|
| 7027 | AOT_Thread_saved_shadow_call_stack_offset = 1544; | 
|---|
| 7028 | static constexpr dart::compiler::target::word | 
|---|
| 7029 | AOT_Thread_safepoint_state_offset = 1560; | 
|---|
| 7030 | static constexpr dart::compiler::target::word | 
|---|
| 7031 | AOT_Thread_slow_type_test_stub_offset = 472; | 
|---|
| 7032 | static constexpr dart::compiler::target::word | 
|---|
| 7033 | AOT_Thread_slow_type_test_entry_point_offset = 632; | 
|---|
| 7034 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = | 
|---|
| 7035 | 72; | 
|---|
| 7036 | static constexpr dart::compiler::target::word | 
|---|
| 7037 | AOT_Thread_saved_stack_limit_offset = 120; | 
|---|
| 7038 | static constexpr dart::compiler::target::word | 
|---|
| 7039 | AOT_Thread_stack_overflow_flags_offset = 128; | 
|---|
| 7040 | static constexpr dart::compiler::target::word | 
|---|
| 7041 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 584; | 
|---|
| 7042 | static constexpr dart::compiler::target::word | 
|---|
| 7043 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 400; | 
|---|
| 7044 | static constexpr dart::compiler::target::word | 
|---|
| 7045 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 576; | 
|---|
| 7046 | static constexpr dart::compiler::target::word | 
|---|
| 7047 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 392; | 
|---|
| 7048 | static constexpr dart::compiler::target::word | 
|---|
| 7049 | AOT_Thread_store_buffer_block_offset = 160; | 
|---|
| 7050 | static constexpr dart::compiler::target::word | 
|---|
| 7051 | AOT_Thread_top_exit_frame_info_offset = 152; | 
|---|
| 7052 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 104; | 
|---|
| 7053 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = | 
|---|
| 7054 | 48; | 
|---|
| 7055 | static constexpr dart::compiler::target::word | 
|---|
| 7056 | AOT_Thread_unboxed_int64_runtime_arg_offset = 200; | 
|---|
| 7057 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 184; | 
|---|
| 7058 | static constexpr dart::compiler::target::word | 
|---|
| 7059 | AOT_Thread_write_barrier_code_offset = 232; | 
|---|
| 7060 | static constexpr dart::compiler::target::word | 
|---|
| 7061 | AOT_Thread_write_barrier_entry_point_offset = 512; | 
|---|
| 7062 | static constexpr dart::compiler::target::word | 
|---|
| 7063 | AOT_Thread_write_barrier_mask_offset = 80; | 
|---|
| 7064 | static constexpr dart::compiler::target::word AOT_Thread_callback_code_offset = | 
|---|
| 7065 | 1568; | 
|---|
| 7066 | static constexpr dart::compiler::target::word | 
|---|
| 7067 | AOT_TimelineStream_enabled_offset = 16; | 
|---|
| 7068 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = | 
|---|
| 7069 | 16; | 
|---|
| 7070 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 32; | 
|---|
| 7071 | static constexpr dart::compiler::target::word AOT_Type_hash_offset = 40; | 
|---|
| 7072 | static constexpr dart::compiler::target::word AOT_Type_signature_offset = 48; | 
|---|
| 7073 | static constexpr dart::compiler::target::word AOT_Type_type_class_id_offset = | 
|---|
| 7074 | 24; | 
|---|
| 7075 | static constexpr dart::compiler::target::word AOT_Type_type_state_offset = 60; | 
|---|
| 7076 | static constexpr dart::compiler::target::word AOT_Type_nullability_offset = 61; | 
|---|
| 7077 | static constexpr dart::compiler::target::word | 
|---|
| 7078 | AOT_TypeArguments_instantiations_offset = 8; | 
|---|
| 7079 | static constexpr dart::compiler::target::word | 
|---|
| 7080 | AOT_TypeArguments_nullability_offset = 32; | 
|---|
| 7081 | static constexpr dart::compiler::target::word AOT_TypeRef_type_offset = 24; | 
|---|
| 7082 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = | 
|---|
| 7083 | 16; | 
|---|
| 7084 | static constexpr dart::compiler::target::word AOT_TypedDataView_data_offset = | 
|---|
| 7085 | 24; | 
|---|
| 7086 | static constexpr dart::compiler::target::word | 
|---|
| 7087 | AOT_TypedDataView_offset_in_bytes_offset = 32; | 
|---|
| 7088 | static constexpr dart::compiler::target::word AOT_TypedData_data_offset = 24; | 
|---|
| 7089 | static constexpr dart::compiler::target::word | 
|---|
| 7090 | AOT_UnhandledException_exception_offset = 8; | 
|---|
| 7091 | static constexpr dart::compiler::target::word | 
|---|
| 7092 | AOT_UnhandledException_stacktrace_offset = 16; | 
|---|
| 7093 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 16; | 
|---|
| 7094 | static constexpr dart::compiler::target::word | 
|---|
| 7095 | AOT_MonomorphicSmiableCall_expected_cid_offset = 16; | 
|---|
| 7096 | static constexpr dart::compiler::target::word | 
|---|
| 7097 | AOT_MonomorphicSmiableCall_entrypoint_offset = 24; | 
|---|
| 7098 | static constexpr dart::compiler::target::word | 
|---|
| 7099 | AOT_MonomorphicSmiableCall_target_offset = 8; | 
|---|
| 7100 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = | 
|---|
| 7101 | 24; | 
|---|
| 7102 | static constexpr dart::compiler::target::word AOT_Array_element_size = 8; | 
|---|
| 7103 | static constexpr dart::compiler::target::word | 
|---|
| 7104 | AOT_TypeArguments_elements_start_offset = 40; | 
|---|
| 7105 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = | 
|---|
| 7106 | 8; | 
|---|
| 7107 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { | 
|---|
| 7108 | 8, 24, 16, 32}; | 
|---|
| 7109 | static constexpr dart::compiler::target::word | 
|---|
| 7110 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { | 
|---|
| 7111 | 1352, 1360, 1368, 1376, 1384, 1392, 1400, 1408, 1416, 1424, 1432, | 
|---|
| 7112 | 1440, 1448, 1456, 1464, -1,   -1,   -1,   -1,   1472, 1480, -1, | 
|---|
| 7113 | -1,   1488, 1496, 1504, -1,   -1,   -1,   -1,   -1,   -1}; | 
|---|
| 7114 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 16; | 
|---|
| 7115 | static constexpr dart::compiler::target::word AOT_Array_InstanceSize = 24; | 
|---|
| 7116 | static constexpr dart::compiler::target::word AOT_Array_header_size = 24; | 
|---|
| 7117 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 12; | 
|---|
| 7118 | static constexpr dart::compiler::target::word AOT_Bytecode_InstanceSize = 80; | 
|---|
| 7119 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = 16; | 
|---|
| 7120 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 192; | 
|---|
| 7121 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 56; | 
|---|
| 7122 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = 40; | 
|---|
| 7123 | static constexpr dart::compiler::target::word AOT_Code_InstanceSize = 120; | 
|---|
| 7124 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_InstanceSize = | 
|---|
| 7125 | 16; | 
|---|
| 7126 | static constexpr dart::compiler::target::word | 
|---|
| 7127 | AOT_CompressedStackMaps_InstanceSize = 12; | 
|---|
| 7128 | static constexpr dart::compiler::target::word | 
|---|
| 7129 | AOT_CompressedStackMaps_HeaderSize = 12; | 
|---|
| 7130 | static constexpr dart::compiler::target::word AOT_Context_InstanceSize = 24; | 
|---|
| 7131 | static constexpr dart::compiler::target::word AOT_Context_header_size = 24; | 
|---|
| 7132 | static constexpr dart::compiler::target::word AOT_ContextScope_InstanceSize = | 
|---|
| 7133 | 16; | 
|---|
| 7134 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 16; | 
|---|
| 7135 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = | 
|---|
| 7136 | 16; | 
|---|
| 7137 | static constexpr dart::compiler::target::word | 
|---|
| 7138 | AOT_ExceptionHandlers_InstanceSize = 24; | 
|---|
| 7139 | static constexpr dart::compiler::target::word | 
|---|
| 7140 | AOT_ExternalOneByteString_InstanceSize = 32; | 
|---|
| 7141 | static constexpr dart::compiler::target::word | 
|---|
| 7142 | AOT_ExternalTwoByteString_InstanceSize = 32; | 
|---|
| 7143 | static constexpr dart::compiler::target::word | 
|---|
| 7144 | AOT_ExternalTypedData_InstanceSize = 24; | 
|---|
| 7145 | static constexpr dart::compiler::target::word | 
|---|
| 7146 | AOT_FfiTrampolineData_InstanceSize = 48; | 
|---|
| 7147 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 80; | 
|---|
| 7148 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 24; | 
|---|
| 7149 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 24; | 
|---|
| 7150 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 104; | 
|---|
| 7151 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 16; | 
|---|
| 7152 | static constexpr dart::compiler::target::word | 
|---|
| 7153 | AOT_GrowableObjectArray_InstanceSize = 32; | 
|---|
| 7154 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 48; | 
|---|
| 7155 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 8; | 
|---|
| 7156 | static constexpr dart::compiler::target::word AOT_Instructions_InstanceSize = | 
|---|
| 7157 | 12; | 
|---|
| 7158 | static constexpr dart::compiler::target::word | 
|---|
| 7159 | AOT_Instructions_UnalignedHeaderSize = 12; | 
|---|
| 7160 | static constexpr dart::compiler::target::word | 
|---|
| 7161 | AOT_InstructionsSection_InstanceSize = 16; | 
|---|
| 7162 | static constexpr dart::compiler::target::word | 
|---|
| 7163 | AOT_InstructionsSection_UnalignedHeaderSize = 16; | 
|---|
| 7164 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 24; | 
|---|
| 7165 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 8; | 
|---|
| 7166 | static constexpr dart::compiler::target::word | 
|---|
| 7167 | AOT_KernelProgramInfo_InstanceSize = 128; | 
|---|
| 7168 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = | 
|---|
| 7169 | 48; | 
|---|
| 7170 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 152; | 
|---|
| 7171 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = | 
|---|
| 7172 | 40; | 
|---|
| 7173 | static constexpr dart::compiler::target::word AOT_LinkedHashMap_InstanceSize = | 
|---|
| 7174 | 56; | 
|---|
| 7175 | static constexpr dart::compiler::target::word | 
|---|
| 7176 | AOT_LocalVarDescriptors_InstanceSize = 16; | 
|---|
| 7177 | static constexpr dart::compiler::target::word | 
|---|
| 7178 | AOT_MegamorphicCache_InstanceSize = 48; | 
|---|
| 7179 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 16; | 
|---|
| 7180 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = | 
|---|
| 7181 | 16; | 
|---|
| 7182 | static constexpr dart::compiler::target::word | 
|---|
| 7183 | AOT_MonomorphicSmiableCall_InstanceSize = 32; | 
|---|
| 7184 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 40; | 
|---|
| 7185 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = | 
|---|
| 7186 | 32; | 
|---|
| 7187 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 8; | 
|---|
| 7188 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 8; | 
|---|
| 7189 | static constexpr dart::compiler::target::word AOT_ObjectPool_InstanceSize = 16; | 
|---|
| 7190 | static constexpr dart::compiler::target::word AOT_OneByteString_InstanceSize = | 
|---|
| 7191 | 16; | 
|---|
| 7192 | static constexpr dart::compiler::target::word | 
|---|
| 7193 | AOT_ParameterTypeCheck_InstanceSize = 48; | 
|---|
| 7194 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 40; | 
|---|
| 7195 | static constexpr dart::compiler::target::word AOT_PcDescriptors_InstanceSize = | 
|---|
| 7196 | 16; | 
|---|
| 7197 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 24; | 
|---|
| 7198 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = 24; | 
|---|
| 7199 | static constexpr dart::compiler::target::word AOT_RedirectionData_InstanceSize = | 
|---|
| 7200 | 32; | 
|---|
| 7201 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 120; | 
|---|
| 7202 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 96; | 
|---|
| 7203 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 24; | 
|---|
| 7204 | static constexpr dart::compiler::target::word AOT_SignatureData_InstanceSize = | 
|---|
| 7205 | 24; | 
|---|
| 7206 | static constexpr dart::compiler::target::word | 
|---|
| 7207 | AOT_SingleTargetCache_InstanceSize = 32; | 
|---|
| 7208 | static constexpr dart::compiler::target::word AOT_Smi_InstanceSize = 8; | 
|---|
| 7209 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = 40; | 
|---|
| 7210 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 16; | 
|---|
| 7211 | static constexpr dart::compiler::target::word | 
|---|
| 7212 | AOT_SubtypeTestCache_InstanceSize = 16; | 
|---|
| 7213 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = 32; | 
|---|
| 7214 | static constexpr dart::compiler::target::word | 
|---|
| 7215 | AOT_TransferableTypedData_InstanceSize = 8; | 
|---|
| 7216 | static constexpr dart::compiler::target::word AOT_TwoByteString_InstanceSize = | 
|---|
| 7217 | 16; | 
|---|
| 7218 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 64; | 
|---|
| 7219 | static constexpr dart::compiler::target::word AOT_TypeArguments_InstanceSize = | 
|---|
| 7220 | 40; | 
|---|
| 7221 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = | 
|---|
| 7222 | 72; | 
|---|
| 7223 | static constexpr dart::compiler::target::word AOT_TypeRef_InstanceSize = 32; | 
|---|
| 7224 | static constexpr dart::compiler::target::word AOT_TypedData_InstanceSize = 24; | 
|---|
| 7225 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = | 
|---|
| 7226 | 24; | 
|---|
| 7227 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = | 
|---|
| 7228 | 40; | 
|---|
| 7229 | static constexpr dart::compiler::target::word | 
|---|
| 7230 | AOT_UnhandledException_InstanceSize = 24; | 
|---|
| 7231 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = | 
|---|
| 7232 | 32; | 
|---|
| 7233 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = 24; | 
|---|
| 7234 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 24; | 
|---|
| 7235 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = | 
|---|
| 7236 | 32; | 
|---|
| 7237 | static constexpr dart::compiler::target::word | 
|---|
| 7238 | AOT_WeakSerializationReference_InstanceSize = 12; | 
|---|
| 7239 | #endif  // defined(TARGET_ARCH_ARM64) | 
|---|
| 7240 |  | 
|---|
| 7241 | #endif  // !defined(PRODUCT) | 
|---|
| 7242 |  | 
|---|
| 7243 | #endif  // RUNTIME_VM_COMPILER_RUNTIME_OFFSETS_EXTRACTED_H_ | 
|---|
| 7244 |  | 
|---|