| 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 ./tools/run_offsets_extractor.dart. |
| 12 | // It's checked in, rather than being generated as part of the build, because |
| 13 | // simarm_x64 needs 32-bit arm offsets, but is built on a 64-bit machine and |
| 14 | // offsets_extractor only extracts offsets for the host architecture. This |
| 15 | // file needs to be regenerated when the offsets change, which is usually |
| 16 | // detected by CheckOffsets() in dart.cc. |
| 17 | |
| 18 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM) && \ |
| 19 | !defined(DART_COMPRESSED_POINTERS) |
| 20 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 21 | 0x38; |
| 22 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 23 | 0x48; |
| 24 | static constexpr dart::compiler::target::word |
| 25 | ICData_receivers_static_type_offset = 0x10; |
| 26 | static constexpr dart::compiler::target::word |
| 27 | SuspendState_frame_capacity_offset = 0x4; |
| 28 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 29 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 30 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 31 | 0x0; |
| 32 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 33 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x60; |
| 34 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 35 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 36 | 0xc; |
| 37 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 38 | static constexpr dart::compiler::target::word |
| 39 | ContextScope_elements_start_offset = 0xc; |
| 40 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 41 | static constexpr dart::compiler::target::word |
| 42 | ExceptionHandlers_elements_start_offset = 0xc; |
| 43 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 44 | 0xc; |
| 45 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 46 | 0x8; |
| 47 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 48 | static constexpr dart::compiler::target::word |
| 49 | OneByteString_elements_start_offset = 0xc; |
| 50 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 51 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 52 | 0x8; |
| 53 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 54 | static constexpr dart::compiler::target::word |
| 55 | TypeArguments_elements_start_offset = 0x14; |
| 56 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 57 | static constexpr dart::compiler::target::word |
| 58 | TwoByteString_elements_start_offset = 0xc; |
| 59 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 60 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 61 | 0xc; |
| 62 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 63 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 64 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 65 | 0xfffd; |
| 66 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 67 | static constexpr dart::compiler::target::word |
| 68 | Instructions_kMonomorphicEntryOffsetJIT = 0x0; |
| 69 | static constexpr dart::compiler::target::word |
| 70 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 71 | static constexpr dart::compiler::target::word |
| 72 | Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 73 | static constexpr dart::compiler::target::word |
| 74 | Instructions_kPolymorphicEntryOffsetAOT = 0x10; |
| 75 | static constexpr dart::compiler::target::word |
| 76 | Instructions_kBarePayloadAlignment = 0x4; |
| 77 | static constexpr dart::compiler::target::word |
| 78 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 79 | static constexpr dart::compiler::target::word |
| 80 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 81 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 82 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 83 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 84 | 0x3fff; |
| 85 | static constexpr dart::compiler::target::word |
| 86 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 87 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 88 | 0x3fff; |
| 89 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 90 | 0xffff; |
| 91 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 92 | 0xffff; |
| 93 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 94 | static constexpr dart::compiler::target::word |
| 95 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 96 | static constexpr dart::compiler::target::word |
| 97 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 98 | static constexpr dart::compiler::target::word |
| 99 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 100 | static constexpr dart::compiler::target::word |
| 101 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 102 | static constexpr dart::compiler::target::word |
| 103 | SubtypeTestCache_kDestinationType = 0x6; |
| 104 | static constexpr dart::compiler::target::word |
| 105 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 106 | static constexpr dart::compiler::target::word |
| 107 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 108 | static constexpr dart::compiler::target::word |
| 109 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 110 | static constexpr dart::compiler::target::word |
| 111 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 112 | static constexpr dart::compiler::target::word |
| 113 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 114 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 115 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 116 | 0x7; |
| 117 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 118 | 0xfffffff; |
| 119 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 120 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 121 | static constexpr dart::compiler::target::word |
| 122 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 123 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 124 | 0x10; |
| 125 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 126 | 0x14; |
| 127 | static constexpr dart::compiler::target::word |
| 128 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 129 | static constexpr dart::compiler::target::word |
| 130 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 131 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 132 | 0x0; |
| 133 | static constexpr dart::compiler::target::word |
| 134 | ArgumentsDescriptor_position_offset = 0x4; |
| 135 | static constexpr dart::compiler::target::word |
| 136 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 137 | static constexpr dart::compiler::target::word |
| 138 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 139 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 140 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 141 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 142 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 143 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 144 | 0x34; |
| 145 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 146 | 0x60; |
| 147 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x2c; |
| 148 | static constexpr dart::compiler::target::word |
| 149 | Class_host_type_arguments_field_offset_in_words_offset = 0x6c; |
| 150 | static constexpr dart::compiler::target::word |
| 151 | ClassTable_allocation_tracing_state_table_offset = 0x4; |
| 152 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 153 | static constexpr dart::compiler::target::word |
| 154 | Closure_delayed_type_arguments_offset = 0xc; |
| 155 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 156 | static constexpr dart::compiler::target::word |
| 157 | Closure_function_type_arguments_offset = 0x8; |
| 158 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 159 | static constexpr dart::compiler::target::word |
| 160 | Closure_instantiator_type_arguments_offset = 0x4; |
| 161 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 162 | 0x10; |
| 163 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 164 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 165 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 166 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 167 | 0x4; |
| 168 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 169 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 170 | static constexpr dart::compiler::target::word |
| 171 | ExternalOneByteString_external_data_offset = 0xc; |
| 172 | static constexpr dart::compiler::target::word |
| 173 | ExternalTwoByteString_external_data_offset = 0xc; |
| 174 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 175 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 176 | static constexpr dart::compiler::target::word |
| 177 | Field_initializer_function_offset = 0x10; |
| 178 | static constexpr dart::compiler::target::word |
| 179 | Field_host_offset_or_field_id_offset = 0x14; |
| 180 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 181 | static constexpr dart::compiler::target::word |
| 182 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 183 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 184 | 0x18; |
| 185 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 186 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 187 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 188 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 189 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 190 | 0x4, 0x8}; |
| 191 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 192 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 193 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 194 | 0x4; |
| 195 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 196 | 0xc; |
| 197 | static constexpr dart::compiler::target::word |
| 198 | GrowableObjectArray_length_offset = 0x8; |
| 199 | static constexpr dart::compiler::target::word |
| 200 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 201 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 202 | static constexpr dart::compiler::target::word |
| 203 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 204 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 205 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 206 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 207 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 208 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 209 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 210 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 211 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 212 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 213 | static constexpr dart::compiler::target::word |
| 214 | Isolate_has_resumption_breakpoints_offset = 0x25; |
| 215 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 216 | 0x10; |
| 217 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 218 | 0x8; |
| 219 | static constexpr dart::compiler::target::word |
| 220 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 221 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x24; |
| 222 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 223 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 224 | static constexpr dart::compiler::target::word |
| 225 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 226 | static constexpr dart::compiler::target::word |
| 227 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 228 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 229 | 0x8; |
| 230 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 231 | 0x18; |
| 232 | static constexpr dart::compiler::target::word |
| 233 | LinkedHashBase_type_arguments_offset = 0x4; |
| 234 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 235 | 0x10; |
| 236 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 237 | static constexpr dart::compiler::target::word |
| 238 | MarkingStackBlock_pointers_offset = 0x8; |
| 239 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 240 | 0x4; |
| 241 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 242 | 0xc; |
| 243 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 244 | 0x10; |
| 245 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 246 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 247 | 0x4; |
| 248 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 249 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 250 | 0xc; |
| 251 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 252 | 0x0; |
| 253 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 254 | 0xc0; |
| 255 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 256 | 0x94; |
| 257 | static constexpr dart::compiler::target::word |
| 258 | ObjectStore_record_field_names_offset = 0x1fc; |
| 259 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 260 | 0xd4; |
| 261 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 262 | 0x84; |
| 263 | static constexpr dart::compiler::target::word |
| 264 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 265 | static constexpr dart::compiler::target::word |
| 266 | ObjectStore_suspend_state_await_offset = 0x224; |
| 267 | static constexpr dart::compiler::target::word |
| 268 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 269 | static constexpr dart::compiler::target::word |
| 270 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 271 | static constexpr dart::compiler::target::word |
| 272 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 273 | static constexpr dart::compiler::target::word |
| 274 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 275 | static constexpr dart::compiler::target::word |
| 276 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 277 | static constexpr dart::compiler::target::word |
| 278 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 279 | static constexpr dart::compiler::target::word |
| 280 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 281 | static constexpr dart::compiler::target::word |
| 282 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 283 | static constexpr dart::compiler::target::word |
| 284 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 285 | static constexpr dart::compiler::target::word |
| 286 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 287 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 288 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 289 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 290 | 0x8; |
| 291 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 292 | 0x4; |
| 293 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 294 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 295 | static constexpr dart::compiler::target::word |
| 296 | SingleTargetCache_entry_point_offset = 0x8; |
| 297 | static constexpr dart::compiler::target::word |
| 298 | SingleTargetCache_lower_limit_offset = 0xc; |
| 299 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 300 | 0x4; |
| 301 | static constexpr dart::compiler::target::word |
| 302 | SingleTargetCache_upper_limit_offset = 0x10; |
| 303 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 304 | 0x8; |
| 305 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 306 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 307 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 308 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 309 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 310 | 0x4; |
| 311 | static constexpr dart::compiler::target::word |
| 312 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 313 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 314 | 0x2; |
| 315 | static constexpr dart::compiler::target::word |
| 316 | SuspendState_error_callback_offset = 0x18; |
| 317 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 318 | 0x8; |
| 319 | static constexpr dart::compiler::target::word |
| 320 | SuspendState_function_data_offset = 0x10; |
| 321 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 322 | 0x1c; |
| 323 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 324 | static constexpr dart::compiler::target::word |
| 325 | SuspendState_then_callback_offset = 0x14; |
| 326 | static constexpr dart::compiler::target::word |
| 327 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 328 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 329 | 0x370; |
| 330 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 331 | 0x374; |
| 332 | static constexpr dart::compiler::target::word |
| 333 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 334 | static constexpr dart::compiler::target::word |
| 335 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 336 | static constexpr dart::compiler::target::word |
| 337 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 338 | static constexpr dart::compiler::target::word |
| 339 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 340 | static constexpr dart::compiler::target::word |
| 341 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 342 | static constexpr dart::compiler::target::word |
| 343 | Thread_allocate_object_entry_point_offset = 0x104; |
| 344 | static constexpr dart::compiler::target::word |
| 345 | Thread_allocate_object_stub_offset = 0x90; |
| 346 | static constexpr dart::compiler::target::word |
| 347 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 348 | static constexpr dart::compiler::target::word |
| 349 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 350 | static constexpr dart::compiler::target::word |
| 351 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 352 | static constexpr dart::compiler::target::word |
| 353 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 354 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 355 | 0x390; |
| 356 | static constexpr dart::compiler::target::word |
| 357 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 358 | static constexpr dart::compiler::target::word |
| 359 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 360 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 361 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 362 | static constexpr dart::compiler::target::word |
| 363 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 364 | static constexpr dart::compiler::target::word |
| 365 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 366 | static constexpr dart::compiler::target::word |
| 367 | Thread_call_to_runtime_stub_offset = 0x54; |
| 368 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3b4; |
| 369 | static constexpr dart::compiler::target::word |
| 370 | Thread_dispatch_table_array_offset = 0x2c; |
| 371 | static constexpr dart::compiler::target::word |
| 372 | Thread_double_truncate_round_supported_offset = 0x394; |
| 373 | static constexpr dart::compiler::target::word |
| 374 | Thread_service_extension_stream_offset = 0x3b8; |
| 375 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 376 | 0x120; |
| 377 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 378 | 0xc8; |
| 379 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 380 | 0x124; |
| 381 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 382 | 0xcc; |
| 383 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 384 | 0x14c; |
| 385 | static constexpr dart::compiler::target::word |
| 386 | Thread_double_negate_address_offset = 0x148; |
| 387 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 388 | static constexpr dart::compiler::target::word |
| 389 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 390 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 391 | 0x384; |
| 392 | static constexpr dart::compiler::target::word |
| 393 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 394 | static constexpr dart::compiler::target::word |
| 395 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 396 | static constexpr dart::compiler::target::word |
| 397 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 398 | static constexpr dart::compiler::target::word |
| 399 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 400 | static constexpr dart::compiler::target::word |
| 401 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 402 | static constexpr dart::compiler::target::word |
| 403 | Thread_fix_callers_target_code_offset = 0x48; |
| 404 | static constexpr dart::compiler::target::word |
| 405 | Thread_float_absolute_address_offset = 0x158; |
| 406 | static constexpr dart::compiler::target::word |
| 407 | Thread_float_negate_address_offset = 0x154; |
| 408 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 409 | 0x150; |
| 410 | static constexpr dart::compiler::target::word |
| 411 | Thread_float_zerow_address_offset = 0x15c; |
| 412 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 413 | 0x378; |
| 414 | static constexpr dart::compiler::target::word |
| 415 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 416 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 417 | 0x38c; |
| 418 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x338; |
| 419 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 420 | 0x33c; |
| 421 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 422 | 0x30; |
| 423 | static constexpr dart::compiler::target::word |
| 424 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 425 | static constexpr dart::compiler::target::word |
| 426 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 427 | static constexpr dart::compiler::target::word |
| 428 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 429 | static constexpr dart::compiler::target::word |
| 430 | Thread_marking_stack_block_offset = 0x350; |
| 431 | static constexpr dart::compiler::target::word |
| 432 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 433 | static constexpr dart::compiler::target::word |
| 434 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 435 | static constexpr dart::compiler::target::word |
| 436 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 437 | static constexpr dart::compiler::target::word |
| 438 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 439 | static constexpr dart::compiler::target::word |
| 440 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 441 | static constexpr dart::compiler::target::word |
| 442 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 443 | static constexpr dart::compiler::target::word |
| 444 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 445 | static constexpr dart::compiler::target::word |
| 446 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 447 | static constexpr dart::compiler::target::word |
| 448 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 449 | static constexpr dart::compiler::target::word |
| 450 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 451 | static constexpr dart::compiler::target::word |
| 452 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 453 | static constexpr dart::compiler::target::word |
| 454 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 455 | static constexpr dart::compiler::target::word |
| 456 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 457 | static constexpr dart::compiler::target::word |
| 458 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 459 | static constexpr dart::compiler::target::word |
| 460 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 461 | static constexpr dart::compiler::target::word |
| 462 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 463 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 464 | static constexpr dart::compiler::target::word |
| 465 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 466 | static constexpr dart::compiler::target::word |
| 467 | Thread_return_async_star_stub_offset = 0xac; |
| 468 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 469 | 0xa4; |
| 470 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 471 | static constexpr dart::compiler::target::word |
| 472 | Thread_predefined_symbols_address_offset = 0x140; |
| 473 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x37c; |
| 474 | static constexpr dart::compiler::target::word |
| 475 | Thread_saved_shadow_call_stack_offset = 0x380; |
| 476 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 477 | 0x388; |
| 478 | static constexpr dart::compiler::target::word |
| 479 | Thread_slow_type_test_stub_offset = 0xd8; |
| 480 | static constexpr dart::compiler::target::word |
| 481 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 482 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 483 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 484 | 0x340; |
| 485 | static constexpr dart::compiler::target::word |
| 486 | Thread_stack_overflow_flags_offset = 0x344; |
| 487 | static constexpr dart::compiler::target::word |
| 488 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 489 | static constexpr dart::compiler::target::word |
| 490 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 491 | static constexpr dart::compiler::target::word |
| 492 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 493 | static constexpr dart::compiler::target::word |
| 494 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 495 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 496 | 0x34c; |
| 497 | static constexpr dart::compiler::target::word |
| 498 | Thread_suspend_state_await_entry_point_offset = 0x310; |
| 499 | static constexpr dart::compiler::target::word |
| 500 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x314; |
| 501 | static constexpr dart::compiler::target::word |
| 502 | Thread_suspend_state_init_async_entry_point_offset = 0x30c; |
| 503 | static constexpr dart::compiler::target::word |
| 504 | Thread_suspend_state_return_async_entry_point_offset = 0x318; |
| 505 | static constexpr dart::compiler::target::word |
| 506 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x31c; |
| 507 | static constexpr dart::compiler::target::word |
| 508 | Thread_suspend_state_init_async_star_entry_point_offset = 0x320; |
| 509 | static constexpr dart::compiler::target::word |
| 510 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x324; |
| 511 | static constexpr dart::compiler::target::word |
| 512 | Thread_suspend_state_return_async_star_entry_point_offset = 0x328; |
| 513 | static constexpr dart::compiler::target::word |
| 514 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x32c; |
| 515 | static constexpr dart::compiler::target::word |
| 516 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x330; |
| 517 | static constexpr dart::compiler::target::word |
| 518 | Thread_suspend_state_handle_exception_entry_point_offset = 0x334; |
| 519 | static constexpr dart::compiler::target::word |
| 520 | Thread_top_exit_frame_info_offset = 0x348; |
| 521 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 522 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 523 | static constexpr dart::compiler::target::word |
| 524 | Thread_unboxed_runtime_arg_offset = 0x360; |
| 525 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x358; |
| 526 | static constexpr dart::compiler::target::word |
| 527 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 528 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 529 | 0x20; |
| 530 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 531 | 0x398; |
| 532 | static constexpr dart::compiler::target::word Thread_random_offset = 0x3a0; |
| 533 | static constexpr dart::compiler::target::word |
| 534 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 535 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x3a8; |
| 536 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 537 | 0x0; |
| 538 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 539 | 0x4; |
| 540 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 541 | 0x8; |
| 542 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 543 | 0xc; |
| 544 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 545 | 0x10; |
| 546 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 547 | 0x8; |
| 548 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 549 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 550 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 551 | 0x18; |
| 552 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 553 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 554 | 0xc; |
| 555 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 556 | 0x8; |
| 557 | static constexpr dart::compiler::target::word |
| 558 | FinalizerBase_entries_collected_offset = 0x10; |
| 559 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 560 | 0x4; |
| 561 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 562 | 0x8; |
| 563 | static constexpr dart::compiler::target::word |
| 564 | FinalizerEntry_external_size_offset = 0x1c; |
| 565 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 566 | 0x10; |
| 567 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 568 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 569 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 570 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 571 | 0x14; |
| 572 | static constexpr dart::compiler::target::word |
| 573 | FunctionType_named_parameter_names_offset = 0x20; |
| 574 | static constexpr dart::compiler::target::word |
| 575 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 576 | static constexpr dart::compiler::target::word |
| 577 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 578 | static constexpr dart::compiler::target::word |
| 579 | FunctionType_parameter_types_offset = 0x1c; |
| 580 | static constexpr dart::compiler::target::word |
| 581 | FunctionType_type_parameters_offset = 0x14; |
| 582 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 583 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 584 | static constexpr dart::compiler::target::word |
| 585 | TypeArguments_instantiations_offset = 0x4; |
| 586 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 587 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 588 | 0x10; |
| 589 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 590 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 591 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 592 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 593 | 0xc; |
| 594 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 595 | 0x10; |
| 596 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 597 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 598 | 0xc; |
| 599 | static constexpr dart::compiler::target::word |
| 600 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 601 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 602 | static constexpr dart::compiler::target::word |
| 603 | UnhandledException_exception_offset = 0x4; |
| 604 | static constexpr dart::compiler::target::word |
| 605 | UnhandledException_stacktrace_offset = 0x8; |
| 606 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 607 | static constexpr dart::compiler::target::word |
| 608 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 609 | static constexpr dart::compiler::target::word |
| 610 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 611 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 612 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 613 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 614 | static constexpr dart::compiler::target::word |
| 615 | WeakReference_type_arguments_offset = 0x8; |
| 616 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 617 | 0x4, 0xc, 0x8, 0x10}; |
| 618 | static constexpr dart::compiler::target::word |
| 619 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 620 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, 0x2fc, -1, 0x300, -1, |
| 621 | 0x304, 0x308, -1, -1, -1, -1, -1, -1}; |
| 622 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 623 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 624 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 625 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 626 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 627 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x78; |
| 628 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 629 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 630 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 631 | static constexpr dart::compiler::target::word |
| 632 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 633 | static constexpr dart::compiler::target::word |
| 634 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 635 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 636 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 637 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 638 | static constexpr dart::compiler::target::word |
| 639 | ExternalOneByteString_InstanceSize = 0x14; |
| 640 | static constexpr dart::compiler::target::word |
| 641 | ExternalTwoByteString_InstanceSize = 0x14; |
| 642 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 643 | 0xc; |
| 644 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 645 | 0x1c; |
| 646 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 647 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 648 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 649 | 0x20; |
| 650 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 651 | 0x18; |
| 652 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 653 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 654 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 655 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 656 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 657 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 658 | 0x10; |
| 659 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 660 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 661 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 662 | 0x8; |
| 663 | static constexpr dart::compiler::target::word |
| 664 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 665 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 666 | 0x18; |
| 667 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 668 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 669 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 670 | 0x30; |
| 671 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 672 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 673 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 674 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 675 | 0x1c; |
| 676 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 677 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 678 | 0x18; |
| 679 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 680 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 681 | 0x8; |
| 682 | static constexpr dart::compiler::target::word |
| 683 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 684 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 685 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 686 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 687 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 688 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 689 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 690 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 691 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x14; |
| 692 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 693 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 694 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 695 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 696 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 697 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 698 | 0x14; |
| 699 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 700 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 701 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 702 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 703 | 0x10; |
| 704 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 705 | static constexpr dart::compiler::target::word |
| 706 | TransferableTypedData_InstanceSize = 0x4; |
| 707 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 708 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 709 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 710 | 0x14; |
| 711 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 712 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 713 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 714 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 715 | 0xc; |
| 716 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 717 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 718 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 719 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 720 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 721 | static constexpr dart::compiler::target::word |
| 722 | WeakSerializationReference_InstanceSize = 0xc; |
| 723 | #endif // !defined(PRODUCT) && \ |
| 724 | // defined(TARGET_ARCH_ARM) && \ |
| 725 | // !defined(DART_COMPRESSED_POINTERS) |
| 726 | |
| 727 | #if !defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 728 | !defined(DART_COMPRESSED_POINTERS) |
| 729 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 730 | 0x70; |
| 731 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 732 | 0x70; |
| 733 | static constexpr dart::compiler::target::word |
| 734 | ICData_receivers_static_type_offset = 0x20; |
| 735 | static constexpr dart::compiler::target::word |
| 736 | SuspendState_frame_capacity_offset = 0x8; |
| 737 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 738 | 0x18; |
| 739 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 740 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 741 | 0x0; |
| 742 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 743 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0xb0; |
| 744 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 745 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 746 | 0x18; |
| 747 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 748 | static constexpr dart::compiler::target::word |
| 749 | ContextScope_elements_start_offset = 0x10; |
| 750 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 751 | static constexpr dart::compiler::target::word |
| 752 | ExceptionHandlers_elements_start_offset = 0x18; |
| 753 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 754 | 0xc; |
| 755 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 756 | 0x10; |
| 757 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 758 | static constexpr dart::compiler::target::word |
| 759 | OneByteString_elements_start_offset = 0x10; |
| 760 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 761 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 762 | 0x10; |
| 763 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 764 | static constexpr dart::compiler::target::word |
| 765 | TypeArguments_elements_start_offset = 0x28; |
| 766 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 767 | static constexpr dart::compiler::target::word |
| 768 | TwoByteString_elements_start_offset = 0x10; |
| 769 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 770 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 771 | 0x18; |
| 772 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 773 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 774 | 0x7ffffffffffffff; |
| 775 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 776 | 0x7ffd; |
| 777 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 778 | 0x7ffffffffffffff; |
| 779 | static constexpr dart::compiler::target::word |
| 780 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 781 | static constexpr dart::compiler::target::word |
| 782 | Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 783 | static constexpr dart::compiler::target::word |
| 784 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 785 | static constexpr dart::compiler::target::word |
| 786 | Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 787 | static constexpr dart::compiler::target::word |
| 788 | Instructions_kBarePayloadAlignment = 0x4; |
| 789 | static constexpr dart::compiler::target::word |
| 790 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 791 | static constexpr dart::compiler::target::word |
| 792 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 793 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 794 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 795 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 796 | 0x3fffffffffff; |
| 797 | static constexpr dart::compiler::target::word |
| 798 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 799 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 800 | 0x3fffffffffff; |
| 801 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 802 | 0xffff; |
| 803 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 804 | 0xffff; |
| 805 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 806 | 0x1fffffffffffffff; |
| 807 | static constexpr dart::compiler::target::word |
| 808 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 809 | static constexpr dart::compiler::target::word |
| 810 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 811 | static constexpr dart::compiler::target::word |
| 812 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 813 | static constexpr dart::compiler::target::word |
| 814 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 815 | static constexpr dart::compiler::target::word |
| 816 | SubtypeTestCache_kDestinationType = 0x6; |
| 817 | static constexpr dart::compiler::target::word |
| 818 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 819 | static constexpr dart::compiler::target::word |
| 820 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 821 | static constexpr dart::compiler::target::word |
| 822 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 823 | static constexpr dart::compiler::target::word |
| 824 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 825 | static constexpr dart::compiler::target::word |
| 826 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 827 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 828 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 829 | 0x7; |
| 830 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 831 | 0x7ffffffffffffff; |
| 832 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 833 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 834 | static constexpr dart::compiler::target::word |
| 835 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 836 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 837 | 0x20; |
| 838 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 839 | 0x28; |
| 840 | static constexpr dart::compiler::target::word |
| 841 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 842 | static constexpr dart::compiler::target::word |
| 843 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 844 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 845 | 0x0; |
| 846 | static constexpr dart::compiler::target::word |
| 847 | ArgumentsDescriptor_position_offset = 0x8; |
| 848 | static constexpr dart::compiler::target::word |
| 849 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 850 | static constexpr dart::compiler::target::word |
| 851 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 852 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 853 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 854 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 855 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 856 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 857 | 0x68; |
| 858 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 859 | 0xb0; |
| 860 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x58; |
| 861 | static constexpr dart::compiler::target::word |
| 862 | Class_host_type_arguments_field_offset_in_words_offset = 0xbc; |
| 863 | static constexpr dart::compiler::target::word |
| 864 | ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 865 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 866 | static constexpr dart::compiler::target::word |
| 867 | Closure_delayed_type_arguments_offset = 0x18; |
| 868 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 869 | static constexpr dart::compiler::target::word |
| 870 | Closure_function_type_arguments_offset = 0x10; |
| 871 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 872 | static constexpr dart::compiler::target::word |
| 873 | Closure_instantiator_type_arguments_offset = 0x8; |
| 874 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 875 | 0x20; |
| 876 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 877 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 878 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 879 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 880 | 0x8; |
| 881 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 882 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 883 | static constexpr dart::compiler::target::word |
| 884 | ExternalOneByteString_external_data_offset = 0x10; |
| 885 | static constexpr dart::compiler::target::word |
| 886 | ExternalTwoByteString_external_data_offset = 0x10; |
| 887 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 888 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 889 | static constexpr dart::compiler::target::word |
| 890 | Field_initializer_function_offset = 0x20; |
| 891 | static constexpr dart::compiler::target::word |
| 892 | Field_host_offset_or_field_id_offset = 0x28; |
| 893 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 894 | static constexpr dart::compiler::target::word |
| 895 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 896 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 897 | 0x30; |
| 898 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 899 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 900 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 901 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 902 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 903 | 0x8, 0x10}; |
| 904 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 905 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 906 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 907 | 0x8; |
| 908 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 909 | 0x18; |
| 910 | static constexpr dart::compiler::target::word |
| 911 | GrowableObjectArray_length_offset = 0x10; |
| 912 | static constexpr dart::compiler::target::word |
| 913 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 914 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 915 | static constexpr dart::compiler::target::word |
| 916 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 917 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 918 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 919 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 920 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 921 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 922 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 923 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 924 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 925 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 926 | static constexpr dart::compiler::target::word |
| 927 | Isolate_has_resumption_breakpoints_offset = 0x49; |
| 928 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 929 | 0x20; |
| 930 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 931 | 0x10; |
| 932 | static constexpr dart::compiler::target::word |
| 933 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 934 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x48; |
| 935 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 936 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 937 | static constexpr dart::compiler::target::word |
| 938 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 939 | static constexpr dart::compiler::target::word |
| 940 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 941 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 942 | 0x10; |
| 943 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 944 | 0x30; |
| 945 | static constexpr dart::compiler::target::word |
| 946 | LinkedHashBase_type_arguments_offset = 0x8; |
| 947 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 948 | 0x20; |
| 949 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 950 | static constexpr dart::compiler::target::word |
| 951 | MarkingStackBlock_pointers_offset = 0x10; |
| 952 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 953 | 0x8; |
| 954 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 955 | 0x18; |
| 956 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 957 | 0x20; |
| 958 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 959 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 960 | 0x8; |
| 961 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 962 | 0x10; |
| 963 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 964 | 0x18; |
| 965 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 966 | 0x0; |
| 967 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 968 | 0x180; |
| 969 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 970 | 0x128; |
| 971 | static constexpr dart::compiler::target::word |
| 972 | ObjectStore_record_field_names_offset = 0x3f8; |
| 973 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 974 | 0x1a8; |
| 975 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 976 | 0x108; |
| 977 | static constexpr dart::compiler::target::word |
| 978 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 979 | static constexpr dart::compiler::target::word |
| 980 | ObjectStore_suspend_state_await_offset = 0x448; |
| 981 | static constexpr dart::compiler::target::word |
| 982 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 983 | static constexpr dart::compiler::target::word |
| 984 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 985 | static constexpr dart::compiler::target::word |
| 986 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 987 | static constexpr dart::compiler::target::word |
| 988 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 989 | static constexpr dart::compiler::target::word |
| 990 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 991 | static constexpr dart::compiler::target::word |
| 992 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 993 | static constexpr dart::compiler::target::word |
| 994 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 995 | static constexpr dart::compiler::target::word |
| 996 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 997 | static constexpr dart::compiler::target::word |
| 998 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 999 | static constexpr dart::compiler::target::word |
| 1000 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 1001 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 1002 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 1003 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 1004 | 0x10; |
| 1005 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 1006 | 0x8; |
| 1007 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 1008 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 1009 | static constexpr dart::compiler::target::word |
| 1010 | SingleTargetCache_entry_point_offset = 0x10; |
| 1011 | static constexpr dart::compiler::target::word |
| 1012 | SingleTargetCache_lower_limit_offset = 0x18; |
| 1013 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 1014 | 0x8; |
| 1015 | static constexpr dart::compiler::target::word |
| 1016 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 1017 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 1018 | 0x10; |
| 1019 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 1020 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 1021 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 1022 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 1023 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 1024 | 0x8; |
| 1025 | static constexpr dart::compiler::target::word |
| 1026 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 1027 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 1028 | 0x2; |
| 1029 | static constexpr dart::compiler::target::word |
| 1030 | SuspendState_error_callback_offset = 0x30; |
| 1031 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 1032 | 0x10; |
| 1033 | static constexpr dart::compiler::target::word |
| 1034 | SuspendState_function_data_offset = 0x20; |
| 1035 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 1036 | 0x38; |
| 1037 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 1038 | static constexpr dart::compiler::target::word |
| 1039 | SuspendState_then_callback_offset = 0x28; |
| 1040 | static constexpr dart::compiler::target::word |
| 1041 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 1042 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 1043 | 0x6e0; |
| 1044 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 1045 | 0x6e8; |
| 1046 | static constexpr dart::compiler::target::word |
| 1047 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 1048 | static constexpr dart::compiler::target::word |
| 1049 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 1050 | static constexpr dart::compiler::target::word |
| 1051 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 1052 | static constexpr dart::compiler::target::word |
| 1053 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 1054 | static constexpr dart::compiler::target::word |
| 1055 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 1056 | static constexpr dart::compiler::target::word |
| 1057 | Thread_allocate_object_entry_point_offset = 0x208; |
| 1058 | static constexpr dart::compiler::target::word |
| 1059 | Thread_allocate_object_stub_offset = 0x120; |
| 1060 | static constexpr dart::compiler::target::word |
| 1061 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 1062 | static constexpr dart::compiler::target::word |
| 1063 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 1064 | static constexpr dart::compiler::target::word |
| 1065 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 1066 | static constexpr dart::compiler::target::word |
| 1067 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 1068 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 1069 | 0x720; |
| 1070 | static constexpr dart::compiler::target::word |
| 1071 | Thread_async_exception_handler_stub_offset = 0x138; |
| 1072 | static constexpr dart::compiler::target::word |
| 1073 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 1074 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 1075 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 1076 | static constexpr dart::compiler::target::word |
| 1077 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 1078 | static constexpr dart::compiler::target::word |
| 1079 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 1080 | static constexpr dart::compiler::target::word |
| 1081 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 1082 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x758; |
| 1083 | static constexpr dart::compiler::target::word |
| 1084 | Thread_dispatch_table_array_offset = 0x58; |
| 1085 | static constexpr dart::compiler::target::word |
| 1086 | Thread_double_truncate_round_supported_offset = 0x728; |
| 1087 | static constexpr dart::compiler::target::word |
| 1088 | Thread_service_extension_stream_offset = 0x760; |
| 1089 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 1090 | 0x240; |
| 1091 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 1092 | 0x190; |
| 1093 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 1094 | 0x248; |
| 1095 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 1096 | 0x198; |
| 1097 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 1098 | 0x298; |
| 1099 | static constexpr dart::compiler::target::word |
| 1100 | Thread_double_negate_address_offset = 0x290; |
| 1101 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 1102 | static constexpr dart::compiler::target::word |
| 1103 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 1104 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 1105 | 0x708; |
| 1106 | static constexpr dart::compiler::target::word |
| 1107 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 1108 | static constexpr dart::compiler::target::word |
| 1109 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 1110 | static constexpr dart::compiler::target::word |
| 1111 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 1112 | static constexpr dart::compiler::target::word |
| 1113 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 1114 | static constexpr dart::compiler::target::word |
| 1115 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 1116 | static constexpr dart::compiler::target::word |
| 1117 | Thread_fix_callers_target_code_offset = 0x90; |
| 1118 | static constexpr dart::compiler::target::word |
| 1119 | Thread_float_absolute_address_offset = 0x2b0; |
| 1120 | static constexpr dart::compiler::target::word |
| 1121 | Thread_float_negate_address_offset = 0x2a8; |
| 1122 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 1123 | 0x2a0; |
| 1124 | static constexpr dart::compiler::target::word |
| 1125 | Thread_float_zerow_address_offset = 0x2b8; |
| 1126 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 1127 | 0x6f0; |
| 1128 | static constexpr dart::compiler::target::word |
| 1129 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 1130 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 1131 | 0x718; |
| 1132 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x688; |
| 1133 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 1134 | 0x690; |
| 1135 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 1136 | 0x60; |
| 1137 | static constexpr dart::compiler::target::word |
| 1138 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 1139 | static constexpr dart::compiler::target::word |
| 1140 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 1141 | static constexpr dart::compiler::target::word |
| 1142 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 1143 | static constexpr dart::compiler::target::word |
| 1144 | Thread_marking_stack_block_offset = 0x6b8; |
| 1145 | static constexpr dart::compiler::target::word |
| 1146 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 1147 | static constexpr dart::compiler::target::word |
| 1148 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 1149 | static constexpr dart::compiler::target::word |
| 1150 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 1151 | static constexpr dart::compiler::target::word |
| 1152 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 1153 | static constexpr dart::compiler::target::word |
| 1154 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 1155 | static constexpr dart::compiler::target::word |
| 1156 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 1157 | static constexpr dart::compiler::target::word |
| 1158 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 1159 | static constexpr dart::compiler::target::word |
| 1160 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 1161 | static constexpr dart::compiler::target::word |
| 1162 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 1163 | static constexpr dart::compiler::target::word |
| 1164 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 1165 | static constexpr dart::compiler::target::word |
| 1166 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 1167 | static constexpr dart::compiler::target::word |
| 1168 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 1169 | static constexpr dart::compiler::target::word |
| 1170 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 1171 | static constexpr dart::compiler::target::word |
| 1172 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 1173 | static constexpr dart::compiler::target::word |
| 1174 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 1175 | static constexpr dart::compiler::target::word |
| 1176 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 1177 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 1178 | static constexpr dart::compiler::target::word |
| 1179 | Thread_return_async_not_future_stub_offset = 0x150; |
| 1180 | static constexpr dart::compiler::target::word |
| 1181 | Thread_return_async_star_stub_offset = 0x158; |
| 1182 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 1183 | 0x148; |
| 1184 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 1185 | static constexpr dart::compiler::target::word |
| 1186 | Thread_predefined_symbols_address_offset = 0x280; |
| 1187 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x6f8; |
| 1188 | static constexpr dart::compiler::target::word |
| 1189 | Thread_saved_shadow_call_stack_offset = 0x700; |
| 1190 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 1191 | 0x710; |
| 1192 | static constexpr dart::compiler::target::word |
| 1193 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 1194 | static constexpr dart::compiler::target::word |
| 1195 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 1196 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 1197 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 1198 | 0x698; |
| 1199 | static constexpr dart::compiler::target::word |
| 1200 | Thread_stack_overflow_flags_offset = 0x6a0; |
| 1201 | static constexpr dart::compiler::target::word |
| 1202 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 1203 | static constexpr dart::compiler::target::word |
| 1204 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 1205 | static constexpr dart::compiler::target::word |
| 1206 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 1207 | static constexpr dart::compiler::target::word |
| 1208 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 1209 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 1210 | 0x6b0; |
| 1211 | static constexpr dart::compiler::target::word |
| 1212 | Thread_suspend_state_await_entry_point_offset = 0x638; |
| 1213 | static constexpr dart::compiler::target::word |
| 1214 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x640; |
| 1215 | static constexpr dart::compiler::target::word |
| 1216 | Thread_suspend_state_init_async_entry_point_offset = 0x630; |
| 1217 | static constexpr dart::compiler::target::word |
| 1218 | Thread_suspend_state_return_async_entry_point_offset = 0x648; |
| 1219 | static constexpr dart::compiler::target::word |
| 1220 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x650; |
| 1221 | static constexpr dart::compiler::target::word |
| 1222 | Thread_suspend_state_init_async_star_entry_point_offset = 0x658; |
| 1223 | static constexpr dart::compiler::target::word |
| 1224 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x660; |
| 1225 | static constexpr dart::compiler::target::word |
| 1226 | Thread_suspend_state_return_async_star_entry_point_offset = 0x668; |
| 1227 | static constexpr dart::compiler::target::word |
| 1228 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x670; |
| 1229 | static constexpr dart::compiler::target::word |
| 1230 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x678; |
| 1231 | static constexpr dart::compiler::target::word |
| 1232 | Thread_suspend_state_handle_exception_entry_point_offset = 0x680; |
| 1233 | static constexpr dart::compiler::target::word |
| 1234 | Thread_top_exit_frame_info_offset = 0x6a8; |
| 1235 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 1236 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 1237 | static constexpr dart::compiler::target::word |
| 1238 | Thread_unboxed_runtime_arg_offset = 0x6d0; |
| 1239 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x6c8; |
| 1240 | static constexpr dart::compiler::target::word |
| 1241 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 1242 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 1243 | 0x40; |
| 1244 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 1245 | 0x730; |
| 1246 | static constexpr dart::compiler::target::word Thread_random_offset = 0x738; |
| 1247 | static constexpr dart::compiler::target::word |
| 1248 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 1249 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x740; |
| 1250 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 1251 | 0x0; |
| 1252 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 1253 | 0x8; |
| 1254 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 1255 | 0x10; |
| 1256 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 1257 | 0x18; |
| 1258 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 1259 | 0x20; |
| 1260 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 1261 | 0x10; |
| 1262 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 1263 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 1264 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 1265 | 0x30; |
| 1266 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 1267 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 1268 | 0x18; |
| 1269 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 1270 | 0x10; |
| 1271 | static constexpr dart::compiler::target::word |
| 1272 | FinalizerBase_entries_collected_offset = 0x20; |
| 1273 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 1274 | 0x8; |
| 1275 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 1276 | 0x10; |
| 1277 | static constexpr dart::compiler::target::word |
| 1278 | FinalizerEntry_external_size_offset = 0x38; |
| 1279 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 1280 | 0x20; |
| 1281 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 1282 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 1283 | 0x18; |
| 1284 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 1285 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 1286 | 0x28; |
| 1287 | static constexpr dart::compiler::target::word |
| 1288 | FunctionType_named_parameter_names_offset = 0x40; |
| 1289 | static constexpr dart::compiler::target::word |
| 1290 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 1291 | static constexpr dart::compiler::target::word |
| 1292 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 1293 | static constexpr dart::compiler::target::word |
| 1294 | FunctionType_parameter_types_offset = 0x38; |
| 1295 | static constexpr dart::compiler::target::word |
| 1296 | FunctionType_type_parameters_offset = 0x28; |
| 1297 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 1298 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 1299 | static constexpr dart::compiler::target::word |
| 1300 | TypeArguments_instantiations_offset = 0x8; |
| 1301 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 1302 | 0x10; |
| 1303 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 1304 | 0x20; |
| 1305 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 1306 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 1307 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 1308 | 0x10; |
| 1309 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 1310 | 0x18; |
| 1311 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 1312 | 0x20; |
| 1313 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 1314 | 0x10; |
| 1315 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 1316 | 0x18; |
| 1317 | static constexpr dart::compiler::target::word |
| 1318 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 1319 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 1320 | static constexpr dart::compiler::target::word |
| 1321 | UnhandledException_exception_offset = 0x8; |
| 1322 | static constexpr dart::compiler::target::word |
| 1323 | UnhandledException_stacktrace_offset = 0x10; |
| 1324 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 1325 | static constexpr dart::compiler::target::word |
| 1326 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 1327 | static constexpr dart::compiler::target::word |
| 1328 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 1329 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 1330 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 1331 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 1332 | static constexpr dart::compiler::target::word |
| 1333 | WeakReference_type_arguments_offset = 0x10; |
| 1334 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 1335 | 0x8, 0x18, 0x10, 0x20}; |
| 1336 | static constexpr dart::compiler::target::word |
| 1337 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 1338 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, -1, -1, 0x5f8, 0x600, |
| 1339 | 0x608, 0x610, 0x618, -1, 0x620, 0x628, -1, -1}; |
| 1340 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 1341 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 1342 | static constexpr dart::compiler::target::word = 0x18; |
| 1343 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 1344 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 1345 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc8; |
| 1346 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 1347 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 1348 | static constexpr dart::compiler::target::word = 0x10; |
| 1349 | static constexpr dart::compiler::target::word |
| 1350 | = 0x8; |
| 1351 | static constexpr dart::compiler::target::word |
| 1352 | = 0x4; |
| 1353 | static constexpr dart::compiler::target::word = 0x18; |
| 1354 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 1355 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 1356 | 0x18; |
| 1357 | static constexpr dart::compiler::target::word |
| 1358 | ExternalOneByteString_InstanceSize = 0x20; |
| 1359 | static constexpr dart::compiler::target::word |
| 1360 | ExternalTwoByteString_InstanceSize = 0x20; |
| 1361 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 1362 | 0x18; |
| 1363 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 1364 | 0x30; |
| 1365 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 1366 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 1367 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 1368 | 0x40; |
| 1369 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 1370 | 0x30; |
| 1371 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 1372 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 1373 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 1374 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 1375 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 1376 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 1377 | 0x20; |
| 1378 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 1379 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 1380 | static constexpr dart::compiler::target::word = |
| 1381 | 0x10; |
| 1382 | static constexpr dart::compiler::target::word |
| 1383 | = 0x28; |
| 1384 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 1385 | 0x30; |
| 1386 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 1387 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 1388 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 1389 | 0x60; |
| 1390 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 1391 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 1392 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 1393 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 1394 | 0x38; |
| 1395 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 1396 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 1397 | 0x30; |
| 1398 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 1399 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 1400 | 0x10; |
| 1401 | static constexpr dart::compiler::target::word |
| 1402 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 1403 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 1404 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 1405 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 1406 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 1407 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 1408 | static constexpr dart::compiler::target::word = 0x10; |
| 1409 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 1410 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x28; |
| 1411 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 1412 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 1413 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 1414 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 1415 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 1416 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 1417 | 0x20; |
| 1418 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 1419 | static constexpr dart::compiler::target::word = 0x38; |
| 1420 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 1421 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 1422 | 0x18; |
| 1423 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 1424 | static constexpr dart::compiler::target::word |
| 1425 | TransferableTypedData_InstanceSize = 0x8; |
| 1426 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 1427 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 1428 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 1429 | 0x28; |
| 1430 | static constexpr dart::compiler::target::word = 0x18; |
| 1431 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 1432 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 1433 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 1434 | 0x18; |
| 1435 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 1436 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 1437 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 1438 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 1439 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 1440 | static constexpr dart::compiler::target::word |
| 1441 | WeakSerializationReference_InstanceSize = 0x18; |
| 1442 | #endif // !defined(PRODUCT) && \ |
| 1443 | // defined(TARGET_ARCH_X64) && \ |
| 1444 | // !defined(DART_COMPRESSED_POINTERS) |
| 1445 | |
| 1446 | #if !defined(PRODUCT) && defined(TARGET_ARCH_IA32) && \ |
| 1447 | !defined(DART_COMPRESSED_POINTERS) |
| 1448 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 1449 | 0x38; |
| 1450 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 1451 | 0x48; |
| 1452 | static constexpr dart::compiler::target::word |
| 1453 | ICData_receivers_static_type_offset = 0x10; |
| 1454 | static constexpr dart::compiler::target::word |
| 1455 | SuspendState_frame_capacity_offset = 0x4; |
| 1456 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 1457 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 1458 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 1459 | 0x0; |
| 1460 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 1461 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x60; |
| 1462 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 1463 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 1464 | 0xc; |
| 1465 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 1466 | static constexpr dart::compiler::target::word |
| 1467 | ContextScope_elements_start_offset = 0xc; |
| 1468 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 1469 | static constexpr dart::compiler::target::word |
| 1470 | ExceptionHandlers_elements_start_offset = 0xc; |
| 1471 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 1472 | 0xc; |
| 1473 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 1474 | 0x8; |
| 1475 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 1476 | static constexpr dart::compiler::target::word |
| 1477 | OneByteString_elements_start_offset = 0xc; |
| 1478 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 1479 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 1480 | 0x8; |
| 1481 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 1482 | static constexpr dart::compiler::target::word |
| 1483 | TypeArguments_elements_start_offset = 0x14; |
| 1484 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 1485 | static constexpr dart::compiler::target::word |
| 1486 | TwoByteString_elements_start_offset = 0xc; |
| 1487 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 1488 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 1489 | 0xc; |
| 1490 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 1491 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 1492 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 1493 | 0xfffd; |
| 1494 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 1495 | static constexpr dart::compiler::target::word |
| 1496 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 1497 | static constexpr dart::compiler::target::word |
| 1498 | Instructions_kPolymorphicEntryOffsetJIT = 0x24; |
| 1499 | static constexpr dart::compiler::target::word |
| 1500 | Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 1501 | static constexpr dart::compiler::target::word |
| 1502 | Instructions_kPolymorphicEntryOffsetAOT = 0x0; |
| 1503 | static constexpr dart::compiler::target::word |
| 1504 | Instructions_kBarePayloadAlignment = 0x4; |
| 1505 | static constexpr dart::compiler::target::word |
| 1506 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 1507 | static constexpr dart::compiler::target::word |
| 1508 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 1509 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 1510 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 1511 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 1512 | 0x3fff; |
| 1513 | static constexpr dart::compiler::target::word |
| 1514 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 1515 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 1516 | 0x3fff; |
| 1517 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 1518 | 0xffff; |
| 1519 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 1520 | 0xffff; |
| 1521 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 1522 | static constexpr dart::compiler::target::word |
| 1523 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 1524 | static constexpr dart::compiler::target::word |
| 1525 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 1526 | static constexpr dart::compiler::target::word |
| 1527 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 1528 | static constexpr dart::compiler::target::word |
| 1529 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 1530 | static constexpr dart::compiler::target::word |
| 1531 | SubtypeTestCache_kDestinationType = 0x6; |
| 1532 | static constexpr dart::compiler::target::word |
| 1533 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 1534 | static constexpr dart::compiler::target::word |
| 1535 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 1536 | static constexpr dart::compiler::target::word |
| 1537 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 1538 | static constexpr dart::compiler::target::word |
| 1539 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 1540 | static constexpr dart::compiler::target::word |
| 1541 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 1542 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 1543 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 1544 | 0x7; |
| 1545 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 1546 | 0xfffffff; |
| 1547 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 1548 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 1549 | static constexpr dart::compiler::target::word |
| 1550 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 1551 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 1552 | 0x10; |
| 1553 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 1554 | 0x14; |
| 1555 | static constexpr dart::compiler::target::word |
| 1556 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 1557 | static constexpr dart::compiler::target::word |
| 1558 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 1559 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 1560 | 0x0; |
| 1561 | static constexpr dart::compiler::target::word |
| 1562 | ArgumentsDescriptor_position_offset = 0x4; |
| 1563 | static constexpr dart::compiler::target::word |
| 1564 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 1565 | static constexpr dart::compiler::target::word |
| 1566 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 1567 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 1568 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 1569 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 1570 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 1571 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 1572 | 0x34; |
| 1573 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 1574 | 0x60; |
| 1575 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x2c; |
| 1576 | static constexpr dart::compiler::target::word |
| 1577 | Class_host_type_arguments_field_offset_in_words_offset = 0x6c; |
| 1578 | static constexpr dart::compiler::target::word |
| 1579 | ClassTable_allocation_tracing_state_table_offset = 0x4; |
| 1580 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 1581 | static constexpr dart::compiler::target::word |
| 1582 | Closure_delayed_type_arguments_offset = 0xc; |
| 1583 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 1584 | static constexpr dart::compiler::target::word |
| 1585 | Closure_function_type_arguments_offset = 0x8; |
| 1586 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 1587 | static constexpr dart::compiler::target::word |
| 1588 | Closure_instantiator_type_arguments_offset = 0x4; |
| 1589 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 1590 | 0x10; |
| 1591 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 1592 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 1593 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 1594 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 1595 | 0x4; |
| 1596 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 1597 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 1598 | static constexpr dart::compiler::target::word |
| 1599 | ExternalOneByteString_external_data_offset = 0xc; |
| 1600 | static constexpr dart::compiler::target::word |
| 1601 | ExternalTwoByteString_external_data_offset = 0xc; |
| 1602 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 1603 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 1604 | static constexpr dart::compiler::target::word |
| 1605 | Field_initializer_function_offset = 0x10; |
| 1606 | static constexpr dart::compiler::target::word |
| 1607 | Field_host_offset_or_field_id_offset = 0x14; |
| 1608 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 1609 | static constexpr dart::compiler::target::word |
| 1610 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 1611 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 1612 | 0x18; |
| 1613 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 1614 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 1615 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 1616 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 1617 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 1618 | 0x4, 0x8}; |
| 1619 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 1620 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 1621 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 1622 | 0x4; |
| 1623 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 1624 | 0xc; |
| 1625 | static constexpr dart::compiler::target::word |
| 1626 | GrowableObjectArray_length_offset = 0x8; |
| 1627 | static constexpr dart::compiler::target::word |
| 1628 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 1629 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 1630 | static constexpr dart::compiler::target::word |
| 1631 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 1632 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 1633 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 1634 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 1635 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 1636 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 1637 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 1638 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 1639 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 1640 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 1641 | static constexpr dart::compiler::target::word |
| 1642 | Isolate_has_resumption_breakpoints_offset = 0x25; |
| 1643 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 1644 | 0x10; |
| 1645 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 1646 | 0x8; |
| 1647 | static constexpr dart::compiler::target::word |
| 1648 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 1649 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x24; |
| 1650 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 1651 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 1652 | static constexpr dart::compiler::target::word |
| 1653 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 1654 | static constexpr dart::compiler::target::word |
| 1655 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 1656 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 1657 | 0x8; |
| 1658 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 1659 | 0x18; |
| 1660 | static constexpr dart::compiler::target::word |
| 1661 | LinkedHashBase_type_arguments_offset = 0x4; |
| 1662 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 1663 | 0x10; |
| 1664 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 1665 | static constexpr dart::compiler::target::word |
| 1666 | MarkingStackBlock_pointers_offset = 0x8; |
| 1667 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 1668 | 0x4; |
| 1669 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 1670 | 0xc; |
| 1671 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 1672 | 0x10; |
| 1673 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 1674 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 1675 | 0x4; |
| 1676 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 1677 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 1678 | 0xc; |
| 1679 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 1680 | 0x0; |
| 1681 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 1682 | 0xc0; |
| 1683 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 1684 | 0x94; |
| 1685 | static constexpr dart::compiler::target::word |
| 1686 | ObjectStore_record_field_names_offset = 0x1fc; |
| 1687 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 1688 | 0xd4; |
| 1689 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 1690 | 0x84; |
| 1691 | static constexpr dart::compiler::target::word |
| 1692 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 1693 | static constexpr dart::compiler::target::word |
| 1694 | ObjectStore_suspend_state_await_offset = 0x224; |
| 1695 | static constexpr dart::compiler::target::word |
| 1696 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 1697 | static constexpr dart::compiler::target::word |
| 1698 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 1699 | static constexpr dart::compiler::target::word |
| 1700 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 1701 | static constexpr dart::compiler::target::word |
| 1702 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 1703 | static constexpr dart::compiler::target::word |
| 1704 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 1705 | static constexpr dart::compiler::target::word |
| 1706 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 1707 | static constexpr dart::compiler::target::word |
| 1708 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 1709 | static constexpr dart::compiler::target::word |
| 1710 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 1711 | static constexpr dart::compiler::target::word |
| 1712 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 1713 | static constexpr dart::compiler::target::word |
| 1714 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 1715 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 1716 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 1717 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 1718 | 0x8; |
| 1719 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 1720 | 0x4; |
| 1721 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 1722 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 1723 | static constexpr dart::compiler::target::word |
| 1724 | SingleTargetCache_entry_point_offset = 0x8; |
| 1725 | static constexpr dart::compiler::target::word |
| 1726 | SingleTargetCache_lower_limit_offset = 0xc; |
| 1727 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 1728 | 0x4; |
| 1729 | static constexpr dart::compiler::target::word |
| 1730 | SingleTargetCache_upper_limit_offset = 0x10; |
| 1731 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 1732 | 0x8; |
| 1733 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 1734 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 1735 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 1736 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 1737 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 1738 | 0x4; |
| 1739 | static constexpr dart::compiler::target::word |
| 1740 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 1741 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 1742 | 0x2; |
| 1743 | static constexpr dart::compiler::target::word |
| 1744 | SuspendState_error_callback_offset = 0x18; |
| 1745 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 1746 | 0x8; |
| 1747 | static constexpr dart::compiler::target::word |
| 1748 | SuspendState_function_data_offset = 0x10; |
| 1749 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 1750 | 0x1c; |
| 1751 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 1752 | static constexpr dart::compiler::target::word |
| 1753 | SuspendState_then_callback_offset = 0x14; |
| 1754 | static constexpr dart::compiler::target::word |
| 1755 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 1756 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 1757 | 0x360; |
| 1758 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 1759 | 0x364; |
| 1760 | static constexpr dart::compiler::target::word |
| 1761 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 1762 | static constexpr dart::compiler::target::word |
| 1763 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 1764 | static constexpr dart::compiler::target::word |
| 1765 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 1766 | static constexpr dart::compiler::target::word |
| 1767 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 1768 | static constexpr dart::compiler::target::word |
| 1769 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 1770 | static constexpr dart::compiler::target::word |
| 1771 | Thread_allocate_object_entry_point_offset = 0x104; |
| 1772 | static constexpr dart::compiler::target::word |
| 1773 | Thread_allocate_object_stub_offset = 0x90; |
| 1774 | static constexpr dart::compiler::target::word |
| 1775 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 1776 | static constexpr dart::compiler::target::word |
| 1777 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 1778 | static constexpr dart::compiler::target::word |
| 1779 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 1780 | static constexpr dart::compiler::target::word |
| 1781 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 1782 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 1783 | 0x380; |
| 1784 | static constexpr dart::compiler::target::word |
| 1785 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 1786 | static constexpr dart::compiler::target::word |
| 1787 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 1788 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 1789 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 1790 | static constexpr dart::compiler::target::word |
| 1791 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 1792 | static constexpr dart::compiler::target::word |
| 1793 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 1794 | static constexpr dart::compiler::target::word |
| 1795 | Thread_call_to_runtime_stub_offset = 0x54; |
| 1796 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3a4; |
| 1797 | static constexpr dart::compiler::target::word |
| 1798 | Thread_dispatch_table_array_offset = 0x2c; |
| 1799 | static constexpr dart::compiler::target::word |
| 1800 | Thread_double_truncate_round_supported_offset = 0x384; |
| 1801 | static constexpr dart::compiler::target::word |
| 1802 | Thread_service_extension_stream_offset = 0x3a8; |
| 1803 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 1804 | 0x120; |
| 1805 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 1806 | 0xc8; |
| 1807 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 1808 | 0x124; |
| 1809 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 1810 | 0xcc; |
| 1811 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 1812 | 0x14c; |
| 1813 | static constexpr dart::compiler::target::word |
| 1814 | Thread_double_negate_address_offset = 0x148; |
| 1815 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 1816 | static constexpr dart::compiler::target::word |
| 1817 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 1818 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 1819 | 0x374; |
| 1820 | static constexpr dart::compiler::target::word |
| 1821 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 1822 | static constexpr dart::compiler::target::word |
| 1823 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 1824 | static constexpr dart::compiler::target::word |
| 1825 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 1826 | static constexpr dart::compiler::target::word |
| 1827 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 1828 | static constexpr dart::compiler::target::word |
| 1829 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 1830 | static constexpr dart::compiler::target::word |
| 1831 | Thread_fix_callers_target_code_offset = 0x48; |
| 1832 | static constexpr dart::compiler::target::word |
| 1833 | Thread_float_absolute_address_offset = 0x158; |
| 1834 | static constexpr dart::compiler::target::word |
| 1835 | Thread_float_negate_address_offset = 0x154; |
| 1836 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 1837 | 0x150; |
| 1838 | static constexpr dart::compiler::target::word |
| 1839 | Thread_float_zerow_address_offset = 0x15c; |
| 1840 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 1841 | 0x368; |
| 1842 | static constexpr dart::compiler::target::word |
| 1843 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 1844 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 1845 | 0x37c; |
| 1846 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x32c; |
| 1847 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 1848 | 0x330; |
| 1849 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 1850 | 0x30; |
| 1851 | static constexpr dart::compiler::target::word |
| 1852 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 1853 | static constexpr dart::compiler::target::word |
| 1854 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 1855 | static constexpr dart::compiler::target::word |
| 1856 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 1857 | static constexpr dart::compiler::target::word |
| 1858 | Thread_marking_stack_block_offset = 0x344; |
| 1859 | static constexpr dart::compiler::target::word |
| 1860 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 1861 | static constexpr dart::compiler::target::word |
| 1862 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 1863 | static constexpr dart::compiler::target::word |
| 1864 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 1865 | static constexpr dart::compiler::target::word |
| 1866 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 1867 | static constexpr dart::compiler::target::word |
| 1868 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 1869 | static constexpr dart::compiler::target::word |
| 1870 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 1871 | static constexpr dart::compiler::target::word |
| 1872 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 1873 | static constexpr dart::compiler::target::word |
| 1874 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 1875 | static constexpr dart::compiler::target::word |
| 1876 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 1877 | static constexpr dart::compiler::target::word |
| 1878 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 1879 | static constexpr dart::compiler::target::word |
| 1880 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 1881 | static constexpr dart::compiler::target::word |
| 1882 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 1883 | static constexpr dart::compiler::target::word |
| 1884 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 1885 | static constexpr dart::compiler::target::word |
| 1886 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 1887 | static constexpr dart::compiler::target::word |
| 1888 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 1889 | static constexpr dart::compiler::target::word |
| 1890 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 1891 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 1892 | static constexpr dart::compiler::target::word |
| 1893 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 1894 | static constexpr dart::compiler::target::word |
| 1895 | Thread_return_async_star_stub_offset = 0xac; |
| 1896 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 1897 | 0xa4; |
| 1898 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 1899 | static constexpr dart::compiler::target::word |
| 1900 | Thread_predefined_symbols_address_offset = 0x140; |
| 1901 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x36c; |
| 1902 | static constexpr dart::compiler::target::word |
| 1903 | Thread_saved_shadow_call_stack_offset = 0x370; |
| 1904 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 1905 | 0x378; |
| 1906 | static constexpr dart::compiler::target::word |
| 1907 | Thread_slow_type_test_stub_offset = 0xd8; |
| 1908 | static constexpr dart::compiler::target::word |
| 1909 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 1910 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 1911 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 1912 | 0x334; |
| 1913 | static constexpr dart::compiler::target::word |
| 1914 | Thread_stack_overflow_flags_offset = 0x338; |
| 1915 | static constexpr dart::compiler::target::word |
| 1916 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 1917 | static constexpr dart::compiler::target::word |
| 1918 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 1919 | static constexpr dart::compiler::target::word |
| 1920 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 1921 | static constexpr dart::compiler::target::word |
| 1922 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 1923 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 1924 | 0x340; |
| 1925 | static constexpr dart::compiler::target::word |
| 1926 | Thread_suspend_state_await_entry_point_offset = 0x304; |
| 1927 | static constexpr dart::compiler::target::word |
| 1928 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x308; |
| 1929 | static constexpr dart::compiler::target::word |
| 1930 | Thread_suspend_state_init_async_entry_point_offset = 0x300; |
| 1931 | static constexpr dart::compiler::target::word |
| 1932 | Thread_suspend_state_return_async_entry_point_offset = 0x30c; |
| 1933 | static constexpr dart::compiler::target::word |
| 1934 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x310; |
| 1935 | static constexpr dart::compiler::target::word |
| 1936 | Thread_suspend_state_init_async_star_entry_point_offset = 0x314; |
| 1937 | static constexpr dart::compiler::target::word |
| 1938 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x318; |
| 1939 | static constexpr dart::compiler::target::word |
| 1940 | Thread_suspend_state_return_async_star_entry_point_offset = 0x31c; |
| 1941 | static constexpr dart::compiler::target::word |
| 1942 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x320; |
| 1943 | static constexpr dart::compiler::target::word |
| 1944 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x324; |
| 1945 | static constexpr dart::compiler::target::word |
| 1946 | Thread_suspend_state_handle_exception_entry_point_offset = 0x328; |
| 1947 | static constexpr dart::compiler::target::word |
| 1948 | Thread_top_exit_frame_info_offset = 0x33c; |
| 1949 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 1950 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 1951 | static constexpr dart::compiler::target::word |
| 1952 | Thread_unboxed_runtime_arg_offset = 0x350; |
| 1953 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x34c; |
| 1954 | static constexpr dart::compiler::target::word |
| 1955 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 1956 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 1957 | 0x20; |
| 1958 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 1959 | 0x388; |
| 1960 | static constexpr dart::compiler::target::word Thread_random_offset = 0x390; |
| 1961 | static constexpr dart::compiler::target::word |
| 1962 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 1963 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x398; |
| 1964 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 1965 | 0x0; |
| 1966 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 1967 | 0x4; |
| 1968 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 1969 | 0x8; |
| 1970 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 1971 | 0xc; |
| 1972 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 1973 | 0x10; |
| 1974 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 1975 | 0x8; |
| 1976 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 1977 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 1978 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 1979 | 0x18; |
| 1980 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 1981 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 1982 | 0xc; |
| 1983 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 1984 | 0x8; |
| 1985 | static constexpr dart::compiler::target::word |
| 1986 | FinalizerBase_entries_collected_offset = 0x10; |
| 1987 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 1988 | 0x4; |
| 1989 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 1990 | 0x8; |
| 1991 | static constexpr dart::compiler::target::word |
| 1992 | FinalizerEntry_external_size_offset = 0x1c; |
| 1993 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 1994 | 0x10; |
| 1995 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 1996 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 1997 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 1998 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 1999 | 0x14; |
| 2000 | static constexpr dart::compiler::target::word |
| 2001 | FunctionType_named_parameter_names_offset = 0x20; |
| 2002 | static constexpr dart::compiler::target::word |
| 2003 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 2004 | static constexpr dart::compiler::target::word |
| 2005 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 2006 | static constexpr dart::compiler::target::word |
| 2007 | FunctionType_parameter_types_offset = 0x1c; |
| 2008 | static constexpr dart::compiler::target::word |
| 2009 | FunctionType_type_parameters_offset = 0x14; |
| 2010 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 2011 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 2012 | static constexpr dart::compiler::target::word |
| 2013 | TypeArguments_instantiations_offset = 0x4; |
| 2014 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 2015 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 2016 | 0x10; |
| 2017 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 2018 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 2019 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 2020 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 2021 | 0xc; |
| 2022 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 2023 | 0x10; |
| 2024 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 2025 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 2026 | 0xc; |
| 2027 | static constexpr dart::compiler::target::word |
| 2028 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 2029 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 2030 | static constexpr dart::compiler::target::word |
| 2031 | UnhandledException_exception_offset = 0x4; |
| 2032 | static constexpr dart::compiler::target::word |
| 2033 | UnhandledException_stacktrace_offset = 0x8; |
| 2034 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 2035 | static constexpr dart::compiler::target::word |
| 2036 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 2037 | static constexpr dart::compiler::target::word |
| 2038 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 2039 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 2040 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 2041 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 2042 | static constexpr dart::compiler::target::word |
| 2043 | WeakReference_type_arguments_offset = 0x8; |
| 2044 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 2045 | 0x4, 0xc, 0x8, 0x10}; |
| 2046 | static constexpr dart::compiler::target::word |
| 2047 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 2048 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, -1, -1, -1, 0x2fc}; |
| 2049 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 2050 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 2051 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 2052 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 2053 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 2054 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x78; |
| 2055 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 2056 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 2057 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 2058 | static constexpr dart::compiler::target::word |
| 2059 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 2060 | static constexpr dart::compiler::target::word |
| 2061 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 2062 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 2063 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 2064 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 2065 | static constexpr dart::compiler::target::word |
| 2066 | ExternalOneByteString_InstanceSize = 0x14; |
| 2067 | static constexpr dart::compiler::target::word |
| 2068 | ExternalTwoByteString_InstanceSize = 0x14; |
| 2069 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 2070 | 0xc; |
| 2071 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 2072 | 0x1c; |
| 2073 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 2074 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 2075 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 2076 | 0x20; |
| 2077 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 2078 | 0x18; |
| 2079 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 2080 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 2081 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 2082 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 2083 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 2084 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 2085 | 0x10; |
| 2086 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 2087 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 2088 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 2089 | 0x8; |
| 2090 | static constexpr dart::compiler::target::word |
| 2091 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 2092 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 2093 | 0x18; |
| 2094 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 2095 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 2096 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 2097 | 0x30; |
| 2098 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 2099 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 2100 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 2101 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 2102 | 0x1c; |
| 2103 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 2104 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 2105 | 0x18; |
| 2106 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 2107 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 2108 | 0x8; |
| 2109 | static constexpr dart::compiler::target::word |
| 2110 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 2111 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 2112 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 2113 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 2114 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 2115 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 2116 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 2117 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 2118 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x14; |
| 2119 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 2120 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 2121 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 2122 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 2123 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 2124 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 2125 | 0x14; |
| 2126 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 2127 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 2128 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 2129 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 2130 | 0x10; |
| 2131 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 2132 | static constexpr dart::compiler::target::word |
| 2133 | TransferableTypedData_InstanceSize = 0x4; |
| 2134 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 2135 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 2136 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 2137 | 0x14; |
| 2138 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 2139 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 2140 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 2141 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 2142 | 0xc; |
| 2143 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 2144 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 2145 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 2146 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 2147 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 2148 | static constexpr dart::compiler::target::word |
| 2149 | WeakSerializationReference_InstanceSize = 0xc; |
| 2150 | #endif // !defined(PRODUCT) && \ |
| 2151 | // defined(TARGET_ARCH_IA32) && \ |
| 2152 | // !defined(DART_COMPRESSED_POINTERS) |
| 2153 | |
| 2154 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 2155 | !defined(DART_COMPRESSED_POINTERS) |
| 2156 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 2157 | 0x70; |
| 2158 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 2159 | 0x70; |
| 2160 | static constexpr dart::compiler::target::word |
| 2161 | ICData_receivers_static_type_offset = 0x20; |
| 2162 | static constexpr dart::compiler::target::word |
| 2163 | SuspendState_frame_capacity_offset = 0x8; |
| 2164 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 2165 | 0x18; |
| 2166 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 2167 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 2168 | 0x0; |
| 2169 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 2170 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0xb0; |
| 2171 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 2172 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 2173 | 0x18; |
| 2174 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 2175 | static constexpr dart::compiler::target::word |
| 2176 | ContextScope_elements_start_offset = 0x10; |
| 2177 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 2178 | static constexpr dart::compiler::target::word |
| 2179 | ExceptionHandlers_elements_start_offset = 0x18; |
| 2180 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 2181 | 0xc; |
| 2182 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 2183 | 0x10; |
| 2184 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 2185 | static constexpr dart::compiler::target::word |
| 2186 | OneByteString_elements_start_offset = 0x10; |
| 2187 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 2188 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 2189 | 0x10; |
| 2190 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 2191 | static constexpr dart::compiler::target::word |
| 2192 | TypeArguments_elements_start_offset = 0x28; |
| 2193 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 2194 | static constexpr dart::compiler::target::word |
| 2195 | TwoByteString_elements_start_offset = 0x10; |
| 2196 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 2197 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 2198 | 0x18; |
| 2199 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 2200 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 2201 | 0x7ffffffffffffff; |
| 2202 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 2203 | 0x7ffd; |
| 2204 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 2205 | 0x7ffffffffffffff; |
| 2206 | static constexpr dart::compiler::target::word |
| 2207 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 2208 | static constexpr dart::compiler::target::word |
| 2209 | Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 2210 | static constexpr dart::compiler::target::word |
| 2211 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 2212 | static constexpr dart::compiler::target::word |
| 2213 | Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 2214 | static constexpr dart::compiler::target::word |
| 2215 | Instructions_kBarePayloadAlignment = 0x4; |
| 2216 | static constexpr dart::compiler::target::word |
| 2217 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 2218 | static constexpr dart::compiler::target::word |
| 2219 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 2220 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 2221 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 2222 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 2223 | 0x3fffffffffff; |
| 2224 | static constexpr dart::compiler::target::word |
| 2225 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 2226 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 2227 | 0x3fffffffffff; |
| 2228 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 2229 | 0xffff; |
| 2230 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 2231 | 0xffff; |
| 2232 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 2233 | 0x1fffffffffffffff; |
| 2234 | static constexpr dart::compiler::target::word |
| 2235 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 2236 | static constexpr dart::compiler::target::word |
| 2237 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 2238 | static constexpr dart::compiler::target::word |
| 2239 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 2240 | static constexpr dart::compiler::target::word |
| 2241 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 2242 | static constexpr dart::compiler::target::word |
| 2243 | SubtypeTestCache_kDestinationType = 0x6; |
| 2244 | static constexpr dart::compiler::target::word |
| 2245 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 2246 | static constexpr dart::compiler::target::word |
| 2247 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 2248 | static constexpr dart::compiler::target::word |
| 2249 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 2250 | static constexpr dart::compiler::target::word |
| 2251 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 2252 | static constexpr dart::compiler::target::word |
| 2253 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 2254 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 2255 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 2256 | 0x7; |
| 2257 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 2258 | 0x7ffffffffffffff; |
| 2259 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 2260 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 2261 | static constexpr dart::compiler::target::word |
| 2262 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 2263 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 2264 | 0x20; |
| 2265 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 2266 | 0x28; |
| 2267 | static constexpr dart::compiler::target::word |
| 2268 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 2269 | static constexpr dart::compiler::target::word |
| 2270 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 2271 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 2272 | 0x0; |
| 2273 | static constexpr dart::compiler::target::word |
| 2274 | ArgumentsDescriptor_position_offset = 0x8; |
| 2275 | static constexpr dart::compiler::target::word |
| 2276 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 2277 | static constexpr dart::compiler::target::word |
| 2278 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 2279 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 2280 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 2281 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 2282 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 2283 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 2284 | 0x68; |
| 2285 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 2286 | 0xb0; |
| 2287 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x58; |
| 2288 | static constexpr dart::compiler::target::word |
| 2289 | Class_host_type_arguments_field_offset_in_words_offset = 0xbc; |
| 2290 | static constexpr dart::compiler::target::word |
| 2291 | ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 2292 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 2293 | static constexpr dart::compiler::target::word |
| 2294 | Closure_delayed_type_arguments_offset = 0x18; |
| 2295 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 2296 | static constexpr dart::compiler::target::word |
| 2297 | Closure_function_type_arguments_offset = 0x10; |
| 2298 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 2299 | static constexpr dart::compiler::target::word |
| 2300 | Closure_instantiator_type_arguments_offset = 0x8; |
| 2301 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 2302 | 0x20; |
| 2303 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 2304 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 2305 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 2306 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 2307 | 0x8; |
| 2308 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 2309 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 2310 | static constexpr dart::compiler::target::word |
| 2311 | ExternalOneByteString_external_data_offset = 0x10; |
| 2312 | static constexpr dart::compiler::target::word |
| 2313 | ExternalTwoByteString_external_data_offset = 0x10; |
| 2314 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 2315 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 2316 | static constexpr dart::compiler::target::word |
| 2317 | Field_initializer_function_offset = 0x20; |
| 2318 | static constexpr dart::compiler::target::word |
| 2319 | Field_host_offset_or_field_id_offset = 0x28; |
| 2320 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 2321 | static constexpr dart::compiler::target::word |
| 2322 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 2323 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 2324 | 0x30; |
| 2325 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 2326 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 2327 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 2328 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 2329 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 2330 | 0x8, 0x10}; |
| 2331 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 2332 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 2333 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 2334 | 0x8; |
| 2335 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 2336 | 0x18; |
| 2337 | static constexpr dart::compiler::target::word |
| 2338 | GrowableObjectArray_length_offset = 0x10; |
| 2339 | static constexpr dart::compiler::target::word |
| 2340 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 2341 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 2342 | static constexpr dart::compiler::target::word |
| 2343 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 2344 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 2345 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 2346 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 2347 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 2348 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 2349 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 2350 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 2351 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 2352 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 2353 | static constexpr dart::compiler::target::word |
| 2354 | Isolate_has_resumption_breakpoints_offset = 0x49; |
| 2355 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 2356 | 0x20; |
| 2357 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 2358 | 0x10; |
| 2359 | static constexpr dart::compiler::target::word |
| 2360 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 2361 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x48; |
| 2362 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 2363 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 2364 | static constexpr dart::compiler::target::word |
| 2365 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 2366 | static constexpr dart::compiler::target::word |
| 2367 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 2368 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 2369 | 0x10; |
| 2370 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 2371 | 0x30; |
| 2372 | static constexpr dart::compiler::target::word |
| 2373 | LinkedHashBase_type_arguments_offset = 0x8; |
| 2374 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 2375 | 0x20; |
| 2376 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 2377 | static constexpr dart::compiler::target::word |
| 2378 | MarkingStackBlock_pointers_offset = 0x10; |
| 2379 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 2380 | 0x8; |
| 2381 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 2382 | 0x18; |
| 2383 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 2384 | 0x20; |
| 2385 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 2386 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 2387 | 0x8; |
| 2388 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 2389 | 0x10; |
| 2390 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 2391 | 0x18; |
| 2392 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 2393 | 0x0; |
| 2394 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 2395 | 0x180; |
| 2396 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 2397 | 0x128; |
| 2398 | static constexpr dart::compiler::target::word |
| 2399 | ObjectStore_record_field_names_offset = 0x3f8; |
| 2400 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 2401 | 0x1a8; |
| 2402 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 2403 | 0x108; |
| 2404 | static constexpr dart::compiler::target::word |
| 2405 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 2406 | static constexpr dart::compiler::target::word |
| 2407 | ObjectStore_suspend_state_await_offset = 0x448; |
| 2408 | static constexpr dart::compiler::target::word |
| 2409 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 2410 | static constexpr dart::compiler::target::word |
| 2411 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 2412 | static constexpr dart::compiler::target::word |
| 2413 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 2414 | static constexpr dart::compiler::target::word |
| 2415 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 2416 | static constexpr dart::compiler::target::word |
| 2417 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 2418 | static constexpr dart::compiler::target::word |
| 2419 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 2420 | static constexpr dart::compiler::target::word |
| 2421 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 2422 | static constexpr dart::compiler::target::word |
| 2423 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 2424 | static constexpr dart::compiler::target::word |
| 2425 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 2426 | static constexpr dart::compiler::target::word |
| 2427 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 2428 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 2429 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 2430 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 2431 | 0x10; |
| 2432 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 2433 | 0x8; |
| 2434 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 2435 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 2436 | static constexpr dart::compiler::target::word |
| 2437 | SingleTargetCache_entry_point_offset = 0x10; |
| 2438 | static constexpr dart::compiler::target::word |
| 2439 | SingleTargetCache_lower_limit_offset = 0x18; |
| 2440 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 2441 | 0x8; |
| 2442 | static constexpr dart::compiler::target::word |
| 2443 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 2444 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 2445 | 0x10; |
| 2446 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 2447 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 2448 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 2449 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 2450 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 2451 | 0x8; |
| 2452 | static constexpr dart::compiler::target::word |
| 2453 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 2454 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 2455 | 0x2; |
| 2456 | static constexpr dart::compiler::target::word |
| 2457 | SuspendState_error_callback_offset = 0x30; |
| 2458 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 2459 | 0x10; |
| 2460 | static constexpr dart::compiler::target::word |
| 2461 | SuspendState_function_data_offset = 0x20; |
| 2462 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 2463 | 0x38; |
| 2464 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 2465 | static constexpr dart::compiler::target::word |
| 2466 | SuspendState_then_callback_offset = 0x28; |
| 2467 | static constexpr dart::compiler::target::word |
| 2468 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 2469 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 2470 | 0x728; |
| 2471 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 2472 | 0x730; |
| 2473 | static constexpr dart::compiler::target::word |
| 2474 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 2475 | static constexpr dart::compiler::target::word |
| 2476 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 2477 | static constexpr dart::compiler::target::word |
| 2478 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 2479 | static constexpr dart::compiler::target::word |
| 2480 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 2481 | static constexpr dart::compiler::target::word |
| 2482 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 2483 | static constexpr dart::compiler::target::word |
| 2484 | Thread_allocate_object_entry_point_offset = 0x208; |
| 2485 | static constexpr dart::compiler::target::word |
| 2486 | Thread_allocate_object_stub_offset = 0x120; |
| 2487 | static constexpr dart::compiler::target::word |
| 2488 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 2489 | static constexpr dart::compiler::target::word |
| 2490 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 2491 | static constexpr dart::compiler::target::word |
| 2492 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 2493 | static constexpr dart::compiler::target::word |
| 2494 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 2495 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 2496 | 0x768; |
| 2497 | static constexpr dart::compiler::target::word |
| 2498 | Thread_async_exception_handler_stub_offset = 0x138; |
| 2499 | static constexpr dart::compiler::target::word |
| 2500 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 2501 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 2502 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 2503 | static constexpr dart::compiler::target::word |
| 2504 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 2505 | static constexpr dart::compiler::target::word |
| 2506 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 2507 | static constexpr dart::compiler::target::word |
| 2508 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 2509 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x7a0; |
| 2510 | static constexpr dart::compiler::target::word |
| 2511 | Thread_dispatch_table_array_offset = 0x58; |
| 2512 | static constexpr dart::compiler::target::word |
| 2513 | Thread_double_truncate_round_supported_offset = 0x770; |
| 2514 | static constexpr dart::compiler::target::word |
| 2515 | Thread_service_extension_stream_offset = 0x7a8; |
| 2516 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 2517 | 0x240; |
| 2518 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 2519 | 0x190; |
| 2520 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 2521 | 0x248; |
| 2522 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 2523 | 0x198; |
| 2524 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 2525 | 0x298; |
| 2526 | static constexpr dart::compiler::target::word |
| 2527 | Thread_double_negate_address_offset = 0x290; |
| 2528 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 2529 | static constexpr dart::compiler::target::word |
| 2530 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 2531 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 2532 | 0x750; |
| 2533 | static constexpr dart::compiler::target::word |
| 2534 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 2535 | static constexpr dart::compiler::target::word |
| 2536 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 2537 | static constexpr dart::compiler::target::word |
| 2538 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 2539 | static constexpr dart::compiler::target::word |
| 2540 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 2541 | static constexpr dart::compiler::target::word |
| 2542 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 2543 | static constexpr dart::compiler::target::word |
| 2544 | Thread_fix_callers_target_code_offset = 0x90; |
| 2545 | static constexpr dart::compiler::target::word |
| 2546 | Thread_float_absolute_address_offset = 0x2b0; |
| 2547 | static constexpr dart::compiler::target::word |
| 2548 | Thread_float_negate_address_offset = 0x2a8; |
| 2549 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 2550 | 0x2a0; |
| 2551 | static constexpr dart::compiler::target::word |
| 2552 | Thread_float_zerow_address_offset = 0x2b8; |
| 2553 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 2554 | 0x738; |
| 2555 | static constexpr dart::compiler::target::word |
| 2556 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 2557 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 2558 | 0x760; |
| 2559 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6d0; |
| 2560 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 2561 | 0x6d8; |
| 2562 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 2563 | 0x60; |
| 2564 | static constexpr dart::compiler::target::word |
| 2565 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 2566 | static constexpr dart::compiler::target::word |
| 2567 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 2568 | static constexpr dart::compiler::target::word |
| 2569 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 2570 | static constexpr dart::compiler::target::word |
| 2571 | Thread_marking_stack_block_offset = 0x700; |
| 2572 | static constexpr dart::compiler::target::word |
| 2573 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 2574 | static constexpr dart::compiler::target::word |
| 2575 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 2576 | static constexpr dart::compiler::target::word |
| 2577 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 2578 | static constexpr dart::compiler::target::word |
| 2579 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 2580 | static constexpr dart::compiler::target::word |
| 2581 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 2582 | static constexpr dart::compiler::target::word |
| 2583 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 2584 | static constexpr dart::compiler::target::word |
| 2585 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 2586 | static constexpr dart::compiler::target::word |
| 2587 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 2588 | static constexpr dart::compiler::target::word |
| 2589 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 2590 | static constexpr dart::compiler::target::word |
| 2591 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 2592 | static constexpr dart::compiler::target::word |
| 2593 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 2594 | static constexpr dart::compiler::target::word |
| 2595 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 2596 | static constexpr dart::compiler::target::word |
| 2597 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 2598 | static constexpr dart::compiler::target::word |
| 2599 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 2600 | static constexpr dart::compiler::target::word |
| 2601 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 2602 | static constexpr dart::compiler::target::word |
| 2603 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 2604 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 2605 | static constexpr dart::compiler::target::word |
| 2606 | Thread_return_async_not_future_stub_offset = 0x150; |
| 2607 | static constexpr dart::compiler::target::word |
| 2608 | Thread_return_async_star_stub_offset = 0x158; |
| 2609 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 2610 | 0x148; |
| 2611 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 2612 | static constexpr dart::compiler::target::word |
| 2613 | Thread_predefined_symbols_address_offset = 0x280; |
| 2614 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x740; |
| 2615 | static constexpr dart::compiler::target::word |
| 2616 | Thread_saved_shadow_call_stack_offset = 0x748; |
| 2617 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 2618 | 0x758; |
| 2619 | static constexpr dart::compiler::target::word |
| 2620 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 2621 | static constexpr dart::compiler::target::word |
| 2622 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 2623 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 2624 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 2625 | 0x6e0; |
| 2626 | static constexpr dart::compiler::target::word |
| 2627 | Thread_stack_overflow_flags_offset = 0x6e8; |
| 2628 | static constexpr dart::compiler::target::word |
| 2629 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 2630 | static constexpr dart::compiler::target::word |
| 2631 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 2632 | static constexpr dart::compiler::target::word |
| 2633 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 2634 | static constexpr dart::compiler::target::word |
| 2635 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 2636 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 2637 | 0x6f8; |
| 2638 | static constexpr dart::compiler::target::word |
| 2639 | Thread_suspend_state_await_entry_point_offset = 0x680; |
| 2640 | static constexpr dart::compiler::target::word |
| 2641 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x688; |
| 2642 | static constexpr dart::compiler::target::word |
| 2643 | Thread_suspend_state_init_async_entry_point_offset = 0x678; |
| 2644 | static constexpr dart::compiler::target::word |
| 2645 | Thread_suspend_state_return_async_entry_point_offset = 0x690; |
| 2646 | static constexpr dart::compiler::target::word |
| 2647 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x698; |
| 2648 | static constexpr dart::compiler::target::word |
| 2649 | Thread_suspend_state_init_async_star_entry_point_offset = 0x6a0; |
| 2650 | static constexpr dart::compiler::target::word |
| 2651 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x6a8; |
| 2652 | static constexpr dart::compiler::target::word |
| 2653 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6b0; |
| 2654 | static constexpr dart::compiler::target::word |
| 2655 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6b8; |
| 2656 | static constexpr dart::compiler::target::word |
| 2657 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6c0; |
| 2658 | static constexpr dart::compiler::target::word |
| 2659 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6c8; |
| 2660 | static constexpr dart::compiler::target::word |
| 2661 | Thread_top_exit_frame_info_offset = 0x6f0; |
| 2662 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 2663 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 2664 | static constexpr dart::compiler::target::word |
| 2665 | Thread_unboxed_runtime_arg_offset = 0x718; |
| 2666 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x710; |
| 2667 | static constexpr dart::compiler::target::word |
| 2668 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 2669 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 2670 | 0x40; |
| 2671 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 2672 | 0x778; |
| 2673 | static constexpr dart::compiler::target::word Thread_random_offset = 0x780; |
| 2674 | static constexpr dart::compiler::target::word |
| 2675 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 2676 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x788; |
| 2677 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 2678 | 0x0; |
| 2679 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 2680 | 0x8; |
| 2681 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 2682 | 0x10; |
| 2683 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 2684 | 0x18; |
| 2685 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 2686 | 0x20; |
| 2687 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 2688 | 0x10; |
| 2689 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 2690 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 2691 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 2692 | 0x30; |
| 2693 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 2694 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 2695 | 0x18; |
| 2696 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 2697 | 0x10; |
| 2698 | static constexpr dart::compiler::target::word |
| 2699 | FinalizerBase_entries_collected_offset = 0x20; |
| 2700 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 2701 | 0x8; |
| 2702 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 2703 | 0x10; |
| 2704 | static constexpr dart::compiler::target::word |
| 2705 | FinalizerEntry_external_size_offset = 0x38; |
| 2706 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 2707 | 0x20; |
| 2708 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 2709 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 2710 | 0x18; |
| 2711 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 2712 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 2713 | 0x28; |
| 2714 | static constexpr dart::compiler::target::word |
| 2715 | FunctionType_named_parameter_names_offset = 0x40; |
| 2716 | static constexpr dart::compiler::target::word |
| 2717 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 2718 | static constexpr dart::compiler::target::word |
| 2719 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 2720 | static constexpr dart::compiler::target::word |
| 2721 | FunctionType_parameter_types_offset = 0x38; |
| 2722 | static constexpr dart::compiler::target::word |
| 2723 | FunctionType_type_parameters_offset = 0x28; |
| 2724 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 2725 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 2726 | static constexpr dart::compiler::target::word |
| 2727 | TypeArguments_instantiations_offset = 0x8; |
| 2728 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 2729 | 0x10; |
| 2730 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 2731 | 0x20; |
| 2732 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 2733 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 2734 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 2735 | 0x10; |
| 2736 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 2737 | 0x18; |
| 2738 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 2739 | 0x20; |
| 2740 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 2741 | 0x10; |
| 2742 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 2743 | 0x18; |
| 2744 | static constexpr dart::compiler::target::word |
| 2745 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 2746 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 2747 | static constexpr dart::compiler::target::word |
| 2748 | UnhandledException_exception_offset = 0x8; |
| 2749 | static constexpr dart::compiler::target::word |
| 2750 | UnhandledException_stacktrace_offset = 0x10; |
| 2751 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 2752 | static constexpr dart::compiler::target::word |
| 2753 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 2754 | static constexpr dart::compiler::target::word |
| 2755 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 2756 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 2757 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 2758 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 2759 | static constexpr dart::compiler::target::word |
| 2760 | WeakReference_type_arguments_offset = 0x10; |
| 2761 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 2762 | 0x8, 0x18, 0x10, 0x20}; |
| 2763 | static constexpr dart::compiler::target::word |
| 2764 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 2765 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, |
| 2766 | 0x618, 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, -1, |
| 2767 | -1, -1, -1, 0x650, 0x658, -1, -1, 0x660, |
| 2768 | 0x668, 0x670, -1, -1, -1, -1, -1, -1}; |
| 2769 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 2770 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 2771 | static constexpr dart::compiler::target::word Array_header_size = 0x18; |
| 2772 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 2773 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 2774 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc8; |
| 2775 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 2776 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 2777 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 2778 | static constexpr dart::compiler::target::word |
| 2779 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 2780 | static constexpr dart::compiler::target::word |
| 2781 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 2782 | static constexpr dart::compiler::target::word Context_header_size = 0x18; |
| 2783 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 2784 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 2785 | 0x18; |
| 2786 | static constexpr dart::compiler::target::word |
| 2787 | ExternalOneByteString_InstanceSize = 0x20; |
| 2788 | static constexpr dart::compiler::target::word |
| 2789 | ExternalTwoByteString_InstanceSize = 0x20; |
| 2790 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 2791 | 0x18; |
| 2792 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 2793 | 0x30; |
| 2794 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 2795 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 2796 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 2797 | 0x40; |
| 2798 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 2799 | 0x30; |
| 2800 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 2801 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 2802 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 2803 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 2804 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 2805 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 2806 | 0x20; |
| 2807 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 2808 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 2809 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 2810 | 0x10; |
| 2811 | static constexpr dart::compiler::target::word |
| 2812 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 2813 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 2814 | 0x30; |
| 2815 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 2816 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 2817 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 2818 | 0x60; |
| 2819 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 2820 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 2821 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 2822 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 2823 | 0x38; |
| 2824 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 2825 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 2826 | 0x30; |
| 2827 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 2828 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 2829 | 0x10; |
| 2830 | static constexpr dart::compiler::target::word |
| 2831 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 2832 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 2833 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 2834 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 2835 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 2836 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 2837 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 2838 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 2839 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x28; |
| 2840 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 2841 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 2842 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 2843 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 2844 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 2845 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 2846 | 0x20; |
| 2847 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 2848 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x38; |
| 2849 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 2850 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 2851 | 0x18; |
| 2852 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 2853 | static constexpr dart::compiler::target::word |
| 2854 | TransferableTypedData_InstanceSize = 0x8; |
| 2855 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 2856 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 2857 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 2858 | 0x28; |
| 2859 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 2860 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 2861 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 2862 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 2863 | 0x18; |
| 2864 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 2865 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 2866 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 2867 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 2868 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 2869 | static constexpr dart::compiler::target::word |
| 2870 | WeakSerializationReference_InstanceSize = 0x18; |
| 2871 | #endif // !defined(PRODUCT) && \ |
| 2872 | // defined(TARGET_ARCH_ARM64) && \ |
| 2873 | // !defined(DART_COMPRESSED_POINTERS) |
| 2874 | |
| 2875 | #if !defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 2876 | defined(DART_COMPRESSED_POINTERS) |
| 2877 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 2878 | 0x70; |
| 2879 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 2880 | 0x50; |
| 2881 | static constexpr dart::compiler::target::word |
| 2882 | ICData_receivers_static_type_offset = 0x20; |
| 2883 | static constexpr dart::compiler::target::word |
| 2884 | SuspendState_frame_capacity_offset = 0x8; |
| 2885 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 2886 | 0x10; |
| 2887 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 2888 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 2889 | 0x0; |
| 2890 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 2891 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0xb0; |
| 2892 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 2893 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 2894 | 0x10; |
| 2895 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 2896 | static constexpr dart::compiler::target::word |
| 2897 | ContextScope_elements_start_offset = 0x10; |
| 2898 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 2899 | static constexpr dart::compiler::target::word |
| 2900 | ExceptionHandlers_elements_start_offset = 0x10; |
| 2901 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 2902 | 0xc; |
| 2903 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 2904 | 0x10; |
| 2905 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 2906 | static constexpr dart::compiler::target::word |
| 2907 | OneByteString_elements_start_offset = 0x10; |
| 2908 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 2909 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 2910 | 0x10; |
| 2911 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 2912 | static constexpr dart::compiler::target::word |
| 2913 | TypeArguments_elements_start_offset = 0x18; |
| 2914 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 2915 | static constexpr dart::compiler::target::word |
| 2916 | TwoByteString_elements_start_offset = 0x10; |
| 2917 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 2918 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 2919 | 0x10; |
| 2920 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 2921 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 2922 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 2923 | 0xfffc; |
| 2924 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 2925 | static constexpr dart::compiler::target::word |
| 2926 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 2927 | static constexpr dart::compiler::target::word |
| 2928 | Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 2929 | static constexpr dart::compiler::target::word |
| 2930 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 2931 | static constexpr dart::compiler::target::word |
| 2932 | Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 2933 | static constexpr dart::compiler::target::word |
| 2934 | Instructions_kBarePayloadAlignment = 0x4; |
| 2935 | static constexpr dart::compiler::target::word |
| 2936 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 2937 | static constexpr dart::compiler::target::word |
| 2938 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 2939 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 2940 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 2941 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 2942 | 0x3fff; |
| 2943 | static constexpr dart::compiler::target::word |
| 2944 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 2945 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 2946 | 0x3fff; |
| 2947 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 2948 | 0xffff; |
| 2949 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 2950 | 0xffff; |
| 2951 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 2952 | static constexpr dart::compiler::target::word |
| 2953 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 2954 | static constexpr dart::compiler::target::word |
| 2955 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 2956 | static constexpr dart::compiler::target::word |
| 2957 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 2958 | static constexpr dart::compiler::target::word |
| 2959 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 2960 | static constexpr dart::compiler::target::word |
| 2961 | SubtypeTestCache_kDestinationType = 0x6; |
| 2962 | static constexpr dart::compiler::target::word |
| 2963 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 2964 | static constexpr dart::compiler::target::word |
| 2965 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 2966 | static constexpr dart::compiler::target::word |
| 2967 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 2968 | static constexpr dart::compiler::target::word |
| 2969 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 2970 | static constexpr dart::compiler::target::word |
| 2971 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 2972 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 2973 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 2974 | 0x7; |
| 2975 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 2976 | 0xfffffff; |
| 2977 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 2978 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x1c; |
| 2979 | static constexpr dart::compiler::target::word |
| 2980 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 2981 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 2982 | 0x14; |
| 2983 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 2984 | 0x18; |
| 2985 | static constexpr dart::compiler::target::word |
| 2986 | ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 2987 | static constexpr dart::compiler::target::word |
| 2988 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 2989 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 2990 | 0x0; |
| 2991 | static constexpr dart::compiler::target::word |
| 2992 | ArgumentsDescriptor_position_offset = 0x4; |
| 2993 | static constexpr dart::compiler::target::word |
| 2994 | ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 2995 | static constexpr dart::compiler::target::word |
| 2996 | ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 2997 | static constexpr dart::compiler::target::word Array_data_offset = 0x10; |
| 2998 | static constexpr dart::compiler::target::word Array_length_offset = 0xc; |
| 2999 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 3000 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 3001 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 3002 | 0x38; |
| 3003 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 3004 | 0x64; |
| 3005 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x30; |
| 3006 | static constexpr dart::compiler::target::word |
| 3007 | Class_host_type_arguments_field_offset_in_words_offset = 0x70; |
| 3008 | static constexpr dart::compiler::target::word |
| 3009 | ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 3010 | static constexpr dart::compiler::target::word Closure_context_offset = 0x18; |
| 3011 | static constexpr dart::compiler::target::word |
| 3012 | Closure_delayed_type_arguments_offset = 0x10; |
| 3013 | static constexpr dart::compiler::target::word Closure_function_offset = 0x14; |
| 3014 | static constexpr dart::compiler::target::word |
| 3015 | Closure_function_type_arguments_offset = 0xc; |
| 3016 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x1c; |
| 3017 | static constexpr dart::compiler::target::word |
| 3018 | Closure_instantiator_type_arguments_offset = 0x8; |
| 3019 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 3020 | 0x14; |
| 3021 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 3022 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 3023 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 3024 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 3025 | 0x8; |
| 3026 | static constexpr dart::compiler::target::word Context_parent_offset = 0xc; |
| 3027 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 3028 | static constexpr dart::compiler::target::word |
| 3029 | ExternalOneByteString_external_data_offset = 0x10; |
| 3030 | static constexpr dart::compiler::target::word |
| 3031 | ExternalTwoByteString_external_data_offset = 0x10; |
| 3032 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 3033 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 3034 | static constexpr dart::compiler::target::word |
| 3035 | Field_initializer_function_offset = 0x14; |
| 3036 | static constexpr dart::compiler::target::word |
| 3037 | Field_host_offset_or_field_id_offset = 0x18; |
| 3038 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x2c; |
| 3039 | static constexpr dart::compiler::target::word |
| 3040 | Field_guarded_list_length_in_object_offset_offset = 0x38; |
| 3041 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 3042 | 0x1c; |
| 3043 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x30; |
| 3044 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x3a; |
| 3045 | static constexpr dart::compiler::target::word Function_code_offset = 0x2c; |
| 3046 | static constexpr dart::compiler::target::word Function_data_offset = 0x24; |
| 3047 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 3048 | 0x8, 0x10}; |
| 3049 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x48; |
| 3050 | static constexpr dart::compiler::target::word Function_signature_offset = 0x20; |
| 3051 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 3052 | 0x8; |
| 3053 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 3054 | 0x10; |
| 3055 | static constexpr dart::compiler::target::word |
| 3056 | GrowableObjectArray_length_offset = 0xc; |
| 3057 | static constexpr dart::compiler::target::word |
| 3058 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 3059 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 3060 | static constexpr dart::compiler::target::word |
| 3061 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 3062 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 3063 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 3064 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 3065 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 3066 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 3067 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 3068 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 3069 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 3070 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 3071 | static constexpr dart::compiler::target::word |
| 3072 | Isolate_has_resumption_breakpoints_offset = 0x49; |
| 3073 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 3074 | 0x20; |
| 3075 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 3076 | 0x10; |
| 3077 | static constexpr dart::compiler::target::word |
| 3078 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 3079 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x48; |
| 3080 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 3081 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x10; |
| 3082 | static constexpr dart::compiler::target::word |
| 3083 | ImmutableLinkedHashBase_data_offset = 0x10; |
| 3084 | static constexpr dart::compiler::target::word |
| 3085 | LinkedHashBase_deleted_keys_offset = 0x18; |
| 3086 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 3087 | 0xc; |
| 3088 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 3089 | 0x1c; |
| 3090 | static constexpr dart::compiler::target::word |
| 3091 | LinkedHashBase_type_arguments_offset = 0x8; |
| 3092 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 3093 | 0x14; |
| 3094 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 3095 | static constexpr dart::compiler::target::word |
| 3096 | MarkingStackBlock_pointers_offset = 0x10; |
| 3097 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 3098 | 0x8; |
| 3099 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 3100 | 0x18; |
| 3101 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 3102 | 0x20; |
| 3103 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 3104 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 3105 | 0x8; |
| 3106 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 3107 | 0x10; |
| 3108 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 3109 | 0x18; |
| 3110 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 3111 | 0x0; |
| 3112 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 3113 | 0x180; |
| 3114 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 3115 | 0x128; |
| 3116 | static constexpr dart::compiler::target::word |
| 3117 | ObjectStore_record_field_names_offset = 0x3f8; |
| 3118 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 3119 | 0x1a8; |
| 3120 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 3121 | 0x108; |
| 3122 | static constexpr dart::compiler::target::word |
| 3123 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 3124 | static constexpr dart::compiler::target::word |
| 3125 | ObjectStore_suspend_state_await_offset = 0x448; |
| 3126 | static constexpr dart::compiler::target::word |
| 3127 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 3128 | static constexpr dart::compiler::target::word |
| 3129 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 3130 | static constexpr dart::compiler::target::word |
| 3131 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 3132 | static constexpr dart::compiler::target::word |
| 3133 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 3134 | static constexpr dart::compiler::target::word |
| 3135 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 3136 | static constexpr dart::compiler::target::word |
| 3137 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 3138 | static constexpr dart::compiler::target::word |
| 3139 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 3140 | static constexpr dart::compiler::target::word |
| 3141 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 3142 | static constexpr dart::compiler::target::word |
| 3143 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 3144 | static constexpr dart::compiler::target::word |
| 3145 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 3146 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 3147 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 3148 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 3149 | 0x10; |
| 3150 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 3151 | 0x8; |
| 3152 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0xc; |
| 3153 | static constexpr dart::compiler::target::word Record_shape_offset = 0xc; |
| 3154 | static constexpr dart::compiler::target::word |
| 3155 | SingleTargetCache_entry_point_offset = 0x10; |
| 3156 | static constexpr dart::compiler::target::word |
| 3157 | SingleTargetCache_lower_limit_offset = 0x18; |
| 3158 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 3159 | 0x8; |
| 3160 | static constexpr dart::compiler::target::word |
| 3161 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 3162 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 3163 | 0x10; |
| 3164 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 3165 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 3166 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 3167 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 3168 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 3169 | 0x8; |
| 3170 | static constexpr dart::compiler::target::word |
| 3171 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 3172 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 3173 | 0x2; |
| 3174 | static constexpr dart::compiler::target::word |
| 3175 | SuspendState_error_callback_offset = 0x28; |
| 3176 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 3177 | 0x10; |
| 3178 | static constexpr dart::compiler::target::word |
| 3179 | SuspendState_function_data_offset = 0x20; |
| 3180 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 3181 | 0x30; |
| 3182 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 3183 | static constexpr dart::compiler::target::word |
| 3184 | SuspendState_then_callback_offset = 0x24; |
| 3185 | static constexpr dart::compiler::target::word |
| 3186 | Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 3187 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 3188 | 0x6e8; |
| 3189 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 3190 | 0x6f0; |
| 3191 | static constexpr dart::compiler::target::word |
| 3192 | Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 3193 | static constexpr dart::compiler::target::word |
| 3194 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 3195 | static constexpr dart::compiler::target::word |
| 3196 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 3197 | static constexpr dart::compiler::target::word |
| 3198 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 3199 | static constexpr dart::compiler::target::word |
| 3200 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 3201 | static constexpr dart::compiler::target::word |
| 3202 | Thread_allocate_object_entry_point_offset = 0x210; |
| 3203 | static constexpr dart::compiler::target::word |
| 3204 | Thread_allocate_object_stub_offset = 0x128; |
| 3205 | static constexpr dart::compiler::target::word |
| 3206 | Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 3207 | static constexpr dart::compiler::target::word |
| 3208 | Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 3209 | static constexpr dart::compiler::target::word |
| 3210 | Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 3211 | static constexpr dart::compiler::target::word |
| 3212 | Thread_allocate_object_slow_stub_offset = 0x138; |
| 3213 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 3214 | 0x728; |
| 3215 | static constexpr dart::compiler::target::word |
| 3216 | Thread_async_exception_handler_stub_offset = 0x140; |
| 3217 | static constexpr dart::compiler::target::word |
| 3218 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 3219 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x80; |
| 3220 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x78; |
| 3221 | static constexpr dart::compiler::target::word |
| 3222 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 3223 | static constexpr dart::compiler::target::word |
| 3224 | Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 3225 | static constexpr dart::compiler::target::word |
| 3226 | Thread_call_to_runtime_stub_offset = 0xb0; |
| 3227 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x760; |
| 3228 | static constexpr dart::compiler::target::word |
| 3229 | Thread_dispatch_table_array_offset = 0x60; |
| 3230 | static constexpr dart::compiler::target::word |
| 3231 | Thread_double_truncate_round_supported_offset = 0x730; |
| 3232 | static constexpr dart::compiler::target::word |
| 3233 | Thread_service_extension_stream_offset = 0x768; |
| 3234 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 3235 | 0x248; |
| 3236 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 3237 | 0x198; |
| 3238 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 3239 | 0x250; |
| 3240 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 3241 | 0x1a0; |
| 3242 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 3243 | 0x2a0; |
| 3244 | static constexpr dart::compiler::target::word |
| 3245 | Thread_double_negate_address_offset = 0x298; |
| 3246 | static constexpr dart::compiler::target::word Thread_end_offset = 0x58; |
| 3247 | static constexpr dart::compiler::target::word |
| 3248 | Thread_enter_safepoint_stub_offset = 0x1c8; |
| 3249 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 3250 | 0x710; |
| 3251 | static constexpr dart::compiler::target::word |
| 3252 | Thread_exit_safepoint_stub_offset = 0x1d0; |
| 3253 | static constexpr dart::compiler::target::word |
| 3254 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 3255 | static constexpr dart::compiler::target::word |
| 3256 | Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 3257 | static constexpr dart::compiler::target::word |
| 3258 | Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 3259 | static constexpr dart::compiler::target::word |
| 3260 | Thread_fix_allocation_stub_code_offset = 0xa0; |
| 3261 | static constexpr dart::compiler::target::word |
| 3262 | Thread_fix_callers_target_code_offset = 0x98; |
| 3263 | static constexpr dart::compiler::target::word |
| 3264 | Thread_float_absolute_address_offset = 0x2b8; |
| 3265 | static constexpr dart::compiler::target::word |
| 3266 | Thread_float_negate_address_offset = 0x2b0; |
| 3267 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 3268 | 0x2a8; |
| 3269 | static constexpr dart::compiler::target::word |
| 3270 | Thread_float_zerow_address_offset = 0x2c0; |
| 3271 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 3272 | 0x6f8; |
| 3273 | static constexpr dart::compiler::target::word |
| 3274 | Thread_invoke_dart_code_stub_offset = 0xa8; |
| 3275 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 3276 | 0x720; |
| 3277 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x690; |
| 3278 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 3279 | 0x698; |
| 3280 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 3281 | 0x68; |
| 3282 | static constexpr dart::compiler::target::word |
| 3283 | Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 3284 | static constexpr dart::compiler::target::word |
| 3285 | Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 3286 | static constexpr dart::compiler::target::word |
| 3287 | Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 3288 | static constexpr dart::compiler::target::word |
| 3289 | Thread_marking_stack_block_offset = 0x6c0; |
| 3290 | static constexpr dart::compiler::target::word |
| 3291 | Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 3292 | static constexpr dart::compiler::target::word |
| 3293 | Thread_switchable_call_miss_entry_offset = 0x240; |
| 3294 | static constexpr dart::compiler::target::word |
| 3295 | Thread_switchable_call_miss_stub_offset = 0x178; |
| 3296 | static constexpr dart::compiler::target::word |
| 3297 | Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 3298 | static constexpr dart::compiler::target::word |
| 3299 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xc0; |
| 3300 | static constexpr dart::compiler::target::word |
| 3301 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb8; |
| 3302 | static constexpr dart::compiler::target::word |
| 3303 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 3304 | static constexpr dart::compiler::target::word |
| 3305 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 3306 | static constexpr dart::compiler::target::word |
| 3307 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 3308 | static constexpr dart::compiler::target::word |
| 3309 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 3310 | static constexpr dart::compiler::target::word |
| 3311 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 3312 | static constexpr dart::compiler::target::word |
| 3313 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 3314 | static constexpr dart::compiler::target::word |
| 3315 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 3316 | static constexpr dart::compiler::target::word |
| 3317 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 3318 | static constexpr dart::compiler::target::word |
| 3319 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 3320 | static constexpr dart::compiler::target::word |
| 3321 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 3322 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x148; |
| 3323 | static constexpr dart::compiler::target::word |
| 3324 | Thread_return_async_not_future_stub_offset = 0x158; |
| 3325 | static constexpr dart::compiler::target::word |
| 3326 | Thread_return_async_star_stub_offset = 0x160; |
| 3327 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 3328 | 0x150; |
| 3329 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x70; |
| 3330 | static constexpr dart::compiler::target::word |
| 3331 | Thread_predefined_symbols_address_offset = 0x288; |
| 3332 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x700; |
| 3333 | static constexpr dart::compiler::target::word |
| 3334 | Thread_saved_shadow_call_stack_offset = 0x708; |
| 3335 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 3336 | 0x718; |
| 3337 | static constexpr dart::compiler::target::word |
| 3338 | Thread_slow_type_test_stub_offset = 0x1b8; |
| 3339 | static constexpr dart::compiler::target::word |
| 3340 | Thread_slow_type_test_entry_point_offset = 0x268; |
| 3341 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 3342 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 3343 | 0x6a0; |
| 3344 | static constexpr dart::compiler::target::word |
| 3345 | Thread_stack_overflow_flags_offset = 0x6a8; |
| 3346 | static constexpr dart::compiler::target::word |
| 3347 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 3348 | static constexpr dart::compiler::target::word |
| 3349 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 3350 | static constexpr dart::compiler::target::word |
| 3351 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x228; |
| 3352 | static constexpr dart::compiler::target::word |
| 3353 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 3354 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 3355 | 0x6b8; |
| 3356 | static constexpr dart::compiler::target::word |
| 3357 | Thread_suspend_state_await_entry_point_offset = 0x640; |
| 3358 | static constexpr dart::compiler::target::word |
| 3359 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x648; |
| 3360 | static constexpr dart::compiler::target::word |
| 3361 | Thread_suspend_state_init_async_entry_point_offset = 0x638; |
| 3362 | static constexpr dart::compiler::target::word |
| 3363 | Thread_suspend_state_return_async_entry_point_offset = 0x650; |
| 3364 | static constexpr dart::compiler::target::word |
| 3365 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x658; |
| 3366 | static constexpr dart::compiler::target::word |
| 3367 | Thread_suspend_state_init_async_star_entry_point_offset = 0x660; |
| 3368 | static constexpr dart::compiler::target::word |
| 3369 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x668; |
| 3370 | static constexpr dart::compiler::target::word |
| 3371 | Thread_suspend_state_return_async_star_entry_point_offset = 0x670; |
| 3372 | static constexpr dart::compiler::target::word |
| 3373 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x678; |
| 3374 | static constexpr dart::compiler::target::word |
| 3375 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x680; |
| 3376 | static constexpr dart::compiler::target::word |
| 3377 | Thread_suspend_state_handle_exception_entry_point_offset = 0x688; |
| 3378 | static constexpr dart::compiler::target::word |
| 3379 | Thread_top_exit_frame_info_offset = 0x6b0; |
| 3380 | static constexpr dart::compiler::target::word Thread_top_offset = 0x50; |
| 3381 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 3382 | static constexpr dart::compiler::target::word |
| 3383 | Thread_unboxed_runtime_arg_offset = 0x6d8; |
| 3384 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x6d0; |
| 3385 | static constexpr dart::compiler::target::word |
| 3386 | Thread_write_barrier_entry_point_offset = 0x1e8; |
| 3387 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 3388 | 0x40; |
| 3389 | static constexpr dart::compiler::target::word Thread_heap_base_offset = 0x48; |
| 3390 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 3391 | 0x738; |
| 3392 | static constexpr dart::compiler::target::word Thread_random_offset = 0x740; |
| 3393 | static constexpr dart::compiler::target::word |
| 3394 | Thread_jump_to_frame_entry_point_offset = 0x260; |
| 3395 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x748; |
| 3396 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 3397 | 0x0; |
| 3398 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 3399 | 0x8; |
| 3400 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 3401 | 0x10; |
| 3402 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 3403 | 0x18; |
| 3404 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 3405 | 0x20; |
| 3406 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 3407 | 0x10; |
| 3408 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 3409 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x20; |
| 3410 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 3411 | 0x24; |
| 3412 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x20; |
| 3413 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 3414 | 0x18; |
| 3415 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 3416 | 0x14; |
| 3417 | static constexpr dart::compiler::target::word |
| 3418 | FinalizerBase_entries_collected_offset = 0x1c; |
| 3419 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 3420 | 0x8; |
| 3421 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 3422 | 0xc; |
| 3423 | static constexpr dart::compiler::target::word |
| 3424 | FinalizerEntry_external_size_offset = 0x20; |
| 3425 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 3426 | 0x14; |
| 3427 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x18; |
| 3428 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 3429 | 0x10; |
| 3430 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 3431 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 3432 | 0x20; |
| 3433 | static constexpr dart::compiler::target::word |
| 3434 | FunctionType_named_parameter_names_offset = 0x2c; |
| 3435 | static constexpr dart::compiler::target::word |
| 3436 | FunctionType_packed_parameter_counts_offset = 0x30; |
| 3437 | static constexpr dart::compiler::target::word |
| 3438 | FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 3439 | static constexpr dart::compiler::target::word |
| 3440 | FunctionType_parameter_types_offset = 0x28; |
| 3441 | static constexpr dart::compiler::target::word |
| 3442 | FunctionType_type_parameters_offset = 0x20; |
| 3443 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x26; |
| 3444 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x10; |
| 3445 | static constexpr dart::compiler::target::word |
| 3446 | TypeArguments_instantiations_offset = 0x8; |
| 3447 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0xc; |
| 3448 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 3449 | 0x14; |
| 3450 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x18; |
| 3451 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 3452 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0xc; |
| 3453 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 3454 | 0x10; |
| 3455 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 3456 | 0x14; |
| 3457 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 3458 | 0x14; |
| 3459 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 3460 | 0x18; |
| 3461 | static constexpr dart::compiler::target::word |
| 3462 | TypedDataView_offset_in_bytes_offset = 0x1c; |
| 3463 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 3464 | static constexpr dart::compiler::target::word |
| 3465 | UnhandledException_exception_offset = 0x8; |
| 3466 | static constexpr dart::compiler::target::word |
| 3467 | UnhandledException_stacktrace_offset = 0xc; |
| 3468 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 3469 | static constexpr dart::compiler::target::word |
| 3470 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 3471 | static constexpr dart::compiler::target::word |
| 3472 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 3473 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 3474 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0xc; |
| 3475 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 3476 | static constexpr dart::compiler::target::word |
| 3477 | WeakReference_type_arguments_offset = 0xc; |
| 3478 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 3479 | 0x8, 0x18, 0x10, 0x20}; |
| 3480 | static constexpr dart::compiler::target::word |
| 3481 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 3482 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, -1, -1, 0x600, 0x608, |
| 3483 | 0x610, 0x618, 0x620, -1, 0x628, 0x630, -1, -1}; |
| 3484 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x20; |
| 3485 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 3486 | static constexpr dart::compiler::target::word Array_header_size = 0x10; |
| 3487 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 3488 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 3489 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x80; |
| 3490 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x20; |
| 3491 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x18; |
| 3492 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 3493 | static constexpr dart::compiler::target::word |
| 3494 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 3495 | static constexpr dart::compiler::target::word |
| 3496 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 3497 | static constexpr dart::compiler::target::word Context_header_size = 0x10; |
| 3498 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 3499 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 3500 | 0x18; |
| 3501 | static constexpr dart::compiler::target::word |
| 3502 | ExternalOneByteString_InstanceSize = 0x20; |
| 3503 | static constexpr dart::compiler::target::word |
| 3504 | ExternalTwoByteString_InstanceSize = 0x20; |
| 3505 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 3506 | 0x18; |
| 3507 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 3508 | 0x20; |
| 3509 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x40; |
| 3510 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x28; |
| 3511 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 3512 | 0x28; |
| 3513 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 3514 | 0x28; |
| 3515 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 3516 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 3517 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x60; |
| 3518 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x38; |
| 3519 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 3520 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 3521 | 0x18; |
| 3522 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 3523 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 3524 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 3525 | 0x10; |
| 3526 | static constexpr dart::compiler::target::word |
| 3527 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 3528 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 3529 | 0x30; |
| 3530 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 3531 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 3532 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 3533 | 0x38; |
| 3534 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x20; |
| 3535 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x70; |
| 3536 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x18; |
| 3537 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 3538 | 0x20; |
| 3539 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 3540 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 3541 | 0x30; |
| 3542 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 3543 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 3544 | 0x10; |
| 3545 | static constexpr dart::compiler::target::word |
| 3546 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 3547 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x18; |
| 3548 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 3549 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 3550 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 3551 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x20; |
| 3552 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 3553 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 3554 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x18; |
| 3555 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x28; |
| 3556 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x50; |
| 3557 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x38; |
| 3558 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 3559 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 3560 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 3561 | 0x20; |
| 3562 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x18; |
| 3563 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x30; |
| 3564 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 3565 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 3566 | 0x18; |
| 3567 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x18; |
| 3568 | static constexpr dart::compiler::target::word |
| 3569 | TransferableTypedData_InstanceSize = 0x8; |
| 3570 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x28; |
| 3571 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x28; |
| 3572 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 3573 | 0x18; |
| 3574 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 3575 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 3576 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x20; |
| 3577 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 3578 | 0x10; |
| 3579 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 3580 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x10; |
| 3581 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 3582 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x18; |
| 3583 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x18; |
| 3584 | static constexpr dart::compiler::target::word |
| 3585 | WeakSerializationReference_InstanceSize = 0x10; |
| 3586 | #endif // !defined(PRODUCT) && \ |
| 3587 | // defined(TARGET_ARCH_X64) && \ |
| 3588 | // defined(DART_COMPRESSED_POINTERS) |
| 3589 | |
| 3590 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 3591 | defined(DART_COMPRESSED_POINTERS) |
| 3592 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 3593 | 0x70; |
| 3594 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 3595 | 0x50; |
| 3596 | static constexpr dart::compiler::target::word |
| 3597 | ICData_receivers_static_type_offset = 0x20; |
| 3598 | static constexpr dart::compiler::target::word |
| 3599 | SuspendState_frame_capacity_offset = 0x8; |
| 3600 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 3601 | 0x10; |
| 3602 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 3603 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 3604 | 0x0; |
| 3605 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 3606 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0xb0; |
| 3607 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 3608 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 3609 | 0x10; |
| 3610 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 3611 | static constexpr dart::compiler::target::word |
| 3612 | ContextScope_elements_start_offset = 0x10; |
| 3613 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 3614 | static constexpr dart::compiler::target::word |
| 3615 | ExceptionHandlers_elements_start_offset = 0x10; |
| 3616 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 3617 | 0xc; |
| 3618 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 3619 | 0x10; |
| 3620 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 3621 | static constexpr dart::compiler::target::word |
| 3622 | OneByteString_elements_start_offset = 0x10; |
| 3623 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 3624 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 3625 | 0x10; |
| 3626 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 3627 | static constexpr dart::compiler::target::word |
| 3628 | TypeArguments_elements_start_offset = 0x18; |
| 3629 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 3630 | static constexpr dart::compiler::target::word |
| 3631 | TwoByteString_elements_start_offset = 0x10; |
| 3632 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 3633 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 3634 | 0x10; |
| 3635 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 3636 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 3637 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 3638 | 0xfffc; |
| 3639 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 3640 | static constexpr dart::compiler::target::word |
| 3641 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 3642 | static constexpr dart::compiler::target::word |
| 3643 | Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 3644 | static constexpr dart::compiler::target::word |
| 3645 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 3646 | static constexpr dart::compiler::target::word |
| 3647 | Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 3648 | static constexpr dart::compiler::target::word |
| 3649 | Instructions_kBarePayloadAlignment = 0x4; |
| 3650 | static constexpr dart::compiler::target::word |
| 3651 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 3652 | static constexpr dart::compiler::target::word |
| 3653 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 3654 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 3655 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 3656 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 3657 | 0x3fff; |
| 3658 | static constexpr dart::compiler::target::word |
| 3659 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 3660 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 3661 | 0x3fff; |
| 3662 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 3663 | 0xffff; |
| 3664 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 3665 | 0xffff; |
| 3666 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 3667 | static constexpr dart::compiler::target::word |
| 3668 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 3669 | static constexpr dart::compiler::target::word |
| 3670 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 3671 | static constexpr dart::compiler::target::word |
| 3672 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 3673 | static constexpr dart::compiler::target::word |
| 3674 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 3675 | static constexpr dart::compiler::target::word |
| 3676 | SubtypeTestCache_kDestinationType = 0x6; |
| 3677 | static constexpr dart::compiler::target::word |
| 3678 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 3679 | static constexpr dart::compiler::target::word |
| 3680 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 3681 | static constexpr dart::compiler::target::word |
| 3682 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 3683 | static constexpr dart::compiler::target::word |
| 3684 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 3685 | static constexpr dart::compiler::target::word |
| 3686 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 3687 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 3688 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 3689 | 0x7; |
| 3690 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 3691 | 0xfffffff; |
| 3692 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 3693 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x1c; |
| 3694 | static constexpr dart::compiler::target::word |
| 3695 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 3696 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 3697 | 0x14; |
| 3698 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 3699 | 0x18; |
| 3700 | static constexpr dart::compiler::target::word |
| 3701 | ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 3702 | static constexpr dart::compiler::target::word |
| 3703 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 3704 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 3705 | 0x0; |
| 3706 | static constexpr dart::compiler::target::word |
| 3707 | ArgumentsDescriptor_position_offset = 0x4; |
| 3708 | static constexpr dart::compiler::target::word |
| 3709 | ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 3710 | static constexpr dart::compiler::target::word |
| 3711 | ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 3712 | static constexpr dart::compiler::target::word Array_data_offset = 0x10; |
| 3713 | static constexpr dart::compiler::target::word Array_length_offset = 0xc; |
| 3714 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 3715 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 3716 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 3717 | 0x38; |
| 3718 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 3719 | 0x64; |
| 3720 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x30; |
| 3721 | static constexpr dart::compiler::target::word |
| 3722 | Class_host_type_arguments_field_offset_in_words_offset = 0x70; |
| 3723 | static constexpr dart::compiler::target::word |
| 3724 | ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 3725 | static constexpr dart::compiler::target::word Closure_context_offset = 0x18; |
| 3726 | static constexpr dart::compiler::target::word |
| 3727 | Closure_delayed_type_arguments_offset = 0x10; |
| 3728 | static constexpr dart::compiler::target::word Closure_function_offset = 0x14; |
| 3729 | static constexpr dart::compiler::target::word |
| 3730 | Closure_function_type_arguments_offset = 0xc; |
| 3731 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x1c; |
| 3732 | static constexpr dart::compiler::target::word |
| 3733 | Closure_instantiator_type_arguments_offset = 0x8; |
| 3734 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 3735 | 0x14; |
| 3736 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 3737 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 3738 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 3739 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 3740 | 0x8; |
| 3741 | static constexpr dart::compiler::target::word Context_parent_offset = 0xc; |
| 3742 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 3743 | static constexpr dart::compiler::target::word |
| 3744 | ExternalOneByteString_external_data_offset = 0x10; |
| 3745 | static constexpr dart::compiler::target::word |
| 3746 | ExternalTwoByteString_external_data_offset = 0x10; |
| 3747 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 3748 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 3749 | static constexpr dart::compiler::target::word |
| 3750 | Field_initializer_function_offset = 0x14; |
| 3751 | static constexpr dart::compiler::target::word |
| 3752 | Field_host_offset_or_field_id_offset = 0x18; |
| 3753 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x2c; |
| 3754 | static constexpr dart::compiler::target::word |
| 3755 | Field_guarded_list_length_in_object_offset_offset = 0x38; |
| 3756 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 3757 | 0x1c; |
| 3758 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x30; |
| 3759 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x3a; |
| 3760 | static constexpr dart::compiler::target::word Function_code_offset = 0x2c; |
| 3761 | static constexpr dart::compiler::target::word Function_data_offset = 0x24; |
| 3762 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 3763 | 0x8, 0x10}; |
| 3764 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x48; |
| 3765 | static constexpr dart::compiler::target::word Function_signature_offset = 0x20; |
| 3766 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 3767 | 0x8; |
| 3768 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 3769 | 0x10; |
| 3770 | static constexpr dart::compiler::target::word |
| 3771 | GrowableObjectArray_length_offset = 0xc; |
| 3772 | static constexpr dart::compiler::target::word |
| 3773 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 3774 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 3775 | static constexpr dart::compiler::target::word |
| 3776 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 3777 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 3778 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 3779 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 3780 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 3781 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 3782 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 3783 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 3784 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 3785 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 3786 | static constexpr dart::compiler::target::word |
| 3787 | Isolate_has_resumption_breakpoints_offset = 0x49; |
| 3788 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 3789 | 0x20; |
| 3790 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 3791 | 0x10; |
| 3792 | static constexpr dart::compiler::target::word |
| 3793 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 3794 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x48; |
| 3795 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 3796 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x10; |
| 3797 | static constexpr dart::compiler::target::word |
| 3798 | ImmutableLinkedHashBase_data_offset = 0x10; |
| 3799 | static constexpr dart::compiler::target::word |
| 3800 | LinkedHashBase_deleted_keys_offset = 0x18; |
| 3801 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 3802 | 0xc; |
| 3803 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 3804 | 0x1c; |
| 3805 | static constexpr dart::compiler::target::word |
| 3806 | LinkedHashBase_type_arguments_offset = 0x8; |
| 3807 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 3808 | 0x14; |
| 3809 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 3810 | static constexpr dart::compiler::target::word |
| 3811 | MarkingStackBlock_pointers_offset = 0x10; |
| 3812 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 3813 | 0x8; |
| 3814 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 3815 | 0x18; |
| 3816 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 3817 | 0x20; |
| 3818 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 3819 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 3820 | 0x8; |
| 3821 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 3822 | 0x10; |
| 3823 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 3824 | 0x18; |
| 3825 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 3826 | 0x0; |
| 3827 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 3828 | 0x180; |
| 3829 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 3830 | 0x128; |
| 3831 | static constexpr dart::compiler::target::word |
| 3832 | ObjectStore_record_field_names_offset = 0x3f8; |
| 3833 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 3834 | 0x1a8; |
| 3835 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 3836 | 0x108; |
| 3837 | static constexpr dart::compiler::target::word |
| 3838 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 3839 | static constexpr dart::compiler::target::word |
| 3840 | ObjectStore_suspend_state_await_offset = 0x448; |
| 3841 | static constexpr dart::compiler::target::word |
| 3842 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 3843 | static constexpr dart::compiler::target::word |
| 3844 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 3845 | static constexpr dart::compiler::target::word |
| 3846 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 3847 | static constexpr dart::compiler::target::word |
| 3848 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 3849 | static constexpr dart::compiler::target::word |
| 3850 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 3851 | static constexpr dart::compiler::target::word |
| 3852 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 3853 | static constexpr dart::compiler::target::word |
| 3854 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 3855 | static constexpr dart::compiler::target::word |
| 3856 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 3857 | static constexpr dart::compiler::target::word |
| 3858 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 3859 | static constexpr dart::compiler::target::word |
| 3860 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 3861 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 3862 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 3863 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 3864 | 0x10; |
| 3865 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 3866 | 0x8; |
| 3867 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0xc; |
| 3868 | static constexpr dart::compiler::target::word Record_shape_offset = 0xc; |
| 3869 | static constexpr dart::compiler::target::word |
| 3870 | SingleTargetCache_entry_point_offset = 0x10; |
| 3871 | static constexpr dart::compiler::target::word |
| 3872 | SingleTargetCache_lower_limit_offset = 0x18; |
| 3873 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 3874 | 0x8; |
| 3875 | static constexpr dart::compiler::target::word |
| 3876 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 3877 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 3878 | 0x10; |
| 3879 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 3880 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 3881 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 3882 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 3883 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 3884 | 0x8; |
| 3885 | static constexpr dart::compiler::target::word |
| 3886 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 3887 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 3888 | 0x2; |
| 3889 | static constexpr dart::compiler::target::word |
| 3890 | SuspendState_error_callback_offset = 0x28; |
| 3891 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 3892 | 0x10; |
| 3893 | static constexpr dart::compiler::target::word |
| 3894 | SuspendState_function_data_offset = 0x20; |
| 3895 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 3896 | 0x30; |
| 3897 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 3898 | static constexpr dart::compiler::target::word |
| 3899 | SuspendState_then_callback_offset = 0x24; |
| 3900 | static constexpr dart::compiler::target::word |
| 3901 | Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 3902 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 3903 | 0x730; |
| 3904 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 3905 | 0x738; |
| 3906 | static constexpr dart::compiler::target::word |
| 3907 | Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 3908 | static constexpr dart::compiler::target::word |
| 3909 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 3910 | static constexpr dart::compiler::target::word |
| 3911 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 3912 | static constexpr dart::compiler::target::word |
| 3913 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 3914 | static constexpr dart::compiler::target::word |
| 3915 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 3916 | static constexpr dart::compiler::target::word |
| 3917 | Thread_allocate_object_entry_point_offset = 0x210; |
| 3918 | static constexpr dart::compiler::target::word |
| 3919 | Thread_allocate_object_stub_offset = 0x128; |
| 3920 | static constexpr dart::compiler::target::word |
| 3921 | Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 3922 | static constexpr dart::compiler::target::word |
| 3923 | Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 3924 | static constexpr dart::compiler::target::word |
| 3925 | Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 3926 | static constexpr dart::compiler::target::word |
| 3927 | Thread_allocate_object_slow_stub_offset = 0x138; |
| 3928 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 3929 | 0x770; |
| 3930 | static constexpr dart::compiler::target::word |
| 3931 | Thread_async_exception_handler_stub_offset = 0x140; |
| 3932 | static constexpr dart::compiler::target::word |
| 3933 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 3934 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x80; |
| 3935 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x78; |
| 3936 | static constexpr dart::compiler::target::word |
| 3937 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 3938 | static constexpr dart::compiler::target::word |
| 3939 | Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 3940 | static constexpr dart::compiler::target::word |
| 3941 | Thread_call_to_runtime_stub_offset = 0xb0; |
| 3942 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x7a8; |
| 3943 | static constexpr dart::compiler::target::word |
| 3944 | Thread_dispatch_table_array_offset = 0x60; |
| 3945 | static constexpr dart::compiler::target::word |
| 3946 | Thread_double_truncate_round_supported_offset = 0x778; |
| 3947 | static constexpr dart::compiler::target::word |
| 3948 | Thread_service_extension_stream_offset = 0x7b0; |
| 3949 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 3950 | 0x248; |
| 3951 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 3952 | 0x198; |
| 3953 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 3954 | 0x250; |
| 3955 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 3956 | 0x1a0; |
| 3957 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 3958 | 0x2a0; |
| 3959 | static constexpr dart::compiler::target::word |
| 3960 | Thread_double_negate_address_offset = 0x298; |
| 3961 | static constexpr dart::compiler::target::word Thread_end_offset = 0x58; |
| 3962 | static constexpr dart::compiler::target::word |
| 3963 | Thread_enter_safepoint_stub_offset = 0x1c8; |
| 3964 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 3965 | 0x758; |
| 3966 | static constexpr dart::compiler::target::word |
| 3967 | Thread_exit_safepoint_stub_offset = 0x1d0; |
| 3968 | static constexpr dart::compiler::target::word |
| 3969 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 3970 | static constexpr dart::compiler::target::word |
| 3971 | Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 3972 | static constexpr dart::compiler::target::word |
| 3973 | Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 3974 | static constexpr dart::compiler::target::word |
| 3975 | Thread_fix_allocation_stub_code_offset = 0xa0; |
| 3976 | static constexpr dart::compiler::target::word |
| 3977 | Thread_fix_callers_target_code_offset = 0x98; |
| 3978 | static constexpr dart::compiler::target::word |
| 3979 | Thread_float_absolute_address_offset = 0x2b8; |
| 3980 | static constexpr dart::compiler::target::word |
| 3981 | Thread_float_negate_address_offset = 0x2b0; |
| 3982 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 3983 | 0x2a8; |
| 3984 | static constexpr dart::compiler::target::word |
| 3985 | Thread_float_zerow_address_offset = 0x2c0; |
| 3986 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 3987 | 0x740; |
| 3988 | static constexpr dart::compiler::target::word |
| 3989 | Thread_invoke_dart_code_stub_offset = 0xa8; |
| 3990 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 3991 | 0x768; |
| 3992 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6d8; |
| 3993 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 3994 | 0x6e0; |
| 3995 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 3996 | 0x68; |
| 3997 | static constexpr dart::compiler::target::word |
| 3998 | Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 3999 | static constexpr dart::compiler::target::word |
| 4000 | Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 4001 | static constexpr dart::compiler::target::word |
| 4002 | Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 4003 | static constexpr dart::compiler::target::word |
| 4004 | Thread_marking_stack_block_offset = 0x708; |
| 4005 | static constexpr dart::compiler::target::word |
| 4006 | Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 4007 | static constexpr dart::compiler::target::word |
| 4008 | Thread_switchable_call_miss_entry_offset = 0x240; |
| 4009 | static constexpr dart::compiler::target::word |
| 4010 | Thread_switchable_call_miss_stub_offset = 0x178; |
| 4011 | static constexpr dart::compiler::target::word |
| 4012 | Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 4013 | static constexpr dart::compiler::target::word |
| 4014 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xc0; |
| 4015 | static constexpr dart::compiler::target::word |
| 4016 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb8; |
| 4017 | static constexpr dart::compiler::target::word |
| 4018 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 4019 | static constexpr dart::compiler::target::word |
| 4020 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 4021 | static constexpr dart::compiler::target::word |
| 4022 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 4023 | static constexpr dart::compiler::target::word |
| 4024 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 4025 | static constexpr dart::compiler::target::word |
| 4026 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 4027 | static constexpr dart::compiler::target::word |
| 4028 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 4029 | static constexpr dart::compiler::target::word |
| 4030 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 4031 | static constexpr dart::compiler::target::word |
| 4032 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 4033 | static constexpr dart::compiler::target::word |
| 4034 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 4035 | static constexpr dart::compiler::target::word |
| 4036 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 4037 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x148; |
| 4038 | static constexpr dart::compiler::target::word |
| 4039 | Thread_return_async_not_future_stub_offset = 0x158; |
| 4040 | static constexpr dart::compiler::target::word |
| 4041 | Thread_return_async_star_stub_offset = 0x160; |
| 4042 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 4043 | 0x150; |
| 4044 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x70; |
| 4045 | static constexpr dart::compiler::target::word |
| 4046 | Thread_predefined_symbols_address_offset = 0x288; |
| 4047 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x748; |
| 4048 | static constexpr dart::compiler::target::word |
| 4049 | Thread_saved_shadow_call_stack_offset = 0x750; |
| 4050 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 4051 | 0x760; |
| 4052 | static constexpr dart::compiler::target::word |
| 4053 | Thread_slow_type_test_stub_offset = 0x1b8; |
| 4054 | static constexpr dart::compiler::target::word |
| 4055 | Thread_slow_type_test_entry_point_offset = 0x268; |
| 4056 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 4057 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 4058 | 0x6e8; |
| 4059 | static constexpr dart::compiler::target::word |
| 4060 | Thread_stack_overflow_flags_offset = 0x6f0; |
| 4061 | static constexpr dart::compiler::target::word |
| 4062 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 4063 | static constexpr dart::compiler::target::word |
| 4064 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 4065 | static constexpr dart::compiler::target::word |
| 4066 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x228; |
| 4067 | static constexpr dart::compiler::target::word |
| 4068 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 4069 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 4070 | 0x700; |
| 4071 | static constexpr dart::compiler::target::word |
| 4072 | Thread_suspend_state_await_entry_point_offset = 0x688; |
| 4073 | static constexpr dart::compiler::target::word |
| 4074 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x690; |
| 4075 | static constexpr dart::compiler::target::word |
| 4076 | Thread_suspend_state_init_async_entry_point_offset = 0x680; |
| 4077 | static constexpr dart::compiler::target::word |
| 4078 | Thread_suspend_state_return_async_entry_point_offset = 0x698; |
| 4079 | static constexpr dart::compiler::target::word |
| 4080 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x6a0; |
| 4081 | static constexpr dart::compiler::target::word |
| 4082 | Thread_suspend_state_init_async_star_entry_point_offset = 0x6a8; |
| 4083 | static constexpr dart::compiler::target::word |
| 4084 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x6b0; |
| 4085 | static constexpr dart::compiler::target::word |
| 4086 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6b8; |
| 4087 | static constexpr dart::compiler::target::word |
| 4088 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6c0; |
| 4089 | static constexpr dart::compiler::target::word |
| 4090 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6c8; |
| 4091 | static constexpr dart::compiler::target::word |
| 4092 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6d0; |
| 4093 | static constexpr dart::compiler::target::word |
| 4094 | Thread_top_exit_frame_info_offset = 0x6f8; |
| 4095 | static constexpr dart::compiler::target::word Thread_top_offset = 0x50; |
| 4096 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 4097 | static constexpr dart::compiler::target::word |
| 4098 | Thread_unboxed_runtime_arg_offset = 0x720; |
| 4099 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x718; |
| 4100 | static constexpr dart::compiler::target::word |
| 4101 | Thread_write_barrier_entry_point_offset = 0x1e8; |
| 4102 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 4103 | 0x40; |
| 4104 | static constexpr dart::compiler::target::word Thread_heap_base_offset = 0x48; |
| 4105 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 4106 | 0x780; |
| 4107 | static constexpr dart::compiler::target::word Thread_random_offset = 0x788; |
| 4108 | static constexpr dart::compiler::target::word |
| 4109 | Thread_jump_to_frame_entry_point_offset = 0x260; |
| 4110 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x790; |
| 4111 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 4112 | 0x0; |
| 4113 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 4114 | 0x8; |
| 4115 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 4116 | 0x10; |
| 4117 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 4118 | 0x18; |
| 4119 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 4120 | 0x20; |
| 4121 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 4122 | 0x10; |
| 4123 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 4124 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x20; |
| 4125 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 4126 | 0x24; |
| 4127 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x20; |
| 4128 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 4129 | 0x18; |
| 4130 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 4131 | 0x14; |
| 4132 | static constexpr dart::compiler::target::word |
| 4133 | FinalizerBase_entries_collected_offset = 0x1c; |
| 4134 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 4135 | 0x8; |
| 4136 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 4137 | 0xc; |
| 4138 | static constexpr dart::compiler::target::word |
| 4139 | FinalizerEntry_external_size_offset = 0x20; |
| 4140 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 4141 | 0x14; |
| 4142 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x18; |
| 4143 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 4144 | 0x10; |
| 4145 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 4146 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 4147 | 0x20; |
| 4148 | static constexpr dart::compiler::target::word |
| 4149 | FunctionType_named_parameter_names_offset = 0x2c; |
| 4150 | static constexpr dart::compiler::target::word |
| 4151 | FunctionType_packed_parameter_counts_offset = 0x30; |
| 4152 | static constexpr dart::compiler::target::word |
| 4153 | FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 4154 | static constexpr dart::compiler::target::word |
| 4155 | FunctionType_parameter_types_offset = 0x28; |
| 4156 | static constexpr dart::compiler::target::word |
| 4157 | FunctionType_type_parameters_offset = 0x20; |
| 4158 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x26; |
| 4159 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x10; |
| 4160 | static constexpr dart::compiler::target::word |
| 4161 | TypeArguments_instantiations_offset = 0x8; |
| 4162 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0xc; |
| 4163 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 4164 | 0x14; |
| 4165 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x18; |
| 4166 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 4167 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0xc; |
| 4168 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 4169 | 0x10; |
| 4170 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 4171 | 0x14; |
| 4172 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 4173 | 0x14; |
| 4174 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 4175 | 0x18; |
| 4176 | static constexpr dart::compiler::target::word |
| 4177 | TypedDataView_offset_in_bytes_offset = 0x1c; |
| 4178 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 4179 | static constexpr dart::compiler::target::word |
| 4180 | UnhandledException_exception_offset = 0x8; |
| 4181 | static constexpr dart::compiler::target::word |
| 4182 | UnhandledException_stacktrace_offset = 0xc; |
| 4183 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 4184 | static constexpr dart::compiler::target::word |
| 4185 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 4186 | static constexpr dart::compiler::target::word |
| 4187 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 4188 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 4189 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0xc; |
| 4190 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 4191 | static constexpr dart::compiler::target::word |
| 4192 | WeakReference_type_arguments_offset = 0xc; |
| 4193 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 4194 | 0x8, 0x18, 0x10, 0x20}; |
| 4195 | static constexpr dart::compiler::target::word |
| 4196 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 4197 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, 0x618, |
| 4198 | 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, 0x650, -1, |
| 4199 | -1, -1, -1, 0x658, 0x660, -1, -1, 0x668, |
| 4200 | 0x670, 0x678, -1, -1, -1, -1, -1, -1}; |
| 4201 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x20; |
| 4202 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 4203 | static constexpr dart::compiler::target::word Array_header_size = 0x10; |
| 4204 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 4205 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 4206 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x80; |
| 4207 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x20; |
| 4208 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x18; |
| 4209 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 4210 | static constexpr dart::compiler::target::word |
| 4211 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 4212 | static constexpr dart::compiler::target::word |
| 4213 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 4214 | static constexpr dart::compiler::target::word Context_header_size = 0x10; |
| 4215 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 4216 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 4217 | 0x18; |
| 4218 | static constexpr dart::compiler::target::word |
| 4219 | ExternalOneByteString_InstanceSize = 0x20; |
| 4220 | static constexpr dart::compiler::target::word |
| 4221 | ExternalTwoByteString_InstanceSize = 0x20; |
| 4222 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 4223 | 0x18; |
| 4224 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 4225 | 0x20; |
| 4226 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x40; |
| 4227 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x28; |
| 4228 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 4229 | 0x28; |
| 4230 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 4231 | 0x28; |
| 4232 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 4233 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 4234 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x60; |
| 4235 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x38; |
| 4236 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 4237 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 4238 | 0x18; |
| 4239 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 4240 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 4241 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 4242 | 0x10; |
| 4243 | static constexpr dart::compiler::target::word |
| 4244 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 4245 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 4246 | 0x30; |
| 4247 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 4248 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 4249 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 4250 | 0x38; |
| 4251 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x20; |
| 4252 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x70; |
| 4253 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x18; |
| 4254 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 4255 | 0x20; |
| 4256 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 4257 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 4258 | 0x30; |
| 4259 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 4260 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 4261 | 0x10; |
| 4262 | static constexpr dart::compiler::target::word |
| 4263 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 4264 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x18; |
| 4265 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 4266 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 4267 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 4268 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x20; |
| 4269 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 4270 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 4271 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x18; |
| 4272 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x28; |
| 4273 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x50; |
| 4274 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x38; |
| 4275 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 4276 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 4277 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 4278 | 0x20; |
| 4279 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x18; |
| 4280 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x30; |
| 4281 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 4282 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 4283 | 0x18; |
| 4284 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x18; |
| 4285 | static constexpr dart::compiler::target::word |
| 4286 | TransferableTypedData_InstanceSize = 0x8; |
| 4287 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x28; |
| 4288 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x28; |
| 4289 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 4290 | 0x18; |
| 4291 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 4292 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 4293 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x20; |
| 4294 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 4295 | 0x10; |
| 4296 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 4297 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x10; |
| 4298 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 4299 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x18; |
| 4300 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x18; |
| 4301 | static constexpr dart::compiler::target::word |
| 4302 | WeakSerializationReference_InstanceSize = 0x10; |
| 4303 | #endif // !defined(PRODUCT) && \ |
| 4304 | // defined(TARGET_ARCH_ARM64) && \ |
| 4305 | // defined(DART_COMPRESSED_POINTERS) |
| 4306 | |
| 4307 | #if !defined(PRODUCT) && defined(TARGET_ARCH_RISCV32) && \ |
| 4308 | !defined(DART_COMPRESSED_POINTERS) |
| 4309 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 4310 | 0x38; |
| 4311 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 4312 | 0x48; |
| 4313 | static constexpr dart::compiler::target::word |
| 4314 | ICData_receivers_static_type_offset = 0x10; |
| 4315 | static constexpr dart::compiler::target::word |
| 4316 | SuspendState_frame_capacity_offset = 0x4; |
| 4317 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 4318 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 4319 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 4320 | 0x0; |
| 4321 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 4322 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x60; |
| 4323 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 4324 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 4325 | 0xc; |
| 4326 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 4327 | static constexpr dart::compiler::target::word |
| 4328 | ContextScope_elements_start_offset = 0xc; |
| 4329 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 4330 | static constexpr dart::compiler::target::word |
| 4331 | ExceptionHandlers_elements_start_offset = 0xc; |
| 4332 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 4333 | 0xc; |
| 4334 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 4335 | 0x8; |
| 4336 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 4337 | static constexpr dart::compiler::target::word |
| 4338 | OneByteString_elements_start_offset = 0xc; |
| 4339 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 4340 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 4341 | 0x8; |
| 4342 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 4343 | static constexpr dart::compiler::target::word |
| 4344 | TypeArguments_elements_start_offset = 0x14; |
| 4345 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 4346 | static constexpr dart::compiler::target::word |
| 4347 | TwoByteString_elements_start_offset = 0xc; |
| 4348 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 4349 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 4350 | 0xc; |
| 4351 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 4352 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 4353 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 4354 | 0xfffd; |
| 4355 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 4356 | static constexpr dart::compiler::target::word |
| 4357 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 4358 | static constexpr dart::compiler::target::word |
| 4359 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 4360 | static constexpr dart::compiler::target::word |
| 4361 | Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 4362 | static constexpr dart::compiler::target::word |
| 4363 | Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 4364 | static constexpr dart::compiler::target::word |
| 4365 | Instructions_kBarePayloadAlignment = 0x4; |
| 4366 | static constexpr dart::compiler::target::word |
| 4367 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 4368 | static constexpr dart::compiler::target::word |
| 4369 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 4370 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 4371 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 4372 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 4373 | 0x3fff; |
| 4374 | static constexpr dart::compiler::target::word |
| 4375 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 4376 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 4377 | 0x3fff; |
| 4378 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 4379 | 0xffff; |
| 4380 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 4381 | 0xffff; |
| 4382 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 4383 | static constexpr dart::compiler::target::word |
| 4384 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 4385 | static constexpr dart::compiler::target::word |
| 4386 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 4387 | static constexpr dart::compiler::target::word |
| 4388 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 4389 | static constexpr dart::compiler::target::word |
| 4390 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 4391 | static constexpr dart::compiler::target::word |
| 4392 | SubtypeTestCache_kDestinationType = 0x6; |
| 4393 | static constexpr dart::compiler::target::word |
| 4394 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 4395 | static constexpr dart::compiler::target::word |
| 4396 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 4397 | static constexpr dart::compiler::target::word |
| 4398 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 4399 | static constexpr dart::compiler::target::word |
| 4400 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 4401 | static constexpr dart::compiler::target::word |
| 4402 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 4403 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 4404 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 4405 | 0x7; |
| 4406 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 4407 | 0xfffffff; |
| 4408 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 4409 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 4410 | static constexpr dart::compiler::target::word |
| 4411 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 4412 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 4413 | 0x10; |
| 4414 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 4415 | 0x14; |
| 4416 | static constexpr dart::compiler::target::word |
| 4417 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 4418 | static constexpr dart::compiler::target::word |
| 4419 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 4420 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 4421 | 0x0; |
| 4422 | static constexpr dart::compiler::target::word |
| 4423 | ArgumentsDescriptor_position_offset = 0x4; |
| 4424 | static constexpr dart::compiler::target::word |
| 4425 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 4426 | static constexpr dart::compiler::target::word |
| 4427 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 4428 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 4429 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 4430 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 4431 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 4432 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 4433 | 0x34; |
| 4434 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 4435 | 0x60; |
| 4436 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x2c; |
| 4437 | static constexpr dart::compiler::target::word |
| 4438 | Class_host_type_arguments_field_offset_in_words_offset = 0x6c; |
| 4439 | static constexpr dart::compiler::target::word |
| 4440 | ClassTable_allocation_tracing_state_table_offset = 0x4; |
| 4441 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 4442 | static constexpr dart::compiler::target::word |
| 4443 | Closure_delayed_type_arguments_offset = 0xc; |
| 4444 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 4445 | static constexpr dart::compiler::target::word |
| 4446 | Closure_function_type_arguments_offset = 0x8; |
| 4447 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 4448 | static constexpr dart::compiler::target::word |
| 4449 | Closure_instantiator_type_arguments_offset = 0x4; |
| 4450 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 4451 | 0x10; |
| 4452 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 4453 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 4454 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 4455 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 4456 | 0x4; |
| 4457 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 4458 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 4459 | static constexpr dart::compiler::target::word |
| 4460 | ExternalOneByteString_external_data_offset = 0xc; |
| 4461 | static constexpr dart::compiler::target::word |
| 4462 | ExternalTwoByteString_external_data_offset = 0xc; |
| 4463 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 4464 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 4465 | static constexpr dart::compiler::target::word |
| 4466 | Field_initializer_function_offset = 0x10; |
| 4467 | static constexpr dart::compiler::target::word |
| 4468 | Field_host_offset_or_field_id_offset = 0x14; |
| 4469 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 4470 | static constexpr dart::compiler::target::word |
| 4471 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 4472 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 4473 | 0x18; |
| 4474 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 4475 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 4476 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 4477 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 4478 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 4479 | 0x4, 0x8}; |
| 4480 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 4481 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 4482 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 4483 | 0x4; |
| 4484 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 4485 | 0xc; |
| 4486 | static constexpr dart::compiler::target::word |
| 4487 | GrowableObjectArray_length_offset = 0x8; |
| 4488 | static constexpr dart::compiler::target::word |
| 4489 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 4490 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 4491 | static constexpr dart::compiler::target::word |
| 4492 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 4493 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 4494 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 4495 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 4496 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 4497 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 4498 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 4499 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 4500 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 4501 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 4502 | static constexpr dart::compiler::target::word |
| 4503 | Isolate_has_resumption_breakpoints_offset = 0x25; |
| 4504 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 4505 | 0x10; |
| 4506 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 4507 | 0x8; |
| 4508 | static constexpr dart::compiler::target::word |
| 4509 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 4510 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x24; |
| 4511 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 4512 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 4513 | static constexpr dart::compiler::target::word |
| 4514 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 4515 | static constexpr dart::compiler::target::word |
| 4516 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 4517 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 4518 | 0x8; |
| 4519 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 4520 | 0x18; |
| 4521 | static constexpr dart::compiler::target::word |
| 4522 | LinkedHashBase_type_arguments_offset = 0x4; |
| 4523 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 4524 | 0x10; |
| 4525 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 4526 | static constexpr dart::compiler::target::word |
| 4527 | MarkingStackBlock_pointers_offset = 0x8; |
| 4528 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 4529 | 0x4; |
| 4530 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 4531 | 0xc; |
| 4532 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 4533 | 0x10; |
| 4534 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 4535 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 4536 | 0x4; |
| 4537 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 4538 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 4539 | 0xc; |
| 4540 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 4541 | 0x0; |
| 4542 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 4543 | 0xc0; |
| 4544 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 4545 | 0x94; |
| 4546 | static constexpr dart::compiler::target::word |
| 4547 | ObjectStore_record_field_names_offset = 0x1fc; |
| 4548 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 4549 | 0xd4; |
| 4550 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 4551 | 0x84; |
| 4552 | static constexpr dart::compiler::target::word |
| 4553 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 4554 | static constexpr dart::compiler::target::word |
| 4555 | ObjectStore_suspend_state_await_offset = 0x224; |
| 4556 | static constexpr dart::compiler::target::word |
| 4557 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 4558 | static constexpr dart::compiler::target::word |
| 4559 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 4560 | static constexpr dart::compiler::target::word |
| 4561 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 4562 | static constexpr dart::compiler::target::word |
| 4563 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 4564 | static constexpr dart::compiler::target::word |
| 4565 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 4566 | static constexpr dart::compiler::target::word |
| 4567 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 4568 | static constexpr dart::compiler::target::word |
| 4569 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 4570 | static constexpr dart::compiler::target::word |
| 4571 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 4572 | static constexpr dart::compiler::target::word |
| 4573 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 4574 | static constexpr dart::compiler::target::word |
| 4575 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 4576 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 4577 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 4578 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 4579 | 0x8; |
| 4580 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 4581 | 0x4; |
| 4582 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 4583 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 4584 | static constexpr dart::compiler::target::word |
| 4585 | SingleTargetCache_entry_point_offset = 0x8; |
| 4586 | static constexpr dart::compiler::target::word |
| 4587 | SingleTargetCache_lower_limit_offset = 0xc; |
| 4588 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 4589 | 0x4; |
| 4590 | static constexpr dart::compiler::target::word |
| 4591 | SingleTargetCache_upper_limit_offset = 0x10; |
| 4592 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 4593 | 0x8; |
| 4594 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 4595 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 4596 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 4597 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 4598 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 4599 | 0x4; |
| 4600 | static constexpr dart::compiler::target::word |
| 4601 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 4602 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 4603 | 0x2; |
| 4604 | static constexpr dart::compiler::target::word |
| 4605 | SuspendState_error_callback_offset = 0x18; |
| 4606 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 4607 | 0x8; |
| 4608 | static constexpr dart::compiler::target::word |
| 4609 | SuspendState_function_data_offset = 0x10; |
| 4610 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 4611 | 0x1c; |
| 4612 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 4613 | static constexpr dart::compiler::target::word |
| 4614 | SuspendState_then_callback_offset = 0x14; |
| 4615 | static constexpr dart::compiler::target::word |
| 4616 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 4617 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 4618 | 0x398; |
| 4619 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 4620 | 0x39c; |
| 4621 | static constexpr dart::compiler::target::word |
| 4622 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 4623 | static constexpr dart::compiler::target::word |
| 4624 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 4625 | static constexpr dart::compiler::target::word |
| 4626 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 4627 | static constexpr dart::compiler::target::word |
| 4628 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 4629 | static constexpr dart::compiler::target::word |
| 4630 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 4631 | static constexpr dart::compiler::target::word |
| 4632 | Thread_allocate_object_entry_point_offset = 0x104; |
| 4633 | static constexpr dart::compiler::target::word |
| 4634 | Thread_allocate_object_stub_offset = 0x90; |
| 4635 | static constexpr dart::compiler::target::word |
| 4636 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 4637 | static constexpr dart::compiler::target::word |
| 4638 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 4639 | static constexpr dart::compiler::target::word |
| 4640 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 4641 | static constexpr dart::compiler::target::word |
| 4642 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 4643 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 4644 | 0x3b8; |
| 4645 | static constexpr dart::compiler::target::word |
| 4646 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 4647 | static constexpr dart::compiler::target::word |
| 4648 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 4649 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 4650 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 4651 | static constexpr dart::compiler::target::word |
| 4652 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 4653 | static constexpr dart::compiler::target::word |
| 4654 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 4655 | static constexpr dart::compiler::target::word |
| 4656 | Thread_call_to_runtime_stub_offset = 0x54; |
| 4657 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3dc; |
| 4658 | static constexpr dart::compiler::target::word |
| 4659 | Thread_dispatch_table_array_offset = 0x2c; |
| 4660 | static constexpr dart::compiler::target::word |
| 4661 | Thread_double_truncate_round_supported_offset = 0x3bc; |
| 4662 | static constexpr dart::compiler::target::word |
| 4663 | Thread_service_extension_stream_offset = 0x3e0; |
| 4664 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 4665 | 0x120; |
| 4666 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 4667 | 0xc8; |
| 4668 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 4669 | 0x124; |
| 4670 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 4671 | 0xcc; |
| 4672 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 4673 | 0x14c; |
| 4674 | static constexpr dart::compiler::target::word |
| 4675 | Thread_double_negate_address_offset = 0x148; |
| 4676 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 4677 | static constexpr dart::compiler::target::word |
| 4678 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 4679 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 4680 | 0x3ac; |
| 4681 | static constexpr dart::compiler::target::word |
| 4682 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 4683 | static constexpr dart::compiler::target::word |
| 4684 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 4685 | static constexpr dart::compiler::target::word |
| 4686 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 4687 | static constexpr dart::compiler::target::word |
| 4688 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 4689 | static constexpr dart::compiler::target::word |
| 4690 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 4691 | static constexpr dart::compiler::target::word |
| 4692 | Thread_fix_callers_target_code_offset = 0x48; |
| 4693 | static constexpr dart::compiler::target::word |
| 4694 | Thread_float_absolute_address_offset = 0x158; |
| 4695 | static constexpr dart::compiler::target::word |
| 4696 | Thread_float_negate_address_offset = 0x154; |
| 4697 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 4698 | 0x150; |
| 4699 | static constexpr dart::compiler::target::word |
| 4700 | Thread_float_zerow_address_offset = 0x15c; |
| 4701 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 4702 | 0x3a0; |
| 4703 | static constexpr dart::compiler::target::word |
| 4704 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 4705 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 4706 | 0x3b4; |
| 4707 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x360; |
| 4708 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 4709 | 0x364; |
| 4710 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 4711 | 0x30; |
| 4712 | static constexpr dart::compiler::target::word |
| 4713 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 4714 | static constexpr dart::compiler::target::word |
| 4715 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 4716 | static constexpr dart::compiler::target::word |
| 4717 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 4718 | static constexpr dart::compiler::target::word |
| 4719 | Thread_marking_stack_block_offset = 0x378; |
| 4720 | static constexpr dart::compiler::target::word |
| 4721 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 4722 | static constexpr dart::compiler::target::word |
| 4723 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 4724 | static constexpr dart::compiler::target::word |
| 4725 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 4726 | static constexpr dart::compiler::target::word |
| 4727 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 4728 | static constexpr dart::compiler::target::word |
| 4729 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 4730 | static constexpr dart::compiler::target::word |
| 4731 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 4732 | static constexpr dart::compiler::target::word |
| 4733 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 4734 | static constexpr dart::compiler::target::word |
| 4735 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 4736 | static constexpr dart::compiler::target::word |
| 4737 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 4738 | static constexpr dart::compiler::target::word |
| 4739 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 4740 | static constexpr dart::compiler::target::word |
| 4741 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 4742 | static constexpr dart::compiler::target::word |
| 4743 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 4744 | static constexpr dart::compiler::target::word |
| 4745 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 4746 | static constexpr dart::compiler::target::word |
| 4747 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 4748 | static constexpr dart::compiler::target::word |
| 4749 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 4750 | static constexpr dart::compiler::target::word |
| 4751 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 4752 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 4753 | static constexpr dart::compiler::target::word |
| 4754 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 4755 | static constexpr dart::compiler::target::word |
| 4756 | Thread_return_async_star_stub_offset = 0xac; |
| 4757 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 4758 | 0xa4; |
| 4759 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 4760 | static constexpr dart::compiler::target::word |
| 4761 | Thread_predefined_symbols_address_offset = 0x140; |
| 4762 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x3a4; |
| 4763 | static constexpr dart::compiler::target::word |
| 4764 | Thread_saved_shadow_call_stack_offset = 0x3a8; |
| 4765 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 4766 | 0x3b0; |
| 4767 | static constexpr dart::compiler::target::word |
| 4768 | Thread_slow_type_test_stub_offset = 0xd8; |
| 4769 | static constexpr dart::compiler::target::word |
| 4770 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 4771 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 4772 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 4773 | 0x368; |
| 4774 | static constexpr dart::compiler::target::word |
| 4775 | Thread_stack_overflow_flags_offset = 0x36c; |
| 4776 | static constexpr dart::compiler::target::word |
| 4777 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 4778 | static constexpr dart::compiler::target::word |
| 4779 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 4780 | static constexpr dart::compiler::target::word |
| 4781 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 4782 | static constexpr dart::compiler::target::word |
| 4783 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 4784 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 4785 | 0x374; |
| 4786 | static constexpr dart::compiler::target::word |
| 4787 | Thread_suspend_state_await_entry_point_offset = 0x338; |
| 4788 | static constexpr dart::compiler::target::word |
| 4789 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x33c; |
| 4790 | static constexpr dart::compiler::target::word |
| 4791 | Thread_suspend_state_init_async_entry_point_offset = 0x334; |
| 4792 | static constexpr dart::compiler::target::word |
| 4793 | Thread_suspend_state_return_async_entry_point_offset = 0x340; |
| 4794 | static constexpr dart::compiler::target::word |
| 4795 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x344; |
| 4796 | static constexpr dart::compiler::target::word |
| 4797 | Thread_suspend_state_init_async_star_entry_point_offset = 0x348; |
| 4798 | static constexpr dart::compiler::target::word |
| 4799 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x34c; |
| 4800 | static constexpr dart::compiler::target::word |
| 4801 | Thread_suspend_state_return_async_star_entry_point_offset = 0x350; |
| 4802 | static constexpr dart::compiler::target::word |
| 4803 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x354; |
| 4804 | static constexpr dart::compiler::target::word |
| 4805 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x358; |
| 4806 | static constexpr dart::compiler::target::word |
| 4807 | Thread_suspend_state_handle_exception_entry_point_offset = 0x35c; |
| 4808 | static constexpr dart::compiler::target::word |
| 4809 | Thread_top_exit_frame_info_offset = 0x370; |
| 4810 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 4811 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 4812 | static constexpr dart::compiler::target::word |
| 4813 | Thread_unboxed_runtime_arg_offset = 0x388; |
| 4814 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x380; |
| 4815 | static constexpr dart::compiler::target::word |
| 4816 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 4817 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 4818 | 0x20; |
| 4819 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 4820 | 0x3c0; |
| 4821 | static constexpr dart::compiler::target::word Thread_random_offset = 0x3c8; |
| 4822 | static constexpr dart::compiler::target::word |
| 4823 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 4824 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x3d0; |
| 4825 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 4826 | 0x0; |
| 4827 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 4828 | 0x4; |
| 4829 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 4830 | 0x8; |
| 4831 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 4832 | 0xc; |
| 4833 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 4834 | 0x10; |
| 4835 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 4836 | 0x8; |
| 4837 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 4838 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 4839 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 4840 | 0x18; |
| 4841 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 4842 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 4843 | 0xc; |
| 4844 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 4845 | 0x8; |
| 4846 | static constexpr dart::compiler::target::word |
| 4847 | FinalizerBase_entries_collected_offset = 0x10; |
| 4848 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 4849 | 0x4; |
| 4850 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 4851 | 0x8; |
| 4852 | static constexpr dart::compiler::target::word |
| 4853 | FinalizerEntry_external_size_offset = 0x1c; |
| 4854 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 4855 | 0x10; |
| 4856 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 4857 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 4858 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 4859 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 4860 | 0x14; |
| 4861 | static constexpr dart::compiler::target::word |
| 4862 | FunctionType_named_parameter_names_offset = 0x20; |
| 4863 | static constexpr dart::compiler::target::word |
| 4864 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 4865 | static constexpr dart::compiler::target::word |
| 4866 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 4867 | static constexpr dart::compiler::target::word |
| 4868 | FunctionType_parameter_types_offset = 0x1c; |
| 4869 | static constexpr dart::compiler::target::word |
| 4870 | FunctionType_type_parameters_offset = 0x14; |
| 4871 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 4872 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 4873 | static constexpr dart::compiler::target::word |
| 4874 | TypeArguments_instantiations_offset = 0x4; |
| 4875 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 4876 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 4877 | 0x10; |
| 4878 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 4879 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 4880 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 4881 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 4882 | 0xc; |
| 4883 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 4884 | 0x10; |
| 4885 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 4886 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 4887 | 0xc; |
| 4888 | static constexpr dart::compiler::target::word |
| 4889 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 4890 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 4891 | static constexpr dart::compiler::target::word |
| 4892 | UnhandledException_exception_offset = 0x4; |
| 4893 | static constexpr dart::compiler::target::word |
| 4894 | UnhandledException_stacktrace_offset = 0x8; |
| 4895 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 4896 | static constexpr dart::compiler::target::word |
| 4897 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 4898 | static constexpr dart::compiler::target::word |
| 4899 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 4900 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 4901 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 4902 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 4903 | static constexpr dart::compiler::target::word |
| 4904 | WeakReference_type_arguments_offset = 0x8; |
| 4905 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 4906 | 0x4, 0xc, 0x8, 0x10}; |
| 4907 | static constexpr dart::compiler::target::word |
| 4908 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 4909 | -1, -1, -1, -1, -1, 0x2ec, 0x2f0, 0x2f4, -1, -1, 0x2f8, |
| 4910 | 0x2fc, 0x300, -1, -1, -1, 0x304, 0x308, 0x30c, 0x310, 0x314, 0x318, |
| 4911 | 0x31c, 0x320, -1, -1, -1, -1, 0x324, 0x328, 0x32c, 0x330}; |
| 4912 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 4913 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 4914 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 4915 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 4916 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 4917 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x78; |
| 4918 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 4919 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 4920 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 4921 | static constexpr dart::compiler::target::word |
| 4922 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 4923 | static constexpr dart::compiler::target::word |
| 4924 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 4925 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 4926 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 4927 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 4928 | static constexpr dart::compiler::target::word |
| 4929 | ExternalOneByteString_InstanceSize = 0x14; |
| 4930 | static constexpr dart::compiler::target::word |
| 4931 | ExternalTwoByteString_InstanceSize = 0x14; |
| 4932 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 4933 | 0xc; |
| 4934 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 4935 | 0x1c; |
| 4936 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 4937 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 4938 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 4939 | 0x20; |
| 4940 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 4941 | 0x18; |
| 4942 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 4943 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 4944 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 4945 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 4946 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 4947 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 4948 | 0x10; |
| 4949 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 4950 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 4951 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 4952 | 0x8; |
| 4953 | static constexpr dart::compiler::target::word |
| 4954 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 4955 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 4956 | 0x18; |
| 4957 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 4958 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 4959 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 4960 | 0x30; |
| 4961 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 4962 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 4963 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 4964 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 4965 | 0x1c; |
| 4966 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 4967 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 4968 | 0x18; |
| 4969 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 4970 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 4971 | 0x8; |
| 4972 | static constexpr dart::compiler::target::word |
| 4973 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 4974 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 4975 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 4976 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 4977 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 4978 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 4979 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 4980 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 4981 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x14; |
| 4982 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 4983 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 4984 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 4985 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 4986 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 4987 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 4988 | 0x14; |
| 4989 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 4990 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 4991 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 4992 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 4993 | 0x10; |
| 4994 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 4995 | static constexpr dart::compiler::target::word |
| 4996 | TransferableTypedData_InstanceSize = 0x4; |
| 4997 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 4998 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 4999 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 5000 | 0x14; |
| 5001 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 5002 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 5003 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 5004 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 5005 | 0xc; |
| 5006 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 5007 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 5008 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 5009 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 5010 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 5011 | static constexpr dart::compiler::target::word |
| 5012 | WeakSerializationReference_InstanceSize = 0xc; |
| 5013 | #endif // !defined(PRODUCT) && \ |
| 5014 | // defined(TARGET_ARCH_RISCV32) && \ |
| 5015 | // !defined(DART_COMPRESSED_POINTERS) |
| 5016 | |
| 5017 | #if !defined(PRODUCT) && defined(TARGET_ARCH_RISCV64) && \ |
| 5018 | !defined(DART_COMPRESSED_POINTERS) |
| 5019 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 5020 | 0x70; |
| 5021 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 5022 | 0x70; |
| 5023 | static constexpr dart::compiler::target::word |
| 5024 | ICData_receivers_static_type_offset = 0x20; |
| 5025 | static constexpr dart::compiler::target::word |
| 5026 | SuspendState_frame_capacity_offset = 0x8; |
| 5027 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 5028 | 0x18; |
| 5029 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 5030 | static constexpr dart::compiler::target::word ClassTable_elements_start_offset = |
| 5031 | 0x0; |
| 5032 | static constexpr dart::compiler::target::word ClassTable_element_size = 0x1; |
| 5033 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0xb0; |
| 5034 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 5035 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 5036 | 0x18; |
| 5037 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 5038 | static constexpr dart::compiler::target::word |
| 5039 | ContextScope_elements_start_offset = 0x10; |
| 5040 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 5041 | static constexpr dart::compiler::target::word |
| 5042 | ExceptionHandlers_elements_start_offset = 0x18; |
| 5043 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 5044 | 0xc; |
| 5045 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 5046 | 0x10; |
| 5047 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 5048 | static constexpr dart::compiler::target::word |
| 5049 | OneByteString_elements_start_offset = 0x10; |
| 5050 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 5051 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 5052 | 0x10; |
| 5053 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 5054 | static constexpr dart::compiler::target::word |
| 5055 | TypeArguments_elements_start_offset = 0x28; |
| 5056 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 5057 | static constexpr dart::compiler::target::word |
| 5058 | TwoByteString_elements_start_offset = 0x10; |
| 5059 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 5060 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 5061 | 0x18; |
| 5062 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 5063 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 5064 | 0x7ffffffffffffff; |
| 5065 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 5066 | 0x7ffd; |
| 5067 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 5068 | 0x7ffffffffffffff; |
| 5069 | static constexpr dart::compiler::target::word |
| 5070 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 5071 | static constexpr dart::compiler::target::word |
| 5072 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 5073 | static constexpr dart::compiler::target::word |
| 5074 | Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 5075 | static constexpr dart::compiler::target::word |
| 5076 | Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 5077 | static constexpr dart::compiler::target::word |
| 5078 | Instructions_kBarePayloadAlignment = 0x4; |
| 5079 | static constexpr dart::compiler::target::word |
| 5080 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 5081 | static constexpr dart::compiler::target::word |
| 5082 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 5083 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 5084 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 5085 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 5086 | 0x3fffffffffff; |
| 5087 | static constexpr dart::compiler::target::word |
| 5088 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 5089 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 5090 | 0x3fffffffffff; |
| 5091 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 5092 | 0xffff; |
| 5093 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 5094 | 0xffff; |
| 5095 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 5096 | 0x1fffffffffffffff; |
| 5097 | static constexpr dart::compiler::target::word |
| 5098 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 5099 | static constexpr dart::compiler::target::word |
| 5100 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 5101 | static constexpr dart::compiler::target::word |
| 5102 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 5103 | static constexpr dart::compiler::target::word |
| 5104 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 5105 | static constexpr dart::compiler::target::word |
| 5106 | SubtypeTestCache_kDestinationType = 0x6; |
| 5107 | static constexpr dart::compiler::target::word |
| 5108 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 5109 | static constexpr dart::compiler::target::word |
| 5110 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 5111 | static constexpr dart::compiler::target::word |
| 5112 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 5113 | static constexpr dart::compiler::target::word |
| 5114 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 5115 | static constexpr dart::compiler::target::word |
| 5116 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 5117 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 5118 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 5119 | 0x7; |
| 5120 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 5121 | 0x7ffffffffffffff; |
| 5122 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 5123 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 5124 | static constexpr dart::compiler::target::word |
| 5125 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 5126 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 5127 | 0x20; |
| 5128 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 5129 | 0x28; |
| 5130 | static constexpr dart::compiler::target::word |
| 5131 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 5132 | static constexpr dart::compiler::target::word |
| 5133 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 5134 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 5135 | 0x0; |
| 5136 | static constexpr dart::compiler::target::word |
| 5137 | ArgumentsDescriptor_position_offset = 0x8; |
| 5138 | static constexpr dart::compiler::target::word |
| 5139 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 5140 | static constexpr dart::compiler::target::word |
| 5141 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 5142 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 5143 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 5144 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 5145 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 5146 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 5147 | 0x68; |
| 5148 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 5149 | 0xb0; |
| 5150 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x58; |
| 5151 | static constexpr dart::compiler::target::word |
| 5152 | Class_host_type_arguments_field_offset_in_words_offset = 0xbc; |
| 5153 | static constexpr dart::compiler::target::word |
| 5154 | ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 5155 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 5156 | static constexpr dart::compiler::target::word |
| 5157 | Closure_delayed_type_arguments_offset = 0x18; |
| 5158 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 5159 | static constexpr dart::compiler::target::word |
| 5160 | Closure_function_type_arguments_offset = 0x10; |
| 5161 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 5162 | static constexpr dart::compiler::target::word |
| 5163 | Closure_instantiator_type_arguments_offset = 0x8; |
| 5164 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 5165 | 0x20; |
| 5166 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 5167 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 5168 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 5169 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 5170 | 0x8; |
| 5171 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 5172 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 5173 | static constexpr dart::compiler::target::word |
| 5174 | ExternalOneByteString_external_data_offset = 0x10; |
| 5175 | static constexpr dart::compiler::target::word |
| 5176 | ExternalTwoByteString_external_data_offset = 0x10; |
| 5177 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 5178 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 5179 | static constexpr dart::compiler::target::word |
| 5180 | Field_initializer_function_offset = 0x20; |
| 5181 | static constexpr dart::compiler::target::word |
| 5182 | Field_host_offset_or_field_id_offset = 0x28; |
| 5183 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 5184 | static constexpr dart::compiler::target::word |
| 5185 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 5186 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 5187 | 0x30; |
| 5188 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 5189 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 5190 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 5191 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 5192 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 5193 | 0x8, 0x10}; |
| 5194 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 5195 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 5196 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 5197 | 0x8; |
| 5198 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 5199 | 0x18; |
| 5200 | static constexpr dart::compiler::target::word |
| 5201 | GrowableObjectArray_length_offset = 0x10; |
| 5202 | static constexpr dart::compiler::target::word |
| 5203 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 5204 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 5205 | static constexpr dart::compiler::target::word |
| 5206 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 5207 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 5208 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 5209 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 5210 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 5211 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 5212 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 5213 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 5214 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 5215 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 5216 | static constexpr dart::compiler::target::word |
| 5217 | Isolate_has_resumption_breakpoints_offset = 0x49; |
| 5218 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 5219 | 0x20; |
| 5220 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 5221 | 0x10; |
| 5222 | static constexpr dart::compiler::target::word |
| 5223 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 5224 | static constexpr dart::compiler::target::word Isolate_single_step_offset = 0x48; |
| 5225 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 5226 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 5227 | static constexpr dart::compiler::target::word |
| 5228 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 5229 | static constexpr dart::compiler::target::word |
| 5230 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 5231 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 5232 | 0x10; |
| 5233 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 5234 | 0x30; |
| 5235 | static constexpr dart::compiler::target::word |
| 5236 | LinkedHashBase_type_arguments_offset = 0x8; |
| 5237 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 5238 | 0x20; |
| 5239 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 5240 | static constexpr dart::compiler::target::word |
| 5241 | MarkingStackBlock_pointers_offset = 0x10; |
| 5242 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 5243 | 0x8; |
| 5244 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 5245 | 0x18; |
| 5246 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 5247 | 0x20; |
| 5248 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 5249 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 5250 | 0x8; |
| 5251 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 5252 | 0x10; |
| 5253 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 5254 | 0x18; |
| 5255 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 5256 | 0x0; |
| 5257 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 5258 | 0x180; |
| 5259 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 5260 | 0x128; |
| 5261 | static constexpr dart::compiler::target::word |
| 5262 | ObjectStore_record_field_names_offset = 0x3f8; |
| 5263 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 5264 | 0x1a8; |
| 5265 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 5266 | 0x108; |
| 5267 | static constexpr dart::compiler::target::word |
| 5268 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 5269 | static constexpr dart::compiler::target::word |
| 5270 | ObjectStore_suspend_state_await_offset = 0x448; |
| 5271 | static constexpr dart::compiler::target::word |
| 5272 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 5273 | static constexpr dart::compiler::target::word |
| 5274 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 5275 | static constexpr dart::compiler::target::word |
| 5276 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 5277 | static constexpr dart::compiler::target::word |
| 5278 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 5279 | static constexpr dart::compiler::target::word |
| 5280 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 5281 | static constexpr dart::compiler::target::word |
| 5282 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 5283 | static constexpr dart::compiler::target::word |
| 5284 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 5285 | static constexpr dart::compiler::target::word |
| 5286 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 5287 | static constexpr dart::compiler::target::word |
| 5288 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 5289 | static constexpr dart::compiler::target::word |
| 5290 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 5291 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 5292 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 5293 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 5294 | 0x10; |
| 5295 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 5296 | 0x8; |
| 5297 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 5298 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 5299 | static constexpr dart::compiler::target::word |
| 5300 | SingleTargetCache_entry_point_offset = 0x10; |
| 5301 | static constexpr dart::compiler::target::word |
| 5302 | SingleTargetCache_lower_limit_offset = 0x18; |
| 5303 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 5304 | 0x8; |
| 5305 | static constexpr dart::compiler::target::word |
| 5306 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 5307 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 5308 | 0x10; |
| 5309 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 5310 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 5311 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 5312 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 5313 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 5314 | 0x8; |
| 5315 | static constexpr dart::compiler::target::word |
| 5316 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 5317 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 5318 | 0x2; |
| 5319 | static constexpr dart::compiler::target::word |
| 5320 | SuspendState_error_callback_offset = 0x30; |
| 5321 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 5322 | 0x10; |
| 5323 | static constexpr dart::compiler::target::word |
| 5324 | SuspendState_function_data_offset = 0x20; |
| 5325 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 5326 | 0x38; |
| 5327 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 5328 | static constexpr dart::compiler::target::word |
| 5329 | SuspendState_then_callback_offset = 0x28; |
| 5330 | static constexpr dart::compiler::target::word |
| 5331 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 5332 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 5333 | 0x718; |
| 5334 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 5335 | 0x720; |
| 5336 | static constexpr dart::compiler::target::word |
| 5337 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 5338 | static constexpr dart::compiler::target::word |
| 5339 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 5340 | static constexpr dart::compiler::target::word |
| 5341 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 5342 | static constexpr dart::compiler::target::word |
| 5343 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 5344 | static constexpr dart::compiler::target::word |
| 5345 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 5346 | static constexpr dart::compiler::target::word |
| 5347 | Thread_allocate_object_entry_point_offset = 0x208; |
| 5348 | static constexpr dart::compiler::target::word |
| 5349 | Thread_allocate_object_stub_offset = 0x120; |
| 5350 | static constexpr dart::compiler::target::word |
| 5351 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 5352 | static constexpr dart::compiler::target::word |
| 5353 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 5354 | static constexpr dart::compiler::target::word |
| 5355 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 5356 | static constexpr dart::compiler::target::word |
| 5357 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 5358 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 5359 | 0x758; |
| 5360 | static constexpr dart::compiler::target::word |
| 5361 | Thread_async_exception_handler_stub_offset = 0x138; |
| 5362 | static constexpr dart::compiler::target::word |
| 5363 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 5364 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 5365 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 5366 | static constexpr dart::compiler::target::word |
| 5367 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 5368 | static constexpr dart::compiler::target::word |
| 5369 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 5370 | static constexpr dart::compiler::target::word |
| 5371 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 5372 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x790; |
| 5373 | static constexpr dart::compiler::target::word |
| 5374 | Thread_dispatch_table_array_offset = 0x58; |
| 5375 | static constexpr dart::compiler::target::word |
| 5376 | Thread_double_truncate_round_supported_offset = 0x760; |
| 5377 | static constexpr dart::compiler::target::word |
| 5378 | Thread_service_extension_stream_offset = 0x798; |
| 5379 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 5380 | 0x240; |
| 5381 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 5382 | 0x190; |
| 5383 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 5384 | 0x248; |
| 5385 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 5386 | 0x198; |
| 5387 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 5388 | 0x298; |
| 5389 | static constexpr dart::compiler::target::word |
| 5390 | Thread_double_negate_address_offset = 0x290; |
| 5391 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 5392 | static constexpr dart::compiler::target::word |
| 5393 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 5394 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 5395 | 0x740; |
| 5396 | static constexpr dart::compiler::target::word |
| 5397 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 5398 | static constexpr dart::compiler::target::word |
| 5399 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 5400 | static constexpr dart::compiler::target::word |
| 5401 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 5402 | static constexpr dart::compiler::target::word |
| 5403 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 5404 | static constexpr dart::compiler::target::word |
| 5405 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 5406 | static constexpr dart::compiler::target::word |
| 5407 | Thread_fix_callers_target_code_offset = 0x90; |
| 5408 | static constexpr dart::compiler::target::word |
| 5409 | Thread_float_absolute_address_offset = 0x2b0; |
| 5410 | static constexpr dart::compiler::target::word |
| 5411 | Thread_float_negate_address_offset = 0x2a8; |
| 5412 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 5413 | 0x2a0; |
| 5414 | static constexpr dart::compiler::target::word |
| 5415 | Thread_float_zerow_address_offset = 0x2b8; |
| 5416 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 5417 | 0x728; |
| 5418 | static constexpr dart::compiler::target::word |
| 5419 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 5420 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 5421 | 0x750; |
| 5422 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6c0; |
| 5423 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 5424 | 0x6c8; |
| 5425 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 5426 | 0x60; |
| 5427 | static constexpr dart::compiler::target::word |
| 5428 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 5429 | static constexpr dart::compiler::target::word |
| 5430 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 5431 | static constexpr dart::compiler::target::word |
| 5432 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 5433 | static constexpr dart::compiler::target::word |
| 5434 | Thread_marking_stack_block_offset = 0x6f0; |
| 5435 | static constexpr dart::compiler::target::word |
| 5436 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 5437 | static constexpr dart::compiler::target::word |
| 5438 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 5439 | static constexpr dart::compiler::target::word |
| 5440 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 5441 | static constexpr dart::compiler::target::word |
| 5442 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 5443 | static constexpr dart::compiler::target::word |
| 5444 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 5445 | static constexpr dart::compiler::target::word |
| 5446 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 5447 | static constexpr dart::compiler::target::word |
| 5448 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 5449 | static constexpr dart::compiler::target::word |
| 5450 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 5451 | static constexpr dart::compiler::target::word |
| 5452 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 5453 | static constexpr dart::compiler::target::word |
| 5454 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 5455 | static constexpr dart::compiler::target::word |
| 5456 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 5457 | static constexpr dart::compiler::target::word |
| 5458 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 5459 | static constexpr dart::compiler::target::word |
| 5460 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 5461 | static constexpr dart::compiler::target::word |
| 5462 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 5463 | static constexpr dart::compiler::target::word |
| 5464 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 5465 | static constexpr dart::compiler::target::word |
| 5466 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 5467 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 5468 | static constexpr dart::compiler::target::word |
| 5469 | Thread_return_async_not_future_stub_offset = 0x150; |
| 5470 | static constexpr dart::compiler::target::word |
| 5471 | Thread_return_async_star_stub_offset = 0x158; |
| 5472 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 5473 | 0x148; |
| 5474 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 5475 | static constexpr dart::compiler::target::word |
| 5476 | Thread_predefined_symbols_address_offset = 0x280; |
| 5477 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x730; |
| 5478 | static constexpr dart::compiler::target::word |
| 5479 | Thread_saved_shadow_call_stack_offset = 0x738; |
| 5480 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 5481 | 0x748; |
| 5482 | static constexpr dart::compiler::target::word |
| 5483 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 5484 | static constexpr dart::compiler::target::word |
| 5485 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 5486 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 5487 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 5488 | 0x6d0; |
| 5489 | static constexpr dart::compiler::target::word |
| 5490 | Thread_stack_overflow_flags_offset = 0x6d8; |
| 5491 | static constexpr dart::compiler::target::word |
| 5492 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 5493 | static constexpr dart::compiler::target::word |
| 5494 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 5495 | static constexpr dart::compiler::target::word |
| 5496 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 5497 | static constexpr dart::compiler::target::word |
| 5498 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 5499 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 5500 | 0x6e8; |
| 5501 | static constexpr dart::compiler::target::word |
| 5502 | Thread_suspend_state_await_entry_point_offset = 0x670; |
| 5503 | static constexpr dart::compiler::target::word |
| 5504 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x678; |
| 5505 | static constexpr dart::compiler::target::word |
| 5506 | Thread_suspend_state_init_async_entry_point_offset = 0x668; |
| 5507 | static constexpr dart::compiler::target::word |
| 5508 | Thread_suspend_state_return_async_entry_point_offset = 0x680; |
| 5509 | static constexpr dart::compiler::target::word |
| 5510 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x688; |
| 5511 | static constexpr dart::compiler::target::word |
| 5512 | Thread_suspend_state_init_async_star_entry_point_offset = 0x690; |
| 5513 | static constexpr dart::compiler::target::word |
| 5514 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x698; |
| 5515 | static constexpr dart::compiler::target::word |
| 5516 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6a0; |
| 5517 | static constexpr dart::compiler::target::word |
| 5518 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6a8; |
| 5519 | static constexpr dart::compiler::target::word |
| 5520 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6b0; |
| 5521 | static constexpr dart::compiler::target::word |
| 5522 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6b8; |
| 5523 | static constexpr dart::compiler::target::word |
| 5524 | Thread_top_exit_frame_info_offset = 0x6e0; |
| 5525 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 5526 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 5527 | static constexpr dart::compiler::target::word |
| 5528 | Thread_unboxed_runtime_arg_offset = 0x708; |
| 5529 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x700; |
| 5530 | static constexpr dart::compiler::target::word |
| 5531 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 5532 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 5533 | 0x40; |
| 5534 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 5535 | 0x768; |
| 5536 | static constexpr dart::compiler::target::word Thread_random_offset = 0x770; |
| 5537 | static constexpr dart::compiler::target::word |
| 5538 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 5539 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x778; |
| 5540 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 5541 | 0x0; |
| 5542 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 5543 | 0x8; |
| 5544 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 5545 | 0x10; |
| 5546 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 5547 | 0x18; |
| 5548 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 5549 | 0x20; |
| 5550 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 5551 | 0x10; |
| 5552 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 5553 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 5554 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 5555 | 0x30; |
| 5556 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 5557 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 5558 | 0x18; |
| 5559 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 5560 | 0x10; |
| 5561 | static constexpr dart::compiler::target::word |
| 5562 | FinalizerBase_entries_collected_offset = 0x20; |
| 5563 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 5564 | 0x8; |
| 5565 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 5566 | 0x10; |
| 5567 | static constexpr dart::compiler::target::word |
| 5568 | FinalizerEntry_external_size_offset = 0x38; |
| 5569 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 5570 | 0x20; |
| 5571 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 5572 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 5573 | 0x18; |
| 5574 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 5575 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 5576 | 0x28; |
| 5577 | static constexpr dart::compiler::target::word |
| 5578 | FunctionType_named_parameter_names_offset = 0x40; |
| 5579 | static constexpr dart::compiler::target::word |
| 5580 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 5581 | static constexpr dart::compiler::target::word |
| 5582 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 5583 | static constexpr dart::compiler::target::word |
| 5584 | FunctionType_parameter_types_offset = 0x38; |
| 5585 | static constexpr dart::compiler::target::word |
| 5586 | FunctionType_type_parameters_offset = 0x28; |
| 5587 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 5588 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 5589 | static constexpr dart::compiler::target::word |
| 5590 | TypeArguments_instantiations_offset = 0x8; |
| 5591 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 5592 | 0x10; |
| 5593 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 5594 | 0x20; |
| 5595 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 5596 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 5597 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 5598 | 0x10; |
| 5599 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 5600 | 0x18; |
| 5601 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 5602 | 0x20; |
| 5603 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 5604 | 0x10; |
| 5605 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 5606 | 0x18; |
| 5607 | static constexpr dart::compiler::target::word |
| 5608 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 5609 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 5610 | static constexpr dart::compiler::target::word |
| 5611 | UnhandledException_exception_offset = 0x8; |
| 5612 | static constexpr dart::compiler::target::word |
| 5613 | UnhandledException_stacktrace_offset = 0x10; |
| 5614 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 5615 | static constexpr dart::compiler::target::word |
| 5616 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 5617 | static constexpr dart::compiler::target::word |
| 5618 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 5619 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 5620 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 5621 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 5622 | static constexpr dart::compiler::target::word |
| 5623 | WeakReference_type_arguments_offset = 0x10; |
| 5624 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 5625 | 0x8, 0x18, 0x10, 0x20}; |
| 5626 | static constexpr dart::compiler::target::word |
| 5627 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 5628 | -1, -1, -1, -1, -1, 0x5d8, 0x5e0, 0x5e8, -1, -1, 0x5f0, |
| 5629 | 0x5f8, 0x600, -1, -1, -1, 0x608, 0x610, 0x618, 0x620, 0x628, 0x630, |
| 5630 | 0x638, 0x640, -1, -1, -1, -1, 0x648, 0x650, 0x658, 0x660}; |
| 5631 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 5632 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 5633 | static constexpr dart::compiler::target::word Array_header_size = 0x18; |
| 5634 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 5635 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 5636 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc8; |
| 5637 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 5638 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 5639 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 5640 | static constexpr dart::compiler::target::word |
| 5641 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 5642 | static constexpr dart::compiler::target::word |
| 5643 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 5644 | static constexpr dart::compiler::target::word Context_header_size = 0x18; |
| 5645 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 5646 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 5647 | 0x18; |
| 5648 | static constexpr dart::compiler::target::word |
| 5649 | ExternalOneByteString_InstanceSize = 0x20; |
| 5650 | static constexpr dart::compiler::target::word |
| 5651 | ExternalTwoByteString_InstanceSize = 0x20; |
| 5652 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 5653 | 0x18; |
| 5654 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 5655 | 0x30; |
| 5656 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 5657 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 5658 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 5659 | 0x40; |
| 5660 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 5661 | 0x30; |
| 5662 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 5663 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 5664 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 5665 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 5666 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 5667 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 5668 | 0x20; |
| 5669 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 5670 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 5671 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 5672 | 0x10; |
| 5673 | static constexpr dart::compiler::target::word |
| 5674 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 5675 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 5676 | 0x30; |
| 5677 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 5678 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 5679 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 5680 | 0x60; |
| 5681 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 5682 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 5683 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 5684 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 5685 | 0x38; |
| 5686 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 5687 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 5688 | 0x30; |
| 5689 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 5690 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 5691 | 0x10; |
| 5692 | static constexpr dart::compiler::target::word |
| 5693 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 5694 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 5695 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 5696 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 5697 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 5698 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 5699 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 5700 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 5701 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x28; |
| 5702 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 5703 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 5704 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 5705 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 5706 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 5707 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 5708 | 0x20; |
| 5709 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 5710 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x38; |
| 5711 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 5712 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 5713 | 0x18; |
| 5714 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 5715 | static constexpr dart::compiler::target::word |
| 5716 | TransferableTypedData_InstanceSize = 0x8; |
| 5717 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 5718 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 5719 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 5720 | 0x28; |
| 5721 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 5722 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 5723 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 5724 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 5725 | 0x18; |
| 5726 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 5727 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 5728 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 5729 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 5730 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 5731 | static constexpr dart::compiler::target::word |
| 5732 | WeakSerializationReference_InstanceSize = 0x18; |
| 5733 | #endif // !defined(PRODUCT) && \ |
| 5734 | // defined(TARGET_ARCH_RISCV64) && \ |
| 5735 | // !defined(DART_COMPRESSED_POINTERS) |
| 5736 | |
| 5737 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM) && \ |
| 5738 | !defined(DART_COMPRESSED_POINTERS) |
| 5739 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 5740 | 0x38; |
| 5741 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 5742 | 0x48; |
| 5743 | static constexpr dart::compiler::target::word |
| 5744 | ICData_receivers_static_type_offset = 0x10; |
| 5745 | static constexpr dart::compiler::target::word |
| 5746 | SuspendState_frame_capacity_offset = 0x4; |
| 5747 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 5748 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 5749 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x4c; |
| 5750 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 5751 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 5752 | 0xc; |
| 5753 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 5754 | static constexpr dart::compiler::target::word |
| 5755 | ContextScope_elements_start_offset = 0xc; |
| 5756 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 5757 | static constexpr dart::compiler::target::word |
| 5758 | ExceptionHandlers_elements_start_offset = 0xc; |
| 5759 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 5760 | 0xc; |
| 5761 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 5762 | 0x8; |
| 5763 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 5764 | static constexpr dart::compiler::target::word |
| 5765 | OneByteString_elements_start_offset = 0xc; |
| 5766 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 5767 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 5768 | 0x8; |
| 5769 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 5770 | static constexpr dart::compiler::target::word |
| 5771 | TypeArguments_elements_start_offset = 0x14; |
| 5772 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 5773 | static constexpr dart::compiler::target::word |
| 5774 | TwoByteString_elements_start_offset = 0xc; |
| 5775 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 5776 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 5777 | 0xc; |
| 5778 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 5779 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 5780 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 5781 | 0xfffd; |
| 5782 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 5783 | static constexpr dart::compiler::target::word |
| 5784 | Instructions_kMonomorphicEntryOffsetJIT = 0x0; |
| 5785 | static constexpr dart::compiler::target::word |
| 5786 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 5787 | static constexpr dart::compiler::target::word |
| 5788 | Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 5789 | static constexpr dart::compiler::target::word |
| 5790 | Instructions_kPolymorphicEntryOffsetAOT = 0x10; |
| 5791 | static constexpr dart::compiler::target::word |
| 5792 | Instructions_kBarePayloadAlignment = 0x4; |
| 5793 | static constexpr dart::compiler::target::word |
| 5794 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 5795 | static constexpr dart::compiler::target::word |
| 5796 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 5797 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 5798 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 5799 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 5800 | 0x3fff; |
| 5801 | static constexpr dart::compiler::target::word |
| 5802 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 5803 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 5804 | 0x3fff; |
| 5805 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 5806 | 0xffff; |
| 5807 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 5808 | 0xffff; |
| 5809 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 5810 | static constexpr dart::compiler::target::word |
| 5811 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 5812 | static constexpr dart::compiler::target::word |
| 5813 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 5814 | static constexpr dart::compiler::target::word |
| 5815 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 5816 | static constexpr dart::compiler::target::word |
| 5817 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 5818 | static constexpr dart::compiler::target::word |
| 5819 | SubtypeTestCache_kDestinationType = 0x6; |
| 5820 | static constexpr dart::compiler::target::word |
| 5821 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 5822 | static constexpr dart::compiler::target::word |
| 5823 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 5824 | static constexpr dart::compiler::target::word |
| 5825 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 5826 | static constexpr dart::compiler::target::word |
| 5827 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 5828 | static constexpr dart::compiler::target::word |
| 5829 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 5830 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 5831 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 5832 | 0x7; |
| 5833 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 5834 | 0xfffffff; |
| 5835 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 5836 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 5837 | static constexpr dart::compiler::target::word |
| 5838 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 5839 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 5840 | 0x10; |
| 5841 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 5842 | 0x14; |
| 5843 | static constexpr dart::compiler::target::word |
| 5844 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 5845 | static constexpr dart::compiler::target::word |
| 5846 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 5847 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 5848 | 0x0; |
| 5849 | static constexpr dart::compiler::target::word |
| 5850 | ArgumentsDescriptor_position_offset = 0x4; |
| 5851 | static constexpr dart::compiler::target::word |
| 5852 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 5853 | static constexpr dart::compiler::target::word |
| 5854 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 5855 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 5856 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 5857 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 5858 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 5859 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 5860 | 0x30; |
| 5861 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 5862 | 0x5c; |
| 5863 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x28; |
| 5864 | static constexpr dart::compiler::target::word |
| 5865 | Class_host_type_arguments_field_offset_in_words_offset = 0x68; |
| 5866 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 5867 | static constexpr dart::compiler::target::word |
| 5868 | Closure_delayed_type_arguments_offset = 0xc; |
| 5869 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 5870 | static constexpr dart::compiler::target::word |
| 5871 | Closure_function_type_arguments_offset = 0x8; |
| 5872 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 5873 | static constexpr dart::compiler::target::word |
| 5874 | Closure_instantiator_type_arguments_offset = 0x4; |
| 5875 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 5876 | 0x10; |
| 5877 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 5878 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 5879 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 5880 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 5881 | 0x4; |
| 5882 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 5883 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 5884 | static constexpr dart::compiler::target::word |
| 5885 | ExternalOneByteString_external_data_offset = 0xc; |
| 5886 | static constexpr dart::compiler::target::word |
| 5887 | ExternalTwoByteString_external_data_offset = 0xc; |
| 5888 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 5889 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 5890 | static constexpr dart::compiler::target::word |
| 5891 | Field_initializer_function_offset = 0x10; |
| 5892 | static constexpr dart::compiler::target::word |
| 5893 | Field_host_offset_or_field_id_offset = 0x14; |
| 5894 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 5895 | static constexpr dart::compiler::target::word |
| 5896 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 5897 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 5898 | 0x18; |
| 5899 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 5900 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 5901 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 5902 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 5903 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 5904 | 0x4, 0x8}; |
| 5905 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 5906 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 5907 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 5908 | 0x4; |
| 5909 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 5910 | 0xc; |
| 5911 | static constexpr dart::compiler::target::word |
| 5912 | GrowableObjectArray_length_offset = 0x8; |
| 5913 | static constexpr dart::compiler::target::word |
| 5914 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 5915 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 5916 | static constexpr dart::compiler::target::word |
| 5917 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 5918 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 5919 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 5920 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 5921 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 5922 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 5923 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 5924 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 5925 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 5926 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 5927 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 5928 | 0x10; |
| 5929 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 5930 | 0x8; |
| 5931 | static constexpr dart::compiler::target::word |
| 5932 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 5933 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 5934 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 5935 | static constexpr dart::compiler::target::word |
| 5936 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 5937 | static constexpr dart::compiler::target::word |
| 5938 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 5939 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 5940 | 0x8; |
| 5941 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 5942 | 0x18; |
| 5943 | static constexpr dart::compiler::target::word |
| 5944 | LinkedHashBase_type_arguments_offset = 0x4; |
| 5945 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 5946 | 0x10; |
| 5947 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 5948 | static constexpr dart::compiler::target::word |
| 5949 | MarkingStackBlock_pointers_offset = 0x8; |
| 5950 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 5951 | 0x4; |
| 5952 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 5953 | 0xc; |
| 5954 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 5955 | 0x10; |
| 5956 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 5957 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 5958 | 0x4; |
| 5959 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 5960 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 5961 | 0xc; |
| 5962 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 5963 | 0x0; |
| 5964 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 5965 | 0xc0; |
| 5966 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 5967 | 0x94; |
| 5968 | static constexpr dart::compiler::target::word |
| 5969 | ObjectStore_record_field_names_offset = 0x1fc; |
| 5970 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 5971 | 0xd4; |
| 5972 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 5973 | 0x84; |
| 5974 | static constexpr dart::compiler::target::word |
| 5975 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 5976 | static constexpr dart::compiler::target::word |
| 5977 | ObjectStore_suspend_state_await_offset = 0x224; |
| 5978 | static constexpr dart::compiler::target::word |
| 5979 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 5980 | static constexpr dart::compiler::target::word |
| 5981 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 5982 | static constexpr dart::compiler::target::word |
| 5983 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 5984 | static constexpr dart::compiler::target::word |
| 5985 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 5986 | static constexpr dart::compiler::target::word |
| 5987 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 5988 | static constexpr dart::compiler::target::word |
| 5989 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 5990 | static constexpr dart::compiler::target::word |
| 5991 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 5992 | static constexpr dart::compiler::target::word |
| 5993 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 5994 | static constexpr dart::compiler::target::word |
| 5995 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 5996 | static constexpr dart::compiler::target::word |
| 5997 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 5998 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 5999 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 6000 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 6001 | 0x8; |
| 6002 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 6003 | 0x4; |
| 6004 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 6005 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 6006 | static constexpr dart::compiler::target::word |
| 6007 | SingleTargetCache_entry_point_offset = 0x8; |
| 6008 | static constexpr dart::compiler::target::word |
| 6009 | SingleTargetCache_lower_limit_offset = 0xc; |
| 6010 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 6011 | 0x4; |
| 6012 | static constexpr dart::compiler::target::word |
| 6013 | SingleTargetCache_upper_limit_offset = 0x10; |
| 6014 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 6015 | 0x8; |
| 6016 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 6017 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 6018 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 6019 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 6020 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 6021 | 0x4; |
| 6022 | static constexpr dart::compiler::target::word |
| 6023 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 6024 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 6025 | 0x2; |
| 6026 | static constexpr dart::compiler::target::word |
| 6027 | SuspendState_error_callback_offset = 0x18; |
| 6028 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 6029 | 0x8; |
| 6030 | static constexpr dart::compiler::target::word |
| 6031 | SuspendState_function_data_offset = 0x10; |
| 6032 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 6033 | 0x1c; |
| 6034 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 6035 | static constexpr dart::compiler::target::word |
| 6036 | SuspendState_then_callback_offset = 0x14; |
| 6037 | static constexpr dart::compiler::target::word |
| 6038 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 6039 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 6040 | 0x370; |
| 6041 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 6042 | 0x374; |
| 6043 | static constexpr dart::compiler::target::word |
| 6044 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 6045 | static constexpr dart::compiler::target::word |
| 6046 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 6047 | static constexpr dart::compiler::target::word |
| 6048 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 6049 | static constexpr dart::compiler::target::word |
| 6050 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 6051 | static constexpr dart::compiler::target::word |
| 6052 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 6053 | static constexpr dart::compiler::target::word |
| 6054 | Thread_allocate_object_entry_point_offset = 0x104; |
| 6055 | static constexpr dart::compiler::target::word |
| 6056 | Thread_allocate_object_stub_offset = 0x90; |
| 6057 | static constexpr dart::compiler::target::word |
| 6058 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 6059 | static constexpr dart::compiler::target::word |
| 6060 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 6061 | static constexpr dart::compiler::target::word |
| 6062 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 6063 | static constexpr dart::compiler::target::word |
| 6064 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 6065 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 6066 | 0x390; |
| 6067 | static constexpr dart::compiler::target::word |
| 6068 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 6069 | static constexpr dart::compiler::target::word |
| 6070 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 6071 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 6072 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 6073 | static constexpr dart::compiler::target::word |
| 6074 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 6075 | static constexpr dart::compiler::target::word |
| 6076 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 6077 | static constexpr dart::compiler::target::word |
| 6078 | Thread_call_to_runtime_stub_offset = 0x54; |
| 6079 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3b4; |
| 6080 | static constexpr dart::compiler::target::word |
| 6081 | Thread_dispatch_table_array_offset = 0x2c; |
| 6082 | static constexpr dart::compiler::target::word |
| 6083 | Thread_double_truncate_round_supported_offset = 0x394; |
| 6084 | static constexpr dart::compiler::target::word |
| 6085 | Thread_service_extension_stream_offset = 0x3b8; |
| 6086 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 6087 | 0x120; |
| 6088 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 6089 | 0xc8; |
| 6090 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 6091 | 0x124; |
| 6092 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 6093 | 0xcc; |
| 6094 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 6095 | 0x14c; |
| 6096 | static constexpr dart::compiler::target::word |
| 6097 | Thread_double_negate_address_offset = 0x148; |
| 6098 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 6099 | static constexpr dart::compiler::target::word |
| 6100 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 6101 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 6102 | 0x384; |
| 6103 | static constexpr dart::compiler::target::word |
| 6104 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 6105 | static constexpr dart::compiler::target::word |
| 6106 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 6107 | static constexpr dart::compiler::target::word |
| 6108 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 6109 | static constexpr dart::compiler::target::word |
| 6110 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 6111 | static constexpr dart::compiler::target::word |
| 6112 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 6113 | static constexpr dart::compiler::target::word |
| 6114 | Thread_fix_callers_target_code_offset = 0x48; |
| 6115 | static constexpr dart::compiler::target::word |
| 6116 | Thread_float_absolute_address_offset = 0x158; |
| 6117 | static constexpr dart::compiler::target::word |
| 6118 | Thread_float_negate_address_offset = 0x154; |
| 6119 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 6120 | 0x150; |
| 6121 | static constexpr dart::compiler::target::word |
| 6122 | Thread_float_zerow_address_offset = 0x15c; |
| 6123 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 6124 | 0x378; |
| 6125 | static constexpr dart::compiler::target::word |
| 6126 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 6127 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 6128 | 0x38c; |
| 6129 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x338; |
| 6130 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 6131 | 0x33c; |
| 6132 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 6133 | 0x30; |
| 6134 | static constexpr dart::compiler::target::word |
| 6135 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 6136 | static constexpr dart::compiler::target::word |
| 6137 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 6138 | static constexpr dart::compiler::target::word |
| 6139 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 6140 | static constexpr dart::compiler::target::word |
| 6141 | Thread_marking_stack_block_offset = 0x350; |
| 6142 | static constexpr dart::compiler::target::word |
| 6143 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 6144 | static constexpr dart::compiler::target::word |
| 6145 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 6146 | static constexpr dart::compiler::target::word |
| 6147 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 6148 | static constexpr dart::compiler::target::word |
| 6149 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 6150 | static constexpr dart::compiler::target::word |
| 6151 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 6152 | static constexpr dart::compiler::target::word |
| 6153 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 6154 | static constexpr dart::compiler::target::word |
| 6155 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 6156 | static constexpr dart::compiler::target::word |
| 6157 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 6158 | static constexpr dart::compiler::target::word |
| 6159 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 6160 | static constexpr dart::compiler::target::word |
| 6161 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 6162 | static constexpr dart::compiler::target::word |
| 6163 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 6164 | static constexpr dart::compiler::target::word |
| 6165 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 6166 | static constexpr dart::compiler::target::word |
| 6167 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 6168 | static constexpr dart::compiler::target::word |
| 6169 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 6170 | static constexpr dart::compiler::target::word |
| 6171 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 6172 | static constexpr dart::compiler::target::word |
| 6173 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 6174 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 6175 | static constexpr dart::compiler::target::word |
| 6176 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 6177 | static constexpr dart::compiler::target::word |
| 6178 | Thread_return_async_star_stub_offset = 0xac; |
| 6179 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 6180 | 0xa4; |
| 6181 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 6182 | static constexpr dart::compiler::target::word |
| 6183 | Thread_predefined_symbols_address_offset = 0x140; |
| 6184 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x37c; |
| 6185 | static constexpr dart::compiler::target::word |
| 6186 | Thread_saved_shadow_call_stack_offset = 0x380; |
| 6187 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 6188 | 0x388; |
| 6189 | static constexpr dart::compiler::target::word |
| 6190 | Thread_slow_type_test_stub_offset = 0xd8; |
| 6191 | static constexpr dart::compiler::target::word |
| 6192 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 6193 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 6194 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 6195 | 0x340; |
| 6196 | static constexpr dart::compiler::target::word |
| 6197 | Thread_stack_overflow_flags_offset = 0x344; |
| 6198 | static constexpr dart::compiler::target::word |
| 6199 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 6200 | static constexpr dart::compiler::target::word |
| 6201 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 6202 | static constexpr dart::compiler::target::word |
| 6203 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 6204 | static constexpr dart::compiler::target::word |
| 6205 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 6206 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 6207 | 0x34c; |
| 6208 | static constexpr dart::compiler::target::word |
| 6209 | Thread_suspend_state_await_entry_point_offset = 0x310; |
| 6210 | static constexpr dart::compiler::target::word |
| 6211 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x314; |
| 6212 | static constexpr dart::compiler::target::word |
| 6213 | Thread_suspend_state_init_async_entry_point_offset = 0x30c; |
| 6214 | static constexpr dart::compiler::target::word |
| 6215 | Thread_suspend_state_return_async_entry_point_offset = 0x318; |
| 6216 | static constexpr dart::compiler::target::word |
| 6217 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x31c; |
| 6218 | static constexpr dart::compiler::target::word |
| 6219 | Thread_suspend_state_init_async_star_entry_point_offset = 0x320; |
| 6220 | static constexpr dart::compiler::target::word |
| 6221 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x324; |
| 6222 | static constexpr dart::compiler::target::word |
| 6223 | Thread_suspend_state_return_async_star_entry_point_offset = 0x328; |
| 6224 | static constexpr dart::compiler::target::word |
| 6225 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x32c; |
| 6226 | static constexpr dart::compiler::target::word |
| 6227 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x330; |
| 6228 | static constexpr dart::compiler::target::word |
| 6229 | Thread_suspend_state_handle_exception_entry_point_offset = 0x334; |
| 6230 | static constexpr dart::compiler::target::word |
| 6231 | Thread_top_exit_frame_info_offset = 0x348; |
| 6232 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 6233 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 6234 | static constexpr dart::compiler::target::word |
| 6235 | Thread_unboxed_runtime_arg_offset = 0x360; |
| 6236 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x358; |
| 6237 | static constexpr dart::compiler::target::word |
| 6238 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 6239 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 6240 | 0x20; |
| 6241 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 6242 | 0x398; |
| 6243 | static constexpr dart::compiler::target::word Thread_random_offset = 0x3a0; |
| 6244 | static constexpr dart::compiler::target::word |
| 6245 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 6246 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x3a8; |
| 6247 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 6248 | 0x0; |
| 6249 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 6250 | 0x4; |
| 6251 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 6252 | 0x8; |
| 6253 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 6254 | 0xc; |
| 6255 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 6256 | 0x10; |
| 6257 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 6258 | 0x8; |
| 6259 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 6260 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 6261 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 6262 | 0x18; |
| 6263 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 6264 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 6265 | 0xc; |
| 6266 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 6267 | 0x8; |
| 6268 | static constexpr dart::compiler::target::word |
| 6269 | FinalizerBase_entries_collected_offset = 0x10; |
| 6270 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 6271 | 0x4; |
| 6272 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 6273 | 0x8; |
| 6274 | static constexpr dart::compiler::target::word |
| 6275 | FinalizerEntry_external_size_offset = 0x1c; |
| 6276 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 6277 | 0x10; |
| 6278 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 6279 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 6280 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 6281 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 6282 | 0x14; |
| 6283 | static constexpr dart::compiler::target::word |
| 6284 | FunctionType_named_parameter_names_offset = 0x20; |
| 6285 | static constexpr dart::compiler::target::word |
| 6286 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 6287 | static constexpr dart::compiler::target::word |
| 6288 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 6289 | static constexpr dart::compiler::target::word |
| 6290 | FunctionType_parameter_types_offset = 0x1c; |
| 6291 | static constexpr dart::compiler::target::word |
| 6292 | FunctionType_type_parameters_offset = 0x14; |
| 6293 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 6294 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 6295 | static constexpr dart::compiler::target::word |
| 6296 | TypeArguments_instantiations_offset = 0x4; |
| 6297 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 6298 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 6299 | 0x10; |
| 6300 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 6301 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 6302 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 6303 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 6304 | 0xc; |
| 6305 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 6306 | 0x10; |
| 6307 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 6308 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 6309 | 0xc; |
| 6310 | static constexpr dart::compiler::target::word |
| 6311 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 6312 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 6313 | static constexpr dart::compiler::target::word |
| 6314 | UnhandledException_exception_offset = 0x4; |
| 6315 | static constexpr dart::compiler::target::word |
| 6316 | UnhandledException_stacktrace_offset = 0x8; |
| 6317 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 6318 | static constexpr dart::compiler::target::word |
| 6319 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 6320 | static constexpr dart::compiler::target::word |
| 6321 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 6322 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 6323 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 6324 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 6325 | static constexpr dart::compiler::target::word |
| 6326 | WeakReference_type_arguments_offset = 0x8; |
| 6327 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 6328 | 0x4, 0xc, 0x8, 0x10}; |
| 6329 | static constexpr dart::compiler::target::word |
| 6330 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 6331 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, 0x2fc, -1, 0x300, -1, |
| 6332 | 0x304, 0x308, -1, -1, -1, -1, -1, -1}; |
| 6333 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 6334 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 6335 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 6336 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 6337 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 6338 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x74; |
| 6339 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 6340 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 6341 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 6342 | static constexpr dart::compiler::target::word |
| 6343 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 6344 | static constexpr dart::compiler::target::word |
| 6345 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 6346 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 6347 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 6348 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 6349 | static constexpr dart::compiler::target::word |
| 6350 | ExternalOneByteString_InstanceSize = 0x14; |
| 6351 | static constexpr dart::compiler::target::word |
| 6352 | ExternalTwoByteString_InstanceSize = 0x14; |
| 6353 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 6354 | 0xc; |
| 6355 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 6356 | 0x1c; |
| 6357 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 6358 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 6359 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 6360 | 0x20; |
| 6361 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 6362 | 0x18; |
| 6363 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 6364 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 6365 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 6366 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 6367 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 6368 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 6369 | 0x10; |
| 6370 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 6371 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 6372 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 6373 | 0x8; |
| 6374 | static constexpr dart::compiler::target::word |
| 6375 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 6376 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 6377 | 0x18; |
| 6378 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 6379 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 6380 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 6381 | 0x30; |
| 6382 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 6383 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 6384 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 6385 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 6386 | 0x1c; |
| 6387 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 6388 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 6389 | 0x18; |
| 6390 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 6391 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 6392 | 0x8; |
| 6393 | static constexpr dart::compiler::target::word |
| 6394 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 6395 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 6396 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 6397 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 6398 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 6399 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 6400 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 6401 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 6402 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0xc; |
| 6403 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 6404 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 6405 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 6406 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 6407 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 6408 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 6409 | 0x14; |
| 6410 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 6411 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 6412 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 6413 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 6414 | 0x10; |
| 6415 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 6416 | static constexpr dart::compiler::target::word |
| 6417 | TransferableTypedData_InstanceSize = 0x4; |
| 6418 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 6419 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 6420 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 6421 | 0x14; |
| 6422 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 6423 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 6424 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 6425 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 6426 | 0xc; |
| 6427 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 6428 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 6429 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 6430 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 6431 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 6432 | static constexpr dart::compiler::target::word |
| 6433 | WeakSerializationReference_InstanceSize = 0xc; |
| 6434 | #endif // defined(PRODUCT) && \ |
| 6435 | // defined(TARGET_ARCH_ARM) && \ |
| 6436 | // !defined(DART_COMPRESSED_POINTERS) |
| 6437 | |
| 6438 | #if defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 6439 | !defined(DART_COMPRESSED_POINTERS) |
| 6440 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 6441 | 0x70; |
| 6442 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 6443 | 0x70; |
| 6444 | static constexpr dart::compiler::target::word |
| 6445 | ICData_receivers_static_type_offset = 0x20; |
| 6446 | static constexpr dart::compiler::target::word |
| 6447 | SuspendState_frame_capacity_offset = 0x8; |
| 6448 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 6449 | 0x18; |
| 6450 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 6451 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x90; |
| 6452 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 6453 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 6454 | 0x18; |
| 6455 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 6456 | static constexpr dart::compiler::target::word |
| 6457 | ContextScope_elements_start_offset = 0x10; |
| 6458 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 6459 | static constexpr dart::compiler::target::word |
| 6460 | ExceptionHandlers_elements_start_offset = 0x18; |
| 6461 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 6462 | 0xc; |
| 6463 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 6464 | 0x10; |
| 6465 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 6466 | static constexpr dart::compiler::target::word |
| 6467 | OneByteString_elements_start_offset = 0x10; |
| 6468 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 6469 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 6470 | 0x10; |
| 6471 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 6472 | static constexpr dart::compiler::target::word |
| 6473 | TypeArguments_elements_start_offset = 0x28; |
| 6474 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 6475 | static constexpr dart::compiler::target::word |
| 6476 | TwoByteString_elements_start_offset = 0x10; |
| 6477 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 6478 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 6479 | 0x18; |
| 6480 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 6481 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 6482 | 0x7ffffffffffffff; |
| 6483 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 6484 | 0x7ffd; |
| 6485 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 6486 | 0x7ffffffffffffff; |
| 6487 | static constexpr dart::compiler::target::word |
| 6488 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 6489 | static constexpr dart::compiler::target::word |
| 6490 | Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 6491 | static constexpr dart::compiler::target::word |
| 6492 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 6493 | static constexpr dart::compiler::target::word |
| 6494 | Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 6495 | static constexpr dart::compiler::target::word |
| 6496 | Instructions_kBarePayloadAlignment = 0x4; |
| 6497 | static constexpr dart::compiler::target::word |
| 6498 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 6499 | static constexpr dart::compiler::target::word |
| 6500 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 6501 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 6502 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 6503 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 6504 | 0x3fffffffffff; |
| 6505 | static constexpr dart::compiler::target::word |
| 6506 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 6507 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 6508 | 0x3fffffffffff; |
| 6509 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 6510 | 0xffff; |
| 6511 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 6512 | 0xffff; |
| 6513 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 6514 | 0x1fffffffffffffff; |
| 6515 | static constexpr dart::compiler::target::word |
| 6516 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 6517 | static constexpr dart::compiler::target::word |
| 6518 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 6519 | static constexpr dart::compiler::target::word |
| 6520 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 6521 | static constexpr dart::compiler::target::word |
| 6522 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 6523 | static constexpr dart::compiler::target::word |
| 6524 | SubtypeTestCache_kDestinationType = 0x6; |
| 6525 | static constexpr dart::compiler::target::word |
| 6526 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 6527 | static constexpr dart::compiler::target::word |
| 6528 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 6529 | static constexpr dart::compiler::target::word |
| 6530 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 6531 | static constexpr dart::compiler::target::word |
| 6532 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 6533 | static constexpr dart::compiler::target::word |
| 6534 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 6535 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 6536 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 6537 | 0x7; |
| 6538 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 6539 | 0x7ffffffffffffff; |
| 6540 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 6541 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 6542 | static constexpr dart::compiler::target::word |
| 6543 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 6544 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 6545 | 0x20; |
| 6546 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 6547 | 0x28; |
| 6548 | static constexpr dart::compiler::target::word |
| 6549 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 6550 | static constexpr dart::compiler::target::word |
| 6551 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 6552 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 6553 | 0x0; |
| 6554 | static constexpr dart::compiler::target::word |
| 6555 | ArgumentsDescriptor_position_offset = 0x8; |
| 6556 | static constexpr dart::compiler::target::word |
| 6557 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 6558 | static constexpr dart::compiler::target::word |
| 6559 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 6560 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 6561 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 6562 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 6563 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 6564 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 6565 | 0x60; |
| 6566 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 6567 | 0xa8; |
| 6568 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x50; |
| 6569 | static constexpr dart::compiler::target::word |
| 6570 | Class_host_type_arguments_field_offset_in_words_offset = 0xb4; |
| 6571 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 6572 | static constexpr dart::compiler::target::word |
| 6573 | Closure_delayed_type_arguments_offset = 0x18; |
| 6574 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 6575 | static constexpr dart::compiler::target::word |
| 6576 | Closure_function_type_arguments_offset = 0x10; |
| 6577 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 6578 | static constexpr dart::compiler::target::word |
| 6579 | Closure_instantiator_type_arguments_offset = 0x8; |
| 6580 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 6581 | 0x20; |
| 6582 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 6583 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 6584 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 6585 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 6586 | 0x8; |
| 6587 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 6588 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 6589 | static constexpr dart::compiler::target::word |
| 6590 | ExternalOneByteString_external_data_offset = 0x10; |
| 6591 | static constexpr dart::compiler::target::word |
| 6592 | ExternalTwoByteString_external_data_offset = 0x10; |
| 6593 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 6594 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 6595 | static constexpr dart::compiler::target::word |
| 6596 | Field_initializer_function_offset = 0x20; |
| 6597 | static constexpr dart::compiler::target::word |
| 6598 | Field_host_offset_or_field_id_offset = 0x28; |
| 6599 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 6600 | static constexpr dart::compiler::target::word |
| 6601 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 6602 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 6603 | 0x30; |
| 6604 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 6605 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 6606 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 6607 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 6608 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 6609 | 0x8, 0x10}; |
| 6610 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 6611 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 6612 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 6613 | 0x8; |
| 6614 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 6615 | 0x18; |
| 6616 | static constexpr dart::compiler::target::word |
| 6617 | GrowableObjectArray_length_offset = 0x10; |
| 6618 | static constexpr dart::compiler::target::word |
| 6619 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 6620 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 6621 | static constexpr dart::compiler::target::word |
| 6622 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 6623 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 6624 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 6625 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 6626 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 6627 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 6628 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 6629 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 6630 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 6631 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 6632 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 6633 | 0x20; |
| 6634 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 6635 | 0x10; |
| 6636 | static constexpr dart::compiler::target::word |
| 6637 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 6638 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 6639 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 6640 | static constexpr dart::compiler::target::word |
| 6641 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 6642 | static constexpr dart::compiler::target::word |
| 6643 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 6644 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 6645 | 0x10; |
| 6646 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 6647 | 0x30; |
| 6648 | static constexpr dart::compiler::target::word |
| 6649 | LinkedHashBase_type_arguments_offset = 0x8; |
| 6650 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 6651 | 0x20; |
| 6652 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 6653 | static constexpr dart::compiler::target::word |
| 6654 | MarkingStackBlock_pointers_offset = 0x10; |
| 6655 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 6656 | 0x8; |
| 6657 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 6658 | 0x18; |
| 6659 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 6660 | 0x20; |
| 6661 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 6662 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 6663 | 0x8; |
| 6664 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 6665 | 0x10; |
| 6666 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 6667 | 0x18; |
| 6668 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 6669 | 0x0; |
| 6670 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 6671 | 0x180; |
| 6672 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 6673 | 0x128; |
| 6674 | static constexpr dart::compiler::target::word |
| 6675 | ObjectStore_record_field_names_offset = 0x3f8; |
| 6676 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 6677 | 0x1a8; |
| 6678 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 6679 | 0x108; |
| 6680 | static constexpr dart::compiler::target::word |
| 6681 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 6682 | static constexpr dart::compiler::target::word |
| 6683 | ObjectStore_suspend_state_await_offset = 0x448; |
| 6684 | static constexpr dart::compiler::target::word |
| 6685 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 6686 | static constexpr dart::compiler::target::word |
| 6687 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 6688 | static constexpr dart::compiler::target::word |
| 6689 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 6690 | static constexpr dart::compiler::target::word |
| 6691 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 6692 | static constexpr dart::compiler::target::word |
| 6693 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 6694 | static constexpr dart::compiler::target::word |
| 6695 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 6696 | static constexpr dart::compiler::target::word |
| 6697 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 6698 | static constexpr dart::compiler::target::word |
| 6699 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 6700 | static constexpr dart::compiler::target::word |
| 6701 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 6702 | static constexpr dart::compiler::target::word |
| 6703 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 6704 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 6705 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 6706 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 6707 | 0x10; |
| 6708 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 6709 | 0x8; |
| 6710 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 6711 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 6712 | static constexpr dart::compiler::target::word |
| 6713 | SingleTargetCache_entry_point_offset = 0x10; |
| 6714 | static constexpr dart::compiler::target::word |
| 6715 | SingleTargetCache_lower_limit_offset = 0x18; |
| 6716 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 6717 | 0x8; |
| 6718 | static constexpr dart::compiler::target::word |
| 6719 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 6720 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 6721 | 0x10; |
| 6722 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 6723 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 6724 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 6725 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 6726 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 6727 | 0x8; |
| 6728 | static constexpr dart::compiler::target::word |
| 6729 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 6730 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 6731 | 0x2; |
| 6732 | static constexpr dart::compiler::target::word |
| 6733 | SuspendState_error_callback_offset = 0x30; |
| 6734 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 6735 | 0x10; |
| 6736 | static constexpr dart::compiler::target::word |
| 6737 | SuspendState_function_data_offset = 0x20; |
| 6738 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 6739 | 0x38; |
| 6740 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 6741 | static constexpr dart::compiler::target::word |
| 6742 | SuspendState_then_callback_offset = 0x28; |
| 6743 | static constexpr dart::compiler::target::word |
| 6744 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 6745 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 6746 | 0x6e0; |
| 6747 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 6748 | 0x6e8; |
| 6749 | static constexpr dart::compiler::target::word |
| 6750 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 6751 | static constexpr dart::compiler::target::word |
| 6752 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 6753 | static constexpr dart::compiler::target::word |
| 6754 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 6755 | static constexpr dart::compiler::target::word |
| 6756 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 6757 | static constexpr dart::compiler::target::word |
| 6758 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 6759 | static constexpr dart::compiler::target::word |
| 6760 | Thread_allocate_object_entry_point_offset = 0x208; |
| 6761 | static constexpr dart::compiler::target::word |
| 6762 | Thread_allocate_object_stub_offset = 0x120; |
| 6763 | static constexpr dart::compiler::target::word |
| 6764 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 6765 | static constexpr dart::compiler::target::word |
| 6766 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 6767 | static constexpr dart::compiler::target::word |
| 6768 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 6769 | static constexpr dart::compiler::target::word |
| 6770 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 6771 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 6772 | 0x720; |
| 6773 | static constexpr dart::compiler::target::word |
| 6774 | Thread_async_exception_handler_stub_offset = 0x138; |
| 6775 | static constexpr dart::compiler::target::word |
| 6776 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 6777 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 6778 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 6779 | static constexpr dart::compiler::target::word |
| 6780 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 6781 | static constexpr dart::compiler::target::word |
| 6782 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 6783 | static constexpr dart::compiler::target::word |
| 6784 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 6785 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x758; |
| 6786 | static constexpr dart::compiler::target::word |
| 6787 | Thread_dispatch_table_array_offset = 0x58; |
| 6788 | static constexpr dart::compiler::target::word |
| 6789 | Thread_double_truncate_round_supported_offset = 0x728; |
| 6790 | static constexpr dart::compiler::target::word |
| 6791 | Thread_service_extension_stream_offset = 0x760; |
| 6792 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 6793 | 0x240; |
| 6794 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 6795 | 0x190; |
| 6796 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 6797 | 0x248; |
| 6798 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 6799 | 0x198; |
| 6800 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 6801 | 0x298; |
| 6802 | static constexpr dart::compiler::target::word |
| 6803 | Thread_double_negate_address_offset = 0x290; |
| 6804 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 6805 | static constexpr dart::compiler::target::word |
| 6806 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 6807 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 6808 | 0x708; |
| 6809 | static constexpr dart::compiler::target::word |
| 6810 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 6811 | static constexpr dart::compiler::target::word |
| 6812 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 6813 | static constexpr dart::compiler::target::word |
| 6814 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 6815 | static constexpr dart::compiler::target::word |
| 6816 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 6817 | static constexpr dart::compiler::target::word |
| 6818 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 6819 | static constexpr dart::compiler::target::word |
| 6820 | Thread_fix_callers_target_code_offset = 0x90; |
| 6821 | static constexpr dart::compiler::target::word |
| 6822 | Thread_float_absolute_address_offset = 0x2b0; |
| 6823 | static constexpr dart::compiler::target::word |
| 6824 | Thread_float_negate_address_offset = 0x2a8; |
| 6825 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 6826 | 0x2a0; |
| 6827 | static constexpr dart::compiler::target::word |
| 6828 | Thread_float_zerow_address_offset = 0x2b8; |
| 6829 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 6830 | 0x6f0; |
| 6831 | static constexpr dart::compiler::target::word |
| 6832 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 6833 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 6834 | 0x718; |
| 6835 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x688; |
| 6836 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 6837 | 0x690; |
| 6838 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 6839 | 0x60; |
| 6840 | static constexpr dart::compiler::target::word |
| 6841 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 6842 | static constexpr dart::compiler::target::word |
| 6843 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 6844 | static constexpr dart::compiler::target::word |
| 6845 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 6846 | static constexpr dart::compiler::target::word |
| 6847 | Thread_marking_stack_block_offset = 0x6b8; |
| 6848 | static constexpr dart::compiler::target::word |
| 6849 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 6850 | static constexpr dart::compiler::target::word |
| 6851 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 6852 | static constexpr dart::compiler::target::word |
| 6853 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 6854 | static constexpr dart::compiler::target::word |
| 6855 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 6856 | static constexpr dart::compiler::target::word |
| 6857 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 6858 | static constexpr dart::compiler::target::word |
| 6859 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 6860 | static constexpr dart::compiler::target::word |
| 6861 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 6862 | static constexpr dart::compiler::target::word |
| 6863 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 6864 | static constexpr dart::compiler::target::word |
| 6865 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 6866 | static constexpr dart::compiler::target::word |
| 6867 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 6868 | static constexpr dart::compiler::target::word |
| 6869 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 6870 | static constexpr dart::compiler::target::word |
| 6871 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 6872 | static constexpr dart::compiler::target::word |
| 6873 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 6874 | static constexpr dart::compiler::target::word |
| 6875 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 6876 | static constexpr dart::compiler::target::word |
| 6877 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 6878 | static constexpr dart::compiler::target::word |
| 6879 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 6880 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 6881 | static constexpr dart::compiler::target::word |
| 6882 | Thread_return_async_not_future_stub_offset = 0x150; |
| 6883 | static constexpr dart::compiler::target::word |
| 6884 | Thread_return_async_star_stub_offset = 0x158; |
| 6885 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 6886 | 0x148; |
| 6887 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 6888 | static constexpr dart::compiler::target::word |
| 6889 | Thread_predefined_symbols_address_offset = 0x280; |
| 6890 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x6f8; |
| 6891 | static constexpr dart::compiler::target::word |
| 6892 | Thread_saved_shadow_call_stack_offset = 0x700; |
| 6893 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 6894 | 0x710; |
| 6895 | static constexpr dart::compiler::target::word |
| 6896 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 6897 | static constexpr dart::compiler::target::word |
| 6898 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 6899 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 6900 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 6901 | 0x698; |
| 6902 | static constexpr dart::compiler::target::word |
| 6903 | Thread_stack_overflow_flags_offset = 0x6a0; |
| 6904 | static constexpr dart::compiler::target::word |
| 6905 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 6906 | static constexpr dart::compiler::target::word |
| 6907 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 6908 | static constexpr dart::compiler::target::word |
| 6909 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 6910 | static constexpr dart::compiler::target::word |
| 6911 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 6912 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 6913 | 0x6b0; |
| 6914 | static constexpr dart::compiler::target::word |
| 6915 | Thread_suspend_state_await_entry_point_offset = 0x638; |
| 6916 | static constexpr dart::compiler::target::word |
| 6917 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x640; |
| 6918 | static constexpr dart::compiler::target::word |
| 6919 | Thread_suspend_state_init_async_entry_point_offset = 0x630; |
| 6920 | static constexpr dart::compiler::target::word |
| 6921 | Thread_suspend_state_return_async_entry_point_offset = 0x648; |
| 6922 | static constexpr dart::compiler::target::word |
| 6923 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x650; |
| 6924 | static constexpr dart::compiler::target::word |
| 6925 | Thread_suspend_state_init_async_star_entry_point_offset = 0x658; |
| 6926 | static constexpr dart::compiler::target::word |
| 6927 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x660; |
| 6928 | static constexpr dart::compiler::target::word |
| 6929 | Thread_suspend_state_return_async_star_entry_point_offset = 0x668; |
| 6930 | static constexpr dart::compiler::target::word |
| 6931 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x670; |
| 6932 | static constexpr dart::compiler::target::word |
| 6933 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x678; |
| 6934 | static constexpr dart::compiler::target::word |
| 6935 | Thread_suspend_state_handle_exception_entry_point_offset = 0x680; |
| 6936 | static constexpr dart::compiler::target::word |
| 6937 | Thread_top_exit_frame_info_offset = 0x6a8; |
| 6938 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 6939 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 6940 | static constexpr dart::compiler::target::word |
| 6941 | Thread_unboxed_runtime_arg_offset = 0x6d0; |
| 6942 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x6c8; |
| 6943 | static constexpr dart::compiler::target::word |
| 6944 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 6945 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 6946 | 0x40; |
| 6947 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 6948 | 0x730; |
| 6949 | static constexpr dart::compiler::target::word Thread_random_offset = 0x738; |
| 6950 | static constexpr dart::compiler::target::word |
| 6951 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 6952 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x740; |
| 6953 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 6954 | 0x0; |
| 6955 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 6956 | 0x8; |
| 6957 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 6958 | 0x10; |
| 6959 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 6960 | 0x18; |
| 6961 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 6962 | 0x20; |
| 6963 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 6964 | 0x10; |
| 6965 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 6966 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 6967 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 6968 | 0x30; |
| 6969 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 6970 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 6971 | 0x18; |
| 6972 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 6973 | 0x10; |
| 6974 | static constexpr dart::compiler::target::word |
| 6975 | FinalizerBase_entries_collected_offset = 0x20; |
| 6976 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 6977 | 0x8; |
| 6978 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 6979 | 0x10; |
| 6980 | static constexpr dart::compiler::target::word |
| 6981 | FinalizerEntry_external_size_offset = 0x38; |
| 6982 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 6983 | 0x20; |
| 6984 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 6985 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 6986 | 0x18; |
| 6987 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 6988 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 6989 | 0x28; |
| 6990 | static constexpr dart::compiler::target::word |
| 6991 | FunctionType_named_parameter_names_offset = 0x40; |
| 6992 | static constexpr dart::compiler::target::word |
| 6993 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 6994 | static constexpr dart::compiler::target::word |
| 6995 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 6996 | static constexpr dart::compiler::target::word |
| 6997 | FunctionType_parameter_types_offset = 0x38; |
| 6998 | static constexpr dart::compiler::target::word |
| 6999 | FunctionType_type_parameters_offset = 0x28; |
| 7000 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 7001 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 7002 | static constexpr dart::compiler::target::word |
| 7003 | TypeArguments_instantiations_offset = 0x8; |
| 7004 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 7005 | 0x10; |
| 7006 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 7007 | 0x20; |
| 7008 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 7009 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 7010 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 7011 | 0x10; |
| 7012 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 7013 | 0x18; |
| 7014 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 7015 | 0x20; |
| 7016 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 7017 | 0x10; |
| 7018 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 7019 | 0x18; |
| 7020 | static constexpr dart::compiler::target::word |
| 7021 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 7022 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 7023 | static constexpr dart::compiler::target::word |
| 7024 | UnhandledException_exception_offset = 0x8; |
| 7025 | static constexpr dart::compiler::target::word |
| 7026 | UnhandledException_stacktrace_offset = 0x10; |
| 7027 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 7028 | static constexpr dart::compiler::target::word |
| 7029 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 7030 | static constexpr dart::compiler::target::word |
| 7031 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 7032 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 7033 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 7034 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 7035 | static constexpr dart::compiler::target::word |
| 7036 | WeakReference_type_arguments_offset = 0x10; |
| 7037 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 7038 | 0x8, 0x18, 0x10, 0x20}; |
| 7039 | static constexpr dart::compiler::target::word |
| 7040 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 7041 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, -1, -1, 0x5f8, 0x600, |
| 7042 | 0x608, 0x610, 0x618, -1, 0x620, 0x628, -1, -1}; |
| 7043 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 7044 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 7045 | static constexpr dart::compiler::target::word Array_header_size = 0x18; |
| 7046 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 7047 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 7048 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc0; |
| 7049 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 7050 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 7051 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 7052 | static constexpr dart::compiler::target::word |
| 7053 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 7054 | static constexpr dart::compiler::target::word |
| 7055 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 7056 | static constexpr dart::compiler::target::word Context_header_size = 0x18; |
| 7057 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 7058 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 7059 | 0x18; |
| 7060 | static constexpr dart::compiler::target::word |
| 7061 | ExternalOneByteString_InstanceSize = 0x20; |
| 7062 | static constexpr dart::compiler::target::word |
| 7063 | ExternalTwoByteString_InstanceSize = 0x20; |
| 7064 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 7065 | 0x18; |
| 7066 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 7067 | 0x30; |
| 7068 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 7069 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 7070 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 7071 | 0x40; |
| 7072 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 7073 | 0x30; |
| 7074 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 7075 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 7076 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 7077 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 7078 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 7079 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 7080 | 0x20; |
| 7081 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 7082 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 7083 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 7084 | 0x10; |
| 7085 | static constexpr dart::compiler::target::word |
| 7086 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 7087 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 7088 | 0x30; |
| 7089 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 7090 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 7091 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 7092 | 0x60; |
| 7093 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 7094 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 7095 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 7096 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 7097 | 0x38; |
| 7098 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 7099 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 7100 | 0x30; |
| 7101 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 7102 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 7103 | 0x10; |
| 7104 | static constexpr dart::compiler::target::word |
| 7105 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 7106 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 7107 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 7108 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 7109 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 7110 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 7111 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 7112 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 7113 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x18; |
| 7114 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 7115 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 7116 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 7117 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 7118 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 7119 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 7120 | 0x20; |
| 7121 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 7122 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x38; |
| 7123 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 7124 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 7125 | 0x18; |
| 7126 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 7127 | static constexpr dart::compiler::target::word |
| 7128 | TransferableTypedData_InstanceSize = 0x8; |
| 7129 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 7130 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 7131 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 7132 | 0x28; |
| 7133 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 7134 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 7135 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 7136 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 7137 | 0x18; |
| 7138 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 7139 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 7140 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 7141 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 7142 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 7143 | static constexpr dart::compiler::target::word |
| 7144 | WeakSerializationReference_InstanceSize = 0x18; |
| 7145 | #endif // defined(PRODUCT) && \ |
| 7146 | // defined(TARGET_ARCH_X64) && \ |
| 7147 | // !defined(DART_COMPRESSED_POINTERS) |
| 7148 | |
| 7149 | #if defined(PRODUCT) && defined(TARGET_ARCH_IA32) && \ |
| 7150 | !defined(DART_COMPRESSED_POINTERS) |
| 7151 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 7152 | 0x38; |
| 7153 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 7154 | 0x48; |
| 7155 | static constexpr dart::compiler::target::word |
| 7156 | ICData_receivers_static_type_offset = 0x10; |
| 7157 | static constexpr dart::compiler::target::word |
| 7158 | SuspendState_frame_capacity_offset = 0x4; |
| 7159 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 7160 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 7161 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x4c; |
| 7162 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 7163 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 7164 | 0xc; |
| 7165 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 7166 | static constexpr dart::compiler::target::word |
| 7167 | ContextScope_elements_start_offset = 0xc; |
| 7168 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 7169 | static constexpr dart::compiler::target::word |
| 7170 | ExceptionHandlers_elements_start_offset = 0xc; |
| 7171 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 7172 | 0xc; |
| 7173 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 7174 | 0x8; |
| 7175 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 7176 | static constexpr dart::compiler::target::word |
| 7177 | OneByteString_elements_start_offset = 0xc; |
| 7178 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 7179 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 7180 | 0x8; |
| 7181 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 7182 | static constexpr dart::compiler::target::word |
| 7183 | TypeArguments_elements_start_offset = 0x14; |
| 7184 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 7185 | static constexpr dart::compiler::target::word |
| 7186 | TwoByteString_elements_start_offset = 0xc; |
| 7187 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 7188 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 7189 | 0xc; |
| 7190 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 7191 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 7192 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 7193 | 0xfffd; |
| 7194 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 7195 | static constexpr dart::compiler::target::word |
| 7196 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 7197 | static constexpr dart::compiler::target::word |
| 7198 | Instructions_kPolymorphicEntryOffsetJIT = 0x24; |
| 7199 | static constexpr dart::compiler::target::word |
| 7200 | Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 7201 | static constexpr dart::compiler::target::word |
| 7202 | Instructions_kPolymorphicEntryOffsetAOT = 0x0; |
| 7203 | static constexpr dart::compiler::target::word |
| 7204 | Instructions_kBarePayloadAlignment = 0x4; |
| 7205 | static constexpr dart::compiler::target::word |
| 7206 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 7207 | static constexpr dart::compiler::target::word |
| 7208 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 7209 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 7210 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 7211 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 7212 | 0x3fff; |
| 7213 | static constexpr dart::compiler::target::word |
| 7214 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 7215 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 7216 | 0x3fff; |
| 7217 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 7218 | 0xffff; |
| 7219 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 7220 | 0xffff; |
| 7221 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 7222 | static constexpr dart::compiler::target::word |
| 7223 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 7224 | static constexpr dart::compiler::target::word |
| 7225 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 7226 | static constexpr dart::compiler::target::word |
| 7227 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 7228 | static constexpr dart::compiler::target::word |
| 7229 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 7230 | static constexpr dart::compiler::target::word |
| 7231 | SubtypeTestCache_kDestinationType = 0x6; |
| 7232 | static constexpr dart::compiler::target::word |
| 7233 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 7234 | static constexpr dart::compiler::target::word |
| 7235 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 7236 | static constexpr dart::compiler::target::word |
| 7237 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 7238 | static constexpr dart::compiler::target::word |
| 7239 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 7240 | static constexpr dart::compiler::target::word |
| 7241 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 7242 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 7243 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 7244 | 0x7; |
| 7245 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 7246 | 0xfffffff; |
| 7247 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 7248 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 7249 | static constexpr dart::compiler::target::word |
| 7250 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 7251 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 7252 | 0x10; |
| 7253 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 7254 | 0x14; |
| 7255 | static constexpr dart::compiler::target::word |
| 7256 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 7257 | static constexpr dart::compiler::target::word |
| 7258 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 7259 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 7260 | 0x0; |
| 7261 | static constexpr dart::compiler::target::word |
| 7262 | ArgumentsDescriptor_position_offset = 0x4; |
| 7263 | static constexpr dart::compiler::target::word |
| 7264 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 7265 | static constexpr dart::compiler::target::word |
| 7266 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 7267 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 7268 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 7269 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 7270 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 7271 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 7272 | 0x30; |
| 7273 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 7274 | 0x5c; |
| 7275 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x28; |
| 7276 | static constexpr dart::compiler::target::word |
| 7277 | Class_host_type_arguments_field_offset_in_words_offset = 0x68; |
| 7278 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 7279 | static constexpr dart::compiler::target::word |
| 7280 | Closure_delayed_type_arguments_offset = 0xc; |
| 7281 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 7282 | static constexpr dart::compiler::target::word |
| 7283 | Closure_function_type_arguments_offset = 0x8; |
| 7284 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 7285 | static constexpr dart::compiler::target::word |
| 7286 | Closure_instantiator_type_arguments_offset = 0x4; |
| 7287 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 7288 | 0x10; |
| 7289 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 7290 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 7291 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 7292 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 7293 | 0x4; |
| 7294 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 7295 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 7296 | static constexpr dart::compiler::target::word |
| 7297 | ExternalOneByteString_external_data_offset = 0xc; |
| 7298 | static constexpr dart::compiler::target::word |
| 7299 | ExternalTwoByteString_external_data_offset = 0xc; |
| 7300 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 7301 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 7302 | static constexpr dart::compiler::target::word |
| 7303 | Field_initializer_function_offset = 0x10; |
| 7304 | static constexpr dart::compiler::target::word |
| 7305 | Field_host_offset_or_field_id_offset = 0x14; |
| 7306 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 7307 | static constexpr dart::compiler::target::word |
| 7308 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 7309 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 7310 | 0x18; |
| 7311 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 7312 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 7313 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 7314 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 7315 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 7316 | 0x4, 0x8}; |
| 7317 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 7318 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 7319 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 7320 | 0x4; |
| 7321 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 7322 | 0xc; |
| 7323 | static constexpr dart::compiler::target::word |
| 7324 | GrowableObjectArray_length_offset = 0x8; |
| 7325 | static constexpr dart::compiler::target::word |
| 7326 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 7327 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 7328 | static constexpr dart::compiler::target::word |
| 7329 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 7330 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 7331 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 7332 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 7333 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 7334 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 7335 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 7336 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 7337 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 7338 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 7339 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 7340 | 0x10; |
| 7341 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 7342 | 0x8; |
| 7343 | static constexpr dart::compiler::target::word |
| 7344 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 7345 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 7346 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 7347 | static constexpr dart::compiler::target::word |
| 7348 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 7349 | static constexpr dart::compiler::target::word |
| 7350 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 7351 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 7352 | 0x8; |
| 7353 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 7354 | 0x18; |
| 7355 | static constexpr dart::compiler::target::word |
| 7356 | LinkedHashBase_type_arguments_offset = 0x4; |
| 7357 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 7358 | 0x10; |
| 7359 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 7360 | static constexpr dart::compiler::target::word |
| 7361 | MarkingStackBlock_pointers_offset = 0x8; |
| 7362 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 7363 | 0x4; |
| 7364 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 7365 | 0xc; |
| 7366 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 7367 | 0x10; |
| 7368 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 7369 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 7370 | 0x4; |
| 7371 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 7372 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 7373 | 0xc; |
| 7374 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 7375 | 0x0; |
| 7376 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 7377 | 0xc0; |
| 7378 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 7379 | 0x94; |
| 7380 | static constexpr dart::compiler::target::word |
| 7381 | ObjectStore_record_field_names_offset = 0x1fc; |
| 7382 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 7383 | 0xd4; |
| 7384 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 7385 | 0x84; |
| 7386 | static constexpr dart::compiler::target::word |
| 7387 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 7388 | static constexpr dart::compiler::target::word |
| 7389 | ObjectStore_suspend_state_await_offset = 0x224; |
| 7390 | static constexpr dart::compiler::target::word |
| 7391 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 7392 | static constexpr dart::compiler::target::word |
| 7393 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 7394 | static constexpr dart::compiler::target::word |
| 7395 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 7396 | static constexpr dart::compiler::target::word |
| 7397 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 7398 | static constexpr dart::compiler::target::word |
| 7399 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 7400 | static constexpr dart::compiler::target::word |
| 7401 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 7402 | static constexpr dart::compiler::target::word |
| 7403 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 7404 | static constexpr dart::compiler::target::word |
| 7405 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 7406 | static constexpr dart::compiler::target::word |
| 7407 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 7408 | static constexpr dart::compiler::target::word |
| 7409 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 7410 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 7411 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 7412 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 7413 | 0x8; |
| 7414 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 7415 | 0x4; |
| 7416 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 7417 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 7418 | static constexpr dart::compiler::target::word |
| 7419 | SingleTargetCache_entry_point_offset = 0x8; |
| 7420 | static constexpr dart::compiler::target::word |
| 7421 | SingleTargetCache_lower_limit_offset = 0xc; |
| 7422 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 7423 | 0x4; |
| 7424 | static constexpr dart::compiler::target::word |
| 7425 | SingleTargetCache_upper_limit_offset = 0x10; |
| 7426 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 7427 | 0x8; |
| 7428 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 7429 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 7430 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 7431 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 7432 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 7433 | 0x4; |
| 7434 | static constexpr dart::compiler::target::word |
| 7435 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 7436 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 7437 | 0x2; |
| 7438 | static constexpr dart::compiler::target::word |
| 7439 | SuspendState_error_callback_offset = 0x18; |
| 7440 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 7441 | 0x8; |
| 7442 | static constexpr dart::compiler::target::word |
| 7443 | SuspendState_function_data_offset = 0x10; |
| 7444 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 7445 | 0x1c; |
| 7446 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 7447 | static constexpr dart::compiler::target::word |
| 7448 | SuspendState_then_callback_offset = 0x14; |
| 7449 | static constexpr dart::compiler::target::word |
| 7450 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 7451 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 7452 | 0x360; |
| 7453 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 7454 | 0x364; |
| 7455 | static constexpr dart::compiler::target::word |
| 7456 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 7457 | static constexpr dart::compiler::target::word |
| 7458 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 7459 | static constexpr dart::compiler::target::word |
| 7460 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 7461 | static constexpr dart::compiler::target::word |
| 7462 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 7463 | static constexpr dart::compiler::target::word |
| 7464 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 7465 | static constexpr dart::compiler::target::word |
| 7466 | Thread_allocate_object_entry_point_offset = 0x104; |
| 7467 | static constexpr dart::compiler::target::word |
| 7468 | Thread_allocate_object_stub_offset = 0x90; |
| 7469 | static constexpr dart::compiler::target::word |
| 7470 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 7471 | static constexpr dart::compiler::target::word |
| 7472 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 7473 | static constexpr dart::compiler::target::word |
| 7474 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 7475 | static constexpr dart::compiler::target::word |
| 7476 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 7477 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 7478 | 0x380; |
| 7479 | static constexpr dart::compiler::target::word |
| 7480 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 7481 | static constexpr dart::compiler::target::word |
| 7482 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 7483 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 7484 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 7485 | static constexpr dart::compiler::target::word |
| 7486 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 7487 | static constexpr dart::compiler::target::word |
| 7488 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 7489 | static constexpr dart::compiler::target::word |
| 7490 | Thread_call_to_runtime_stub_offset = 0x54; |
| 7491 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3a4; |
| 7492 | static constexpr dart::compiler::target::word |
| 7493 | Thread_dispatch_table_array_offset = 0x2c; |
| 7494 | static constexpr dart::compiler::target::word |
| 7495 | Thread_double_truncate_round_supported_offset = 0x384; |
| 7496 | static constexpr dart::compiler::target::word |
| 7497 | Thread_service_extension_stream_offset = 0x3a8; |
| 7498 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 7499 | 0x120; |
| 7500 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 7501 | 0xc8; |
| 7502 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 7503 | 0x124; |
| 7504 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 7505 | 0xcc; |
| 7506 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 7507 | 0x14c; |
| 7508 | static constexpr dart::compiler::target::word |
| 7509 | Thread_double_negate_address_offset = 0x148; |
| 7510 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 7511 | static constexpr dart::compiler::target::word |
| 7512 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 7513 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 7514 | 0x374; |
| 7515 | static constexpr dart::compiler::target::word |
| 7516 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 7517 | static constexpr dart::compiler::target::word |
| 7518 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 7519 | static constexpr dart::compiler::target::word |
| 7520 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 7521 | static constexpr dart::compiler::target::word |
| 7522 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 7523 | static constexpr dart::compiler::target::word |
| 7524 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 7525 | static constexpr dart::compiler::target::word |
| 7526 | Thread_fix_callers_target_code_offset = 0x48; |
| 7527 | static constexpr dart::compiler::target::word |
| 7528 | Thread_float_absolute_address_offset = 0x158; |
| 7529 | static constexpr dart::compiler::target::word |
| 7530 | Thread_float_negate_address_offset = 0x154; |
| 7531 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 7532 | 0x150; |
| 7533 | static constexpr dart::compiler::target::word |
| 7534 | Thread_float_zerow_address_offset = 0x15c; |
| 7535 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 7536 | 0x368; |
| 7537 | static constexpr dart::compiler::target::word |
| 7538 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 7539 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 7540 | 0x37c; |
| 7541 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x32c; |
| 7542 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 7543 | 0x330; |
| 7544 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 7545 | 0x30; |
| 7546 | static constexpr dart::compiler::target::word |
| 7547 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 7548 | static constexpr dart::compiler::target::word |
| 7549 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 7550 | static constexpr dart::compiler::target::word |
| 7551 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 7552 | static constexpr dart::compiler::target::word |
| 7553 | Thread_marking_stack_block_offset = 0x344; |
| 7554 | static constexpr dart::compiler::target::word |
| 7555 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 7556 | static constexpr dart::compiler::target::word |
| 7557 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 7558 | static constexpr dart::compiler::target::word |
| 7559 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 7560 | static constexpr dart::compiler::target::word |
| 7561 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 7562 | static constexpr dart::compiler::target::word |
| 7563 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 7564 | static constexpr dart::compiler::target::word |
| 7565 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 7566 | static constexpr dart::compiler::target::word |
| 7567 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 7568 | static constexpr dart::compiler::target::word |
| 7569 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 7570 | static constexpr dart::compiler::target::word |
| 7571 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 7572 | static constexpr dart::compiler::target::word |
| 7573 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 7574 | static constexpr dart::compiler::target::word |
| 7575 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 7576 | static constexpr dart::compiler::target::word |
| 7577 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 7578 | static constexpr dart::compiler::target::word |
| 7579 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 7580 | static constexpr dart::compiler::target::word |
| 7581 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 7582 | static constexpr dart::compiler::target::word |
| 7583 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 7584 | static constexpr dart::compiler::target::word |
| 7585 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 7586 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 7587 | static constexpr dart::compiler::target::word |
| 7588 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 7589 | static constexpr dart::compiler::target::word |
| 7590 | Thread_return_async_star_stub_offset = 0xac; |
| 7591 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 7592 | 0xa4; |
| 7593 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 7594 | static constexpr dart::compiler::target::word |
| 7595 | Thread_predefined_symbols_address_offset = 0x140; |
| 7596 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x36c; |
| 7597 | static constexpr dart::compiler::target::word |
| 7598 | Thread_saved_shadow_call_stack_offset = 0x370; |
| 7599 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 7600 | 0x378; |
| 7601 | static constexpr dart::compiler::target::word |
| 7602 | Thread_slow_type_test_stub_offset = 0xd8; |
| 7603 | static constexpr dart::compiler::target::word |
| 7604 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 7605 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 7606 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 7607 | 0x334; |
| 7608 | static constexpr dart::compiler::target::word |
| 7609 | Thread_stack_overflow_flags_offset = 0x338; |
| 7610 | static constexpr dart::compiler::target::word |
| 7611 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 7612 | static constexpr dart::compiler::target::word |
| 7613 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 7614 | static constexpr dart::compiler::target::word |
| 7615 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 7616 | static constexpr dart::compiler::target::word |
| 7617 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 7618 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 7619 | 0x340; |
| 7620 | static constexpr dart::compiler::target::word |
| 7621 | Thread_suspend_state_await_entry_point_offset = 0x304; |
| 7622 | static constexpr dart::compiler::target::word |
| 7623 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x308; |
| 7624 | static constexpr dart::compiler::target::word |
| 7625 | Thread_suspend_state_init_async_entry_point_offset = 0x300; |
| 7626 | static constexpr dart::compiler::target::word |
| 7627 | Thread_suspend_state_return_async_entry_point_offset = 0x30c; |
| 7628 | static constexpr dart::compiler::target::word |
| 7629 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x310; |
| 7630 | static constexpr dart::compiler::target::word |
| 7631 | Thread_suspend_state_init_async_star_entry_point_offset = 0x314; |
| 7632 | static constexpr dart::compiler::target::word |
| 7633 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x318; |
| 7634 | static constexpr dart::compiler::target::word |
| 7635 | Thread_suspend_state_return_async_star_entry_point_offset = 0x31c; |
| 7636 | static constexpr dart::compiler::target::word |
| 7637 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x320; |
| 7638 | static constexpr dart::compiler::target::word |
| 7639 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x324; |
| 7640 | static constexpr dart::compiler::target::word |
| 7641 | Thread_suspend_state_handle_exception_entry_point_offset = 0x328; |
| 7642 | static constexpr dart::compiler::target::word |
| 7643 | Thread_top_exit_frame_info_offset = 0x33c; |
| 7644 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 7645 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 7646 | static constexpr dart::compiler::target::word |
| 7647 | Thread_unboxed_runtime_arg_offset = 0x350; |
| 7648 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x34c; |
| 7649 | static constexpr dart::compiler::target::word |
| 7650 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 7651 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 7652 | 0x20; |
| 7653 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 7654 | 0x388; |
| 7655 | static constexpr dart::compiler::target::word Thread_random_offset = 0x390; |
| 7656 | static constexpr dart::compiler::target::word |
| 7657 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 7658 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x398; |
| 7659 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 7660 | 0x0; |
| 7661 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 7662 | 0x4; |
| 7663 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 7664 | 0x8; |
| 7665 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 7666 | 0xc; |
| 7667 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 7668 | 0x10; |
| 7669 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 7670 | 0x8; |
| 7671 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 7672 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 7673 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 7674 | 0x18; |
| 7675 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 7676 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 7677 | 0xc; |
| 7678 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 7679 | 0x8; |
| 7680 | static constexpr dart::compiler::target::word |
| 7681 | FinalizerBase_entries_collected_offset = 0x10; |
| 7682 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 7683 | 0x4; |
| 7684 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 7685 | 0x8; |
| 7686 | static constexpr dart::compiler::target::word |
| 7687 | FinalizerEntry_external_size_offset = 0x1c; |
| 7688 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 7689 | 0x10; |
| 7690 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 7691 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 7692 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 7693 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 7694 | 0x14; |
| 7695 | static constexpr dart::compiler::target::word |
| 7696 | FunctionType_named_parameter_names_offset = 0x20; |
| 7697 | static constexpr dart::compiler::target::word |
| 7698 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 7699 | static constexpr dart::compiler::target::word |
| 7700 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 7701 | static constexpr dart::compiler::target::word |
| 7702 | FunctionType_parameter_types_offset = 0x1c; |
| 7703 | static constexpr dart::compiler::target::word |
| 7704 | FunctionType_type_parameters_offset = 0x14; |
| 7705 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 7706 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 7707 | static constexpr dart::compiler::target::word |
| 7708 | TypeArguments_instantiations_offset = 0x4; |
| 7709 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 7710 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 7711 | 0x10; |
| 7712 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 7713 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 7714 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 7715 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 7716 | 0xc; |
| 7717 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 7718 | 0x10; |
| 7719 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 7720 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 7721 | 0xc; |
| 7722 | static constexpr dart::compiler::target::word |
| 7723 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 7724 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 7725 | static constexpr dart::compiler::target::word |
| 7726 | UnhandledException_exception_offset = 0x4; |
| 7727 | static constexpr dart::compiler::target::word |
| 7728 | UnhandledException_stacktrace_offset = 0x8; |
| 7729 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 7730 | static constexpr dart::compiler::target::word |
| 7731 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 7732 | static constexpr dart::compiler::target::word |
| 7733 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 7734 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 7735 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 7736 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 7737 | static constexpr dart::compiler::target::word |
| 7738 | WeakReference_type_arguments_offset = 0x8; |
| 7739 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 7740 | 0x4, 0xc, 0x8, 0x10}; |
| 7741 | static constexpr dart::compiler::target::word |
| 7742 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 7743 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, -1, -1, -1, 0x2fc}; |
| 7744 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 7745 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 7746 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 7747 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 7748 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 7749 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x74; |
| 7750 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 7751 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 7752 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 7753 | static constexpr dart::compiler::target::word |
| 7754 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 7755 | static constexpr dart::compiler::target::word |
| 7756 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 7757 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 7758 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 7759 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 7760 | static constexpr dart::compiler::target::word |
| 7761 | ExternalOneByteString_InstanceSize = 0x14; |
| 7762 | static constexpr dart::compiler::target::word |
| 7763 | ExternalTwoByteString_InstanceSize = 0x14; |
| 7764 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 7765 | 0xc; |
| 7766 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 7767 | 0x1c; |
| 7768 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 7769 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 7770 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 7771 | 0x20; |
| 7772 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 7773 | 0x18; |
| 7774 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 7775 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 7776 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 7777 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 7778 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 7779 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 7780 | 0x10; |
| 7781 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 7782 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 7783 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 7784 | 0x8; |
| 7785 | static constexpr dart::compiler::target::word |
| 7786 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 7787 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 7788 | 0x18; |
| 7789 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 7790 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 7791 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 7792 | 0x30; |
| 7793 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 7794 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 7795 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 7796 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 7797 | 0x1c; |
| 7798 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 7799 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 7800 | 0x18; |
| 7801 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 7802 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 7803 | 0x8; |
| 7804 | static constexpr dart::compiler::target::word |
| 7805 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 7806 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 7807 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 7808 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 7809 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 7810 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 7811 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 7812 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 7813 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0xc; |
| 7814 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 7815 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 7816 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 7817 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 7818 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 7819 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 7820 | 0x14; |
| 7821 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 7822 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 7823 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 7824 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 7825 | 0x10; |
| 7826 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 7827 | static constexpr dart::compiler::target::word |
| 7828 | TransferableTypedData_InstanceSize = 0x4; |
| 7829 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 7830 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 7831 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 7832 | 0x14; |
| 7833 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 7834 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 7835 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 7836 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 7837 | 0xc; |
| 7838 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 7839 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 7840 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 7841 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 7842 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 7843 | static constexpr dart::compiler::target::word |
| 7844 | WeakSerializationReference_InstanceSize = 0xc; |
| 7845 | #endif // defined(PRODUCT) && \ |
| 7846 | // defined(TARGET_ARCH_IA32) && \ |
| 7847 | // !defined(DART_COMPRESSED_POINTERS) |
| 7848 | |
| 7849 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 7850 | !defined(DART_COMPRESSED_POINTERS) |
| 7851 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 7852 | 0x70; |
| 7853 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 7854 | 0x70; |
| 7855 | static constexpr dart::compiler::target::word |
| 7856 | ICData_receivers_static_type_offset = 0x20; |
| 7857 | static constexpr dart::compiler::target::word |
| 7858 | SuspendState_frame_capacity_offset = 0x8; |
| 7859 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 7860 | 0x18; |
| 7861 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 7862 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x90; |
| 7863 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 7864 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 7865 | 0x18; |
| 7866 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 7867 | static constexpr dart::compiler::target::word |
| 7868 | ContextScope_elements_start_offset = 0x10; |
| 7869 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 7870 | static constexpr dart::compiler::target::word |
| 7871 | ExceptionHandlers_elements_start_offset = 0x18; |
| 7872 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 7873 | 0xc; |
| 7874 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 7875 | 0x10; |
| 7876 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 7877 | static constexpr dart::compiler::target::word |
| 7878 | OneByteString_elements_start_offset = 0x10; |
| 7879 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 7880 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 7881 | 0x10; |
| 7882 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 7883 | static constexpr dart::compiler::target::word |
| 7884 | TypeArguments_elements_start_offset = 0x28; |
| 7885 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 7886 | static constexpr dart::compiler::target::word |
| 7887 | TwoByteString_elements_start_offset = 0x10; |
| 7888 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 7889 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 7890 | 0x18; |
| 7891 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 7892 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 7893 | 0x7ffffffffffffff; |
| 7894 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 7895 | 0x7ffd; |
| 7896 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 7897 | 0x7ffffffffffffff; |
| 7898 | static constexpr dart::compiler::target::word |
| 7899 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 7900 | static constexpr dart::compiler::target::word |
| 7901 | Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 7902 | static constexpr dart::compiler::target::word |
| 7903 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 7904 | static constexpr dart::compiler::target::word |
| 7905 | Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 7906 | static constexpr dart::compiler::target::word |
| 7907 | Instructions_kBarePayloadAlignment = 0x4; |
| 7908 | static constexpr dart::compiler::target::word |
| 7909 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 7910 | static constexpr dart::compiler::target::word |
| 7911 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 7912 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 7913 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 7914 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 7915 | 0x3fffffffffff; |
| 7916 | static constexpr dart::compiler::target::word |
| 7917 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 7918 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 7919 | 0x3fffffffffff; |
| 7920 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 7921 | 0xffff; |
| 7922 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 7923 | 0xffff; |
| 7924 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 7925 | 0x1fffffffffffffff; |
| 7926 | static constexpr dart::compiler::target::word |
| 7927 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 7928 | static constexpr dart::compiler::target::word |
| 7929 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 7930 | static constexpr dart::compiler::target::word |
| 7931 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 7932 | static constexpr dart::compiler::target::word |
| 7933 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 7934 | static constexpr dart::compiler::target::word |
| 7935 | SubtypeTestCache_kDestinationType = 0x6; |
| 7936 | static constexpr dart::compiler::target::word |
| 7937 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 7938 | static constexpr dart::compiler::target::word |
| 7939 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 7940 | static constexpr dart::compiler::target::word |
| 7941 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 7942 | static constexpr dart::compiler::target::word |
| 7943 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 7944 | static constexpr dart::compiler::target::word |
| 7945 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 7946 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 7947 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 7948 | 0x7; |
| 7949 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 7950 | 0x7ffffffffffffff; |
| 7951 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 7952 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 7953 | static constexpr dart::compiler::target::word |
| 7954 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 7955 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 7956 | 0x20; |
| 7957 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 7958 | 0x28; |
| 7959 | static constexpr dart::compiler::target::word |
| 7960 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 7961 | static constexpr dart::compiler::target::word |
| 7962 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 7963 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 7964 | 0x0; |
| 7965 | static constexpr dart::compiler::target::word |
| 7966 | ArgumentsDescriptor_position_offset = 0x8; |
| 7967 | static constexpr dart::compiler::target::word |
| 7968 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 7969 | static constexpr dart::compiler::target::word |
| 7970 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 7971 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 7972 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 7973 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 7974 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 7975 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 7976 | 0x60; |
| 7977 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 7978 | 0xa8; |
| 7979 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x50; |
| 7980 | static constexpr dart::compiler::target::word |
| 7981 | Class_host_type_arguments_field_offset_in_words_offset = 0xb4; |
| 7982 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 7983 | static constexpr dart::compiler::target::word |
| 7984 | Closure_delayed_type_arguments_offset = 0x18; |
| 7985 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 7986 | static constexpr dart::compiler::target::word |
| 7987 | Closure_function_type_arguments_offset = 0x10; |
| 7988 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 7989 | static constexpr dart::compiler::target::word |
| 7990 | Closure_instantiator_type_arguments_offset = 0x8; |
| 7991 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 7992 | 0x20; |
| 7993 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 7994 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 7995 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 7996 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 7997 | 0x8; |
| 7998 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 7999 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 8000 | static constexpr dart::compiler::target::word |
| 8001 | ExternalOneByteString_external_data_offset = 0x10; |
| 8002 | static constexpr dart::compiler::target::word |
| 8003 | ExternalTwoByteString_external_data_offset = 0x10; |
| 8004 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 8005 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 8006 | static constexpr dart::compiler::target::word |
| 8007 | Field_initializer_function_offset = 0x20; |
| 8008 | static constexpr dart::compiler::target::word |
| 8009 | Field_host_offset_or_field_id_offset = 0x28; |
| 8010 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 8011 | static constexpr dart::compiler::target::word |
| 8012 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 8013 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 8014 | 0x30; |
| 8015 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 8016 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 8017 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 8018 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 8019 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 8020 | 0x8, 0x10}; |
| 8021 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 8022 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 8023 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 8024 | 0x8; |
| 8025 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 8026 | 0x18; |
| 8027 | static constexpr dart::compiler::target::word |
| 8028 | GrowableObjectArray_length_offset = 0x10; |
| 8029 | static constexpr dart::compiler::target::word |
| 8030 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 8031 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 8032 | static constexpr dart::compiler::target::word |
| 8033 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 8034 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 8035 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 8036 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 8037 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 8038 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 8039 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 8040 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 8041 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 8042 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 8043 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 8044 | 0x20; |
| 8045 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 8046 | 0x10; |
| 8047 | static constexpr dart::compiler::target::word |
| 8048 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 8049 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 8050 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 8051 | static constexpr dart::compiler::target::word |
| 8052 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 8053 | static constexpr dart::compiler::target::word |
| 8054 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 8055 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 8056 | 0x10; |
| 8057 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 8058 | 0x30; |
| 8059 | static constexpr dart::compiler::target::word |
| 8060 | LinkedHashBase_type_arguments_offset = 0x8; |
| 8061 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 8062 | 0x20; |
| 8063 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 8064 | static constexpr dart::compiler::target::word |
| 8065 | MarkingStackBlock_pointers_offset = 0x10; |
| 8066 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 8067 | 0x8; |
| 8068 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 8069 | 0x18; |
| 8070 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 8071 | 0x20; |
| 8072 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 8073 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 8074 | 0x8; |
| 8075 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 8076 | 0x10; |
| 8077 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 8078 | 0x18; |
| 8079 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 8080 | 0x0; |
| 8081 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 8082 | 0x180; |
| 8083 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 8084 | 0x128; |
| 8085 | static constexpr dart::compiler::target::word |
| 8086 | ObjectStore_record_field_names_offset = 0x3f8; |
| 8087 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 8088 | 0x1a8; |
| 8089 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 8090 | 0x108; |
| 8091 | static constexpr dart::compiler::target::word |
| 8092 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 8093 | static constexpr dart::compiler::target::word |
| 8094 | ObjectStore_suspend_state_await_offset = 0x448; |
| 8095 | static constexpr dart::compiler::target::word |
| 8096 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 8097 | static constexpr dart::compiler::target::word |
| 8098 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 8099 | static constexpr dart::compiler::target::word |
| 8100 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 8101 | static constexpr dart::compiler::target::word |
| 8102 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 8103 | static constexpr dart::compiler::target::word |
| 8104 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 8105 | static constexpr dart::compiler::target::word |
| 8106 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 8107 | static constexpr dart::compiler::target::word |
| 8108 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 8109 | static constexpr dart::compiler::target::word |
| 8110 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 8111 | static constexpr dart::compiler::target::word |
| 8112 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 8113 | static constexpr dart::compiler::target::word |
| 8114 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 8115 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 8116 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 8117 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 8118 | 0x10; |
| 8119 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 8120 | 0x8; |
| 8121 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 8122 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 8123 | static constexpr dart::compiler::target::word |
| 8124 | SingleTargetCache_entry_point_offset = 0x10; |
| 8125 | static constexpr dart::compiler::target::word |
| 8126 | SingleTargetCache_lower_limit_offset = 0x18; |
| 8127 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 8128 | 0x8; |
| 8129 | static constexpr dart::compiler::target::word |
| 8130 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 8131 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 8132 | 0x10; |
| 8133 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 8134 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 8135 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 8136 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 8137 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 8138 | 0x8; |
| 8139 | static constexpr dart::compiler::target::word |
| 8140 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 8141 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 8142 | 0x2; |
| 8143 | static constexpr dart::compiler::target::word |
| 8144 | SuspendState_error_callback_offset = 0x30; |
| 8145 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 8146 | 0x10; |
| 8147 | static constexpr dart::compiler::target::word |
| 8148 | SuspendState_function_data_offset = 0x20; |
| 8149 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 8150 | 0x38; |
| 8151 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 8152 | static constexpr dart::compiler::target::word |
| 8153 | SuspendState_then_callback_offset = 0x28; |
| 8154 | static constexpr dart::compiler::target::word |
| 8155 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 8156 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 8157 | 0x728; |
| 8158 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 8159 | 0x730; |
| 8160 | static constexpr dart::compiler::target::word |
| 8161 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 8162 | static constexpr dart::compiler::target::word |
| 8163 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 8164 | static constexpr dart::compiler::target::word |
| 8165 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 8166 | static constexpr dart::compiler::target::word |
| 8167 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 8168 | static constexpr dart::compiler::target::word |
| 8169 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 8170 | static constexpr dart::compiler::target::word |
| 8171 | Thread_allocate_object_entry_point_offset = 0x208; |
| 8172 | static constexpr dart::compiler::target::word |
| 8173 | Thread_allocate_object_stub_offset = 0x120; |
| 8174 | static constexpr dart::compiler::target::word |
| 8175 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 8176 | static constexpr dart::compiler::target::word |
| 8177 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 8178 | static constexpr dart::compiler::target::word |
| 8179 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 8180 | static constexpr dart::compiler::target::word |
| 8181 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 8182 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 8183 | 0x768; |
| 8184 | static constexpr dart::compiler::target::word |
| 8185 | Thread_async_exception_handler_stub_offset = 0x138; |
| 8186 | static constexpr dart::compiler::target::word |
| 8187 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 8188 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 8189 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 8190 | static constexpr dart::compiler::target::word |
| 8191 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 8192 | static constexpr dart::compiler::target::word |
| 8193 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 8194 | static constexpr dart::compiler::target::word |
| 8195 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 8196 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x7a0; |
| 8197 | static constexpr dart::compiler::target::word |
| 8198 | Thread_dispatch_table_array_offset = 0x58; |
| 8199 | static constexpr dart::compiler::target::word |
| 8200 | Thread_double_truncate_round_supported_offset = 0x770; |
| 8201 | static constexpr dart::compiler::target::word |
| 8202 | Thread_service_extension_stream_offset = 0x7a8; |
| 8203 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 8204 | 0x240; |
| 8205 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 8206 | 0x190; |
| 8207 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 8208 | 0x248; |
| 8209 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 8210 | 0x198; |
| 8211 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 8212 | 0x298; |
| 8213 | static constexpr dart::compiler::target::word |
| 8214 | Thread_double_negate_address_offset = 0x290; |
| 8215 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 8216 | static constexpr dart::compiler::target::word |
| 8217 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 8218 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 8219 | 0x750; |
| 8220 | static constexpr dart::compiler::target::word |
| 8221 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 8222 | static constexpr dart::compiler::target::word |
| 8223 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 8224 | static constexpr dart::compiler::target::word |
| 8225 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 8226 | static constexpr dart::compiler::target::word |
| 8227 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 8228 | static constexpr dart::compiler::target::word |
| 8229 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 8230 | static constexpr dart::compiler::target::word |
| 8231 | Thread_fix_callers_target_code_offset = 0x90; |
| 8232 | static constexpr dart::compiler::target::word |
| 8233 | Thread_float_absolute_address_offset = 0x2b0; |
| 8234 | static constexpr dart::compiler::target::word |
| 8235 | Thread_float_negate_address_offset = 0x2a8; |
| 8236 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 8237 | 0x2a0; |
| 8238 | static constexpr dart::compiler::target::word |
| 8239 | Thread_float_zerow_address_offset = 0x2b8; |
| 8240 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 8241 | 0x738; |
| 8242 | static constexpr dart::compiler::target::word |
| 8243 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 8244 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 8245 | 0x760; |
| 8246 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6d0; |
| 8247 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 8248 | 0x6d8; |
| 8249 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 8250 | 0x60; |
| 8251 | static constexpr dart::compiler::target::word |
| 8252 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 8253 | static constexpr dart::compiler::target::word |
| 8254 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 8255 | static constexpr dart::compiler::target::word |
| 8256 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 8257 | static constexpr dart::compiler::target::word |
| 8258 | Thread_marking_stack_block_offset = 0x700; |
| 8259 | static constexpr dart::compiler::target::word |
| 8260 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 8261 | static constexpr dart::compiler::target::word |
| 8262 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 8263 | static constexpr dart::compiler::target::word |
| 8264 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 8265 | static constexpr dart::compiler::target::word |
| 8266 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 8267 | static constexpr dart::compiler::target::word |
| 8268 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 8269 | static constexpr dart::compiler::target::word |
| 8270 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 8271 | static constexpr dart::compiler::target::word |
| 8272 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 8273 | static constexpr dart::compiler::target::word |
| 8274 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 8275 | static constexpr dart::compiler::target::word |
| 8276 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 8277 | static constexpr dart::compiler::target::word |
| 8278 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 8279 | static constexpr dart::compiler::target::word |
| 8280 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 8281 | static constexpr dart::compiler::target::word |
| 8282 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 8283 | static constexpr dart::compiler::target::word |
| 8284 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 8285 | static constexpr dart::compiler::target::word |
| 8286 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 8287 | static constexpr dart::compiler::target::word |
| 8288 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 8289 | static constexpr dart::compiler::target::word |
| 8290 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 8291 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 8292 | static constexpr dart::compiler::target::word |
| 8293 | Thread_return_async_not_future_stub_offset = 0x150; |
| 8294 | static constexpr dart::compiler::target::word |
| 8295 | Thread_return_async_star_stub_offset = 0x158; |
| 8296 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 8297 | 0x148; |
| 8298 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 8299 | static constexpr dart::compiler::target::word |
| 8300 | Thread_predefined_symbols_address_offset = 0x280; |
| 8301 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x740; |
| 8302 | static constexpr dart::compiler::target::word |
| 8303 | Thread_saved_shadow_call_stack_offset = 0x748; |
| 8304 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 8305 | 0x758; |
| 8306 | static constexpr dart::compiler::target::word |
| 8307 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 8308 | static constexpr dart::compiler::target::word |
| 8309 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 8310 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 8311 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 8312 | 0x6e0; |
| 8313 | static constexpr dart::compiler::target::word |
| 8314 | Thread_stack_overflow_flags_offset = 0x6e8; |
| 8315 | static constexpr dart::compiler::target::word |
| 8316 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 8317 | static constexpr dart::compiler::target::word |
| 8318 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 8319 | static constexpr dart::compiler::target::word |
| 8320 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 8321 | static constexpr dart::compiler::target::word |
| 8322 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 8323 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 8324 | 0x6f8; |
| 8325 | static constexpr dart::compiler::target::word |
| 8326 | Thread_suspend_state_await_entry_point_offset = 0x680; |
| 8327 | static constexpr dart::compiler::target::word |
| 8328 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x688; |
| 8329 | static constexpr dart::compiler::target::word |
| 8330 | Thread_suspend_state_init_async_entry_point_offset = 0x678; |
| 8331 | static constexpr dart::compiler::target::word |
| 8332 | Thread_suspend_state_return_async_entry_point_offset = 0x690; |
| 8333 | static constexpr dart::compiler::target::word |
| 8334 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x698; |
| 8335 | static constexpr dart::compiler::target::word |
| 8336 | Thread_suspend_state_init_async_star_entry_point_offset = 0x6a0; |
| 8337 | static constexpr dart::compiler::target::word |
| 8338 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x6a8; |
| 8339 | static constexpr dart::compiler::target::word |
| 8340 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6b0; |
| 8341 | static constexpr dart::compiler::target::word |
| 8342 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6b8; |
| 8343 | static constexpr dart::compiler::target::word |
| 8344 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6c0; |
| 8345 | static constexpr dart::compiler::target::word |
| 8346 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6c8; |
| 8347 | static constexpr dart::compiler::target::word |
| 8348 | Thread_top_exit_frame_info_offset = 0x6f0; |
| 8349 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 8350 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 8351 | static constexpr dart::compiler::target::word |
| 8352 | Thread_unboxed_runtime_arg_offset = 0x718; |
| 8353 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x710; |
| 8354 | static constexpr dart::compiler::target::word |
| 8355 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 8356 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 8357 | 0x40; |
| 8358 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 8359 | 0x778; |
| 8360 | static constexpr dart::compiler::target::word Thread_random_offset = 0x780; |
| 8361 | static constexpr dart::compiler::target::word |
| 8362 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 8363 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x788; |
| 8364 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 8365 | 0x0; |
| 8366 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 8367 | 0x8; |
| 8368 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 8369 | 0x10; |
| 8370 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 8371 | 0x18; |
| 8372 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 8373 | 0x20; |
| 8374 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 8375 | 0x10; |
| 8376 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 8377 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 8378 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 8379 | 0x30; |
| 8380 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 8381 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 8382 | 0x18; |
| 8383 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 8384 | 0x10; |
| 8385 | static constexpr dart::compiler::target::word |
| 8386 | FinalizerBase_entries_collected_offset = 0x20; |
| 8387 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 8388 | 0x8; |
| 8389 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 8390 | 0x10; |
| 8391 | static constexpr dart::compiler::target::word |
| 8392 | FinalizerEntry_external_size_offset = 0x38; |
| 8393 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 8394 | 0x20; |
| 8395 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 8396 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 8397 | 0x18; |
| 8398 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 8399 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 8400 | 0x28; |
| 8401 | static constexpr dart::compiler::target::word |
| 8402 | FunctionType_named_parameter_names_offset = 0x40; |
| 8403 | static constexpr dart::compiler::target::word |
| 8404 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 8405 | static constexpr dart::compiler::target::word |
| 8406 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 8407 | static constexpr dart::compiler::target::word |
| 8408 | FunctionType_parameter_types_offset = 0x38; |
| 8409 | static constexpr dart::compiler::target::word |
| 8410 | FunctionType_type_parameters_offset = 0x28; |
| 8411 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 8412 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 8413 | static constexpr dart::compiler::target::word |
| 8414 | TypeArguments_instantiations_offset = 0x8; |
| 8415 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 8416 | 0x10; |
| 8417 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 8418 | 0x20; |
| 8419 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 8420 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 8421 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 8422 | 0x10; |
| 8423 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 8424 | 0x18; |
| 8425 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 8426 | 0x20; |
| 8427 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 8428 | 0x10; |
| 8429 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 8430 | 0x18; |
| 8431 | static constexpr dart::compiler::target::word |
| 8432 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 8433 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 8434 | static constexpr dart::compiler::target::word |
| 8435 | UnhandledException_exception_offset = 0x8; |
| 8436 | static constexpr dart::compiler::target::word |
| 8437 | UnhandledException_stacktrace_offset = 0x10; |
| 8438 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 8439 | static constexpr dart::compiler::target::word |
| 8440 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 8441 | static constexpr dart::compiler::target::word |
| 8442 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 8443 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 8444 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 8445 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 8446 | static constexpr dart::compiler::target::word |
| 8447 | WeakReference_type_arguments_offset = 0x10; |
| 8448 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 8449 | 0x8, 0x18, 0x10, 0x20}; |
| 8450 | static constexpr dart::compiler::target::word |
| 8451 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 8452 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, |
| 8453 | 0x618, 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, -1, |
| 8454 | -1, -1, -1, 0x650, 0x658, -1, -1, 0x660, |
| 8455 | 0x668, 0x670, -1, -1, -1, -1, -1, -1}; |
| 8456 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 8457 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 8458 | static constexpr dart::compiler::target::word Array_header_size = 0x18; |
| 8459 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 8460 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 8461 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc0; |
| 8462 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 8463 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 8464 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 8465 | static constexpr dart::compiler::target::word |
| 8466 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 8467 | static constexpr dart::compiler::target::word |
| 8468 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 8469 | static constexpr dart::compiler::target::word Context_header_size = 0x18; |
| 8470 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 8471 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 8472 | 0x18; |
| 8473 | static constexpr dart::compiler::target::word |
| 8474 | ExternalOneByteString_InstanceSize = 0x20; |
| 8475 | static constexpr dart::compiler::target::word |
| 8476 | ExternalTwoByteString_InstanceSize = 0x20; |
| 8477 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 8478 | 0x18; |
| 8479 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 8480 | 0x30; |
| 8481 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 8482 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 8483 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 8484 | 0x40; |
| 8485 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 8486 | 0x30; |
| 8487 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 8488 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 8489 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 8490 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 8491 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 8492 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 8493 | 0x20; |
| 8494 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 8495 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 8496 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 8497 | 0x10; |
| 8498 | static constexpr dart::compiler::target::word |
| 8499 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 8500 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 8501 | 0x30; |
| 8502 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 8503 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 8504 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 8505 | 0x60; |
| 8506 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 8507 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 8508 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 8509 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 8510 | 0x38; |
| 8511 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 8512 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 8513 | 0x30; |
| 8514 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 8515 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 8516 | 0x10; |
| 8517 | static constexpr dart::compiler::target::word |
| 8518 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 8519 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 8520 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 8521 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 8522 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 8523 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 8524 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 8525 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 8526 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x18; |
| 8527 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 8528 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 8529 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 8530 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 8531 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 8532 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 8533 | 0x20; |
| 8534 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 8535 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x38; |
| 8536 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 8537 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 8538 | 0x18; |
| 8539 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 8540 | static constexpr dart::compiler::target::word |
| 8541 | TransferableTypedData_InstanceSize = 0x8; |
| 8542 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 8543 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 8544 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 8545 | 0x28; |
| 8546 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 8547 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 8548 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 8549 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 8550 | 0x18; |
| 8551 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 8552 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 8553 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 8554 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 8555 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 8556 | static constexpr dart::compiler::target::word |
| 8557 | WeakSerializationReference_InstanceSize = 0x18; |
| 8558 | #endif // defined(PRODUCT) && \ |
| 8559 | // defined(TARGET_ARCH_ARM64) && \ |
| 8560 | // !defined(DART_COMPRESSED_POINTERS) |
| 8561 | |
| 8562 | #if defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 8563 | defined(DART_COMPRESSED_POINTERS) |
| 8564 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 8565 | 0x70; |
| 8566 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 8567 | 0x50; |
| 8568 | static constexpr dart::compiler::target::word |
| 8569 | ICData_receivers_static_type_offset = 0x20; |
| 8570 | static constexpr dart::compiler::target::word |
| 8571 | SuspendState_frame_capacity_offset = 0x8; |
| 8572 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 8573 | 0x10; |
| 8574 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 8575 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x90; |
| 8576 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 8577 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 8578 | 0x10; |
| 8579 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 8580 | static constexpr dart::compiler::target::word |
| 8581 | ContextScope_elements_start_offset = 0x10; |
| 8582 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 8583 | static constexpr dart::compiler::target::word |
| 8584 | ExceptionHandlers_elements_start_offset = 0x10; |
| 8585 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 8586 | 0xc; |
| 8587 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 8588 | 0x10; |
| 8589 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 8590 | static constexpr dart::compiler::target::word |
| 8591 | OneByteString_elements_start_offset = 0x10; |
| 8592 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 8593 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 8594 | 0x10; |
| 8595 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 8596 | static constexpr dart::compiler::target::word |
| 8597 | TypeArguments_elements_start_offset = 0x18; |
| 8598 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 8599 | static constexpr dart::compiler::target::word |
| 8600 | TwoByteString_elements_start_offset = 0x10; |
| 8601 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 8602 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 8603 | 0x10; |
| 8604 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 8605 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 8606 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 8607 | 0xfffc; |
| 8608 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 8609 | static constexpr dart::compiler::target::word |
| 8610 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 8611 | static constexpr dart::compiler::target::word |
| 8612 | Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 8613 | static constexpr dart::compiler::target::word |
| 8614 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 8615 | static constexpr dart::compiler::target::word |
| 8616 | Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 8617 | static constexpr dart::compiler::target::word |
| 8618 | Instructions_kBarePayloadAlignment = 0x4; |
| 8619 | static constexpr dart::compiler::target::word |
| 8620 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 8621 | static constexpr dart::compiler::target::word |
| 8622 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 8623 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 8624 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 8625 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 8626 | 0x3fff; |
| 8627 | static constexpr dart::compiler::target::word |
| 8628 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 8629 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 8630 | 0x3fff; |
| 8631 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 8632 | 0xffff; |
| 8633 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 8634 | 0xffff; |
| 8635 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 8636 | static constexpr dart::compiler::target::word |
| 8637 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 8638 | static constexpr dart::compiler::target::word |
| 8639 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 8640 | static constexpr dart::compiler::target::word |
| 8641 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 8642 | static constexpr dart::compiler::target::word |
| 8643 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 8644 | static constexpr dart::compiler::target::word |
| 8645 | SubtypeTestCache_kDestinationType = 0x6; |
| 8646 | static constexpr dart::compiler::target::word |
| 8647 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 8648 | static constexpr dart::compiler::target::word |
| 8649 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 8650 | static constexpr dart::compiler::target::word |
| 8651 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 8652 | static constexpr dart::compiler::target::word |
| 8653 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 8654 | static constexpr dart::compiler::target::word |
| 8655 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 8656 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 8657 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 8658 | 0x7; |
| 8659 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 8660 | 0xfffffff; |
| 8661 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 8662 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x1c; |
| 8663 | static constexpr dart::compiler::target::word |
| 8664 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 8665 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 8666 | 0x14; |
| 8667 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 8668 | 0x18; |
| 8669 | static constexpr dart::compiler::target::word |
| 8670 | ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 8671 | static constexpr dart::compiler::target::word |
| 8672 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 8673 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 8674 | 0x0; |
| 8675 | static constexpr dart::compiler::target::word |
| 8676 | ArgumentsDescriptor_position_offset = 0x4; |
| 8677 | static constexpr dart::compiler::target::word |
| 8678 | ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 8679 | static constexpr dart::compiler::target::word |
| 8680 | ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 8681 | static constexpr dart::compiler::target::word Array_data_offset = 0x10; |
| 8682 | static constexpr dart::compiler::target::word Array_length_offset = 0xc; |
| 8683 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 8684 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 8685 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 8686 | 0x34; |
| 8687 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 8688 | 0x60; |
| 8689 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x2c; |
| 8690 | static constexpr dart::compiler::target::word |
| 8691 | Class_host_type_arguments_field_offset_in_words_offset = 0x6c; |
| 8692 | static constexpr dart::compiler::target::word Closure_context_offset = 0x18; |
| 8693 | static constexpr dart::compiler::target::word |
| 8694 | Closure_delayed_type_arguments_offset = 0x10; |
| 8695 | static constexpr dart::compiler::target::word Closure_function_offset = 0x14; |
| 8696 | static constexpr dart::compiler::target::word |
| 8697 | Closure_function_type_arguments_offset = 0xc; |
| 8698 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x1c; |
| 8699 | static constexpr dart::compiler::target::word |
| 8700 | Closure_instantiator_type_arguments_offset = 0x8; |
| 8701 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 8702 | 0x14; |
| 8703 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 8704 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 8705 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 8706 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 8707 | 0x8; |
| 8708 | static constexpr dart::compiler::target::word Context_parent_offset = 0xc; |
| 8709 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 8710 | static constexpr dart::compiler::target::word |
| 8711 | ExternalOneByteString_external_data_offset = 0x10; |
| 8712 | static constexpr dart::compiler::target::word |
| 8713 | ExternalTwoByteString_external_data_offset = 0x10; |
| 8714 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 8715 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 8716 | static constexpr dart::compiler::target::word |
| 8717 | Field_initializer_function_offset = 0x14; |
| 8718 | static constexpr dart::compiler::target::word |
| 8719 | Field_host_offset_or_field_id_offset = 0x18; |
| 8720 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x2c; |
| 8721 | static constexpr dart::compiler::target::word |
| 8722 | Field_guarded_list_length_in_object_offset_offset = 0x38; |
| 8723 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 8724 | 0x1c; |
| 8725 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x30; |
| 8726 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x3a; |
| 8727 | static constexpr dart::compiler::target::word Function_code_offset = 0x2c; |
| 8728 | static constexpr dart::compiler::target::word Function_data_offset = 0x24; |
| 8729 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 8730 | 0x8, 0x10}; |
| 8731 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x48; |
| 8732 | static constexpr dart::compiler::target::word Function_signature_offset = 0x20; |
| 8733 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 8734 | 0x8; |
| 8735 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 8736 | 0x10; |
| 8737 | static constexpr dart::compiler::target::word |
| 8738 | GrowableObjectArray_length_offset = 0xc; |
| 8739 | static constexpr dart::compiler::target::word |
| 8740 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 8741 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 8742 | static constexpr dart::compiler::target::word |
| 8743 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 8744 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 8745 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 8746 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 8747 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 8748 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 8749 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 8750 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 8751 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 8752 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 8753 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 8754 | 0x20; |
| 8755 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 8756 | 0x10; |
| 8757 | static constexpr dart::compiler::target::word |
| 8758 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 8759 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 8760 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x10; |
| 8761 | static constexpr dart::compiler::target::word |
| 8762 | ImmutableLinkedHashBase_data_offset = 0x10; |
| 8763 | static constexpr dart::compiler::target::word |
| 8764 | LinkedHashBase_deleted_keys_offset = 0x18; |
| 8765 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 8766 | 0xc; |
| 8767 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 8768 | 0x1c; |
| 8769 | static constexpr dart::compiler::target::word |
| 8770 | LinkedHashBase_type_arguments_offset = 0x8; |
| 8771 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 8772 | 0x14; |
| 8773 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 8774 | static constexpr dart::compiler::target::word |
| 8775 | MarkingStackBlock_pointers_offset = 0x10; |
| 8776 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 8777 | 0x8; |
| 8778 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 8779 | 0x18; |
| 8780 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 8781 | 0x20; |
| 8782 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 8783 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 8784 | 0x8; |
| 8785 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 8786 | 0x10; |
| 8787 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 8788 | 0x18; |
| 8789 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 8790 | 0x0; |
| 8791 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 8792 | 0x180; |
| 8793 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 8794 | 0x128; |
| 8795 | static constexpr dart::compiler::target::word |
| 8796 | ObjectStore_record_field_names_offset = 0x3f8; |
| 8797 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 8798 | 0x1a8; |
| 8799 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 8800 | 0x108; |
| 8801 | static constexpr dart::compiler::target::word |
| 8802 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 8803 | static constexpr dart::compiler::target::word |
| 8804 | ObjectStore_suspend_state_await_offset = 0x448; |
| 8805 | static constexpr dart::compiler::target::word |
| 8806 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 8807 | static constexpr dart::compiler::target::word |
| 8808 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 8809 | static constexpr dart::compiler::target::word |
| 8810 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 8811 | static constexpr dart::compiler::target::word |
| 8812 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 8813 | static constexpr dart::compiler::target::word |
| 8814 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 8815 | static constexpr dart::compiler::target::word |
| 8816 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 8817 | static constexpr dart::compiler::target::word |
| 8818 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 8819 | static constexpr dart::compiler::target::word |
| 8820 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 8821 | static constexpr dart::compiler::target::word |
| 8822 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 8823 | static constexpr dart::compiler::target::word |
| 8824 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 8825 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 8826 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 8827 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 8828 | 0x10; |
| 8829 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 8830 | 0x8; |
| 8831 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0xc; |
| 8832 | static constexpr dart::compiler::target::word Record_shape_offset = 0xc; |
| 8833 | static constexpr dart::compiler::target::word |
| 8834 | SingleTargetCache_entry_point_offset = 0x10; |
| 8835 | static constexpr dart::compiler::target::word |
| 8836 | SingleTargetCache_lower_limit_offset = 0x18; |
| 8837 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 8838 | 0x8; |
| 8839 | static constexpr dart::compiler::target::word |
| 8840 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 8841 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 8842 | 0x10; |
| 8843 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 8844 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 8845 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 8846 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 8847 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 8848 | 0x8; |
| 8849 | static constexpr dart::compiler::target::word |
| 8850 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 8851 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 8852 | 0x2; |
| 8853 | static constexpr dart::compiler::target::word |
| 8854 | SuspendState_error_callback_offset = 0x28; |
| 8855 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 8856 | 0x10; |
| 8857 | static constexpr dart::compiler::target::word |
| 8858 | SuspendState_function_data_offset = 0x20; |
| 8859 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 8860 | 0x30; |
| 8861 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 8862 | static constexpr dart::compiler::target::word |
| 8863 | SuspendState_then_callback_offset = 0x24; |
| 8864 | static constexpr dart::compiler::target::word |
| 8865 | Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 8866 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 8867 | 0x6e8; |
| 8868 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 8869 | 0x6f0; |
| 8870 | static constexpr dart::compiler::target::word |
| 8871 | Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 8872 | static constexpr dart::compiler::target::word |
| 8873 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 8874 | static constexpr dart::compiler::target::word |
| 8875 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 8876 | static constexpr dart::compiler::target::word |
| 8877 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 8878 | static constexpr dart::compiler::target::word |
| 8879 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 8880 | static constexpr dart::compiler::target::word |
| 8881 | Thread_allocate_object_entry_point_offset = 0x210; |
| 8882 | static constexpr dart::compiler::target::word |
| 8883 | Thread_allocate_object_stub_offset = 0x128; |
| 8884 | static constexpr dart::compiler::target::word |
| 8885 | Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 8886 | static constexpr dart::compiler::target::word |
| 8887 | Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 8888 | static constexpr dart::compiler::target::word |
| 8889 | Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 8890 | static constexpr dart::compiler::target::word |
| 8891 | Thread_allocate_object_slow_stub_offset = 0x138; |
| 8892 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 8893 | 0x728; |
| 8894 | static constexpr dart::compiler::target::word |
| 8895 | Thread_async_exception_handler_stub_offset = 0x140; |
| 8896 | static constexpr dart::compiler::target::word |
| 8897 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 8898 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x80; |
| 8899 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x78; |
| 8900 | static constexpr dart::compiler::target::word |
| 8901 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 8902 | static constexpr dart::compiler::target::word |
| 8903 | Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 8904 | static constexpr dart::compiler::target::word |
| 8905 | Thread_call_to_runtime_stub_offset = 0xb0; |
| 8906 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x760; |
| 8907 | static constexpr dart::compiler::target::word |
| 8908 | Thread_dispatch_table_array_offset = 0x60; |
| 8909 | static constexpr dart::compiler::target::word |
| 8910 | Thread_double_truncate_round_supported_offset = 0x730; |
| 8911 | static constexpr dart::compiler::target::word |
| 8912 | Thread_service_extension_stream_offset = 0x768; |
| 8913 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 8914 | 0x248; |
| 8915 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 8916 | 0x198; |
| 8917 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 8918 | 0x250; |
| 8919 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 8920 | 0x1a0; |
| 8921 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 8922 | 0x2a0; |
| 8923 | static constexpr dart::compiler::target::word |
| 8924 | Thread_double_negate_address_offset = 0x298; |
| 8925 | static constexpr dart::compiler::target::word Thread_end_offset = 0x58; |
| 8926 | static constexpr dart::compiler::target::word |
| 8927 | Thread_enter_safepoint_stub_offset = 0x1c8; |
| 8928 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 8929 | 0x710; |
| 8930 | static constexpr dart::compiler::target::word |
| 8931 | Thread_exit_safepoint_stub_offset = 0x1d0; |
| 8932 | static constexpr dart::compiler::target::word |
| 8933 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 8934 | static constexpr dart::compiler::target::word |
| 8935 | Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 8936 | static constexpr dart::compiler::target::word |
| 8937 | Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 8938 | static constexpr dart::compiler::target::word |
| 8939 | Thread_fix_allocation_stub_code_offset = 0xa0; |
| 8940 | static constexpr dart::compiler::target::word |
| 8941 | Thread_fix_callers_target_code_offset = 0x98; |
| 8942 | static constexpr dart::compiler::target::word |
| 8943 | Thread_float_absolute_address_offset = 0x2b8; |
| 8944 | static constexpr dart::compiler::target::word |
| 8945 | Thread_float_negate_address_offset = 0x2b0; |
| 8946 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 8947 | 0x2a8; |
| 8948 | static constexpr dart::compiler::target::word |
| 8949 | Thread_float_zerow_address_offset = 0x2c0; |
| 8950 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 8951 | 0x6f8; |
| 8952 | static constexpr dart::compiler::target::word |
| 8953 | Thread_invoke_dart_code_stub_offset = 0xa8; |
| 8954 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 8955 | 0x720; |
| 8956 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x690; |
| 8957 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 8958 | 0x698; |
| 8959 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 8960 | 0x68; |
| 8961 | static constexpr dart::compiler::target::word |
| 8962 | Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 8963 | static constexpr dart::compiler::target::word |
| 8964 | Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 8965 | static constexpr dart::compiler::target::word |
| 8966 | Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 8967 | static constexpr dart::compiler::target::word |
| 8968 | Thread_marking_stack_block_offset = 0x6c0; |
| 8969 | static constexpr dart::compiler::target::word |
| 8970 | Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 8971 | static constexpr dart::compiler::target::word |
| 8972 | Thread_switchable_call_miss_entry_offset = 0x240; |
| 8973 | static constexpr dart::compiler::target::word |
| 8974 | Thread_switchable_call_miss_stub_offset = 0x178; |
| 8975 | static constexpr dart::compiler::target::word |
| 8976 | Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 8977 | static constexpr dart::compiler::target::word |
| 8978 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xc0; |
| 8979 | static constexpr dart::compiler::target::word |
| 8980 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb8; |
| 8981 | static constexpr dart::compiler::target::word |
| 8982 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 8983 | static constexpr dart::compiler::target::word |
| 8984 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 8985 | static constexpr dart::compiler::target::word |
| 8986 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 8987 | static constexpr dart::compiler::target::word |
| 8988 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 8989 | static constexpr dart::compiler::target::word |
| 8990 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 8991 | static constexpr dart::compiler::target::word |
| 8992 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 8993 | static constexpr dart::compiler::target::word |
| 8994 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 8995 | static constexpr dart::compiler::target::word |
| 8996 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 8997 | static constexpr dart::compiler::target::word |
| 8998 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 8999 | static constexpr dart::compiler::target::word |
| 9000 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 9001 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x148; |
| 9002 | static constexpr dart::compiler::target::word |
| 9003 | Thread_return_async_not_future_stub_offset = 0x158; |
| 9004 | static constexpr dart::compiler::target::word |
| 9005 | Thread_return_async_star_stub_offset = 0x160; |
| 9006 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 9007 | 0x150; |
| 9008 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x70; |
| 9009 | static constexpr dart::compiler::target::word |
| 9010 | Thread_predefined_symbols_address_offset = 0x288; |
| 9011 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x700; |
| 9012 | static constexpr dart::compiler::target::word |
| 9013 | Thread_saved_shadow_call_stack_offset = 0x708; |
| 9014 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 9015 | 0x718; |
| 9016 | static constexpr dart::compiler::target::word |
| 9017 | Thread_slow_type_test_stub_offset = 0x1b8; |
| 9018 | static constexpr dart::compiler::target::word |
| 9019 | Thread_slow_type_test_entry_point_offset = 0x268; |
| 9020 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 9021 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 9022 | 0x6a0; |
| 9023 | static constexpr dart::compiler::target::word |
| 9024 | Thread_stack_overflow_flags_offset = 0x6a8; |
| 9025 | static constexpr dart::compiler::target::word |
| 9026 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 9027 | static constexpr dart::compiler::target::word |
| 9028 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 9029 | static constexpr dart::compiler::target::word |
| 9030 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x228; |
| 9031 | static constexpr dart::compiler::target::word |
| 9032 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 9033 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 9034 | 0x6b8; |
| 9035 | static constexpr dart::compiler::target::word |
| 9036 | Thread_suspend_state_await_entry_point_offset = 0x640; |
| 9037 | static constexpr dart::compiler::target::word |
| 9038 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x648; |
| 9039 | static constexpr dart::compiler::target::word |
| 9040 | Thread_suspend_state_init_async_entry_point_offset = 0x638; |
| 9041 | static constexpr dart::compiler::target::word |
| 9042 | Thread_suspend_state_return_async_entry_point_offset = 0x650; |
| 9043 | static constexpr dart::compiler::target::word |
| 9044 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x658; |
| 9045 | static constexpr dart::compiler::target::word |
| 9046 | Thread_suspend_state_init_async_star_entry_point_offset = 0x660; |
| 9047 | static constexpr dart::compiler::target::word |
| 9048 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x668; |
| 9049 | static constexpr dart::compiler::target::word |
| 9050 | Thread_suspend_state_return_async_star_entry_point_offset = 0x670; |
| 9051 | static constexpr dart::compiler::target::word |
| 9052 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x678; |
| 9053 | static constexpr dart::compiler::target::word |
| 9054 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x680; |
| 9055 | static constexpr dart::compiler::target::word |
| 9056 | Thread_suspend_state_handle_exception_entry_point_offset = 0x688; |
| 9057 | static constexpr dart::compiler::target::word |
| 9058 | Thread_top_exit_frame_info_offset = 0x6b0; |
| 9059 | static constexpr dart::compiler::target::word Thread_top_offset = 0x50; |
| 9060 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 9061 | static constexpr dart::compiler::target::word |
| 9062 | Thread_unboxed_runtime_arg_offset = 0x6d8; |
| 9063 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x6d0; |
| 9064 | static constexpr dart::compiler::target::word |
| 9065 | Thread_write_barrier_entry_point_offset = 0x1e8; |
| 9066 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 9067 | 0x40; |
| 9068 | static constexpr dart::compiler::target::word Thread_heap_base_offset = 0x48; |
| 9069 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 9070 | 0x738; |
| 9071 | static constexpr dart::compiler::target::word Thread_random_offset = 0x740; |
| 9072 | static constexpr dart::compiler::target::word |
| 9073 | Thread_jump_to_frame_entry_point_offset = 0x260; |
| 9074 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x748; |
| 9075 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 9076 | 0x0; |
| 9077 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 9078 | 0x8; |
| 9079 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 9080 | 0x10; |
| 9081 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 9082 | 0x18; |
| 9083 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 9084 | 0x20; |
| 9085 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 9086 | 0x10; |
| 9087 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 9088 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x20; |
| 9089 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 9090 | 0x24; |
| 9091 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x20; |
| 9092 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 9093 | 0x18; |
| 9094 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 9095 | 0x14; |
| 9096 | static constexpr dart::compiler::target::word |
| 9097 | FinalizerBase_entries_collected_offset = 0x1c; |
| 9098 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 9099 | 0x8; |
| 9100 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 9101 | 0xc; |
| 9102 | static constexpr dart::compiler::target::word |
| 9103 | FinalizerEntry_external_size_offset = 0x20; |
| 9104 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 9105 | 0x14; |
| 9106 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x18; |
| 9107 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 9108 | 0x10; |
| 9109 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 9110 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 9111 | 0x20; |
| 9112 | static constexpr dart::compiler::target::word |
| 9113 | FunctionType_named_parameter_names_offset = 0x2c; |
| 9114 | static constexpr dart::compiler::target::word |
| 9115 | FunctionType_packed_parameter_counts_offset = 0x30; |
| 9116 | static constexpr dart::compiler::target::word |
| 9117 | FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 9118 | static constexpr dart::compiler::target::word |
| 9119 | FunctionType_parameter_types_offset = 0x28; |
| 9120 | static constexpr dart::compiler::target::word |
| 9121 | FunctionType_type_parameters_offset = 0x20; |
| 9122 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x26; |
| 9123 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x10; |
| 9124 | static constexpr dart::compiler::target::word |
| 9125 | TypeArguments_instantiations_offset = 0x8; |
| 9126 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0xc; |
| 9127 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 9128 | 0x14; |
| 9129 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x18; |
| 9130 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 9131 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0xc; |
| 9132 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 9133 | 0x10; |
| 9134 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 9135 | 0x14; |
| 9136 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 9137 | 0x14; |
| 9138 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 9139 | 0x18; |
| 9140 | static constexpr dart::compiler::target::word |
| 9141 | TypedDataView_offset_in_bytes_offset = 0x1c; |
| 9142 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 9143 | static constexpr dart::compiler::target::word |
| 9144 | UnhandledException_exception_offset = 0x8; |
| 9145 | static constexpr dart::compiler::target::word |
| 9146 | UnhandledException_stacktrace_offset = 0xc; |
| 9147 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 9148 | static constexpr dart::compiler::target::word |
| 9149 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 9150 | static constexpr dart::compiler::target::word |
| 9151 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 9152 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 9153 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0xc; |
| 9154 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 9155 | static constexpr dart::compiler::target::word |
| 9156 | WeakReference_type_arguments_offset = 0xc; |
| 9157 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 9158 | 0x8, 0x18, 0x10, 0x20}; |
| 9159 | static constexpr dart::compiler::target::word |
| 9160 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 9161 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, -1, -1, 0x600, 0x608, |
| 9162 | 0x610, 0x618, 0x620, -1, 0x628, 0x630, -1, -1}; |
| 9163 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x20; |
| 9164 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 9165 | static constexpr dart::compiler::target::word Array_header_size = 0x10; |
| 9166 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 9167 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 9168 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x78; |
| 9169 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x20; |
| 9170 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x18; |
| 9171 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 9172 | static constexpr dart::compiler::target::word |
| 9173 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 9174 | static constexpr dart::compiler::target::word |
| 9175 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 9176 | static constexpr dart::compiler::target::word Context_header_size = 0x10; |
| 9177 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 9178 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 9179 | 0x18; |
| 9180 | static constexpr dart::compiler::target::word |
| 9181 | ExternalOneByteString_InstanceSize = 0x20; |
| 9182 | static constexpr dart::compiler::target::word |
| 9183 | ExternalTwoByteString_InstanceSize = 0x20; |
| 9184 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 9185 | 0x18; |
| 9186 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 9187 | 0x20; |
| 9188 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x40; |
| 9189 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x28; |
| 9190 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 9191 | 0x28; |
| 9192 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 9193 | 0x28; |
| 9194 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 9195 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 9196 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x60; |
| 9197 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x38; |
| 9198 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 9199 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 9200 | 0x18; |
| 9201 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 9202 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 9203 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 9204 | 0x10; |
| 9205 | static constexpr dart::compiler::target::word |
| 9206 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 9207 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 9208 | 0x30; |
| 9209 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 9210 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 9211 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 9212 | 0x38; |
| 9213 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x20; |
| 9214 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x70; |
| 9215 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x18; |
| 9216 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 9217 | 0x20; |
| 9218 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 9219 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 9220 | 0x30; |
| 9221 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 9222 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 9223 | 0x10; |
| 9224 | static constexpr dart::compiler::target::word |
| 9225 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 9226 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x18; |
| 9227 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 9228 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 9229 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 9230 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x20; |
| 9231 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 9232 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 9233 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x10; |
| 9234 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x28; |
| 9235 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x50; |
| 9236 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x38; |
| 9237 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 9238 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 9239 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 9240 | 0x20; |
| 9241 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x18; |
| 9242 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x30; |
| 9243 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 9244 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 9245 | 0x18; |
| 9246 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x18; |
| 9247 | static constexpr dart::compiler::target::word |
| 9248 | TransferableTypedData_InstanceSize = 0x8; |
| 9249 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x28; |
| 9250 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x28; |
| 9251 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 9252 | 0x18; |
| 9253 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 9254 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 9255 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x20; |
| 9256 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 9257 | 0x10; |
| 9258 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 9259 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x10; |
| 9260 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 9261 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x18; |
| 9262 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x18; |
| 9263 | static constexpr dart::compiler::target::word |
| 9264 | WeakSerializationReference_InstanceSize = 0x10; |
| 9265 | #endif // defined(PRODUCT) && \ |
| 9266 | // defined(TARGET_ARCH_X64) && \ |
| 9267 | // defined(DART_COMPRESSED_POINTERS) |
| 9268 | |
| 9269 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 9270 | defined(DART_COMPRESSED_POINTERS) |
| 9271 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 9272 | 0x70; |
| 9273 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 9274 | 0x50; |
| 9275 | static constexpr dart::compiler::target::word |
| 9276 | ICData_receivers_static_type_offset = 0x20; |
| 9277 | static constexpr dart::compiler::target::word |
| 9278 | SuspendState_frame_capacity_offset = 0x8; |
| 9279 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 9280 | 0x10; |
| 9281 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 9282 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x90; |
| 9283 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 9284 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 9285 | 0x10; |
| 9286 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 9287 | static constexpr dart::compiler::target::word |
| 9288 | ContextScope_elements_start_offset = 0x10; |
| 9289 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 9290 | static constexpr dart::compiler::target::word |
| 9291 | ExceptionHandlers_elements_start_offset = 0x10; |
| 9292 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 9293 | 0xc; |
| 9294 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 9295 | 0x10; |
| 9296 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 9297 | static constexpr dart::compiler::target::word |
| 9298 | OneByteString_elements_start_offset = 0x10; |
| 9299 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 9300 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 9301 | 0x10; |
| 9302 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 9303 | static constexpr dart::compiler::target::word |
| 9304 | TypeArguments_elements_start_offset = 0x18; |
| 9305 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 9306 | static constexpr dart::compiler::target::word |
| 9307 | TwoByteString_elements_start_offset = 0x10; |
| 9308 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 9309 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 9310 | 0x10; |
| 9311 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 9312 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 9313 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 9314 | 0xfffc; |
| 9315 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 9316 | static constexpr dart::compiler::target::word |
| 9317 | Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 9318 | static constexpr dart::compiler::target::word |
| 9319 | Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 9320 | static constexpr dart::compiler::target::word |
| 9321 | Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 9322 | static constexpr dart::compiler::target::word |
| 9323 | Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 9324 | static constexpr dart::compiler::target::word |
| 9325 | Instructions_kBarePayloadAlignment = 0x4; |
| 9326 | static constexpr dart::compiler::target::word |
| 9327 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 9328 | static constexpr dart::compiler::target::word |
| 9329 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 9330 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 9331 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 9332 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 9333 | 0x3fff; |
| 9334 | static constexpr dart::compiler::target::word |
| 9335 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 9336 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 9337 | 0x3fff; |
| 9338 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 9339 | 0xffff; |
| 9340 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 9341 | 0xffff; |
| 9342 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 9343 | static constexpr dart::compiler::target::word |
| 9344 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 9345 | static constexpr dart::compiler::target::word |
| 9346 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 9347 | static constexpr dart::compiler::target::word |
| 9348 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 9349 | static constexpr dart::compiler::target::word |
| 9350 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 9351 | static constexpr dart::compiler::target::word |
| 9352 | SubtypeTestCache_kDestinationType = 0x6; |
| 9353 | static constexpr dart::compiler::target::word |
| 9354 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 9355 | static constexpr dart::compiler::target::word |
| 9356 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 9357 | static constexpr dart::compiler::target::word |
| 9358 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 9359 | static constexpr dart::compiler::target::word |
| 9360 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 9361 | static constexpr dart::compiler::target::word |
| 9362 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 9363 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 9364 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 9365 | 0x7; |
| 9366 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 9367 | 0xfffffff; |
| 9368 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 9369 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x1c; |
| 9370 | static constexpr dart::compiler::target::word |
| 9371 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 9372 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 9373 | 0x14; |
| 9374 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 9375 | 0x18; |
| 9376 | static constexpr dart::compiler::target::word |
| 9377 | ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 9378 | static constexpr dart::compiler::target::word |
| 9379 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 9380 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 9381 | 0x0; |
| 9382 | static constexpr dart::compiler::target::word |
| 9383 | ArgumentsDescriptor_position_offset = 0x4; |
| 9384 | static constexpr dart::compiler::target::word |
| 9385 | ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 9386 | static constexpr dart::compiler::target::word |
| 9387 | ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 9388 | static constexpr dart::compiler::target::word Array_data_offset = 0x10; |
| 9389 | static constexpr dart::compiler::target::word Array_length_offset = 0xc; |
| 9390 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 9391 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 9392 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 9393 | 0x34; |
| 9394 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 9395 | 0x60; |
| 9396 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x2c; |
| 9397 | static constexpr dart::compiler::target::word |
| 9398 | Class_host_type_arguments_field_offset_in_words_offset = 0x6c; |
| 9399 | static constexpr dart::compiler::target::word Closure_context_offset = 0x18; |
| 9400 | static constexpr dart::compiler::target::word |
| 9401 | Closure_delayed_type_arguments_offset = 0x10; |
| 9402 | static constexpr dart::compiler::target::word Closure_function_offset = 0x14; |
| 9403 | static constexpr dart::compiler::target::word |
| 9404 | Closure_function_type_arguments_offset = 0xc; |
| 9405 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x1c; |
| 9406 | static constexpr dart::compiler::target::word |
| 9407 | Closure_instantiator_type_arguments_offset = 0x8; |
| 9408 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 9409 | 0x14; |
| 9410 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 9411 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 9412 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 9413 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 9414 | 0x8; |
| 9415 | static constexpr dart::compiler::target::word Context_parent_offset = 0xc; |
| 9416 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 9417 | static constexpr dart::compiler::target::word |
| 9418 | ExternalOneByteString_external_data_offset = 0x10; |
| 9419 | static constexpr dart::compiler::target::word |
| 9420 | ExternalTwoByteString_external_data_offset = 0x10; |
| 9421 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 9422 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 9423 | static constexpr dart::compiler::target::word |
| 9424 | Field_initializer_function_offset = 0x14; |
| 9425 | static constexpr dart::compiler::target::word |
| 9426 | Field_host_offset_or_field_id_offset = 0x18; |
| 9427 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x2c; |
| 9428 | static constexpr dart::compiler::target::word |
| 9429 | Field_guarded_list_length_in_object_offset_offset = 0x38; |
| 9430 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 9431 | 0x1c; |
| 9432 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x30; |
| 9433 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x3a; |
| 9434 | static constexpr dart::compiler::target::word Function_code_offset = 0x2c; |
| 9435 | static constexpr dart::compiler::target::word Function_data_offset = 0x24; |
| 9436 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 9437 | 0x8, 0x10}; |
| 9438 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x48; |
| 9439 | static constexpr dart::compiler::target::word Function_signature_offset = 0x20; |
| 9440 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 9441 | 0x8; |
| 9442 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 9443 | 0x10; |
| 9444 | static constexpr dart::compiler::target::word |
| 9445 | GrowableObjectArray_length_offset = 0xc; |
| 9446 | static constexpr dart::compiler::target::word |
| 9447 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 9448 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 9449 | static constexpr dart::compiler::target::word |
| 9450 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 9451 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 9452 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 9453 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 9454 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 9455 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 9456 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 9457 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 9458 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 9459 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 9460 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 9461 | 0x20; |
| 9462 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 9463 | 0x10; |
| 9464 | static constexpr dart::compiler::target::word |
| 9465 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 9466 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 9467 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x10; |
| 9468 | static constexpr dart::compiler::target::word |
| 9469 | ImmutableLinkedHashBase_data_offset = 0x10; |
| 9470 | static constexpr dart::compiler::target::word |
| 9471 | LinkedHashBase_deleted_keys_offset = 0x18; |
| 9472 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 9473 | 0xc; |
| 9474 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 9475 | 0x1c; |
| 9476 | static constexpr dart::compiler::target::word |
| 9477 | LinkedHashBase_type_arguments_offset = 0x8; |
| 9478 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 9479 | 0x14; |
| 9480 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 9481 | static constexpr dart::compiler::target::word |
| 9482 | MarkingStackBlock_pointers_offset = 0x10; |
| 9483 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 9484 | 0x8; |
| 9485 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 9486 | 0x18; |
| 9487 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 9488 | 0x20; |
| 9489 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 9490 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 9491 | 0x8; |
| 9492 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 9493 | 0x10; |
| 9494 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 9495 | 0x18; |
| 9496 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 9497 | 0x0; |
| 9498 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 9499 | 0x180; |
| 9500 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 9501 | 0x128; |
| 9502 | static constexpr dart::compiler::target::word |
| 9503 | ObjectStore_record_field_names_offset = 0x3f8; |
| 9504 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 9505 | 0x1a8; |
| 9506 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 9507 | 0x108; |
| 9508 | static constexpr dart::compiler::target::word |
| 9509 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 9510 | static constexpr dart::compiler::target::word |
| 9511 | ObjectStore_suspend_state_await_offset = 0x448; |
| 9512 | static constexpr dart::compiler::target::word |
| 9513 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 9514 | static constexpr dart::compiler::target::word |
| 9515 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 9516 | static constexpr dart::compiler::target::word |
| 9517 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 9518 | static constexpr dart::compiler::target::word |
| 9519 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 9520 | static constexpr dart::compiler::target::word |
| 9521 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 9522 | static constexpr dart::compiler::target::word |
| 9523 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 9524 | static constexpr dart::compiler::target::word |
| 9525 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 9526 | static constexpr dart::compiler::target::word |
| 9527 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 9528 | static constexpr dart::compiler::target::word |
| 9529 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 9530 | static constexpr dart::compiler::target::word |
| 9531 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 9532 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 9533 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 9534 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 9535 | 0x10; |
| 9536 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 9537 | 0x8; |
| 9538 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0xc; |
| 9539 | static constexpr dart::compiler::target::word Record_shape_offset = 0xc; |
| 9540 | static constexpr dart::compiler::target::word |
| 9541 | SingleTargetCache_entry_point_offset = 0x10; |
| 9542 | static constexpr dart::compiler::target::word |
| 9543 | SingleTargetCache_lower_limit_offset = 0x18; |
| 9544 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 9545 | 0x8; |
| 9546 | static constexpr dart::compiler::target::word |
| 9547 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 9548 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 9549 | 0x10; |
| 9550 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 9551 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 9552 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 9553 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 9554 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 9555 | 0x8; |
| 9556 | static constexpr dart::compiler::target::word |
| 9557 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 9558 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 9559 | 0x2; |
| 9560 | static constexpr dart::compiler::target::word |
| 9561 | SuspendState_error_callback_offset = 0x28; |
| 9562 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 9563 | 0x10; |
| 9564 | static constexpr dart::compiler::target::word |
| 9565 | SuspendState_function_data_offset = 0x20; |
| 9566 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 9567 | 0x30; |
| 9568 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 9569 | static constexpr dart::compiler::target::word |
| 9570 | SuspendState_then_callback_offset = 0x24; |
| 9571 | static constexpr dart::compiler::target::word |
| 9572 | Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 9573 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 9574 | 0x730; |
| 9575 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 9576 | 0x738; |
| 9577 | static constexpr dart::compiler::target::word |
| 9578 | Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 9579 | static constexpr dart::compiler::target::word |
| 9580 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 9581 | static constexpr dart::compiler::target::word |
| 9582 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 9583 | static constexpr dart::compiler::target::word |
| 9584 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 9585 | static constexpr dart::compiler::target::word |
| 9586 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 9587 | static constexpr dart::compiler::target::word |
| 9588 | Thread_allocate_object_entry_point_offset = 0x210; |
| 9589 | static constexpr dart::compiler::target::word |
| 9590 | Thread_allocate_object_stub_offset = 0x128; |
| 9591 | static constexpr dart::compiler::target::word |
| 9592 | Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 9593 | static constexpr dart::compiler::target::word |
| 9594 | Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 9595 | static constexpr dart::compiler::target::word |
| 9596 | Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 9597 | static constexpr dart::compiler::target::word |
| 9598 | Thread_allocate_object_slow_stub_offset = 0x138; |
| 9599 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 9600 | 0x770; |
| 9601 | static constexpr dart::compiler::target::word |
| 9602 | Thread_async_exception_handler_stub_offset = 0x140; |
| 9603 | static constexpr dart::compiler::target::word |
| 9604 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 9605 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x80; |
| 9606 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x78; |
| 9607 | static constexpr dart::compiler::target::word |
| 9608 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 9609 | static constexpr dart::compiler::target::word |
| 9610 | Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 9611 | static constexpr dart::compiler::target::word |
| 9612 | Thread_call_to_runtime_stub_offset = 0xb0; |
| 9613 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x7a8; |
| 9614 | static constexpr dart::compiler::target::word |
| 9615 | Thread_dispatch_table_array_offset = 0x60; |
| 9616 | static constexpr dart::compiler::target::word |
| 9617 | Thread_double_truncate_round_supported_offset = 0x778; |
| 9618 | static constexpr dart::compiler::target::word |
| 9619 | Thread_service_extension_stream_offset = 0x7b0; |
| 9620 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 9621 | 0x248; |
| 9622 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 9623 | 0x198; |
| 9624 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 9625 | 0x250; |
| 9626 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 9627 | 0x1a0; |
| 9628 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 9629 | 0x2a0; |
| 9630 | static constexpr dart::compiler::target::word |
| 9631 | Thread_double_negate_address_offset = 0x298; |
| 9632 | static constexpr dart::compiler::target::word Thread_end_offset = 0x58; |
| 9633 | static constexpr dart::compiler::target::word |
| 9634 | Thread_enter_safepoint_stub_offset = 0x1c8; |
| 9635 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 9636 | 0x758; |
| 9637 | static constexpr dart::compiler::target::word |
| 9638 | Thread_exit_safepoint_stub_offset = 0x1d0; |
| 9639 | static constexpr dart::compiler::target::word |
| 9640 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 9641 | static constexpr dart::compiler::target::word |
| 9642 | Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 9643 | static constexpr dart::compiler::target::word |
| 9644 | Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 9645 | static constexpr dart::compiler::target::word |
| 9646 | Thread_fix_allocation_stub_code_offset = 0xa0; |
| 9647 | static constexpr dart::compiler::target::word |
| 9648 | Thread_fix_callers_target_code_offset = 0x98; |
| 9649 | static constexpr dart::compiler::target::word |
| 9650 | Thread_float_absolute_address_offset = 0x2b8; |
| 9651 | static constexpr dart::compiler::target::word |
| 9652 | Thread_float_negate_address_offset = 0x2b0; |
| 9653 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 9654 | 0x2a8; |
| 9655 | static constexpr dart::compiler::target::word |
| 9656 | Thread_float_zerow_address_offset = 0x2c0; |
| 9657 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 9658 | 0x740; |
| 9659 | static constexpr dart::compiler::target::word |
| 9660 | Thread_invoke_dart_code_stub_offset = 0xa8; |
| 9661 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 9662 | 0x768; |
| 9663 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6d8; |
| 9664 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 9665 | 0x6e0; |
| 9666 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 9667 | 0x68; |
| 9668 | static constexpr dart::compiler::target::word |
| 9669 | Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 9670 | static constexpr dart::compiler::target::word |
| 9671 | Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 9672 | static constexpr dart::compiler::target::word |
| 9673 | Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 9674 | static constexpr dart::compiler::target::word |
| 9675 | Thread_marking_stack_block_offset = 0x708; |
| 9676 | static constexpr dart::compiler::target::word |
| 9677 | Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 9678 | static constexpr dart::compiler::target::word |
| 9679 | Thread_switchable_call_miss_entry_offset = 0x240; |
| 9680 | static constexpr dart::compiler::target::word |
| 9681 | Thread_switchable_call_miss_stub_offset = 0x178; |
| 9682 | static constexpr dart::compiler::target::word |
| 9683 | Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 9684 | static constexpr dart::compiler::target::word |
| 9685 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xc0; |
| 9686 | static constexpr dart::compiler::target::word |
| 9687 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb8; |
| 9688 | static constexpr dart::compiler::target::word |
| 9689 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 9690 | static constexpr dart::compiler::target::word |
| 9691 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 9692 | static constexpr dart::compiler::target::word |
| 9693 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 9694 | static constexpr dart::compiler::target::word |
| 9695 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 9696 | static constexpr dart::compiler::target::word |
| 9697 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 9698 | static constexpr dart::compiler::target::word |
| 9699 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 9700 | static constexpr dart::compiler::target::word |
| 9701 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 9702 | static constexpr dart::compiler::target::word |
| 9703 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 9704 | static constexpr dart::compiler::target::word |
| 9705 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 9706 | static constexpr dart::compiler::target::word |
| 9707 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 9708 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x148; |
| 9709 | static constexpr dart::compiler::target::word |
| 9710 | Thread_return_async_not_future_stub_offset = 0x158; |
| 9711 | static constexpr dart::compiler::target::word |
| 9712 | Thread_return_async_star_stub_offset = 0x160; |
| 9713 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 9714 | 0x150; |
| 9715 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x70; |
| 9716 | static constexpr dart::compiler::target::word |
| 9717 | Thread_predefined_symbols_address_offset = 0x288; |
| 9718 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x748; |
| 9719 | static constexpr dart::compiler::target::word |
| 9720 | Thread_saved_shadow_call_stack_offset = 0x750; |
| 9721 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 9722 | 0x760; |
| 9723 | static constexpr dart::compiler::target::word |
| 9724 | Thread_slow_type_test_stub_offset = 0x1b8; |
| 9725 | static constexpr dart::compiler::target::word |
| 9726 | Thread_slow_type_test_entry_point_offset = 0x268; |
| 9727 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 9728 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 9729 | 0x6e8; |
| 9730 | static constexpr dart::compiler::target::word |
| 9731 | Thread_stack_overflow_flags_offset = 0x6f0; |
| 9732 | static constexpr dart::compiler::target::word |
| 9733 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 9734 | static constexpr dart::compiler::target::word |
| 9735 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 9736 | static constexpr dart::compiler::target::word |
| 9737 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x228; |
| 9738 | static constexpr dart::compiler::target::word |
| 9739 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 9740 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 9741 | 0x700; |
| 9742 | static constexpr dart::compiler::target::word |
| 9743 | Thread_suspend_state_await_entry_point_offset = 0x688; |
| 9744 | static constexpr dart::compiler::target::word |
| 9745 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x690; |
| 9746 | static constexpr dart::compiler::target::word |
| 9747 | Thread_suspend_state_init_async_entry_point_offset = 0x680; |
| 9748 | static constexpr dart::compiler::target::word |
| 9749 | Thread_suspend_state_return_async_entry_point_offset = 0x698; |
| 9750 | static constexpr dart::compiler::target::word |
| 9751 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x6a0; |
| 9752 | static constexpr dart::compiler::target::word |
| 9753 | Thread_suspend_state_init_async_star_entry_point_offset = 0x6a8; |
| 9754 | static constexpr dart::compiler::target::word |
| 9755 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x6b0; |
| 9756 | static constexpr dart::compiler::target::word |
| 9757 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6b8; |
| 9758 | static constexpr dart::compiler::target::word |
| 9759 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6c0; |
| 9760 | static constexpr dart::compiler::target::word |
| 9761 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6c8; |
| 9762 | static constexpr dart::compiler::target::word |
| 9763 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6d0; |
| 9764 | static constexpr dart::compiler::target::word |
| 9765 | Thread_top_exit_frame_info_offset = 0x6f8; |
| 9766 | static constexpr dart::compiler::target::word Thread_top_offset = 0x50; |
| 9767 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 9768 | static constexpr dart::compiler::target::word |
| 9769 | Thread_unboxed_runtime_arg_offset = 0x720; |
| 9770 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x718; |
| 9771 | static constexpr dart::compiler::target::word |
| 9772 | Thread_write_barrier_entry_point_offset = 0x1e8; |
| 9773 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 9774 | 0x40; |
| 9775 | static constexpr dart::compiler::target::word Thread_heap_base_offset = 0x48; |
| 9776 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 9777 | 0x780; |
| 9778 | static constexpr dart::compiler::target::word Thread_random_offset = 0x788; |
| 9779 | static constexpr dart::compiler::target::word |
| 9780 | Thread_jump_to_frame_entry_point_offset = 0x260; |
| 9781 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x790; |
| 9782 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 9783 | 0x0; |
| 9784 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 9785 | 0x8; |
| 9786 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 9787 | 0x10; |
| 9788 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 9789 | 0x18; |
| 9790 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 9791 | 0x20; |
| 9792 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 9793 | 0x10; |
| 9794 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 9795 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x20; |
| 9796 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 9797 | 0x24; |
| 9798 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x20; |
| 9799 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 9800 | 0x18; |
| 9801 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 9802 | 0x14; |
| 9803 | static constexpr dart::compiler::target::word |
| 9804 | FinalizerBase_entries_collected_offset = 0x1c; |
| 9805 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 9806 | 0x8; |
| 9807 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 9808 | 0xc; |
| 9809 | static constexpr dart::compiler::target::word |
| 9810 | FinalizerEntry_external_size_offset = 0x20; |
| 9811 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 9812 | 0x14; |
| 9813 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x18; |
| 9814 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 9815 | 0x10; |
| 9816 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 9817 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 9818 | 0x20; |
| 9819 | static constexpr dart::compiler::target::word |
| 9820 | FunctionType_named_parameter_names_offset = 0x2c; |
| 9821 | static constexpr dart::compiler::target::word |
| 9822 | FunctionType_packed_parameter_counts_offset = 0x30; |
| 9823 | static constexpr dart::compiler::target::word |
| 9824 | FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 9825 | static constexpr dart::compiler::target::word |
| 9826 | FunctionType_parameter_types_offset = 0x28; |
| 9827 | static constexpr dart::compiler::target::word |
| 9828 | FunctionType_type_parameters_offset = 0x20; |
| 9829 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x26; |
| 9830 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x10; |
| 9831 | static constexpr dart::compiler::target::word |
| 9832 | TypeArguments_instantiations_offset = 0x8; |
| 9833 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0xc; |
| 9834 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 9835 | 0x14; |
| 9836 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x18; |
| 9837 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 9838 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0xc; |
| 9839 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 9840 | 0x10; |
| 9841 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 9842 | 0x14; |
| 9843 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 9844 | 0x14; |
| 9845 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 9846 | 0x18; |
| 9847 | static constexpr dart::compiler::target::word |
| 9848 | TypedDataView_offset_in_bytes_offset = 0x1c; |
| 9849 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 9850 | static constexpr dart::compiler::target::word |
| 9851 | UnhandledException_exception_offset = 0x8; |
| 9852 | static constexpr dart::compiler::target::word |
| 9853 | UnhandledException_stacktrace_offset = 0xc; |
| 9854 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 9855 | static constexpr dart::compiler::target::word |
| 9856 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 9857 | static constexpr dart::compiler::target::word |
| 9858 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 9859 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 9860 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0xc; |
| 9861 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 9862 | static constexpr dart::compiler::target::word |
| 9863 | WeakReference_type_arguments_offset = 0xc; |
| 9864 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 9865 | 0x8, 0x18, 0x10, 0x20}; |
| 9866 | static constexpr dart::compiler::target::word |
| 9867 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 9868 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, 0x618, |
| 9869 | 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, 0x650, -1, |
| 9870 | -1, -1, -1, 0x658, 0x660, -1, -1, 0x668, |
| 9871 | 0x670, 0x678, -1, -1, -1, -1, -1, -1}; |
| 9872 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x20; |
| 9873 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 9874 | static constexpr dart::compiler::target::word Array_header_size = 0x10; |
| 9875 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 9876 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 9877 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x78; |
| 9878 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x20; |
| 9879 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x18; |
| 9880 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 9881 | static constexpr dart::compiler::target::word |
| 9882 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 9883 | static constexpr dart::compiler::target::word |
| 9884 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 9885 | static constexpr dart::compiler::target::word Context_header_size = 0x10; |
| 9886 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 9887 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 9888 | 0x18; |
| 9889 | static constexpr dart::compiler::target::word |
| 9890 | ExternalOneByteString_InstanceSize = 0x20; |
| 9891 | static constexpr dart::compiler::target::word |
| 9892 | ExternalTwoByteString_InstanceSize = 0x20; |
| 9893 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 9894 | 0x18; |
| 9895 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 9896 | 0x20; |
| 9897 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x40; |
| 9898 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x28; |
| 9899 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 9900 | 0x28; |
| 9901 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 9902 | 0x28; |
| 9903 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 9904 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 9905 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x60; |
| 9906 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x38; |
| 9907 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 9908 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 9909 | 0x18; |
| 9910 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 9911 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 9912 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 9913 | 0x10; |
| 9914 | static constexpr dart::compiler::target::word |
| 9915 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 9916 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 9917 | 0x30; |
| 9918 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 9919 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 9920 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 9921 | 0x38; |
| 9922 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x20; |
| 9923 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x70; |
| 9924 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x18; |
| 9925 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 9926 | 0x20; |
| 9927 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 9928 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 9929 | 0x30; |
| 9930 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 9931 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 9932 | 0x10; |
| 9933 | static constexpr dart::compiler::target::word |
| 9934 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 9935 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x18; |
| 9936 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 9937 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 9938 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 9939 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x20; |
| 9940 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 9941 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 9942 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x10; |
| 9943 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x28; |
| 9944 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x50; |
| 9945 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x38; |
| 9946 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 9947 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 9948 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 9949 | 0x20; |
| 9950 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x18; |
| 9951 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x30; |
| 9952 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 9953 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 9954 | 0x18; |
| 9955 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x18; |
| 9956 | static constexpr dart::compiler::target::word |
| 9957 | TransferableTypedData_InstanceSize = 0x8; |
| 9958 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x28; |
| 9959 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x28; |
| 9960 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 9961 | 0x18; |
| 9962 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 9963 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 9964 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x20; |
| 9965 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 9966 | 0x10; |
| 9967 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 9968 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x10; |
| 9969 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 9970 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x18; |
| 9971 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x18; |
| 9972 | static constexpr dart::compiler::target::word |
| 9973 | WeakSerializationReference_InstanceSize = 0x10; |
| 9974 | #endif // defined(PRODUCT) && \ |
| 9975 | // defined(TARGET_ARCH_ARM64) && \ |
| 9976 | // defined(DART_COMPRESSED_POINTERS) |
| 9977 | |
| 9978 | #if defined(PRODUCT) && defined(TARGET_ARCH_RISCV32) && \ |
| 9979 | !defined(DART_COMPRESSED_POINTERS) |
| 9980 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 9981 | 0x38; |
| 9982 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 9983 | 0x48; |
| 9984 | static constexpr dart::compiler::target::word |
| 9985 | ICData_receivers_static_type_offset = 0x10; |
| 9986 | static constexpr dart::compiler::target::word |
| 9987 | SuspendState_frame_capacity_offset = 0x4; |
| 9988 | static constexpr dart::compiler::target::word Array_elements_start_offset = 0xc; |
| 9989 | static constexpr dart::compiler::target::word Array_element_size = 0x4; |
| 9990 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x4c; |
| 9991 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 9992 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 9993 | 0xc; |
| 9994 | static constexpr dart::compiler::target::word Context_element_size = 0x4; |
| 9995 | static constexpr dart::compiler::target::word |
| 9996 | ContextScope_elements_start_offset = 0xc; |
| 9997 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x24; |
| 9998 | static constexpr dart::compiler::target::word |
| 9999 | ExceptionHandlers_elements_start_offset = 0xc; |
| 10000 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 10001 | 0xc; |
| 10002 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 10003 | 0x8; |
| 10004 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x4; |
| 10005 | static constexpr dart::compiler::target::word |
| 10006 | OneByteString_elements_start_offset = 0xc; |
| 10007 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 10008 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 10009 | 0x8; |
| 10010 | static constexpr dart::compiler::target::word Record_element_size = 0x4; |
| 10011 | static constexpr dart::compiler::target::word |
| 10012 | TypeArguments_elements_start_offset = 0x14; |
| 10013 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x4; |
| 10014 | static constexpr dart::compiler::target::word |
| 10015 | TwoByteString_elements_start_offset = 0xc; |
| 10016 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 10017 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 10018 | 0xc; |
| 10019 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x4; |
| 10020 | static constexpr dart::compiler::target::word Array_kMaxElements = 0xfffffff; |
| 10021 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 10022 | 0xfffd; |
| 10023 | static constexpr dart::compiler::target::word Context_kMaxElements = 0xfffffff; |
| 10024 | static constexpr dart::compiler::target::word |
| 10025 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 10026 | static constexpr dart::compiler::target::word |
| 10027 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 10028 | static constexpr dart::compiler::target::word |
| 10029 | Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 10030 | static constexpr dart::compiler::target::word |
| 10031 | Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 10032 | static constexpr dart::compiler::target::word |
| 10033 | Instructions_kBarePayloadAlignment = 0x4; |
| 10034 | static constexpr dart::compiler::target::word |
| 10035 | Instructions_kNonBarePayloadAlignment = 0x4; |
| 10036 | static constexpr dart::compiler::target::word |
| 10037 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 10038 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x7; |
| 10039 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 10040 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 10041 | 0x3fff; |
| 10042 | static constexpr dart::compiler::target::word |
| 10043 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 10044 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 10045 | 0x3fff; |
| 10046 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 10047 | 0xffff; |
| 10048 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 10049 | 0xffff; |
| 10050 | static constexpr dart::compiler::target::word String_kMaxElements = 0x1fffffff; |
| 10051 | static constexpr dart::compiler::target::word |
| 10052 | OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 10053 | static constexpr dart::compiler::target::word |
| 10054 | TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 10055 | static constexpr dart::compiler::target::word |
| 10056 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 10057 | static constexpr dart::compiler::target::word |
| 10058 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 10059 | static constexpr dart::compiler::target::word |
| 10060 | SubtypeTestCache_kDestinationType = 0x6; |
| 10061 | static constexpr dart::compiler::target::word |
| 10062 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 10063 | static constexpr dart::compiler::target::word |
| 10064 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 10065 | static constexpr dart::compiler::target::word |
| 10066 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 10067 | static constexpr dart::compiler::target::word |
| 10068 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 10069 | static constexpr dart::compiler::target::word |
| 10070 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 10071 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 10072 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 10073 | 0x7; |
| 10074 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 10075 | 0xfffffff; |
| 10076 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x8; |
| 10077 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x10; |
| 10078 | static constexpr dart::compiler::target::word |
| 10079 | AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 10080 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 10081 | 0x10; |
| 10082 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 10083 | 0x14; |
| 10084 | static constexpr dart::compiler::target::word |
| 10085 | ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 10086 | static constexpr dart::compiler::target::word |
| 10087 | ArgumentsDescriptor_named_entry_size = 0x8; |
| 10088 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 10089 | 0x0; |
| 10090 | static constexpr dart::compiler::target::word |
| 10091 | ArgumentsDescriptor_position_offset = 0x4; |
| 10092 | static constexpr dart::compiler::target::word |
| 10093 | ArgumentsDescriptor_positional_count_offset = 0x18; |
| 10094 | static constexpr dart::compiler::target::word |
| 10095 | ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 10096 | static constexpr dart::compiler::target::word Array_data_offset = 0xc; |
| 10097 | static constexpr dart::compiler::target::word Array_length_offset = 0x8; |
| 10098 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 10099 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x4; |
| 10100 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 10101 | 0x30; |
| 10102 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 10103 | 0x5c; |
| 10104 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x28; |
| 10105 | static constexpr dart::compiler::target::word |
| 10106 | Class_host_type_arguments_field_offset_in_words_offset = 0x68; |
| 10107 | static constexpr dart::compiler::target::word Closure_context_offset = 0x14; |
| 10108 | static constexpr dart::compiler::target::word |
| 10109 | Closure_delayed_type_arguments_offset = 0xc; |
| 10110 | static constexpr dart::compiler::target::word Closure_function_offset = 0x10; |
| 10111 | static constexpr dart::compiler::target::word |
| 10112 | Closure_function_type_arguments_offset = 0x8; |
| 10113 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x18; |
| 10114 | static constexpr dart::compiler::target::word |
| 10115 | Closure_instantiator_type_arguments_offset = 0x4; |
| 10116 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 10117 | 0x10; |
| 10118 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x18; |
| 10119 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x14; |
| 10120 | static constexpr dart::compiler::target::word Code_owner_offset = 0x1c; |
| 10121 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 10122 | 0x4; |
| 10123 | static constexpr dart::compiler::target::word Context_parent_offset = 0x8; |
| 10124 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 10125 | static constexpr dart::compiler::target::word |
| 10126 | ExternalOneByteString_external_data_offset = 0xc; |
| 10127 | static constexpr dart::compiler::target::word |
| 10128 | ExternalTwoByteString_external_data_offset = 0xc; |
| 10129 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 10130 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 10131 | static constexpr dart::compiler::target::word |
| 10132 | Field_initializer_function_offset = 0x10; |
| 10133 | static constexpr dart::compiler::target::word |
| 10134 | Field_host_offset_or_field_id_offset = 0x14; |
| 10135 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x28; |
| 10136 | static constexpr dart::compiler::target::word |
| 10137 | Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 10138 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 10139 | 0x18; |
| 10140 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x2c; |
| 10141 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x36; |
| 10142 | static constexpr dart::compiler::target::word Function_code_offset = 0x20; |
| 10143 | static constexpr dart::compiler::target::word Function_data_offset = 0x18; |
| 10144 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 10145 | 0x4, 0x8}; |
| 10146 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x40; |
| 10147 | static constexpr dart::compiler::target::word Function_signature_offset = 0x14; |
| 10148 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 10149 | 0x4; |
| 10150 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 10151 | 0xc; |
| 10152 | static constexpr dart::compiler::target::word |
| 10153 | GrowableObjectArray_length_offset = 0x8; |
| 10154 | static constexpr dart::compiler::target::word |
| 10155 | GrowableObjectArray_type_arguments_offset = 0x4; |
| 10156 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x10; |
| 10157 | static constexpr dart::compiler::target::word |
| 10158 | CallSiteData_arguments_descriptor_offset = 0x8; |
| 10159 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 10160 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 10161 | static constexpr dart::compiler::target::word ICData_entries_offset = 0xc; |
| 10162 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x14; |
| 10163 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x1c; |
| 10164 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 10165 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x14; |
| 10166 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x18; |
| 10167 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x20; |
| 10168 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 10169 | 0x10; |
| 10170 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 10171 | 0x8; |
| 10172 | static constexpr dart::compiler::target::word |
| 10173 | IsolateGroup_cached_class_table_table_offset = 0xc; |
| 10174 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x10; |
| 10175 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0xc; |
| 10176 | static constexpr dart::compiler::target::word |
| 10177 | ImmutableLinkedHashBase_data_offset = 0xc; |
| 10178 | static constexpr dart::compiler::target::word |
| 10179 | LinkedHashBase_deleted_keys_offset = 0x14; |
| 10180 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 10181 | 0x8; |
| 10182 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 10183 | 0x18; |
| 10184 | static constexpr dart::compiler::target::word |
| 10185 | LinkedHashBase_type_arguments_offset = 0x4; |
| 10186 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 10187 | 0x10; |
| 10188 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 10189 | static constexpr dart::compiler::target::word |
| 10190 | MarkingStackBlock_pointers_offset = 0x8; |
| 10191 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 10192 | 0x4; |
| 10193 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 10194 | 0xc; |
| 10195 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 10196 | 0x10; |
| 10197 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 10198 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 10199 | 0x4; |
| 10200 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = 0x8; |
| 10201 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 10202 | 0xc; |
| 10203 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 10204 | 0x0; |
| 10205 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 10206 | 0xc0; |
| 10207 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 10208 | 0x94; |
| 10209 | static constexpr dart::compiler::target::word |
| 10210 | ObjectStore_record_field_names_offset = 0x1fc; |
| 10211 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 10212 | 0xd4; |
| 10213 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 10214 | 0x84; |
| 10215 | static constexpr dart::compiler::target::word |
| 10216 | ObjectStore_ffi_callback_code_offset = 0x278; |
| 10217 | static constexpr dart::compiler::target::word |
| 10218 | ObjectStore_suspend_state_await_offset = 0x224; |
| 10219 | static constexpr dart::compiler::target::word |
| 10220 | ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 10221 | static constexpr dart::compiler::target::word |
| 10222 | ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 10223 | static constexpr dart::compiler::target::word |
| 10224 | ObjectStore_suspend_state_init_async_offset = 0x220; |
| 10225 | static constexpr dart::compiler::target::word |
| 10226 | ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 10227 | static constexpr dart::compiler::target::word |
| 10228 | ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 10229 | static constexpr dart::compiler::target::word |
| 10230 | ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 10231 | static constexpr dart::compiler::target::word |
| 10232 | ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 10233 | static constexpr dart::compiler::target::word |
| 10234 | ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 10235 | static constexpr dart::compiler::target::word |
| 10236 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 10237 | static constexpr dart::compiler::target::word |
| 10238 | ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 10239 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0xc; |
| 10240 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x4; |
| 10241 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 10242 | 0x8; |
| 10243 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 10244 | 0x4; |
| 10245 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x8; |
| 10246 | static constexpr dart::compiler::target::word Record_shape_offset = 0x4; |
| 10247 | static constexpr dart::compiler::target::word |
| 10248 | SingleTargetCache_entry_point_offset = 0x8; |
| 10249 | static constexpr dart::compiler::target::word |
| 10250 | SingleTargetCache_lower_limit_offset = 0xc; |
| 10251 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 10252 | 0x4; |
| 10253 | static constexpr dart::compiler::target::word |
| 10254 | SingleTargetCache_upper_limit_offset = 0x10; |
| 10255 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 10256 | 0x8; |
| 10257 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x4; |
| 10258 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x4; |
| 10259 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 10260 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 10261 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 10262 | 0x4; |
| 10263 | static constexpr dart::compiler::target::word |
| 10264 | SubtypeTestCache_num_inputs_offset = 0x8; |
| 10265 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 10266 | 0x2; |
| 10267 | static constexpr dart::compiler::target::word |
| 10268 | SuspendState_error_callback_offset = 0x18; |
| 10269 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 10270 | 0x8; |
| 10271 | static constexpr dart::compiler::target::word |
| 10272 | SuspendState_function_data_offset = 0x10; |
| 10273 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 10274 | 0x1c; |
| 10275 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0xc; |
| 10276 | static constexpr dart::compiler::target::word |
| 10277 | SuspendState_then_callback_offset = 0x14; |
| 10278 | static constexpr dart::compiler::target::word |
| 10279 | Thread_AllocateArray_entry_point_offset = 0x160; |
| 10280 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 10281 | 0x398; |
| 10282 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 10283 | 0x39c; |
| 10284 | static constexpr dart::compiler::target::word |
| 10285 | Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 10286 | static constexpr dart::compiler::target::word |
| 10287 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 10288 | static constexpr dart::compiler::target::word |
| 10289 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 10290 | static constexpr dart::compiler::target::word |
| 10291 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 10292 | static constexpr dart::compiler::target::word |
| 10293 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 10294 | static constexpr dart::compiler::target::word |
| 10295 | Thread_allocate_object_entry_point_offset = 0x104; |
| 10296 | static constexpr dart::compiler::target::word |
| 10297 | Thread_allocate_object_stub_offset = 0x90; |
| 10298 | static constexpr dart::compiler::target::word |
| 10299 | Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 10300 | static constexpr dart::compiler::target::word |
| 10301 | Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 10302 | static constexpr dart::compiler::target::word |
| 10303 | Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 10304 | static constexpr dart::compiler::target::word |
| 10305 | Thread_allocate_object_slow_stub_offset = 0x98; |
| 10306 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 10307 | 0x3b8; |
| 10308 | static constexpr dart::compiler::target::word |
| 10309 | Thread_async_exception_handler_stub_offset = 0x9c; |
| 10310 | static constexpr dart::compiler::target::word |
| 10311 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 10312 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x3c; |
| 10313 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x38; |
| 10314 | static constexpr dart::compiler::target::word |
| 10315 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 10316 | static constexpr dart::compiler::target::word |
| 10317 | Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 10318 | static constexpr dart::compiler::target::word |
| 10319 | Thread_call_to_runtime_stub_offset = 0x54; |
| 10320 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x3dc; |
| 10321 | static constexpr dart::compiler::target::word |
| 10322 | Thread_dispatch_table_array_offset = 0x2c; |
| 10323 | static constexpr dart::compiler::target::word |
| 10324 | Thread_double_truncate_round_supported_offset = 0x3bc; |
| 10325 | static constexpr dart::compiler::target::word |
| 10326 | Thread_service_extension_stream_offset = 0x3e0; |
| 10327 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 10328 | 0x120; |
| 10329 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 10330 | 0xc8; |
| 10331 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 10332 | 0x124; |
| 10333 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 10334 | 0xcc; |
| 10335 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 10336 | 0x14c; |
| 10337 | static constexpr dart::compiler::target::word |
| 10338 | Thread_double_negate_address_offset = 0x148; |
| 10339 | static constexpr dart::compiler::target::word Thread_end_offset = 0x28; |
| 10340 | static constexpr dart::compiler::target::word |
| 10341 | Thread_enter_safepoint_stub_offset = 0xe0; |
| 10342 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 10343 | 0x3ac; |
| 10344 | static constexpr dart::compiler::target::word |
| 10345 | Thread_exit_safepoint_stub_offset = 0xe4; |
| 10346 | static constexpr dart::compiler::target::word |
| 10347 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 10348 | static constexpr dart::compiler::target::word |
| 10349 | Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 10350 | static constexpr dart::compiler::target::word |
| 10351 | Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 10352 | static constexpr dart::compiler::target::word |
| 10353 | Thread_fix_allocation_stub_code_offset = 0x4c; |
| 10354 | static constexpr dart::compiler::target::word |
| 10355 | Thread_fix_callers_target_code_offset = 0x48; |
| 10356 | static constexpr dart::compiler::target::word |
| 10357 | Thread_float_absolute_address_offset = 0x158; |
| 10358 | static constexpr dart::compiler::target::word |
| 10359 | Thread_float_negate_address_offset = 0x154; |
| 10360 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 10361 | 0x150; |
| 10362 | static constexpr dart::compiler::target::word |
| 10363 | Thread_float_zerow_address_offset = 0x15c; |
| 10364 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 10365 | 0x3a0; |
| 10366 | static constexpr dart::compiler::target::word |
| 10367 | Thread_invoke_dart_code_stub_offset = 0x50; |
| 10368 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 10369 | 0x3b4; |
| 10370 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x360; |
| 10371 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 10372 | 0x364; |
| 10373 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 10374 | 0x30; |
| 10375 | static constexpr dart::compiler::target::word |
| 10376 | Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 10377 | static constexpr dart::compiler::target::word |
| 10378 | Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 10379 | static constexpr dart::compiler::target::word |
| 10380 | Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 10381 | static constexpr dart::compiler::target::word |
| 10382 | Thread_marking_stack_block_offset = 0x378; |
| 10383 | static constexpr dart::compiler::target::word |
| 10384 | Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 10385 | static constexpr dart::compiler::target::word |
| 10386 | Thread_switchable_call_miss_entry_offset = 0x11c; |
| 10387 | static constexpr dart::compiler::target::word |
| 10388 | Thread_switchable_call_miss_stub_offset = 0xb8; |
| 10389 | static constexpr dart::compiler::target::word |
| 10390 | Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 10391 | static constexpr dart::compiler::target::word |
| 10392 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0x5c; |
| 10393 | static constexpr dart::compiler::target::word |
| 10394 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0x58; |
| 10395 | static constexpr dart::compiler::target::word |
| 10396 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 10397 | static constexpr dart::compiler::target::word |
| 10398 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 10399 | static constexpr dart::compiler::target::word |
| 10400 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 10401 | static constexpr dart::compiler::target::word |
| 10402 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 10403 | static constexpr dart::compiler::target::word |
| 10404 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 10405 | static constexpr dart::compiler::target::word |
| 10406 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 10407 | static constexpr dart::compiler::target::word |
| 10408 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 10409 | static constexpr dart::compiler::target::word |
| 10410 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 10411 | static constexpr dart::compiler::target::word |
| 10412 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 10413 | static constexpr dart::compiler::target::word |
| 10414 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 10415 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0xa0; |
| 10416 | static constexpr dart::compiler::target::word |
| 10417 | Thread_return_async_not_future_stub_offset = 0xa8; |
| 10418 | static constexpr dart::compiler::target::word |
| 10419 | Thread_return_async_star_stub_offset = 0xac; |
| 10420 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 10421 | 0xa4; |
| 10422 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x34; |
| 10423 | static constexpr dart::compiler::target::word |
| 10424 | Thread_predefined_symbols_address_offset = 0x140; |
| 10425 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x3a4; |
| 10426 | static constexpr dart::compiler::target::word |
| 10427 | Thread_saved_shadow_call_stack_offset = 0x3a8; |
| 10428 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 10429 | 0x3b0; |
| 10430 | static constexpr dart::compiler::target::word |
| 10431 | Thread_slow_type_test_stub_offset = 0xd8; |
| 10432 | static constexpr dart::compiler::target::word |
| 10433 | Thread_slow_type_test_entry_point_offset = 0x130; |
| 10434 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x1c; |
| 10435 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 10436 | 0x368; |
| 10437 | static constexpr dart::compiler::target::word |
| 10438 | Thread_stack_overflow_flags_offset = 0x36c; |
| 10439 | static constexpr dart::compiler::target::word |
| 10440 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 10441 | static constexpr dart::compiler::target::word |
| 10442 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 10443 | static constexpr dart::compiler::target::word |
| 10444 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x110; |
| 10445 | static constexpr dart::compiler::target::word |
| 10446 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 10447 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 10448 | 0x374; |
| 10449 | static constexpr dart::compiler::target::word |
| 10450 | Thread_suspend_state_await_entry_point_offset = 0x338; |
| 10451 | static constexpr dart::compiler::target::word |
| 10452 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x33c; |
| 10453 | static constexpr dart::compiler::target::word |
| 10454 | Thread_suspend_state_init_async_entry_point_offset = 0x334; |
| 10455 | static constexpr dart::compiler::target::word |
| 10456 | Thread_suspend_state_return_async_entry_point_offset = 0x340; |
| 10457 | static constexpr dart::compiler::target::word |
| 10458 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x344; |
| 10459 | static constexpr dart::compiler::target::word |
| 10460 | Thread_suspend_state_init_async_star_entry_point_offset = 0x348; |
| 10461 | static constexpr dart::compiler::target::word |
| 10462 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x34c; |
| 10463 | static constexpr dart::compiler::target::word |
| 10464 | Thread_suspend_state_return_async_star_entry_point_offset = 0x350; |
| 10465 | static constexpr dart::compiler::target::word |
| 10466 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x354; |
| 10467 | static constexpr dart::compiler::target::word |
| 10468 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x358; |
| 10469 | static constexpr dart::compiler::target::word |
| 10470 | Thread_suspend_state_handle_exception_entry_point_offset = 0x35c; |
| 10471 | static constexpr dart::compiler::target::word |
| 10472 | Thread_top_exit_frame_info_offset = 0x370; |
| 10473 | static constexpr dart::compiler::target::word Thread_top_offset = 0x24; |
| 10474 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x10; |
| 10475 | static constexpr dart::compiler::target::word |
| 10476 | Thread_unboxed_runtime_arg_offset = 0x388; |
| 10477 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x380; |
| 10478 | static constexpr dart::compiler::target::word |
| 10479 | Thread_write_barrier_entry_point_offset = 0xf0; |
| 10480 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 10481 | 0x20; |
| 10482 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 10483 | 0x3c0; |
| 10484 | static constexpr dart::compiler::target::word Thread_random_offset = 0x3c8; |
| 10485 | static constexpr dart::compiler::target::word |
| 10486 | Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 10487 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x3d0; |
| 10488 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 10489 | 0x0; |
| 10490 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 10491 | 0x4; |
| 10492 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 10493 | 0x8; |
| 10494 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 10495 | 0xc; |
| 10496 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 10497 | 0x10; |
| 10498 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 10499 | 0x8; |
| 10500 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0xc; |
| 10501 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x14; |
| 10502 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 10503 | 0x18; |
| 10504 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x14; |
| 10505 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 10506 | 0xc; |
| 10507 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 10508 | 0x8; |
| 10509 | static constexpr dart::compiler::target::word |
| 10510 | FinalizerBase_entries_collected_offset = 0x10; |
| 10511 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 10512 | 0x4; |
| 10513 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 10514 | 0x8; |
| 10515 | static constexpr dart::compiler::target::word |
| 10516 | FinalizerEntry_external_size_offset = 0x1c; |
| 10517 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 10518 | 0x10; |
| 10519 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x14; |
| 10520 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = 0xc; |
| 10521 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x4; |
| 10522 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 10523 | 0x14; |
| 10524 | static constexpr dart::compiler::target::word |
| 10525 | FunctionType_named_parameter_names_offset = 0x20; |
| 10526 | static constexpr dart::compiler::target::word |
| 10527 | FunctionType_packed_parameter_counts_offset = 0x24; |
| 10528 | static constexpr dart::compiler::target::word |
| 10529 | FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 10530 | static constexpr dart::compiler::target::word |
| 10531 | FunctionType_parameter_types_offset = 0x1c; |
| 10532 | static constexpr dart::compiler::target::word |
| 10533 | FunctionType_type_parameters_offset = 0x14; |
| 10534 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x1a; |
| 10535 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0xc; |
| 10536 | static constexpr dart::compiler::target::word |
| 10537 | TypeArguments_instantiations_offset = 0x4; |
| 10538 | static constexpr dart::compiler::target::word TypeArguments_length_offset = 0x8; |
| 10539 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 10540 | 0x10; |
| 10541 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x14; |
| 10542 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x4; |
| 10543 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = 0x8; |
| 10544 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 10545 | 0xc; |
| 10546 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 10547 | 0x10; |
| 10548 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = 0x8; |
| 10549 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 10550 | 0xc; |
| 10551 | static constexpr dart::compiler::target::word |
| 10552 | TypedDataView_offset_in_bytes_offset = 0x10; |
| 10553 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0xc; |
| 10554 | static constexpr dart::compiler::target::word |
| 10555 | UnhandledException_exception_offset = 0x4; |
| 10556 | static constexpr dart::compiler::target::word |
| 10557 | UnhandledException_stacktrace_offset = 0x8; |
| 10558 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x8; |
| 10559 | static constexpr dart::compiler::target::word |
| 10560 | MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 10561 | static constexpr dart::compiler::target::word |
| 10562 | MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 10563 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x4; |
| 10564 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x8; |
| 10565 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x4; |
| 10566 | static constexpr dart::compiler::target::word |
| 10567 | WeakReference_type_arguments_offset = 0x8; |
| 10568 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 10569 | 0x4, 0xc, 0x8, 0x10}; |
| 10570 | static constexpr dart::compiler::target::word |
| 10571 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 10572 | -1, -1, -1, -1, -1, 0x2ec, 0x2f0, 0x2f4, -1, -1, 0x2f8, |
| 10573 | 0x2fc, 0x300, -1, -1, -1, 0x304, 0x308, 0x30c, 0x310, 0x314, 0x318, |
| 10574 | 0x31c, 0x320, -1, -1, -1, -1, 0x324, 0x328, 0x32c, 0x330}; |
| 10575 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x14; |
| 10576 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x8; |
| 10577 | static constexpr dart::compiler::target::word Array_header_size = 0xc; |
| 10578 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x8; |
| 10579 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 10580 | static constexpr dart::compiler::target::word Class_InstanceSize = 0x74; |
| 10581 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x1c; |
| 10582 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x14; |
| 10583 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x8; |
| 10584 | static constexpr dart::compiler::target::word |
| 10585 | CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 10586 | static constexpr dart::compiler::target::word |
| 10587 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 10588 | static constexpr dart::compiler::target::word Context_header_size = 0xc; |
| 10589 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 10590 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = 0xc; |
| 10591 | static constexpr dart::compiler::target::word |
| 10592 | ExternalOneByteString_InstanceSize = 0x14; |
| 10593 | static constexpr dart::compiler::target::word |
| 10594 | ExternalTwoByteString_InstanceSize = 0x14; |
| 10595 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 10596 | 0xc; |
| 10597 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 10598 | 0x1c; |
| 10599 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x3c; |
| 10600 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x1c; |
| 10601 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 10602 | 0x20; |
| 10603 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 10604 | 0x18; |
| 10605 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 10606 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 10607 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x58; |
| 10608 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x2c; |
| 10609 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x8; |
| 10610 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 10611 | 0x10; |
| 10612 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x20; |
| 10613 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x4; |
| 10614 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 10615 | 0x8; |
| 10616 | static constexpr dart::compiler::target::word |
| 10617 | InstructionsSection_UnalignedHeaderSize = 0x14; |
| 10618 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 10619 | 0x18; |
| 10620 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 10621 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x4; |
| 10622 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 10623 | 0x30; |
| 10624 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x1c; |
| 10625 | static constexpr dart::compiler::target::word Library_InstanceSize = 0x58; |
| 10626 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x14; |
| 10627 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 10628 | 0x1c; |
| 10629 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x4; |
| 10630 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 10631 | 0x18; |
| 10632 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 10633 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 10634 | 0x8; |
| 10635 | static constexpr dart::compiler::target::word |
| 10636 | MonomorphicSmiableCall_InstanceSize = 0xc; |
| 10637 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x14; |
| 10638 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x10; |
| 10639 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x4; |
| 10640 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x4; |
| 10641 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x14; |
| 10642 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x8; |
| 10643 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0xc; |
| 10644 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0xc; |
| 10645 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x1c; |
| 10646 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x3c; |
| 10647 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x30; |
| 10648 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 10649 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x4; |
| 10650 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 10651 | 0x14; |
| 10652 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x14; |
| 10653 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x1c; |
| 10654 | static constexpr dart::compiler::target::word String_InstanceSize = 0xc; |
| 10655 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 10656 | 0x10; |
| 10657 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x14; |
| 10658 | static constexpr dart::compiler::target::word |
| 10659 | TransferableTypedData_InstanceSize = 0x4; |
| 10660 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x18; |
| 10661 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x1c; |
| 10662 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 10663 | 0x14; |
| 10664 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0xc; |
| 10665 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0xc; |
| 10666 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x14; |
| 10667 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 10668 | 0xc; |
| 10669 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x10; |
| 10670 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0xc; |
| 10671 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x10; |
| 10672 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x10; |
| 10673 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x10; |
| 10674 | static constexpr dart::compiler::target::word |
| 10675 | WeakSerializationReference_InstanceSize = 0xc; |
| 10676 | #endif // defined(PRODUCT) && \ |
| 10677 | // defined(TARGET_ARCH_RISCV32) && \ |
| 10678 | // !defined(DART_COMPRESSED_POINTERS) |
| 10679 | |
| 10680 | #if defined(PRODUCT) && defined(TARGET_ARCH_RISCV64) && \ |
| 10681 | !defined(DART_COMPRESSED_POINTERS) |
| 10682 | static constexpr dart::compiler::target::word Code_active_instructions_offset = |
| 10683 | 0x70; |
| 10684 | static constexpr dart::compiler::target::word Function_usage_counter_offset = |
| 10685 | 0x70; |
| 10686 | static constexpr dart::compiler::target::word |
| 10687 | ICData_receivers_static_type_offset = 0x20; |
| 10688 | static constexpr dart::compiler::target::word |
| 10689 | SuspendState_frame_capacity_offset = 0x8; |
| 10690 | static constexpr dart::compiler::target::word Array_elements_start_offset = |
| 10691 | 0x18; |
| 10692 | static constexpr dart::compiler::target::word Array_element_size = 0x8; |
| 10693 | static constexpr dart::compiler::target::word Code_elements_start_offset = 0x90; |
| 10694 | static constexpr dart::compiler::target::word Code_element_size = 0x4; |
| 10695 | static constexpr dart::compiler::target::word Context_elements_start_offset = |
| 10696 | 0x18; |
| 10697 | static constexpr dart::compiler::target::word Context_element_size = 0x8; |
| 10698 | static constexpr dart::compiler::target::word |
| 10699 | ContextScope_elements_start_offset = 0x10; |
| 10700 | static constexpr dart::compiler::target::word ContextScope_element_size = 0x48; |
| 10701 | static constexpr dart::compiler::target::word |
| 10702 | ExceptionHandlers_elements_start_offset = 0x18; |
| 10703 | static constexpr dart::compiler::target::word ExceptionHandlers_element_size = |
| 10704 | 0xc; |
| 10705 | static constexpr dart::compiler::target::word ObjectPool_elements_start_offset = |
| 10706 | 0x10; |
| 10707 | static constexpr dart::compiler::target::word ObjectPool_element_size = 0x8; |
| 10708 | static constexpr dart::compiler::target::word |
| 10709 | OneByteString_elements_start_offset = 0x10; |
| 10710 | static constexpr dart::compiler::target::word OneByteString_element_size = 0x1; |
| 10711 | static constexpr dart::compiler::target::word Record_elements_start_offset = |
| 10712 | 0x10; |
| 10713 | static constexpr dart::compiler::target::word Record_element_size = 0x8; |
| 10714 | static constexpr dart::compiler::target::word |
| 10715 | TypeArguments_elements_start_offset = 0x28; |
| 10716 | static constexpr dart::compiler::target::word TypeArguments_element_size = 0x8; |
| 10717 | static constexpr dart::compiler::target::word |
| 10718 | TwoByteString_elements_start_offset = 0x10; |
| 10719 | static constexpr dart::compiler::target::word TwoByteString_element_size = 0x2; |
| 10720 | static constexpr dart::compiler::target::word WeakArray_elements_start_offset = |
| 10721 | 0x18; |
| 10722 | static constexpr dart::compiler::target::word WeakArray_element_size = 0x8; |
| 10723 | static constexpr dart::compiler::target::word Array_kMaxElements = |
| 10724 | 0x7ffffffffffffff; |
| 10725 | static constexpr dart::compiler::target::word Array_kMaxNewSpaceElements = |
| 10726 | 0x7ffd; |
| 10727 | static constexpr dart::compiler::target::word Context_kMaxElements = |
| 10728 | 0x7ffffffffffffff; |
| 10729 | static constexpr dart::compiler::target::word |
| 10730 | Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 10731 | static constexpr dart::compiler::target::word |
| 10732 | Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 10733 | static constexpr dart::compiler::target::word |
| 10734 | Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 10735 | static constexpr dart::compiler::target::word |
| 10736 | Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 10737 | static constexpr dart::compiler::target::word |
| 10738 | Instructions_kBarePayloadAlignment = 0x4; |
| 10739 | static constexpr dart::compiler::target::word |
| 10740 | Instructions_kNonBarePayloadAlignment = 0x8; |
| 10741 | static constexpr dart::compiler::target::word |
| 10742 | NativeEntry_kNumCallWrapperArguments = 0x2; |
| 10743 | static constexpr dart::compiler::target::word Page_kBytesPerCardLog2 = 0x8; |
| 10744 | static constexpr dart::compiler::target::word Record_kMaxElements = 0xffff; |
| 10745 | static constexpr dart::compiler::target::word RecordShape_kFieldNamesIndexMask = |
| 10746 | 0x3fffffffffff; |
| 10747 | static constexpr dart::compiler::target::word |
| 10748 | RecordShape_kFieldNamesIndexShift = 0x10; |
| 10749 | static constexpr dart::compiler::target::word RecordShape_kMaxFieldNamesIndex = |
| 10750 | 0x3fffffffffff; |
| 10751 | static constexpr dart::compiler::target::word RecordShape_kMaxNumFields = |
| 10752 | 0xffff; |
| 10753 | static constexpr dart::compiler::target::word RecordShape_kNumFieldsMask = |
| 10754 | 0xffff; |
| 10755 | static constexpr dart::compiler::target::word String_kMaxElements = |
| 10756 | 0x1fffffffffffffff; |
| 10757 | static constexpr dart::compiler::target::word |
| 10758 | OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 10759 | static constexpr dart::compiler::target::word |
| 10760 | TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 10761 | static constexpr dart::compiler::target::word |
| 10762 | SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 10763 | static constexpr dart::compiler::target::word |
| 10764 | SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 10765 | static constexpr dart::compiler::target::word |
| 10766 | SubtypeTestCache_kDestinationType = 0x6; |
| 10767 | static constexpr dart::compiler::target::word |
| 10768 | SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 10769 | static constexpr dart::compiler::target::word |
| 10770 | SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 10771 | static constexpr dart::compiler::target::word |
| 10772 | SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 10773 | static constexpr dart::compiler::target::word |
| 10774 | SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 10775 | static constexpr dart::compiler::target::word |
| 10776 | SubtypeTestCache_kTestEntryLength = 0x8; |
| 10777 | static constexpr dart::compiler::target::word SubtypeTestCache_kMaxInputs = 0x7; |
| 10778 | static constexpr dart::compiler::target::word SubtypeTestCache_kTestResult = |
| 10779 | 0x7; |
| 10780 | static constexpr dart::compiler::target::word TypeArguments_kMaxElements = |
| 10781 | 0x7ffffffffffffff; |
| 10782 | static constexpr dart::compiler::target::word AbstractType_flags_offset = 0x10; |
| 10783 | static constexpr dart::compiler::target::word AbstractType_hash_offset = 0x20; |
| 10784 | static constexpr dart::compiler::target::word |
| 10785 | AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 10786 | static constexpr dart::compiler::target::word ArgumentsDescriptor_count_offset = |
| 10787 | 0x20; |
| 10788 | static constexpr dart::compiler::target::word ArgumentsDescriptor_size_offset = |
| 10789 | 0x28; |
| 10790 | static constexpr dart::compiler::target::word |
| 10791 | ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 10792 | static constexpr dart::compiler::target::word |
| 10793 | ArgumentsDescriptor_named_entry_size = 0x10; |
| 10794 | static constexpr dart::compiler::target::word ArgumentsDescriptor_name_offset = |
| 10795 | 0x0; |
| 10796 | static constexpr dart::compiler::target::word |
| 10797 | ArgumentsDescriptor_position_offset = 0x8; |
| 10798 | static constexpr dart::compiler::target::word |
| 10799 | ArgumentsDescriptor_positional_count_offset = 0x30; |
| 10800 | static constexpr dart::compiler::target::word |
| 10801 | ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 10802 | static constexpr dart::compiler::target::word Array_data_offset = 0x18; |
| 10803 | static constexpr dart::compiler::target::word Array_length_offset = 0x10; |
| 10804 | static constexpr dart::compiler::target::word Array_tags_offset = 0x0; |
| 10805 | static constexpr dart::compiler::target::word Array_type_arguments_offset = 0x8; |
| 10806 | static constexpr dart::compiler::target::word Class_declaration_type_offset = |
| 10807 | 0x60; |
| 10808 | static constexpr dart::compiler::target::word Class_num_type_arguments_offset = |
| 10809 | 0xa8; |
| 10810 | static constexpr dart::compiler::target::word Class_super_type_offset = 0x50; |
| 10811 | static constexpr dart::compiler::target::word |
| 10812 | Class_host_type_arguments_field_offset_in_words_offset = 0xb4; |
| 10813 | static constexpr dart::compiler::target::word Closure_context_offset = 0x28; |
| 10814 | static constexpr dart::compiler::target::word |
| 10815 | Closure_delayed_type_arguments_offset = 0x18; |
| 10816 | static constexpr dart::compiler::target::word Closure_function_offset = 0x20; |
| 10817 | static constexpr dart::compiler::target::word |
| 10818 | Closure_function_type_arguments_offset = 0x10; |
| 10819 | static constexpr dart::compiler::target::word Closure_hash_offset = 0x30; |
| 10820 | static constexpr dart::compiler::target::word |
| 10821 | Closure_instantiator_type_arguments_offset = 0x8; |
| 10822 | static constexpr dart::compiler::target::word ClosureData_packed_fields_offset = |
| 10823 | 0x20; |
| 10824 | static constexpr dart::compiler::target::word Code_instructions_offset = 0x30; |
| 10825 | static constexpr dart::compiler::target::word Code_object_pool_offset = 0x28; |
| 10826 | static constexpr dart::compiler::target::word Code_owner_offset = 0x38; |
| 10827 | static constexpr dart::compiler::target::word Context_num_variables_offset = |
| 10828 | 0x8; |
| 10829 | static constexpr dart::compiler::target::word Context_parent_offset = 0x10; |
| 10830 | static constexpr dart::compiler::target::word Double_value_offset = 0x8; |
| 10831 | static constexpr dart::compiler::target::word |
| 10832 | ExternalOneByteString_external_data_offset = 0x10; |
| 10833 | static constexpr dart::compiler::target::word |
| 10834 | ExternalTwoByteString_external_data_offset = 0x10; |
| 10835 | static constexpr dart::compiler::target::word Float32x4_value_offset = 0x8; |
| 10836 | static constexpr dart::compiler::target::word Float64x2_value_offset = 0x8; |
| 10837 | static constexpr dart::compiler::target::word |
| 10838 | Field_initializer_function_offset = 0x20; |
| 10839 | static constexpr dart::compiler::target::word |
| 10840 | Field_host_offset_or_field_id_offset = 0x28; |
| 10841 | static constexpr dart::compiler::target::word Field_guarded_cid_offset = 0x48; |
| 10842 | static constexpr dart::compiler::target::word |
| 10843 | Field_guarded_list_length_in_object_offset_offset = 0x54; |
| 10844 | static constexpr dart::compiler::target::word Field_guarded_list_length_offset = |
| 10845 | 0x30; |
| 10846 | static constexpr dart::compiler::target::word Field_is_nullable_offset = 0x4c; |
| 10847 | static constexpr dart::compiler::target::word Field_kind_bits_offset = 0x56; |
| 10848 | static constexpr dart::compiler::target::word Function_code_offset = 0x40; |
| 10849 | static constexpr dart::compiler::target::word Function_data_offset = 0x30; |
| 10850 | static constexpr dart::compiler::target::word Function_entry_point_offset[] = { |
| 10851 | 0x8, 0x10}; |
| 10852 | static constexpr dart::compiler::target::word Function_kind_tag_offset = 0x68; |
| 10853 | static constexpr dart::compiler::target::word Function_signature_offset = 0x28; |
| 10854 | static constexpr dart::compiler::target::word FutureOr_type_arguments_offset = |
| 10855 | 0x8; |
| 10856 | static constexpr dart::compiler::target::word GrowableObjectArray_data_offset = |
| 10857 | 0x18; |
| 10858 | static constexpr dart::compiler::target::word |
| 10859 | GrowableObjectArray_length_offset = 0x10; |
| 10860 | static constexpr dart::compiler::target::word |
| 10861 | GrowableObjectArray_type_arguments_offset = 0x8; |
| 10862 | static constexpr dart::compiler::target::word Page_card_table_offset = 0x20; |
| 10863 | static constexpr dart::compiler::target::word |
| 10864 | CallSiteData_arguments_descriptor_offset = 0x10; |
| 10865 | static constexpr dart::compiler::target::word ICData_NumArgsTestedMask = 0x3; |
| 10866 | static constexpr dart::compiler::target::word ICData_NumArgsTestedShift = 0x0; |
| 10867 | static constexpr dart::compiler::target::word ICData_entries_offset = 0x18; |
| 10868 | static constexpr dart::compiler::target::word ICData_owner_offset = 0x28; |
| 10869 | static constexpr dart::compiler::target::word ICData_state_bits_offset = 0x34; |
| 10870 | static constexpr dart::compiler::target::word Int32x4_value_offset = 0x8; |
| 10871 | static constexpr dart::compiler::target::word Isolate_current_tag_offset = 0x28; |
| 10872 | static constexpr dart::compiler::target::word Isolate_default_tag_offset = 0x30; |
| 10873 | static constexpr dart::compiler::target::word Isolate_finalizers_offset = 0x40; |
| 10874 | static constexpr dart::compiler::target::word IsolateGroup_object_store_offset = |
| 10875 | 0x20; |
| 10876 | static constexpr dart::compiler::target::word IsolateGroup_class_table_offset = |
| 10877 | 0x10; |
| 10878 | static constexpr dart::compiler::target::word |
| 10879 | IsolateGroup_cached_class_table_table_offset = 0x18; |
| 10880 | static constexpr dart::compiler::target::word Isolate_user_tag_offset = 0x20; |
| 10881 | static constexpr dart::compiler::target::word LinkedHashBase_data_offset = 0x18; |
| 10882 | static constexpr dart::compiler::target::word |
| 10883 | ImmutableLinkedHashBase_data_offset = 0x18; |
| 10884 | static constexpr dart::compiler::target::word |
| 10885 | LinkedHashBase_deleted_keys_offset = 0x28; |
| 10886 | static constexpr dart::compiler::target::word LinkedHashBase_hash_mask_offset = |
| 10887 | 0x10; |
| 10888 | static constexpr dart::compiler::target::word LinkedHashBase_index_offset = |
| 10889 | 0x30; |
| 10890 | static constexpr dart::compiler::target::word |
| 10891 | LinkedHashBase_type_arguments_offset = 0x8; |
| 10892 | static constexpr dart::compiler::target::word LinkedHashBase_used_data_offset = |
| 10893 | 0x20; |
| 10894 | static constexpr dart::compiler::target::word LocalHandle_ptr_offset = 0x0; |
| 10895 | static constexpr dart::compiler::target::word |
| 10896 | MarkingStackBlock_pointers_offset = 0x10; |
| 10897 | static constexpr dart::compiler::target::word MarkingStackBlock_top_offset = |
| 10898 | 0x8; |
| 10899 | static constexpr dart::compiler::target::word MegamorphicCache_buckets_offset = |
| 10900 | 0x18; |
| 10901 | static constexpr dart::compiler::target::word MegamorphicCache_mask_offset = |
| 10902 | 0x20; |
| 10903 | static constexpr dart::compiler::target::word Mint_value_offset = 0x8; |
| 10904 | static constexpr dart::compiler::target::word NativeArguments_argc_tag_offset = |
| 10905 | 0x8; |
| 10906 | static constexpr dart::compiler::target::word NativeArguments_argv_offset = |
| 10907 | 0x10; |
| 10908 | static constexpr dart::compiler::target::word NativeArguments_retval_offset = |
| 10909 | 0x18; |
| 10910 | static constexpr dart::compiler::target::word NativeArguments_thread_offset = |
| 10911 | 0x0; |
| 10912 | static constexpr dart::compiler::target::word ObjectStore_double_type_offset = |
| 10913 | 0x180; |
| 10914 | static constexpr dart::compiler::target::word ObjectStore_int_type_offset = |
| 10915 | 0x128; |
| 10916 | static constexpr dart::compiler::target::word |
| 10917 | ObjectStore_record_field_names_offset = 0x3f8; |
| 10918 | static constexpr dart::compiler::target::word ObjectStore_string_type_offset = |
| 10919 | 0x1a8; |
| 10920 | static constexpr dart::compiler::target::word ObjectStore_type_type_offset = |
| 10921 | 0x108; |
| 10922 | static constexpr dart::compiler::target::word |
| 10923 | ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 10924 | static constexpr dart::compiler::target::word |
| 10925 | ObjectStore_suspend_state_await_offset = 0x448; |
| 10926 | static constexpr dart::compiler::target::word |
| 10927 | ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 10928 | static constexpr dart::compiler::target::word |
| 10929 | ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 10930 | static constexpr dart::compiler::target::word |
| 10931 | ObjectStore_suspend_state_init_async_offset = 0x440; |
| 10932 | static constexpr dart::compiler::target::word |
| 10933 | ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 10934 | static constexpr dart::compiler::target::word |
| 10935 | ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 10936 | static constexpr dart::compiler::target::word |
| 10937 | ObjectStore_suspend_state_return_async_offset = 0x458; |
| 10938 | static constexpr dart::compiler::target::word |
| 10939 | ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 10940 | static constexpr dart::compiler::target::word |
| 10941 | ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 10942 | static constexpr dart::compiler::target::word |
| 10943 | ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 10944 | static constexpr dart::compiler::target::word |
| 10945 | ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 10946 | static constexpr dart::compiler::target::word OneByteString_data_offset = 0x10; |
| 10947 | static constexpr dart::compiler::target::word PointerBase_data_offset = 0x8; |
| 10948 | static constexpr dart::compiler::target::word Pointer_type_arguments_offset = |
| 10949 | 0x10; |
| 10950 | static constexpr dart::compiler::target::word ReceivePort_send_port_offset = |
| 10951 | 0x8; |
| 10952 | static constexpr dart::compiler::target::word ReceivePort_handler_offset = 0x10; |
| 10953 | static constexpr dart::compiler::target::word Record_shape_offset = 0x8; |
| 10954 | static constexpr dart::compiler::target::word |
| 10955 | SingleTargetCache_entry_point_offset = 0x10; |
| 10956 | static constexpr dart::compiler::target::word |
| 10957 | SingleTargetCache_lower_limit_offset = 0x18; |
| 10958 | static constexpr dart::compiler::target::word SingleTargetCache_target_offset = |
| 10959 | 0x8; |
| 10960 | static constexpr dart::compiler::target::word |
| 10961 | SingleTargetCache_upper_limit_offset = 0x1c; |
| 10962 | static constexpr dart::compiler::target::word StoreBufferBlock_pointers_offset = |
| 10963 | 0x10; |
| 10964 | static constexpr dart::compiler::target::word StoreBufferBlock_top_offset = 0x8; |
| 10965 | static constexpr dart::compiler::target::word StreamInfo_enabled_offset = 0x8; |
| 10966 | static constexpr dart::compiler::target::word String_hash_offset = 0x4; |
| 10967 | static constexpr dart::compiler::target::word String_length_offset = 0x8; |
| 10968 | static constexpr dart::compiler::target::word SubtypeTestCache_cache_offset = |
| 10969 | 0x8; |
| 10970 | static constexpr dart::compiler::target::word |
| 10971 | SubtypeTestCache_num_inputs_offset = 0x10; |
| 10972 | static constexpr dart::compiler::target::word SuspendState_FrameSizeGrowthGap = |
| 10973 | 0x2; |
| 10974 | static constexpr dart::compiler::target::word |
| 10975 | SuspendState_error_callback_offset = 0x30; |
| 10976 | static constexpr dart::compiler::target::word SuspendState_frame_size_offset = |
| 10977 | 0x10; |
| 10978 | static constexpr dart::compiler::target::word |
| 10979 | SuspendState_function_data_offset = 0x20; |
| 10980 | static constexpr dart::compiler::target::word SuspendState_payload_offset = |
| 10981 | 0x38; |
| 10982 | static constexpr dart::compiler::target::word SuspendState_pc_offset = 0x18; |
| 10983 | static constexpr dart::compiler::target::word |
| 10984 | SuspendState_then_callback_offset = 0x28; |
| 10985 | static constexpr dart::compiler::target::word |
| 10986 | Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 10987 | static constexpr dart::compiler::target::word Thread_active_exception_offset = |
| 10988 | 0x718; |
| 10989 | static constexpr dart::compiler::target::word Thread_active_stacktrace_offset = |
| 10990 | 0x720; |
| 10991 | static constexpr dart::compiler::target::word |
| 10992 | Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 10993 | static constexpr dart::compiler::target::word |
| 10994 | Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 10995 | static constexpr dart::compiler::target::word |
| 10996 | Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 10997 | static constexpr dart::compiler::target::word |
| 10998 | Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 10999 | static constexpr dart::compiler::target::word |
| 11000 | Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 11001 | static constexpr dart::compiler::target::word |
| 11002 | Thread_allocate_object_entry_point_offset = 0x208; |
| 11003 | static constexpr dart::compiler::target::word |
| 11004 | Thread_allocate_object_stub_offset = 0x120; |
| 11005 | static constexpr dart::compiler::target::word |
| 11006 | Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 11007 | static constexpr dart::compiler::target::word |
| 11008 | Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 11009 | static constexpr dart::compiler::target::word |
| 11010 | Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 11011 | static constexpr dart::compiler::target::word |
| 11012 | Thread_allocate_object_slow_stub_offset = 0x130; |
| 11013 | static constexpr dart::compiler::target::word Thread_api_top_scope_offset = |
| 11014 | 0x758; |
| 11015 | static constexpr dart::compiler::target::word |
| 11016 | Thread_async_exception_handler_stub_offset = 0x138; |
| 11017 | static constexpr dart::compiler::target::word |
| 11018 | Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 11019 | static constexpr dart::compiler::target::word Thread_bool_false_offset = 0x78; |
| 11020 | static constexpr dart::compiler::target::word Thread_bool_true_offset = 0x70; |
| 11021 | static constexpr dart::compiler::target::word |
| 11022 | Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 11023 | static constexpr dart::compiler::target::word |
| 11024 | Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 11025 | static constexpr dart::compiler::target::word |
| 11026 | Thread_call_to_runtime_stub_offset = 0xa8; |
| 11027 | static constexpr dart::compiler::target::word Thread_dart_stream_offset = 0x790; |
| 11028 | static constexpr dart::compiler::target::word |
| 11029 | Thread_dispatch_table_array_offset = 0x58; |
| 11030 | static constexpr dart::compiler::target::word |
| 11031 | Thread_double_truncate_round_supported_offset = 0x760; |
| 11032 | static constexpr dart::compiler::target::word |
| 11033 | Thread_service_extension_stream_offset = 0x798; |
| 11034 | static constexpr dart::compiler::target::word Thread_optimize_entry_offset = |
| 11035 | 0x240; |
| 11036 | static constexpr dart::compiler::target::word Thread_optimize_stub_offset = |
| 11037 | 0x190; |
| 11038 | static constexpr dart::compiler::target::word Thread_deoptimize_entry_offset = |
| 11039 | 0x248; |
| 11040 | static constexpr dart::compiler::target::word Thread_deoptimize_stub_offset = |
| 11041 | 0x198; |
| 11042 | static constexpr dart::compiler::target::word Thread_double_abs_address_offset = |
| 11043 | 0x298; |
| 11044 | static constexpr dart::compiler::target::word |
| 11045 | Thread_double_negate_address_offset = 0x290; |
| 11046 | static constexpr dart::compiler::target::word Thread_end_offset = 0x50; |
| 11047 | static constexpr dart::compiler::target::word |
| 11048 | Thread_enter_safepoint_stub_offset = 0x1c0; |
| 11049 | static constexpr dart::compiler::target::word Thread_execution_state_offset = |
| 11050 | 0x740; |
| 11051 | static constexpr dart::compiler::target::word |
| 11052 | Thread_exit_safepoint_stub_offset = 0x1c8; |
| 11053 | static constexpr dart::compiler::target::word |
| 11054 | Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 11055 | static constexpr dart::compiler::target::word |
| 11056 | Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 11057 | static constexpr dart::compiler::target::word |
| 11058 | Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 11059 | static constexpr dart::compiler::target::word |
| 11060 | Thread_fix_allocation_stub_code_offset = 0x98; |
| 11061 | static constexpr dart::compiler::target::word |
| 11062 | Thread_fix_callers_target_code_offset = 0x90; |
| 11063 | static constexpr dart::compiler::target::word |
| 11064 | Thread_float_absolute_address_offset = 0x2b0; |
| 11065 | static constexpr dart::compiler::target::word |
| 11066 | Thread_float_negate_address_offset = 0x2a8; |
| 11067 | static constexpr dart::compiler::target::word Thread_float_not_address_offset = |
| 11068 | 0x2a0; |
| 11069 | static constexpr dart::compiler::target::word |
| 11070 | Thread_float_zerow_address_offset = 0x2b8; |
| 11071 | static constexpr dart::compiler::target::word Thread_global_object_pool_offset = |
| 11072 | 0x728; |
| 11073 | static constexpr dart::compiler::target::word |
| 11074 | Thread_invoke_dart_code_stub_offset = 0xa0; |
| 11075 | static constexpr dart::compiler::target::word Thread_exit_through_ffi_offset = |
| 11076 | 0x750; |
| 11077 | static constexpr dart::compiler::target::word Thread_isolate_offset = 0x6c0; |
| 11078 | static constexpr dart::compiler::target::word Thread_isolate_group_offset = |
| 11079 | 0x6c8; |
| 11080 | static constexpr dart::compiler::target::word Thread_field_table_values_offset = |
| 11081 | 0x60; |
| 11082 | static constexpr dart::compiler::target::word |
| 11083 | Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 11084 | static constexpr dart::compiler::target::word |
| 11085 | Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 11086 | static constexpr dart::compiler::target::word |
| 11087 | Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 11088 | static constexpr dart::compiler::target::word |
| 11089 | Thread_marking_stack_block_offset = 0x6f0; |
| 11090 | static constexpr dart::compiler::target::word |
| 11091 | Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 11092 | static constexpr dart::compiler::target::word |
| 11093 | Thread_switchable_call_miss_entry_offset = 0x238; |
| 11094 | static constexpr dart::compiler::target::word |
| 11095 | Thread_switchable_call_miss_stub_offset = 0x170; |
| 11096 | static constexpr dart::compiler::target::word |
| 11097 | Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 11098 | static constexpr dart::compiler::target::word |
| 11099 | Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = 0xb8; |
| 11100 | static constexpr dart::compiler::target::word |
| 11101 | Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = 0xb0; |
| 11102 | static constexpr dart::compiler::target::word |
| 11103 | Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 11104 | static constexpr dart::compiler::target::word |
| 11105 | Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 11106 | static constexpr dart::compiler::target::word |
| 11107 | Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 11108 | static constexpr dart::compiler::target::word |
| 11109 | Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 11110 | static constexpr dart::compiler::target::word |
| 11111 | Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 11112 | static constexpr dart::compiler::target::word |
| 11113 | Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 11114 | static constexpr dart::compiler::target::word |
| 11115 | Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 11116 | static constexpr dart::compiler::target::word |
| 11117 | Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 11118 | static constexpr dart::compiler::target::word |
| 11119 | Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 11120 | static constexpr dart::compiler::target::word |
| 11121 | Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 11122 | static constexpr dart::compiler::target::word Thread_resume_stub_offset = 0x140; |
| 11123 | static constexpr dart::compiler::target::word |
| 11124 | Thread_return_async_not_future_stub_offset = 0x150; |
| 11125 | static constexpr dart::compiler::target::word |
| 11126 | Thread_return_async_star_stub_offset = 0x158; |
| 11127 | static constexpr dart::compiler::target::word Thread_return_async_stub_offset = |
| 11128 | 0x148; |
| 11129 | static constexpr dart::compiler::target::word Thread_object_null_offset = 0x68; |
| 11130 | static constexpr dart::compiler::target::word |
| 11131 | Thread_predefined_symbols_address_offset = 0x280; |
| 11132 | static constexpr dart::compiler::target::word Thread_resume_pc_offset = 0x730; |
| 11133 | static constexpr dart::compiler::target::word |
| 11134 | Thread_saved_shadow_call_stack_offset = 0x738; |
| 11135 | static constexpr dart::compiler::target::word Thread_safepoint_state_offset = |
| 11136 | 0x748; |
| 11137 | static constexpr dart::compiler::target::word |
| 11138 | Thread_slow_type_test_stub_offset = 0x1b0; |
| 11139 | static constexpr dart::compiler::target::word |
| 11140 | Thread_slow_type_test_entry_point_offset = 0x260; |
| 11141 | static constexpr dart::compiler::target::word Thread_stack_limit_offset = 0x38; |
| 11142 | static constexpr dart::compiler::target::word Thread_saved_stack_limit_offset = |
| 11143 | 0x6d0; |
| 11144 | static constexpr dart::compiler::target::word |
| 11145 | Thread_stack_overflow_flags_offset = 0x6d8; |
| 11146 | static constexpr dart::compiler::target::word |
| 11147 | Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 11148 | static constexpr dart::compiler::target::word |
| 11149 | Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 11150 | static constexpr dart::compiler::target::word |
| 11151 | Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = 0x220; |
| 11152 | static constexpr dart::compiler::target::word |
| 11153 | Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 11154 | static constexpr dart::compiler::target::word Thread_store_buffer_block_offset = |
| 11155 | 0x6e8; |
| 11156 | static constexpr dart::compiler::target::word |
| 11157 | Thread_suspend_state_await_entry_point_offset = 0x670; |
| 11158 | static constexpr dart::compiler::target::word |
| 11159 | Thread_suspend_state_await_with_type_check_entry_point_offset = 0x678; |
| 11160 | static constexpr dart::compiler::target::word |
| 11161 | Thread_suspend_state_init_async_entry_point_offset = 0x668; |
| 11162 | static constexpr dart::compiler::target::word |
| 11163 | Thread_suspend_state_return_async_entry_point_offset = 0x680; |
| 11164 | static constexpr dart::compiler::target::word |
| 11165 | Thread_suspend_state_return_async_not_future_entry_point_offset = 0x688; |
| 11166 | static constexpr dart::compiler::target::word |
| 11167 | Thread_suspend_state_init_async_star_entry_point_offset = 0x690; |
| 11168 | static constexpr dart::compiler::target::word |
| 11169 | Thread_suspend_state_yield_async_star_entry_point_offset = 0x698; |
| 11170 | static constexpr dart::compiler::target::word |
| 11171 | Thread_suspend_state_return_async_star_entry_point_offset = 0x6a0; |
| 11172 | static constexpr dart::compiler::target::word |
| 11173 | Thread_suspend_state_init_sync_star_entry_point_offset = 0x6a8; |
| 11174 | static constexpr dart::compiler::target::word |
| 11175 | Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = 0x6b0; |
| 11176 | static constexpr dart::compiler::target::word |
| 11177 | Thread_suspend_state_handle_exception_entry_point_offset = 0x6b8; |
| 11178 | static constexpr dart::compiler::target::word |
| 11179 | Thread_top_exit_frame_info_offset = 0x6e0; |
| 11180 | static constexpr dart::compiler::target::word Thread_top_offset = 0x48; |
| 11181 | static constexpr dart::compiler::target::word Thread_top_resource_offset = 0x20; |
| 11182 | static constexpr dart::compiler::target::word |
| 11183 | Thread_unboxed_runtime_arg_offset = 0x708; |
| 11184 | static constexpr dart::compiler::target::word Thread_vm_tag_offset = 0x700; |
| 11185 | static constexpr dart::compiler::target::word |
| 11186 | Thread_write_barrier_entry_point_offset = 0x1e0; |
| 11187 | static constexpr dart::compiler::target::word Thread_write_barrier_mask_offset = |
| 11188 | 0x40; |
| 11189 | static constexpr dart::compiler::target::word Thread_next_task_id_offset = |
| 11190 | 0x768; |
| 11191 | static constexpr dart::compiler::target::word Thread_random_offset = 0x770; |
| 11192 | static constexpr dart::compiler::target::word |
| 11193 | Thread_jump_to_frame_entry_point_offset = 0x258; |
| 11194 | static constexpr dart::compiler::target::word Thread_tsan_utils_offset = 0x778; |
| 11195 | static constexpr dart::compiler::target::word TsanUtils_setjmp_function_offset = |
| 11196 | 0x0; |
| 11197 | static constexpr dart::compiler::target::word TsanUtils_setjmp_buffer_offset = |
| 11198 | 0x8; |
| 11199 | static constexpr dart::compiler::target::word TsanUtils_exception_pc_offset = |
| 11200 | 0x10; |
| 11201 | static constexpr dart::compiler::target::word TsanUtils_exception_sp_offset = |
| 11202 | 0x18; |
| 11203 | static constexpr dart::compiler::target::word TsanUtils_exception_fp_offset = |
| 11204 | 0x20; |
| 11205 | static constexpr dart::compiler::target::word TimelineStream_enabled_offset = |
| 11206 | 0x10; |
| 11207 | static constexpr dart::compiler::target::word TwoByteString_data_offset = 0x10; |
| 11208 | static constexpr dart::compiler::target::word Type_arguments_offset = 0x28; |
| 11209 | static constexpr dart::compiler::target::word Finalizer_type_arguments_offset = |
| 11210 | 0x30; |
| 11211 | static constexpr dart::compiler::target::word Finalizer_callback_offset = 0x28; |
| 11212 | static constexpr dart::compiler::target::word FinalizerBase_all_entries_offset = |
| 11213 | 0x18; |
| 11214 | static constexpr dart::compiler::target::word FinalizerBase_detachments_offset = |
| 11215 | 0x10; |
| 11216 | static constexpr dart::compiler::target::word |
| 11217 | FinalizerBase_entries_collected_offset = 0x20; |
| 11218 | static constexpr dart::compiler::target::word FinalizerBase_isolate_offset = |
| 11219 | 0x8; |
| 11220 | static constexpr dart::compiler::target::word FinalizerEntry_detach_offset = |
| 11221 | 0x10; |
| 11222 | static constexpr dart::compiler::target::word |
| 11223 | FinalizerEntry_external_size_offset = 0x38; |
| 11224 | static constexpr dart::compiler::target::word FinalizerEntry_finalizer_offset = |
| 11225 | 0x20; |
| 11226 | static constexpr dart::compiler::target::word FinalizerEntry_next_offset = 0x28; |
| 11227 | static constexpr dart::compiler::target::word FinalizerEntry_token_offset = |
| 11228 | 0x18; |
| 11229 | static constexpr dart::compiler::target::word FinalizerEntry_value_offset = 0x8; |
| 11230 | static constexpr dart::compiler::target::word NativeFinalizer_callback_offset = |
| 11231 | 0x28; |
| 11232 | static constexpr dart::compiler::target::word |
| 11233 | FunctionType_named_parameter_names_offset = 0x40; |
| 11234 | static constexpr dart::compiler::target::word |
| 11235 | FunctionType_packed_parameter_counts_offset = 0x48; |
| 11236 | static constexpr dart::compiler::target::word |
| 11237 | FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 11238 | static constexpr dart::compiler::target::word |
| 11239 | FunctionType_parameter_types_offset = 0x38; |
| 11240 | static constexpr dart::compiler::target::word |
| 11241 | FunctionType_type_parameters_offset = 0x28; |
| 11242 | static constexpr dart::compiler::target::word TypeParameter_index_offset = 0x32; |
| 11243 | static constexpr dart::compiler::target::word TypeArguments_hash_offset = 0x18; |
| 11244 | static constexpr dart::compiler::target::word |
| 11245 | TypeArguments_instantiations_offset = 0x8; |
| 11246 | static constexpr dart::compiler::target::word TypeArguments_length_offset = |
| 11247 | 0x10; |
| 11248 | static constexpr dart::compiler::target::word TypeArguments_nullability_offset = |
| 11249 | 0x20; |
| 11250 | static constexpr dart::compiler::target::word TypeArguments_types_offset = 0x28; |
| 11251 | static constexpr dart::compiler::target::word TypeParameters_names_offset = 0x8; |
| 11252 | static constexpr dart::compiler::target::word TypeParameters_flags_offset = |
| 11253 | 0x10; |
| 11254 | static constexpr dart::compiler::target::word TypeParameters_bounds_offset = |
| 11255 | 0x18; |
| 11256 | static constexpr dart::compiler::target::word TypeParameters_defaults_offset = |
| 11257 | 0x20; |
| 11258 | static constexpr dart::compiler::target::word TypedDataBase_length_offset = |
| 11259 | 0x10; |
| 11260 | static constexpr dart::compiler::target::word TypedDataView_typed_data_offset = |
| 11261 | 0x18; |
| 11262 | static constexpr dart::compiler::target::word |
| 11263 | TypedDataView_offset_in_bytes_offset = 0x20; |
| 11264 | static constexpr dart::compiler::target::word TypedData_payload_offset = 0x18; |
| 11265 | static constexpr dart::compiler::target::word |
| 11266 | UnhandledException_exception_offset = 0x8; |
| 11267 | static constexpr dart::compiler::target::word |
| 11268 | UnhandledException_stacktrace_offset = 0x10; |
| 11269 | static constexpr dart::compiler::target::word UserTag_tag_offset = 0x10; |
| 11270 | static constexpr dart::compiler::target::word |
| 11271 | MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 11272 | static constexpr dart::compiler::target::word |
| 11273 | MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 11274 | static constexpr dart::compiler::target::word WeakProperty_key_offset = 0x8; |
| 11275 | static constexpr dart::compiler::target::word WeakProperty_value_offset = 0x10; |
| 11276 | static constexpr dart::compiler::target::word WeakReference_target_offset = 0x8; |
| 11277 | static constexpr dart::compiler::target::word |
| 11278 | WeakReference_type_arguments_offset = 0x10; |
| 11279 | static constexpr dart::compiler::target::word Code_entry_point_offset[] = { |
| 11280 | 0x8, 0x18, 0x10, 0x20}; |
| 11281 | static constexpr dart::compiler::target::word |
| 11282 | Thread_write_barrier_wrappers_thread_offset[] = { |
| 11283 | -1, -1, -1, -1, -1, 0x5d8, 0x5e0, 0x5e8, -1, -1, 0x5f0, |
| 11284 | 0x5f8, 0x600, -1, -1, -1, 0x608, 0x610, 0x618, 0x620, 0x628, 0x630, |
| 11285 | 0x638, 0x640, -1, -1, -1, -1, 0x648, 0x650, 0x658, 0x660}; |
| 11286 | static constexpr dart::compiler::target::word AbstractType_InstanceSize = 0x28; |
| 11287 | static constexpr dart::compiler::target::word ApiError_InstanceSize = 0x10; |
| 11288 | static constexpr dart::compiler::target::word Array_header_size = 0x18; |
| 11289 | static constexpr dart::compiler::target::word Bool_InstanceSize = 0x10; |
| 11290 | static constexpr dart::compiler::target::word Capability_InstanceSize = 0x10; |
| 11291 | static constexpr dart::compiler::target::word Class_InstanceSize = 0xc0; |
| 11292 | static constexpr dart::compiler::target::word Closure_InstanceSize = 0x38; |
| 11293 | static constexpr dart::compiler::target::word ClosureData_InstanceSize = 0x28; |
| 11294 | static constexpr dart::compiler::target::word CodeSourceMap_HeaderSize = 0x10; |
| 11295 | static constexpr dart::compiler::target::word |
| 11296 | CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 11297 | static constexpr dart::compiler::target::word |
| 11298 | CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 11299 | static constexpr dart::compiler::target::word Context_header_size = 0x18; |
| 11300 | static constexpr dart::compiler::target::word Double_InstanceSize = 0x10; |
| 11301 | static constexpr dart::compiler::target::word DynamicLibrary_InstanceSize = |
| 11302 | 0x18; |
| 11303 | static constexpr dart::compiler::target::word |
| 11304 | ExternalOneByteString_InstanceSize = 0x20; |
| 11305 | static constexpr dart::compiler::target::word |
| 11306 | ExternalTwoByteString_InstanceSize = 0x20; |
| 11307 | static constexpr dart::compiler::target::word ExternalTypedData_InstanceSize = |
| 11308 | 0x18; |
| 11309 | static constexpr dart::compiler::target::word FfiTrampolineData_InstanceSize = |
| 11310 | 0x30; |
| 11311 | static constexpr dart::compiler::target::word Field_InstanceSize = 0x60; |
| 11312 | static constexpr dart::compiler::target::word Finalizer_InstanceSize = 0x38; |
| 11313 | static constexpr dart::compiler::target::word FinalizerEntry_InstanceSize = |
| 11314 | 0x40; |
| 11315 | static constexpr dart::compiler::target::word NativeFinalizer_InstanceSize = |
| 11316 | 0x30; |
| 11317 | static constexpr dart::compiler::target::word Float32x4_InstanceSize = 0x18; |
| 11318 | static constexpr dart::compiler::target::word Float64x2_InstanceSize = 0x18; |
| 11319 | static constexpr dart::compiler::target::word Function_InstanceSize = 0x80; |
| 11320 | static constexpr dart::compiler::target::word FunctionType_InstanceSize = 0x50; |
| 11321 | static constexpr dart::compiler::target::word FutureOr_InstanceSize = 0x10; |
| 11322 | static constexpr dart::compiler::target::word GrowableObjectArray_InstanceSize = |
| 11323 | 0x20; |
| 11324 | static constexpr dart::compiler::target::word ICData_InstanceSize = 0x38; |
| 11325 | static constexpr dart::compiler::target::word Instance_InstanceSize = 0x8; |
| 11326 | static constexpr dart::compiler::target::word Instructions_UnalignedHeaderSize = |
| 11327 | 0x10; |
| 11328 | static constexpr dart::compiler::target::word |
| 11329 | InstructionsSection_UnalignedHeaderSize = 0x28; |
| 11330 | static constexpr dart::compiler::target::word InstructionsTable_InstanceSize = |
| 11331 | 0x30; |
| 11332 | static constexpr dart::compiler::target::word Int32x4_InstanceSize = 0x18; |
| 11333 | static constexpr dart::compiler::target::word Integer_InstanceSize = 0x8; |
| 11334 | static constexpr dart::compiler::target::word KernelProgramInfo_InstanceSize = |
| 11335 | 0x60; |
| 11336 | static constexpr dart::compiler::target::word LanguageError_InstanceSize = 0x30; |
| 11337 | static constexpr dart::compiler::target::word Library_InstanceSize = 0xa8; |
| 11338 | static constexpr dart::compiler::target::word LibraryPrefix_InstanceSize = 0x28; |
| 11339 | static constexpr dart::compiler::target::word LinkedHashBase_InstanceSize = |
| 11340 | 0x38; |
| 11341 | static constexpr dart::compiler::target::word LocalHandle_InstanceSize = 0x8; |
| 11342 | static constexpr dart::compiler::target::word MegamorphicCache_InstanceSize = |
| 11343 | 0x30; |
| 11344 | static constexpr dart::compiler::target::word Mint_InstanceSize = 0x10; |
| 11345 | static constexpr dart::compiler::target::word MirrorReference_InstanceSize = |
| 11346 | 0x10; |
| 11347 | static constexpr dart::compiler::target::word |
| 11348 | MonomorphicSmiableCall_InstanceSize = 0x18; |
| 11349 | static constexpr dart::compiler::target::word Namespace_InstanceSize = 0x28; |
| 11350 | static constexpr dart::compiler::target::word NativeArguments_StructSize = 0x20; |
| 11351 | static constexpr dart::compiler::target::word Number_InstanceSize = 0x8; |
| 11352 | static constexpr dart::compiler::target::word Object_InstanceSize = 0x8; |
| 11353 | static constexpr dart::compiler::target::word PatchClass_InstanceSize = 0x28; |
| 11354 | static constexpr dart::compiler::target::word PcDescriptors_HeaderSize = 0x10; |
| 11355 | static constexpr dart::compiler::target::word Pointer_InstanceSize = 0x18; |
| 11356 | static constexpr dart::compiler::target::word ReceivePort_InstanceSize = 0x18; |
| 11357 | static constexpr dart::compiler::target::word RecordType_InstanceSize = 0x38; |
| 11358 | static constexpr dart::compiler::target::word RegExp_InstanceSize = 0x78; |
| 11359 | static constexpr dart::compiler::target::word Script_InstanceSize = 0x50; |
| 11360 | static constexpr dart::compiler::target::word SendPort_InstanceSize = 0x18; |
| 11361 | static constexpr dart::compiler::target::word Sentinel_InstanceSize = 0x8; |
| 11362 | static constexpr dart::compiler::target::word SingleTargetCache_InstanceSize = |
| 11363 | 0x20; |
| 11364 | static constexpr dart::compiler::target::word StackTrace_InstanceSize = 0x28; |
| 11365 | static constexpr dart::compiler::target::word SuspendState_HeaderSize = 0x38; |
| 11366 | static constexpr dart::compiler::target::word String_InstanceSize = 0x10; |
| 11367 | static constexpr dart::compiler::target::word SubtypeTestCache_InstanceSize = |
| 11368 | 0x18; |
| 11369 | static constexpr dart::compiler::target::word LoadingUnit_InstanceSize = 0x20; |
| 11370 | static constexpr dart::compiler::target::word |
| 11371 | TransferableTypedData_InstanceSize = 0x8; |
| 11372 | static constexpr dart::compiler::target::word Type_InstanceSize = 0x30; |
| 11373 | static constexpr dart::compiler::target::word TypeParameter_InstanceSize = 0x38; |
| 11374 | static constexpr dart::compiler::target::word TypeParameters_InstanceSize = |
| 11375 | 0x28; |
| 11376 | static constexpr dart::compiler::target::word TypedData_HeaderSize = 0x18; |
| 11377 | static constexpr dart::compiler::target::word TypedDataBase_InstanceSize = 0x18; |
| 11378 | static constexpr dart::compiler::target::word TypedDataView_InstanceSize = 0x28; |
| 11379 | static constexpr dart::compiler::target::word UnhandledException_InstanceSize = |
| 11380 | 0x18; |
| 11381 | static constexpr dart::compiler::target::word UnlinkedCall_InstanceSize = 0x20; |
| 11382 | static constexpr dart::compiler::target::word UnwindError_InstanceSize = 0x18; |
| 11383 | static constexpr dart::compiler::target::word UserTag_InstanceSize = 0x20; |
| 11384 | static constexpr dart::compiler::target::word WeakProperty_InstanceSize = 0x20; |
| 11385 | static constexpr dart::compiler::target::word WeakReference_InstanceSize = 0x20; |
| 11386 | static constexpr dart::compiler::target::word |
| 11387 | WeakSerializationReference_InstanceSize = 0x18; |
| 11388 | #endif // defined(PRODUCT) && \ |
| 11389 | // defined(TARGET_ARCH_RISCV64) && \ |
| 11390 | // !defined(DART_COMPRESSED_POINTERS) |
| 11391 | |
| 11392 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM) && \ |
| 11393 | !defined(DART_COMPRESSED_POINTERS) |
| 11394 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 11395 | 0x1c; |
| 11396 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 11397 | 0xc; |
| 11398 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 11399 | static constexpr dart::compiler::target::word |
| 11400 | AOT_ClassTable_elements_start_offset = 0x0; |
| 11401 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 11402 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 11403 | 0x58; |
| 11404 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 11405 | static constexpr dart::compiler::target::word |
| 11406 | AOT_Context_elements_start_offset = 0xc; |
| 11407 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 11408 | static constexpr dart::compiler::target::word |
| 11409 | AOT_ContextScope_elements_start_offset = 0xc; |
| 11410 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 11411 | 0x24; |
| 11412 | static constexpr dart::compiler::target::word |
| 11413 | AOT_ExceptionHandlers_elements_start_offset = 0xc; |
| 11414 | static constexpr dart::compiler::target::word |
| 11415 | AOT_ExceptionHandlers_element_size = 0xc; |
| 11416 | static constexpr dart::compiler::target::word |
| 11417 | AOT_ObjectPool_elements_start_offset = 0x8; |
| 11418 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x4; |
| 11419 | static constexpr dart::compiler::target::word |
| 11420 | AOT_OneByteString_elements_start_offset = 0xc; |
| 11421 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 11422 | 0x1; |
| 11423 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 11424 | 0x8; |
| 11425 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 11426 | static constexpr dart::compiler::target::word |
| 11427 | AOT_TypeArguments_elements_start_offset = 0x14; |
| 11428 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 11429 | 0x4; |
| 11430 | static constexpr dart::compiler::target::word |
| 11431 | AOT_TwoByteString_elements_start_offset = 0xc; |
| 11432 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 11433 | 0x2; |
| 11434 | static constexpr dart::compiler::target::word |
| 11435 | AOT_WeakArray_elements_start_offset = 0xc; |
| 11436 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 11437 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 11438 | 0xfffffff; |
| 11439 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 11440 | 0xfffd; |
| 11441 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 11442 | 0xfffffff; |
| 11443 | static constexpr dart::compiler::target::word |
| 11444 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x0; |
| 11445 | static constexpr dart::compiler::target::word |
| 11446 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 11447 | static constexpr dart::compiler::target::word |
| 11448 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 11449 | static constexpr dart::compiler::target::word |
| 11450 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x10; |
| 11451 | static constexpr dart::compiler::target::word |
| 11452 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 11453 | static constexpr dart::compiler::target::word |
| 11454 | AOT_Instructions_kNonBarePayloadAlignment = 0x4; |
| 11455 | static constexpr dart::compiler::target::word |
| 11456 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 11457 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 11458 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 11459 | static constexpr dart::compiler::target::word |
| 11460 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 11461 | static constexpr dart::compiler::target::word |
| 11462 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 11463 | static constexpr dart::compiler::target::word |
| 11464 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 11465 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 11466 | 0xffff; |
| 11467 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 11468 | 0xffff; |
| 11469 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 11470 | 0x1fffffff; |
| 11471 | static constexpr dart::compiler::target::word |
| 11472 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 11473 | static constexpr dart::compiler::target::word |
| 11474 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 11475 | static constexpr dart::compiler::target::word |
| 11476 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 11477 | static constexpr dart::compiler::target::word |
| 11478 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 11479 | static constexpr dart::compiler::target::word |
| 11480 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 11481 | static constexpr dart::compiler::target::word |
| 11482 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 11483 | static constexpr dart::compiler::target::word |
| 11484 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 11485 | static constexpr dart::compiler::target::word |
| 11486 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 11487 | static constexpr dart::compiler::target::word |
| 11488 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 11489 | static constexpr dart::compiler::target::word |
| 11490 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 11491 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 11492 | 0x7; |
| 11493 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 11494 | 0x7; |
| 11495 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 11496 | 0xfffffff; |
| 11497 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 11498 | 0x8; |
| 11499 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 11500 | 0x10; |
| 11501 | static constexpr dart::compiler::target::word |
| 11502 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 11503 | static constexpr dart::compiler::target::word |
| 11504 | AOT_ArgumentsDescriptor_count_offset = 0x10; |
| 11505 | static constexpr dart::compiler::target::word |
| 11506 | AOT_ArgumentsDescriptor_size_offset = 0x14; |
| 11507 | static constexpr dart::compiler::target::word |
| 11508 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 11509 | static constexpr dart::compiler::target::word |
| 11510 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 11511 | static constexpr dart::compiler::target::word |
| 11512 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 11513 | static constexpr dart::compiler::target::word |
| 11514 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 11515 | static constexpr dart::compiler::target::word |
| 11516 | AOT_ArgumentsDescriptor_positional_count_offset = 0x18; |
| 11517 | static constexpr dart::compiler::target::word |
| 11518 | AOT_ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 11519 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0xc; |
| 11520 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x8; |
| 11521 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 11522 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 11523 | 0x4; |
| 11524 | static constexpr dart::compiler::target::word |
| 11525 | AOT_Class_declaration_type_offset = 0x34; |
| 11526 | static constexpr dart::compiler::target::word |
| 11527 | AOT_Class_num_type_arguments_offset = 0x4c; |
| 11528 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 11529 | 0x2c; |
| 11530 | static constexpr dart::compiler::target::word |
| 11531 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x58; |
| 11532 | static constexpr dart::compiler::target::word |
| 11533 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x4; |
| 11534 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x14; |
| 11535 | static constexpr dart::compiler::target::word |
| 11536 | AOT_Closure_delayed_type_arguments_offset = 0xc; |
| 11537 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 11538 | 0x10; |
| 11539 | static constexpr dart::compiler::target::word |
| 11540 | AOT_Closure_function_type_arguments_offset = 0x8; |
| 11541 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x18; |
| 11542 | static constexpr dart::compiler::target::word |
| 11543 | AOT_Closure_instantiator_type_arguments_offset = 0x4; |
| 11544 | static constexpr dart::compiler::target::word |
| 11545 | AOT_ClosureData_packed_fields_offset = 0x10; |
| 11546 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 11547 | 0x18; |
| 11548 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 11549 | 0x14; |
| 11550 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x1c; |
| 11551 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 11552 | 0x4; |
| 11553 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x8; |
| 11554 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 11555 | static constexpr dart::compiler::target::word |
| 11556 | AOT_ExternalOneByteString_external_data_offset = 0xc; |
| 11557 | static constexpr dart::compiler::target::word |
| 11558 | AOT_ExternalTwoByteString_external_data_offset = 0xc; |
| 11559 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 11560 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 11561 | static constexpr dart::compiler::target::word |
| 11562 | AOT_Field_initializer_function_offset = 0x10; |
| 11563 | static constexpr dart::compiler::target::word |
| 11564 | AOT_Field_host_offset_or_field_id_offset = 0x14; |
| 11565 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 11566 | 0x28; |
| 11567 | static constexpr dart::compiler::target::word |
| 11568 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x30; |
| 11569 | static constexpr dart::compiler::target::word |
| 11570 | AOT_Field_guarded_list_length_offset = 0x18; |
| 11571 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 11572 | 0x2c; |
| 11573 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x32; |
| 11574 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x20; |
| 11575 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x18; |
| 11576 | static constexpr dart::compiler::target::word |
| 11577 | AOT_Function_entry_point_offset[] = {0x4, 0x8}; |
| 11578 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 11579 | 0x28; |
| 11580 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 11581 | 0x14; |
| 11582 | static constexpr dart::compiler::target::word |
| 11583 | AOT_FutureOr_type_arguments_offset = 0x4; |
| 11584 | static constexpr dart::compiler::target::word |
| 11585 | AOT_GrowableObjectArray_data_offset = 0xc; |
| 11586 | static constexpr dart::compiler::target::word |
| 11587 | AOT_GrowableObjectArray_length_offset = 0x8; |
| 11588 | static constexpr dart::compiler::target::word |
| 11589 | AOT_GrowableObjectArray_type_arguments_offset = 0x4; |
| 11590 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x10; |
| 11591 | static constexpr dart::compiler::target::word |
| 11592 | AOT_CallSiteData_arguments_descriptor_offset = 0x8; |
| 11593 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 11594 | 0x3; |
| 11595 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 11596 | 0x0; |
| 11597 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0xc; |
| 11598 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x10; |
| 11599 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 11600 | 0x14; |
| 11601 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 11602 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 11603 | 0x14; |
| 11604 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 11605 | 0x18; |
| 11606 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 11607 | 0x20; |
| 11608 | static constexpr dart::compiler::target::word |
| 11609 | AOT_Isolate_has_resumption_breakpoints_offset = 0x25; |
| 11610 | static constexpr dart::compiler::target::word |
| 11611 | AOT_IsolateGroup_object_store_offset = 0x10; |
| 11612 | static constexpr dart::compiler::target::word |
| 11613 | AOT_IsolateGroup_class_table_offset = 0x8; |
| 11614 | static constexpr dart::compiler::target::word |
| 11615 | AOT_IsolateGroup_cached_class_table_table_offset = 0xc; |
| 11616 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 11617 | 0x24; |
| 11618 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 11619 | 0x10; |
| 11620 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 11621 | 0xc; |
| 11622 | static constexpr dart::compiler::target::word |
| 11623 | AOT_ImmutableLinkedHashBase_data_offset = 0xc; |
| 11624 | static constexpr dart::compiler::target::word |
| 11625 | AOT_LinkedHashBase_deleted_keys_offset = 0x14; |
| 11626 | static constexpr dart::compiler::target::word |
| 11627 | AOT_LinkedHashBase_hash_mask_offset = 0x8; |
| 11628 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 11629 | 0x18; |
| 11630 | static constexpr dart::compiler::target::word |
| 11631 | AOT_LinkedHashBase_type_arguments_offset = 0x4; |
| 11632 | static constexpr dart::compiler::target::word |
| 11633 | AOT_LinkedHashBase_used_data_offset = 0x10; |
| 11634 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 11635 | static constexpr dart::compiler::target::word |
| 11636 | AOT_MarkingStackBlock_pointers_offset = 0x8; |
| 11637 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 11638 | 0x4; |
| 11639 | static constexpr dart::compiler::target::word |
| 11640 | AOT_MegamorphicCache_buckets_offset = 0xc; |
| 11641 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 11642 | 0x10; |
| 11643 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 11644 | static constexpr dart::compiler::target::word |
| 11645 | AOT_NativeArguments_argc_tag_offset = 0x4; |
| 11646 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 11647 | 0x8; |
| 11648 | static constexpr dart::compiler::target::word |
| 11649 | AOT_NativeArguments_retval_offset = 0xc; |
| 11650 | static constexpr dart::compiler::target::word |
| 11651 | AOT_NativeArguments_thread_offset = 0x0; |
| 11652 | static constexpr dart::compiler::target::word |
| 11653 | AOT_ObjectStore_double_type_offset = 0xc0; |
| 11654 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 11655 | 0x94; |
| 11656 | static constexpr dart::compiler::target::word |
| 11657 | AOT_ObjectStore_record_field_names_offset = 0x1fc; |
| 11658 | static constexpr dart::compiler::target::word |
| 11659 | AOT_ObjectStore_string_type_offset = 0xd4; |
| 11660 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 11661 | 0x84; |
| 11662 | static constexpr dart::compiler::target::word |
| 11663 | AOT_ObjectStore_ffi_callback_code_offset = 0x278; |
| 11664 | static constexpr dart::compiler::target::word |
| 11665 | AOT_ObjectStore_suspend_state_await_offset = 0x224; |
| 11666 | static constexpr dart::compiler::target::word |
| 11667 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 11668 | static constexpr dart::compiler::target::word |
| 11669 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 11670 | static constexpr dart::compiler::target::word |
| 11671 | AOT_ObjectStore_suspend_state_init_async_offset = 0x220; |
| 11672 | static constexpr dart::compiler::target::word |
| 11673 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 11674 | static constexpr dart::compiler::target::word |
| 11675 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 11676 | static constexpr dart::compiler::target::word |
| 11677 | AOT_ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 11678 | static constexpr dart::compiler::target::word |
| 11679 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 11680 | static constexpr dart::compiler::target::word |
| 11681 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 11682 | static constexpr dart::compiler::target::word |
| 11683 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 11684 | static constexpr dart::compiler::target::word |
| 11685 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 11686 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 11687 | 0xc; |
| 11688 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x4; |
| 11689 | static constexpr dart::compiler::target::word |
| 11690 | AOT_Pointer_type_arguments_offset = 0x8; |
| 11691 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 11692 | 0x4; |
| 11693 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 11694 | 0x8; |
| 11695 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x4; |
| 11696 | static constexpr dart::compiler::target::word |
| 11697 | AOT_SingleTargetCache_entry_point_offset = 0x8; |
| 11698 | static constexpr dart::compiler::target::word |
| 11699 | AOT_SingleTargetCache_lower_limit_offset = 0xc; |
| 11700 | static constexpr dart::compiler::target::word |
| 11701 | AOT_SingleTargetCache_target_offset = 0x4; |
| 11702 | static constexpr dart::compiler::target::word |
| 11703 | AOT_SingleTargetCache_upper_limit_offset = 0x10; |
| 11704 | static constexpr dart::compiler::target::word |
| 11705 | AOT_StoreBufferBlock_pointers_offset = 0x8; |
| 11706 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 11707 | 0x4; |
| 11708 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 11709 | 0x4; |
| 11710 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 11711 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 11712 | static constexpr dart::compiler::target::word |
| 11713 | AOT_SubtypeTestCache_cache_offset = 0x4; |
| 11714 | static constexpr dart::compiler::target::word |
| 11715 | AOT_SubtypeTestCache_num_inputs_offset = 0x8; |
| 11716 | static constexpr dart::compiler::target::word |
| 11717 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 11718 | static constexpr dart::compiler::target::word |
| 11719 | AOT_SuspendState_error_callback_offset = 0x14; |
| 11720 | static constexpr dart::compiler::target::word |
| 11721 | AOT_SuspendState_frame_size_offset = 0x4; |
| 11722 | static constexpr dart::compiler::target::word |
| 11723 | AOT_SuspendState_function_data_offset = 0xc; |
| 11724 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 11725 | 0x18; |
| 11726 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x8; |
| 11727 | static constexpr dart::compiler::target::word |
| 11728 | AOT_SuspendState_then_callback_offset = 0x10; |
| 11729 | static constexpr dart::compiler::target::word |
| 11730 | AOT_Thread_AllocateArray_entry_point_offset = 0x160; |
| 11731 | static constexpr dart::compiler::target::word |
| 11732 | AOT_Thread_active_exception_offset = 0x370; |
| 11733 | static constexpr dart::compiler::target::word |
| 11734 | AOT_Thread_active_stacktrace_offset = 0x374; |
| 11735 | static constexpr dart::compiler::target::word |
| 11736 | AOT_Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 11737 | static constexpr dart::compiler::target::word |
| 11738 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 11739 | static constexpr dart::compiler::target::word |
| 11740 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 11741 | static constexpr dart::compiler::target::word |
| 11742 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 11743 | static constexpr dart::compiler::target::word |
| 11744 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 11745 | static constexpr dart::compiler::target::word |
| 11746 | AOT_Thread_allocate_object_entry_point_offset = 0x104; |
| 11747 | static constexpr dart::compiler::target::word |
| 11748 | AOT_Thread_allocate_object_stub_offset = 0x90; |
| 11749 | static constexpr dart::compiler::target::word |
| 11750 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 11751 | static constexpr dart::compiler::target::word |
| 11752 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 11753 | static constexpr dart::compiler::target::word |
| 11754 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 11755 | static constexpr dart::compiler::target::word |
| 11756 | AOT_Thread_allocate_object_slow_stub_offset = 0x98; |
| 11757 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 11758 | 0x390; |
| 11759 | static constexpr dart::compiler::target::word |
| 11760 | AOT_Thread_async_exception_handler_stub_offset = 0x9c; |
| 11761 | static constexpr dart::compiler::target::word |
| 11762 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 11763 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 11764 | 0x3c; |
| 11765 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 11766 | 0x38; |
| 11767 | static constexpr dart::compiler::target::word |
| 11768 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 11769 | static constexpr dart::compiler::target::word |
| 11770 | AOT_Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 11771 | static constexpr dart::compiler::target::word |
| 11772 | AOT_Thread_call_to_runtime_stub_offset = 0x54; |
| 11773 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 11774 | 0x3b4; |
| 11775 | static constexpr dart::compiler::target::word |
| 11776 | AOT_Thread_dispatch_table_array_offset = 0x2c; |
| 11777 | static constexpr dart::compiler::target::word |
| 11778 | AOT_Thread_double_truncate_round_supported_offset = 0x394; |
| 11779 | static constexpr dart::compiler::target::word |
| 11780 | AOT_Thread_service_extension_stream_offset = 0x3b8; |
| 11781 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 11782 | 0x120; |
| 11783 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 11784 | 0xc8; |
| 11785 | static constexpr dart::compiler::target::word |
| 11786 | AOT_Thread_deoptimize_entry_offset = 0x124; |
| 11787 | static constexpr dart::compiler::target::word |
| 11788 | AOT_Thread_deoptimize_stub_offset = 0xcc; |
| 11789 | static constexpr dart::compiler::target::word |
| 11790 | AOT_Thread_double_abs_address_offset = 0x14c; |
| 11791 | static constexpr dart::compiler::target::word |
| 11792 | AOT_Thread_double_negate_address_offset = 0x148; |
| 11793 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x28; |
| 11794 | static constexpr dart::compiler::target::word |
| 11795 | AOT_Thread_enter_safepoint_stub_offset = 0xe0; |
| 11796 | static constexpr dart::compiler::target::word |
| 11797 | AOT_Thread_execution_state_offset = 0x384; |
| 11798 | static constexpr dart::compiler::target::word |
| 11799 | AOT_Thread_exit_safepoint_stub_offset = 0xe4; |
| 11800 | static constexpr dart::compiler::target::word |
| 11801 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 11802 | static constexpr dart::compiler::target::word |
| 11803 | AOT_Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 11804 | static constexpr dart::compiler::target::word |
| 11805 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 11806 | static constexpr dart::compiler::target::word |
| 11807 | AOT_Thread_fix_allocation_stub_code_offset = 0x4c; |
| 11808 | static constexpr dart::compiler::target::word |
| 11809 | AOT_Thread_fix_callers_target_code_offset = 0x48; |
| 11810 | static constexpr dart::compiler::target::word |
| 11811 | AOT_Thread_float_absolute_address_offset = 0x158; |
| 11812 | static constexpr dart::compiler::target::word |
| 11813 | AOT_Thread_float_negate_address_offset = 0x154; |
| 11814 | static constexpr dart::compiler::target::word |
| 11815 | AOT_Thread_float_not_address_offset = 0x150; |
| 11816 | static constexpr dart::compiler::target::word |
| 11817 | AOT_Thread_float_zerow_address_offset = 0x15c; |
| 11818 | static constexpr dart::compiler::target::word |
| 11819 | AOT_Thread_global_object_pool_offset = 0x378; |
| 11820 | static constexpr dart::compiler::target::word |
| 11821 | AOT_Thread_invoke_dart_code_stub_offset = 0x50; |
| 11822 | static constexpr dart::compiler::target::word |
| 11823 | AOT_Thread_exit_through_ffi_offset = 0x38c; |
| 11824 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x338; |
| 11825 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 11826 | 0x33c; |
| 11827 | static constexpr dart::compiler::target::word |
| 11828 | AOT_Thread_field_table_values_offset = 0x30; |
| 11829 | static constexpr dart::compiler::target::word |
| 11830 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 11831 | static constexpr dart::compiler::target::word |
| 11832 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 11833 | static constexpr dart::compiler::target::word |
| 11834 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 11835 | static constexpr dart::compiler::target::word |
| 11836 | AOT_Thread_marking_stack_block_offset = 0x350; |
| 11837 | static constexpr dart::compiler::target::word |
| 11838 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 11839 | static constexpr dart::compiler::target::word |
| 11840 | AOT_Thread_switchable_call_miss_entry_offset = 0x11c; |
| 11841 | static constexpr dart::compiler::target::word |
| 11842 | AOT_Thread_switchable_call_miss_stub_offset = 0xb8; |
| 11843 | static constexpr dart::compiler::target::word |
| 11844 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 11845 | static constexpr dart::compiler::target::word |
| 11846 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 11847 | 0x5c; |
| 11848 | static constexpr dart::compiler::target::word |
| 11849 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 11850 | 0x58; |
| 11851 | static constexpr dart::compiler::target::word |
| 11852 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 11853 | static constexpr dart::compiler::target::word |
| 11854 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 11855 | static constexpr dart::compiler::target::word |
| 11856 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 11857 | static constexpr dart::compiler::target::word |
| 11858 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 11859 | static constexpr dart::compiler::target::word |
| 11860 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 11861 | static constexpr dart::compiler::target::word |
| 11862 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 11863 | static constexpr dart::compiler::target::word |
| 11864 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 11865 | static constexpr dart::compiler::target::word |
| 11866 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 11867 | static constexpr dart::compiler::target::word |
| 11868 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 11869 | static constexpr dart::compiler::target::word |
| 11870 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 11871 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 11872 | 0xa0; |
| 11873 | static constexpr dart::compiler::target::word |
| 11874 | AOT_Thread_return_async_not_future_stub_offset = 0xa8; |
| 11875 | static constexpr dart::compiler::target::word |
| 11876 | AOT_Thread_return_async_star_stub_offset = 0xac; |
| 11877 | static constexpr dart::compiler::target::word |
| 11878 | AOT_Thread_return_async_stub_offset = 0xa4; |
| 11879 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 11880 | 0x34; |
| 11881 | static constexpr dart::compiler::target::word |
| 11882 | AOT_Thread_predefined_symbols_address_offset = 0x140; |
| 11883 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 11884 | 0x37c; |
| 11885 | static constexpr dart::compiler::target::word |
| 11886 | AOT_Thread_saved_shadow_call_stack_offset = 0x380; |
| 11887 | static constexpr dart::compiler::target::word |
| 11888 | AOT_Thread_safepoint_state_offset = 0x388; |
| 11889 | static constexpr dart::compiler::target::word |
| 11890 | AOT_Thread_slow_type_test_stub_offset = 0xd8; |
| 11891 | static constexpr dart::compiler::target::word |
| 11892 | AOT_Thread_slow_type_test_entry_point_offset = 0x130; |
| 11893 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 11894 | 0x1c; |
| 11895 | static constexpr dart::compiler::target::word |
| 11896 | AOT_Thread_saved_stack_limit_offset = 0x340; |
| 11897 | static constexpr dart::compiler::target::word |
| 11898 | AOT_Thread_stack_overflow_flags_offset = 0x344; |
| 11899 | static constexpr dart::compiler::target::word |
| 11900 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 11901 | static constexpr dart::compiler::target::word |
| 11902 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 11903 | static constexpr dart::compiler::target::word |
| 11904 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 11905 | 0x110; |
| 11906 | static constexpr dart::compiler::target::word |
| 11907 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 11908 | static constexpr dart::compiler::target::word |
| 11909 | AOT_Thread_store_buffer_block_offset = 0x34c; |
| 11910 | static constexpr dart::compiler::target::word |
| 11911 | AOT_Thread_suspend_state_await_entry_point_offset = 0x310; |
| 11912 | static constexpr dart::compiler::target::word |
| 11913 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x314; |
| 11914 | static constexpr dart::compiler::target::word |
| 11915 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x30c; |
| 11916 | static constexpr dart::compiler::target::word |
| 11917 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x318; |
| 11918 | static constexpr dart::compiler::target::word |
| 11919 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x31c; |
| 11920 | static constexpr dart::compiler::target::word |
| 11921 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x320; |
| 11922 | static constexpr dart::compiler::target::word |
| 11923 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x324; |
| 11924 | static constexpr dart::compiler::target::word |
| 11925 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x328; |
| 11926 | static constexpr dart::compiler::target::word |
| 11927 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x32c; |
| 11928 | static constexpr dart::compiler::target::word |
| 11929 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 11930 | 0x330; |
| 11931 | static constexpr dart::compiler::target::word |
| 11932 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x334; |
| 11933 | static constexpr dart::compiler::target::word |
| 11934 | AOT_Thread_top_exit_frame_info_offset = 0x348; |
| 11935 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x24; |
| 11936 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 11937 | 0x10; |
| 11938 | static constexpr dart::compiler::target::word |
| 11939 | AOT_Thread_unboxed_runtime_arg_offset = 0x360; |
| 11940 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x358; |
| 11941 | static constexpr dart::compiler::target::word |
| 11942 | AOT_Thread_write_barrier_entry_point_offset = 0xf0; |
| 11943 | static constexpr dart::compiler::target::word |
| 11944 | AOT_Thread_write_barrier_mask_offset = 0x20; |
| 11945 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 11946 | 0x398; |
| 11947 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x3a0; |
| 11948 | static constexpr dart::compiler::target::word |
| 11949 | AOT_Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 11950 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 11951 | 0x3a8; |
| 11952 | static constexpr dart::compiler::target::word |
| 11953 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 11954 | static constexpr dart::compiler::target::word |
| 11955 | AOT_TsanUtils_setjmp_buffer_offset = 0x4; |
| 11956 | static constexpr dart::compiler::target::word |
| 11957 | AOT_TsanUtils_exception_pc_offset = 0x8; |
| 11958 | static constexpr dart::compiler::target::word |
| 11959 | AOT_TsanUtils_exception_sp_offset = 0xc; |
| 11960 | static constexpr dart::compiler::target::word |
| 11961 | AOT_TsanUtils_exception_fp_offset = 0x10; |
| 11962 | static constexpr dart::compiler::target::word |
| 11963 | AOT_TimelineStream_enabled_offset = 0x8; |
| 11964 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 11965 | 0xc; |
| 11966 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x14; |
| 11967 | static constexpr dart::compiler::target::word |
| 11968 | AOT_Finalizer_type_arguments_offset = 0x18; |
| 11969 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 11970 | 0x14; |
| 11971 | static constexpr dart::compiler::target::word |
| 11972 | AOT_FinalizerBase_all_entries_offset = 0xc; |
| 11973 | static constexpr dart::compiler::target::word |
| 11974 | AOT_FinalizerBase_detachments_offset = 0x8; |
| 11975 | static constexpr dart::compiler::target::word |
| 11976 | AOT_FinalizerBase_entries_collected_offset = 0x10; |
| 11977 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 11978 | 0x4; |
| 11979 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 11980 | 0x8; |
| 11981 | static constexpr dart::compiler::target::word |
| 11982 | AOT_FinalizerEntry_external_size_offset = 0x1c; |
| 11983 | static constexpr dart::compiler::target::word |
| 11984 | AOT_FinalizerEntry_finalizer_offset = 0x10; |
| 11985 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 11986 | 0x14; |
| 11987 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 11988 | 0xc; |
| 11989 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 11990 | 0x4; |
| 11991 | static constexpr dart::compiler::target::word |
| 11992 | AOT_NativeFinalizer_callback_offset = 0x14; |
| 11993 | static constexpr dart::compiler::target::word |
| 11994 | AOT_FunctionType_named_parameter_names_offset = 0x20; |
| 11995 | static constexpr dart::compiler::target::word |
| 11996 | AOT_FunctionType_packed_parameter_counts_offset = 0x24; |
| 11997 | static constexpr dart::compiler::target::word |
| 11998 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 11999 | static constexpr dart::compiler::target::word |
| 12000 | AOT_FunctionType_parameter_types_offset = 0x1c; |
| 12001 | static constexpr dart::compiler::target::word |
| 12002 | AOT_FunctionType_type_parameters_offset = 0x14; |
| 12003 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 12004 | 0x1a; |
| 12005 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 12006 | 0xc; |
| 12007 | static constexpr dart::compiler::target::word |
| 12008 | AOT_TypeArguments_instantiations_offset = 0x4; |
| 12009 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 12010 | 0x8; |
| 12011 | static constexpr dart::compiler::target::word |
| 12012 | AOT_TypeArguments_nullability_offset = 0x10; |
| 12013 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 12014 | 0x14; |
| 12015 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 12016 | 0x4; |
| 12017 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 12018 | 0x8; |
| 12019 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 12020 | 0xc; |
| 12021 | static constexpr dart::compiler::target::word |
| 12022 | AOT_TypeParameters_defaults_offset = 0x10; |
| 12023 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 12024 | 0x8; |
| 12025 | static constexpr dart::compiler::target::word |
| 12026 | AOT_TypedDataView_typed_data_offset = 0xc; |
| 12027 | static constexpr dart::compiler::target::word |
| 12028 | AOT_TypedDataView_offset_in_bytes_offset = 0x10; |
| 12029 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 12030 | 0xc; |
| 12031 | static constexpr dart::compiler::target::word |
| 12032 | AOT_UnhandledException_exception_offset = 0x4; |
| 12033 | static constexpr dart::compiler::target::word |
| 12034 | AOT_UnhandledException_stacktrace_offset = 0x8; |
| 12035 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x8; |
| 12036 | static constexpr dart::compiler::target::word |
| 12037 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 12038 | static constexpr dart::compiler::target::word |
| 12039 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 12040 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x4; |
| 12041 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 12042 | 0x8; |
| 12043 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 12044 | 0x4; |
| 12045 | static constexpr dart::compiler::target::word |
| 12046 | AOT_WeakReference_type_arguments_offset = 0x8; |
| 12047 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 12048 | 0x4, 0xc, 0x8, 0x10}; |
| 12049 | static constexpr dart::compiler::target::word |
| 12050 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 12051 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, 0x2fc, -1, 0x300, -1, |
| 12052 | 0x304, 0x308, -1, -1, -1, -1, -1, -1}; |
| 12053 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 12054 | 0x14; |
| 12055 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x8; |
| 12056 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0xc; |
| 12057 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x8; |
| 12058 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 12059 | 0x10; |
| 12060 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x60; |
| 12061 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x20; |
| 12062 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 12063 | 0x14; |
| 12064 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 12065 | 0x8; |
| 12066 | static constexpr dart::compiler::target::word |
| 12067 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 12068 | static constexpr dart::compiler::target::word |
| 12069 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 12070 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0xc; |
| 12071 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 12072 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 12073 | 0xc; |
| 12074 | static constexpr dart::compiler::target::word |
| 12075 | AOT_ExternalOneByteString_InstanceSize = 0x14; |
| 12076 | static constexpr dart::compiler::target::word |
| 12077 | AOT_ExternalTwoByteString_InstanceSize = 0x14; |
| 12078 | static constexpr dart::compiler::target::word |
| 12079 | AOT_ExternalTypedData_InstanceSize = 0xc; |
| 12080 | static constexpr dart::compiler::target::word |
| 12081 | AOT_FfiTrampolineData_InstanceSize = 0x1c; |
| 12082 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x34; |
| 12083 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x1c; |
| 12084 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 12085 | 0x20; |
| 12086 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 12087 | 0x18; |
| 12088 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 12089 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 12090 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x2c; |
| 12091 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 12092 | 0x2c; |
| 12093 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x8; |
| 12094 | static constexpr dart::compiler::target::word |
| 12095 | AOT_GrowableObjectArray_InstanceSize = 0x10; |
| 12096 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x18; |
| 12097 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x4; |
| 12098 | static constexpr dart::compiler::target::word |
| 12099 | AOT_Instructions_UnalignedHeaderSize = 0x8; |
| 12100 | static constexpr dart::compiler::target::word |
| 12101 | AOT_InstructionsSection_UnalignedHeaderSize = 0x14; |
| 12102 | static constexpr dart::compiler::target::word |
| 12103 | AOT_InstructionsTable_InstanceSize = 0x18; |
| 12104 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 12105 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x4; |
| 12106 | static constexpr dart::compiler::target::word |
| 12107 | AOT_KernelProgramInfo_InstanceSize = 0x30; |
| 12108 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 12109 | 0x1c; |
| 12110 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x50; |
| 12111 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 12112 | 0x14; |
| 12113 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 12114 | 0x1c; |
| 12115 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 12116 | 0x4; |
| 12117 | static constexpr dart::compiler::target::word |
| 12118 | AOT_MegamorphicCache_InstanceSize = 0x18; |
| 12119 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 12120 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 12121 | 0x8; |
| 12122 | static constexpr dart::compiler::target::word |
| 12123 | AOT_MonomorphicSmiableCall_InstanceSize = 0xc; |
| 12124 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x14; |
| 12125 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 12126 | 0x10; |
| 12127 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x4; |
| 12128 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x4; |
| 12129 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 0xc; |
| 12130 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 12131 | 0x8; |
| 12132 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0xc; |
| 12133 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 12134 | 0x14; |
| 12135 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 12136 | 0x1c; |
| 12137 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x3c; |
| 12138 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x28; |
| 12139 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 12140 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x4; |
| 12141 | static constexpr dart::compiler::target::word |
| 12142 | AOT_SingleTargetCache_InstanceSize = 0x14; |
| 12143 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 12144 | 0x14; |
| 12145 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 12146 | 0x18; |
| 12147 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0xc; |
| 12148 | static constexpr dart::compiler::target::word |
| 12149 | AOT_SubtypeTestCache_InstanceSize = 0x10; |
| 12150 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 12151 | 0x14; |
| 12152 | static constexpr dart::compiler::target::word |
| 12153 | AOT_TransferableTypedData_InstanceSize = 0x4; |
| 12154 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x18; |
| 12155 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 12156 | 0x1c; |
| 12157 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 12158 | 0x14; |
| 12159 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0xc; |
| 12160 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 12161 | 0xc; |
| 12162 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 12163 | 0x14; |
| 12164 | static constexpr dart::compiler::target::word |
| 12165 | AOT_UnhandledException_InstanceSize = 0xc; |
| 12166 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 12167 | 0x10; |
| 12168 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 12169 | 0xc; |
| 12170 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x10; |
| 12171 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 12172 | 0x10; |
| 12173 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 12174 | 0x10; |
| 12175 | static constexpr dart::compiler::target::word |
| 12176 | AOT_WeakSerializationReference_InstanceSize = 0xc; |
| 12177 | #endif // !defined(PRODUCT) && \ |
| 12178 | // defined(TARGET_ARCH_ARM) && \ |
| 12179 | // !defined(DART_COMPRESSED_POINTERS) |
| 12180 | |
| 12181 | #if !defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 12182 | !defined(DART_COMPRESSED_POINTERS) |
| 12183 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 12184 | 0x38; |
| 12185 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 12186 | 0x18; |
| 12187 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 12188 | static constexpr dart::compiler::target::word |
| 12189 | AOT_ClassTable_elements_start_offset = 0x0; |
| 12190 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 12191 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 12192 | 0x98; |
| 12193 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 12194 | static constexpr dart::compiler::target::word |
| 12195 | AOT_Context_elements_start_offset = 0x18; |
| 12196 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 12197 | static constexpr dart::compiler::target::word |
| 12198 | AOT_ContextScope_elements_start_offset = 0x10; |
| 12199 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 12200 | 0x48; |
| 12201 | static constexpr dart::compiler::target::word |
| 12202 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 12203 | static constexpr dart::compiler::target::word |
| 12204 | AOT_ExceptionHandlers_element_size = 0xc; |
| 12205 | static constexpr dart::compiler::target::word |
| 12206 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 12207 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 12208 | static constexpr dart::compiler::target::word |
| 12209 | AOT_OneByteString_elements_start_offset = 0x10; |
| 12210 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 12211 | 0x1; |
| 12212 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 12213 | 0x10; |
| 12214 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 12215 | static constexpr dart::compiler::target::word |
| 12216 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 12217 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 12218 | 0x8; |
| 12219 | static constexpr dart::compiler::target::word |
| 12220 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 12221 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 12222 | 0x2; |
| 12223 | static constexpr dart::compiler::target::word |
| 12224 | AOT_WeakArray_elements_start_offset = 0x18; |
| 12225 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 12226 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 12227 | 0x7ffffffffffffff; |
| 12228 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 12229 | 0x7ffd; |
| 12230 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 12231 | 0x7ffffffffffffff; |
| 12232 | static constexpr dart::compiler::target::word |
| 12233 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 12234 | static constexpr dart::compiler::target::word |
| 12235 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 12236 | static constexpr dart::compiler::target::word |
| 12237 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 12238 | static constexpr dart::compiler::target::word |
| 12239 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 12240 | static constexpr dart::compiler::target::word |
| 12241 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 12242 | static constexpr dart::compiler::target::word |
| 12243 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 12244 | static constexpr dart::compiler::target::word |
| 12245 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 12246 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 12247 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 12248 | static constexpr dart::compiler::target::word |
| 12249 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 12250 | static constexpr dart::compiler::target::word |
| 12251 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 12252 | static constexpr dart::compiler::target::word |
| 12253 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 12254 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 12255 | 0xffff; |
| 12256 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 12257 | 0xffff; |
| 12258 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 12259 | 0x1fffffffffffffff; |
| 12260 | static constexpr dart::compiler::target::word |
| 12261 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 12262 | static constexpr dart::compiler::target::word |
| 12263 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 12264 | static constexpr dart::compiler::target::word |
| 12265 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 12266 | static constexpr dart::compiler::target::word |
| 12267 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 12268 | static constexpr dart::compiler::target::word |
| 12269 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 12270 | static constexpr dart::compiler::target::word |
| 12271 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 12272 | static constexpr dart::compiler::target::word |
| 12273 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 12274 | static constexpr dart::compiler::target::word |
| 12275 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 12276 | static constexpr dart::compiler::target::word |
| 12277 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 12278 | static constexpr dart::compiler::target::word |
| 12279 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 12280 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 12281 | 0x7; |
| 12282 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 12283 | 0x7; |
| 12284 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 12285 | 0x7ffffffffffffff; |
| 12286 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 12287 | 0x10; |
| 12288 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 12289 | 0x20; |
| 12290 | static constexpr dart::compiler::target::word |
| 12291 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 12292 | static constexpr dart::compiler::target::word |
| 12293 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 12294 | static constexpr dart::compiler::target::word |
| 12295 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 12296 | static constexpr dart::compiler::target::word |
| 12297 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 12298 | static constexpr dart::compiler::target::word |
| 12299 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 12300 | static constexpr dart::compiler::target::word |
| 12301 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 12302 | static constexpr dart::compiler::target::word |
| 12303 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 12304 | static constexpr dart::compiler::target::word |
| 12305 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 12306 | static constexpr dart::compiler::target::word |
| 12307 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 12308 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 12309 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 12310 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 12311 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 12312 | 0x8; |
| 12313 | static constexpr dart::compiler::target::word |
| 12314 | AOT_Class_declaration_type_offset = 0x68; |
| 12315 | static constexpr dart::compiler::target::word |
| 12316 | AOT_Class_num_type_arguments_offset = 0x94; |
| 12317 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 12318 | 0x58; |
| 12319 | static constexpr dart::compiler::target::word |
| 12320 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0xa0; |
| 12321 | static constexpr dart::compiler::target::word |
| 12322 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 12323 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 12324 | static constexpr dart::compiler::target::word |
| 12325 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 12326 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 12327 | 0x20; |
| 12328 | static constexpr dart::compiler::target::word |
| 12329 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 12330 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 12331 | static constexpr dart::compiler::target::word |
| 12332 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 12333 | static constexpr dart::compiler::target::word |
| 12334 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 12335 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 12336 | 0x30; |
| 12337 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 12338 | 0x28; |
| 12339 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 12340 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 12341 | 0x8; |
| 12342 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 12343 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 12344 | static constexpr dart::compiler::target::word |
| 12345 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 12346 | static constexpr dart::compiler::target::word |
| 12347 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 12348 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 12349 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 12350 | static constexpr dart::compiler::target::word |
| 12351 | AOT_Field_initializer_function_offset = 0x20; |
| 12352 | static constexpr dart::compiler::target::word |
| 12353 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 12354 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 12355 | 0x48; |
| 12356 | static constexpr dart::compiler::target::word |
| 12357 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 12358 | static constexpr dart::compiler::target::word |
| 12359 | AOT_Field_guarded_list_length_offset = 0x30; |
| 12360 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 12361 | 0x4c; |
| 12362 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 12363 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 12364 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 12365 | static constexpr dart::compiler::target::word |
| 12366 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 12367 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 12368 | 0x4c; |
| 12369 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 12370 | 0x28; |
| 12371 | static constexpr dart::compiler::target::word |
| 12372 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 12373 | static constexpr dart::compiler::target::word |
| 12374 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 12375 | static constexpr dart::compiler::target::word |
| 12376 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 12377 | static constexpr dart::compiler::target::word |
| 12378 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 12379 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 12380 | static constexpr dart::compiler::target::word |
| 12381 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 12382 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 12383 | 0x3; |
| 12384 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 12385 | 0x0; |
| 12386 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 12387 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 12388 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 12389 | 0x28; |
| 12390 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 12391 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 12392 | 0x28; |
| 12393 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 12394 | 0x30; |
| 12395 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 12396 | 0x40; |
| 12397 | static constexpr dart::compiler::target::word |
| 12398 | AOT_Isolate_has_resumption_breakpoints_offset = 0x49; |
| 12399 | static constexpr dart::compiler::target::word |
| 12400 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 12401 | static constexpr dart::compiler::target::word |
| 12402 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 12403 | static constexpr dart::compiler::target::word |
| 12404 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 12405 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 12406 | 0x48; |
| 12407 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 12408 | 0x20; |
| 12409 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 12410 | 0x18; |
| 12411 | static constexpr dart::compiler::target::word |
| 12412 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 12413 | static constexpr dart::compiler::target::word |
| 12414 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 12415 | static constexpr dart::compiler::target::word |
| 12416 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 12417 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 12418 | 0x30; |
| 12419 | static constexpr dart::compiler::target::word |
| 12420 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 12421 | static constexpr dart::compiler::target::word |
| 12422 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 12423 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 12424 | static constexpr dart::compiler::target::word |
| 12425 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 12426 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 12427 | 0x8; |
| 12428 | static constexpr dart::compiler::target::word |
| 12429 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 12430 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 12431 | 0x20; |
| 12432 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 12433 | static constexpr dart::compiler::target::word |
| 12434 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 12435 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 12436 | 0x10; |
| 12437 | static constexpr dart::compiler::target::word |
| 12438 | AOT_NativeArguments_retval_offset = 0x18; |
| 12439 | static constexpr dart::compiler::target::word |
| 12440 | AOT_NativeArguments_thread_offset = 0x0; |
| 12441 | static constexpr dart::compiler::target::word |
| 12442 | AOT_ObjectStore_double_type_offset = 0x180; |
| 12443 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 12444 | 0x128; |
| 12445 | static constexpr dart::compiler::target::word |
| 12446 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 12447 | static constexpr dart::compiler::target::word |
| 12448 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 12449 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 12450 | 0x108; |
| 12451 | static constexpr dart::compiler::target::word |
| 12452 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 12453 | static constexpr dart::compiler::target::word |
| 12454 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 12455 | static constexpr dart::compiler::target::word |
| 12456 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 12457 | static constexpr dart::compiler::target::word |
| 12458 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 12459 | static constexpr dart::compiler::target::word |
| 12460 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 12461 | static constexpr dart::compiler::target::word |
| 12462 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 12463 | static constexpr dart::compiler::target::word |
| 12464 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 12465 | static constexpr dart::compiler::target::word |
| 12466 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 12467 | static constexpr dart::compiler::target::word |
| 12468 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 12469 | static constexpr dart::compiler::target::word |
| 12470 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 12471 | static constexpr dart::compiler::target::word |
| 12472 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 12473 | static constexpr dart::compiler::target::word |
| 12474 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 12475 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 12476 | 0x10; |
| 12477 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 12478 | static constexpr dart::compiler::target::word |
| 12479 | AOT_Pointer_type_arguments_offset = 0x10; |
| 12480 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 12481 | 0x8; |
| 12482 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 12483 | 0x10; |
| 12484 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 12485 | static constexpr dart::compiler::target::word |
| 12486 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 12487 | static constexpr dart::compiler::target::word |
| 12488 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 12489 | static constexpr dart::compiler::target::word |
| 12490 | AOT_SingleTargetCache_target_offset = 0x8; |
| 12491 | static constexpr dart::compiler::target::word |
| 12492 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 12493 | static constexpr dart::compiler::target::word |
| 12494 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 12495 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 12496 | 0x8; |
| 12497 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 12498 | 0x8; |
| 12499 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 12500 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 12501 | static constexpr dart::compiler::target::word |
| 12502 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 12503 | static constexpr dart::compiler::target::word |
| 12504 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 12505 | static constexpr dart::compiler::target::word |
| 12506 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 12507 | static constexpr dart::compiler::target::word |
| 12508 | AOT_SuspendState_error_callback_offset = 0x28; |
| 12509 | static constexpr dart::compiler::target::word |
| 12510 | AOT_SuspendState_frame_size_offset = 0x8; |
| 12511 | static constexpr dart::compiler::target::word |
| 12512 | AOT_SuspendState_function_data_offset = 0x18; |
| 12513 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 12514 | 0x30; |
| 12515 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 12516 | static constexpr dart::compiler::target::word |
| 12517 | AOT_SuspendState_then_callback_offset = 0x20; |
| 12518 | static constexpr dart::compiler::target::word |
| 12519 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 12520 | static constexpr dart::compiler::target::word |
| 12521 | AOT_Thread_active_exception_offset = 0x6e0; |
| 12522 | static constexpr dart::compiler::target::word |
| 12523 | AOT_Thread_active_stacktrace_offset = 0x6e8; |
| 12524 | static constexpr dart::compiler::target::word |
| 12525 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 12526 | static constexpr dart::compiler::target::word |
| 12527 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 12528 | static constexpr dart::compiler::target::word |
| 12529 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 12530 | static constexpr dart::compiler::target::word |
| 12531 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 12532 | static constexpr dart::compiler::target::word |
| 12533 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 12534 | static constexpr dart::compiler::target::word |
| 12535 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 12536 | static constexpr dart::compiler::target::word |
| 12537 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 12538 | static constexpr dart::compiler::target::word |
| 12539 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 12540 | static constexpr dart::compiler::target::word |
| 12541 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 12542 | static constexpr dart::compiler::target::word |
| 12543 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 12544 | static constexpr dart::compiler::target::word |
| 12545 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 12546 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 12547 | 0x720; |
| 12548 | static constexpr dart::compiler::target::word |
| 12549 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 12550 | static constexpr dart::compiler::target::word |
| 12551 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 12552 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 12553 | 0x78; |
| 12554 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 12555 | 0x70; |
| 12556 | static constexpr dart::compiler::target::word |
| 12557 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 12558 | static constexpr dart::compiler::target::word |
| 12559 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 12560 | static constexpr dart::compiler::target::word |
| 12561 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 12562 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 12563 | 0x758; |
| 12564 | static constexpr dart::compiler::target::word |
| 12565 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 12566 | static constexpr dart::compiler::target::word |
| 12567 | AOT_Thread_double_truncate_round_supported_offset = 0x728; |
| 12568 | static constexpr dart::compiler::target::word |
| 12569 | AOT_Thread_service_extension_stream_offset = 0x760; |
| 12570 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 12571 | 0x240; |
| 12572 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 12573 | 0x190; |
| 12574 | static constexpr dart::compiler::target::word |
| 12575 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 12576 | static constexpr dart::compiler::target::word |
| 12577 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 12578 | static constexpr dart::compiler::target::word |
| 12579 | AOT_Thread_double_abs_address_offset = 0x298; |
| 12580 | static constexpr dart::compiler::target::word |
| 12581 | AOT_Thread_double_negate_address_offset = 0x290; |
| 12582 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 12583 | static constexpr dart::compiler::target::word |
| 12584 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 12585 | static constexpr dart::compiler::target::word |
| 12586 | AOT_Thread_execution_state_offset = 0x708; |
| 12587 | static constexpr dart::compiler::target::word |
| 12588 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 12589 | static constexpr dart::compiler::target::word |
| 12590 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 12591 | static constexpr dart::compiler::target::word |
| 12592 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 12593 | static constexpr dart::compiler::target::word |
| 12594 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 12595 | static constexpr dart::compiler::target::word |
| 12596 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 12597 | static constexpr dart::compiler::target::word |
| 12598 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 12599 | static constexpr dart::compiler::target::word |
| 12600 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 12601 | static constexpr dart::compiler::target::word |
| 12602 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 12603 | static constexpr dart::compiler::target::word |
| 12604 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 12605 | static constexpr dart::compiler::target::word |
| 12606 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 12607 | static constexpr dart::compiler::target::word |
| 12608 | AOT_Thread_global_object_pool_offset = 0x6f0; |
| 12609 | static constexpr dart::compiler::target::word |
| 12610 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 12611 | static constexpr dart::compiler::target::word |
| 12612 | AOT_Thread_exit_through_ffi_offset = 0x718; |
| 12613 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x688; |
| 12614 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 12615 | 0x690; |
| 12616 | static constexpr dart::compiler::target::word |
| 12617 | AOT_Thread_field_table_values_offset = 0x60; |
| 12618 | static constexpr dart::compiler::target::word |
| 12619 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 12620 | static constexpr dart::compiler::target::word |
| 12621 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 12622 | static constexpr dart::compiler::target::word |
| 12623 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 12624 | static constexpr dart::compiler::target::word |
| 12625 | AOT_Thread_marking_stack_block_offset = 0x6b8; |
| 12626 | static constexpr dart::compiler::target::word |
| 12627 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 12628 | static constexpr dart::compiler::target::word |
| 12629 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 12630 | static constexpr dart::compiler::target::word |
| 12631 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 12632 | static constexpr dart::compiler::target::word |
| 12633 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 12634 | static constexpr dart::compiler::target::word |
| 12635 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 12636 | 0xb8; |
| 12637 | static constexpr dart::compiler::target::word |
| 12638 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 12639 | 0xb0; |
| 12640 | static constexpr dart::compiler::target::word |
| 12641 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 12642 | static constexpr dart::compiler::target::word |
| 12643 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 12644 | static constexpr dart::compiler::target::word |
| 12645 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 12646 | static constexpr dart::compiler::target::word |
| 12647 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 12648 | static constexpr dart::compiler::target::word |
| 12649 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 12650 | static constexpr dart::compiler::target::word |
| 12651 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 12652 | static constexpr dart::compiler::target::word |
| 12653 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 12654 | static constexpr dart::compiler::target::word |
| 12655 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 12656 | static constexpr dart::compiler::target::word |
| 12657 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 12658 | static constexpr dart::compiler::target::word |
| 12659 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 12660 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 12661 | 0x140; |
| 12662 | static constexpr dart::compiler::target::word |
| 12663 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 12664 | static constexpr dart::compiler::target::word |
| 12665 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 12666 | static constexpr dart::compiler::target::word |
| 12667 | AOT_Thread_return_async_stub_offset = 0x148; |
| 12668 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 12669 | 0x68; |
| 12670 | static constexpr dart::compiler::target::word |
| 12671 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 12672 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 12673 | 0x6f8; |
| 12674 | static constexpr dart::compiler::target::word |
| 12675 | AOT_Thread_saved_shadow_call_stack_offset = 0x700; |
| 12676 | static constexpr dart::compiler::target::word |
| 12677 | AOT_Thread_safepoint_state_offset = 0x710; |
| 12678 | static constexpr dart::compiler::target::word |
| 12679 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 12680 | static constexpr dart::compiler::target::word |
| 12681 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 12682 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 12683 | 0x38; |
| 12684 | static constexpr dart::compiler::target::word |
| 12685 | AOT_Thread_saved_stack_limit_offset = 0x698; |
| 12686 | static constexpr dart::compiler::target::word |
| 12687 | AOT_Thread_stack_overflow_flags_offset = 0x6a0; |
| 12688 | static constexpr dart::compiler::target::word |
| 12689 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 12690 | static constexpr dart::compiler::target::word |
| 12691 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 12692 | static constexpr dart::compiler::target::word |
| 12693 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 12694 | 0x220; |
| 12695 | static constexpr dart::compiler::target::word |
| 12696 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 12697 | static constexpr dart::compiler::target::word |
| 12698 | AOT_Thread_store_buffer_block_offset = 0x6b0; |
| 12699 | static constexpr dart::compiler::target::word |
| 12700 | AOT_Thread_suspend_state_await_entry_point_offset = 0x638; |
| 12701 | static constexpr dart::compiler::target::word |
| 12702 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x640; |
| 12703 | static constexpr dart::compiler::target::word |
| 12704 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x630; |
| 12705 | static constexpr dart::compiler::target::word |
| 12706 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x648; |
| 12707 | static constexpr dart::compiler::target::word |
| 12708 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x650; |
| 12709 | static constexpr dart::compiler::target::word |
| 12710 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x658; |
| 12711 | static constexpr dart::compiler::target::word |
| 12712 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x660; |
| 12713 | static constexpr dart::compiler::target::word |
| 12714 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x668; |
| 12715 | static constexpr dart::compiler::target::word |
| 12716 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x670; |
| 12717 | static constexpr dart::compiler::target::word |
| 12718 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 12719 | 0x678; |
| 12720 | static constexpr dart::compiler::target::word |
| 12721 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x680; |
| 12722 | static constexpr dart::compiler::target::word |
| 12723 | AOT_Thread_top_exit_frame_info_offset = 0x6a8; |
| 12724 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 12725 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 12726 | 0x20; |
| 12727 | static constexpr dart::compiler::target::word |
| 12728 | AOT_Thread_unboxed_runtime_arg_offset = 0x6d0; |
| 12729 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x6c8; |
| 12730 | static constexpr dart::compiler::target::word |
| 12731 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 12732 | static constexpr dart::compiler::target::word |
| 12733 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 12734 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 12735 | 0x730; |
| 12736 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x738; |
| 12737 | static constexpr dart::compiler::target::word |
| 12738 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 12739 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 12740 | 0x740; |
| 12741 | static constexpr dart::compiler::target::word |
| 12742 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 12743 | static constexpr dart::compiler::target::word |
| 12744 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 12745 | static constexpr dart::compiler::target::word |
| 12746 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 12747 | static constexpr dart::compiler::target::word |
| 12748 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 12749 | static constexpr dart::compiler::target::word |
| 12750 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 12751 | static constexpr dart::compiler::target::word |
| 12752 | AOT_TimelineStream_enabled_offset = 0x10; |
| 12753 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 12754 | 0x10; |
| 12755 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 12756 | static constexpr dart::compiler::target::word |
| 12757 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 12758 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 12759 | 0x28; |
| 12760 | static constexpr dart::compiler::target::word |
| 12761 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 12762 | static constexpr dart::compiler::target::word |
| 12763 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 12764 | static constexpr dart::compiler::target::word |
| 12765 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 12766 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 12767 | 0x8; |
| 12768 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 12769 | 0x10; |
| 12770 | static constexpr dart::compiler::target::word |
| 12771 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 12772 | static constexpr dart::compiler::target::word |
| 12773 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 12774 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 12775 | 0x28; |
| 12776 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 12777 | 0x18; |
| 12778 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 12779 | 0x8; |
| 12780 | static constexpr dart::compiler::target::word |
| 12781 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 12782 | static constexpr dart::compiler::target::word |
| 12783 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 12784 | static constexpr dart::compiler::target::word |
| 12785 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 12786 | static constexpr dart::compiler::target::word |
| 12787 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 12788 | static constexpr dart::compiler::target::word |
| 12789 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 12790 | static constexpr dart::compiler::target::word |
| 12791 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 12792 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 12793 | 0x32; |
| 12794 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 12795 | 0x18; |
| 12796 | static constexpr dart::compiler::target::word |
| 12797 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 12798 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 12799 | 0x10; |
| 12800 | static constexpr dart::compiler::target::word |
| 12801 | AOT_TypeArguments_nullability_offset = 0x20; |
| 12802 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 12803 | 0x28; |
| 12804 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 12805 | 0x8; |
| 12806 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 12807 | 0x10; |
| 12808 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 12809 | 0x18; |
| 12810 | static constexpr dart::compiler::target::word |
| 12811 | AOT_TypeParameters_defaults_offset = 0x20; |
| 12812 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 12813 | 0x10; |
| 12814 | static constexpr dart::compiler::target::word |
| 12815 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 12816 | static constexpr dart::compiler::target::word |
| 12817 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 12818 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 12819 | 0x18; |
| 12820 | static constexpr dart::compiler::target::word |
| 12821 | AOT_UnhandledException_exception_offset = 0x8; |
| 12822 | static constexpr dart::compiler::target::word |
| 12823 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 12824 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 12825 | static constexpr dart::compiler::target::word |
| 12826 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 12827 | static constexpr dart::compiler::target::word |
| 12828 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 12829 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 12830 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 12831 | 0x10; |
| 12832 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 12833 | 0x8; |
| 12834 | static constexpr dart::compiler::target::word |
| 12835 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 12836 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 12837 | 0x8, 0x18, 0x10, 0x20}; |
| 12838 | static constexpr dart::compiler::target::word |
| 12839 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 12840 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, -1, -1, 0x5f8, 0x600, |
| 12841 | 0x608, 0x610, 0x618, -1, 0x620, 0x628, -1, -1}; |
| 12842 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 12843 | 0x28; |
| 12844 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 12845 | static constexpr dart::compiler::target::word = 0x18; |
| 12846 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 12847 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 12848 | 0x10; |
| 12849 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0xa8; |
| 12850 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 12851 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 12852 | 0x28; |
| 12853 | static constexpr dart::compiler::target::word = |
| 12854 | 0x10; |
| 12855 | static constexpr dart::compiler::target::word |
| 12856 | = 0x8; |
| 12857 | static constexpr dart::compiler::target::word |
| 12858 | = 0x4; |
| 12859 | static constexpr dart::compiler::target::word = 0x18; |
| 12860 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 12861 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 12862 | 0x18; |
| 12863 | static constexpr dart::compiler::target::word |
| 12864 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 12865 | static constexpr dart::compiler::target::word |
| 12866 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 12867 | static constexpr dart::compiler::target::word |
| 12868 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 12869 | static constexpr dart::compiler::target::word |
| 12870 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 12871 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 12872 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 12873 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 12874 | 0x40; |
| 12875 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 12876 | 0x30; |
| 12877 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 12878 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 12879 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 12880 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 12881 | 0x50; |
| 12882 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 12883 | static constexpr dart::compiler::target::word |
| 12884 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 12885 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 12886 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 12887 | static constexpr dart::compiler::target::word |
| 12888 | = 0x10; |
| 12889 | static constexpr dart::compiler::target::word |
| 12890 | = 0x28; |
| 12891 | static constexpr dart::compiler::target::word |
| 12892 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 12893 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 12894 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 12895 | static constexpr dart::compiler::target::word |
| 12896 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 12897 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 12898 | 0x30; |
| 12899 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 12900 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 12901 | 0x28; |
| 12902 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 12903 | 0x38; |
| 12904 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 12905 | 0x8; |
| 12906 | static constexpr dart::compiler::target::word |
| 12907 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 12908 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 12909 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 12910 | 0x10; |
| 12911 | static constexpr dart::compiler::target::word |
| 12912 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 12913 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 12914 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 12915 | 0x20; |
| 12916 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 12917 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 12918 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 12919 | 0x18; |
| 12920 | static constexpr dart::compiler::target::word = |
| 12921 | 0x10; |
| 12922 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 12923 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 12924 | 0x28; |
| 12925 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 12926 | 0x38; |
| 12927 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 12928 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 12929 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 12930 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 12931 | static constexpr dart::compiler::target::word |
| 12932 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 12933 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 12934 | 0x28; |
| 12935 | static constexpr dart::compiler::target::word = |
| 12936 | 0x30; |
| 12937 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 12938 | static constexpr dart::compiler::target::word |
| 12939 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 12940 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 12941 | 0x20; |
| 12942 | static constexpr dart::compiler::target::word |
| 12943 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 12944 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 12945 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 12946 | 0x38; |
| 12947 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 12948 | 0x28; |
| 12949 | static constexpr dart::compiler::target::word = 0x18; |
| 12950 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 12951 | 0x18; |
| 12952 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 12953 | 0x28; |
| 12954 | static constexpr dart::compiler::target::word |
| 12955 | AOT_UnhandledException_InstanceSize = 0x18; |
| 12956 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 12957 | 0x20; |
| 12958 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 12959 | 0x18; |
| 12960 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 12961 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 12962 | 0x20; |
| 12963 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 12964 | 0x20; |
| 12965 | static constexpr dart::compiler::target::word |
| 12966 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 12967 | #endif // !defined(PRODUCT) && \ |
| 12968 | // defined(TARGET_ARCH_X64) && \ |
| 12969 | // !defined(DART_COMPRESSED_POINTERS) |
| 12970 | |
| 12971 | #if !defined(PRODUCT) && defined(TARGET_ARCH_IA32) && \ |
| 12972 | !defined(DART_COMPRESSED_POINTERS) |
| 12973 | #endif // !defined(PRODUCT) && \ |
| 12974 | // defined(TARGET_ARCH_IA32) && \ |
| 12975 | // !defined(DART_COMPRESSED_POINTERS) |
| 12976 | |
| 12977 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 12978 | !defined(DART_COMPRESSED_POINTERS) |
| 12979 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 12980 | 0x38; |
| 12981 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 12982 | 0x18; |
| 12983 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 12984 | static constexpr dart::compiler::target::word |
| 12985 | AOT_ClassTable_elements_start_offset = 0x0; |
| 12986 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 12987 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 12988 | 0x98; |
| 12989 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 12990 | static constexpr dart::compiler::target::word |
| 12991 | AOT_Context_elements_start_offset = 0x18; |
| 12992 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 12993 | static constexpr dart::compiler::target::word |
| 12994 | AOT_ContextScope_elements_start_offset = 0x10; |
| 12995 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 12996 | 0x48; |
| 12997 | static constexpr dart::compiler::target::word |
| 12998 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 12999 | static constexpr dart::compiler::target::word |
| 13000 | AOT_ExceptionHandlers_element_size = 0xc; |
| 13001 | static constexpr dart::compiler::target::word |
| 13002 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 13003 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 13004 | static constexpr dart::compiler::target::word |
| 13005 | AOT_OneByteString_elements_start_offset = 0x10; |
| 13006 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 13007 | 0x1; |
| 13008 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 13009 | 0x10; |
| 13010 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 13011 | static constexpr dart::compiler::target::word |
| 13012 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 13013 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 13014 | 0x8; |
| 13015 | static constexpr dart::compiler::target::word |
| 13016 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 13017 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 13018 | 0x2; |
| 13019 | static constexpr dart::compiler::target::word |
| 13020 | AOT_WeakArray_elements_start_offset = 0x18; |
| 13021 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 13022 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 13023 | 0x7ffffffffffffff; |
| 13024 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 13025 | 0x7ffd; |
| 13026 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 13027 | 0x7ffffffffffffff; |
| 13028 | static constexpr dart::compiler::target::word |
| 13029 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 13030 | static constexpr dart::compiler::target::word |
| 13031 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 13032 | static constexpr dart::compiler::target::word |
| 13033 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 13034 | static constexpr dart::compiler::target::word |
| 13035 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 13036 | static constexpr dart::compiler::target::word |
| 13037 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 13038 | static constexpr dart::compiler::target::word |
| 13039 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 13040 | static constexpr dart::compiler::target::word |
| 13041 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 13042 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 13043 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 13044 | static constexpr dart::compiler::target::word |
| 13045 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 13046 | static constexpr dart::compiler::target::word |
| 13047 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 13048 | static constexpr dart::compiler::target::word |
| 13049 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 13050 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 13051 | 0xffff; |
| 13052 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 13053 | 0xffff; |
| 13054 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 13055 | 0x1fffffffffffffff; |
| 13056 | static constexpr dart::compiler::target::word |
| 13057 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 13058 | static constexpr dart::compiler::target::word |
| 13059 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 13060 | static constexpr dart::compiler::target::word |
| 13061 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 13062 | static constexpr dart::compiler::target::word |
| 13063 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 13064 | static constexpr dart::compiler::target::word |
| 13065 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 13066 | static constexpr dart::compiler::target::word |
| 13067 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 13068 | static constexpr dart::compiler::target::word |
| 13069 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 13070 | static constexpr dart::compiler::target::word |
| 13071 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 13072 | static constexpr dart::compiler::target::word |
| 13073 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 13074 | static constexpr dart::compiler::target::word |
| 13075 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 13076 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 13077 | 0x7; |
| 13078 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 13079 | 0x7; |
| 13080 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 13081 | 0x7ffffffffffffff; |
| 13082 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 13083 | 0x10; |
| 13084 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 13085 | 0x20; |
| 13086 | static constexpr dart::compiler::target::word |
| 13087 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 13088 | static constexpr dart::compiler::target::word |
| 13089 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 13090 | static constexpr dart::compiler::target::word |
| 13091 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 13092 | static constexpr dart::compiler::target::word |
| 13093 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 13094 | static constexpr dart::compiler::target::word |
| 13095 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 13096 | static constexpr dart::compiler::target::word |
| 13097 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 13098 | static constexpr dart::compiler::target::word |
| 13099 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 13100 | static constexpr dart::compiler::target::word |
| 13101 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 13102 | static constexpr dart::compiler::target::word |
| 13103 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 13104 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 13105 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 13106 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 13107 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 13108 | 0x8; |
| 13109 | static constexpr dart::compiler::target::word |
| 13110 | AOT_Class_declaration_type_offset = 0x68; |
| 13111 | static constexpr dart::compiler::target::word |
| 13112 | AOT_Class_num_type_arguments_offset = 0x94; |
| 13113 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 13114 | 0x58; |
| 13115 | static constexpr dart::compiler::target::word |
| 13116 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0xa0; |
| 13117 | static constexpr dart::compiler::target::word |
| 13118 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 13119 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 13120 | static constexpr dart::compiler::target::word |
| 13121 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 13122 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 13123 | 0x20; |
| 13124 | static constexpr dart::compiler::target::word |
| 13125 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 13126 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 13127 | static constexpr dart::compiler::target::word |
| 13128 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 13129 | static constexpr dart::compiler::target::word |
| 13130 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 13131 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 13132 | 0x30; |
| 13133 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 13134 | 0x28; |
| 13135 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 13136 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 13137 | 0x8; |
| 13138 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 13139 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 13140 | static constexpr dart::compiler::target::word |
| 13141 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 13142 | static constexpr dart::compiler::target::word |
| 13143 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 13144 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 13145 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 13146 | static constexpr dart::compiler::target::word |
| 13147 | AOT_Field_initializer_function_offset = 0x20; |
| 13148 | static constexpr dart::compiler::target::word |
| 13149 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 13150 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 13151 | 0x48; |
| 13152 | static constexpr dart::compiler::target::word |
| 13153 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 13154 | static constexpr dart::compiler::target::word |
| 13155 | AOT_Field_guarded_list_length_offset = 0x30; |
| 13156 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 13157 | 0x4c; |
| 13158 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 13159 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 13160 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 13161 | static constexpr dart::compiler::target::word |
| 13162 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 13163 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 13164 | 0x4c; |
| 13165 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 13166 | 0x28; |
| 13167 | static constexpr dart::compiler::target::word |
| 13168 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 13169 | static constexpr dart::compiler::target::word |
| 13170 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 13171 | static constexpr dart::compiler::target::word |
| 13172 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 13173 | static constexpr dart::compiler::target::word |
| 13174 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 13175 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 13176 | static constexpr dart::compiler::target::word |
| 13177 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 13178 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 13179 | 0x3; |
| 13180 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 13181 | 0x0; |
| 13182 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 13183 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 13184 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 13185 | 0x28; |
| 13186 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 13187 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 13188 | 0x28; |
| 13189 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 13190 | 0x30; |
| 13191 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 13192 | 0x40; |
| 13193 | static constexpr dart::compiler::target::word |
| 13194 | AOT_Isolate_has_resumption_breakpoints_offset = 0x49; |
| 13195 | static constexpr dart::compiler::target::word |
| 13196 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 13197 | static constexpr dart::compiler::target::word |
| 13198 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 13199 | static constexpr dart::compiler::target::word |
| 13200 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 13201 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 13202 | 0x48; |
| 13203 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 13204 | 0x20; |
| 13205 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 13206 | 0x18; |
| 13207 | static constexpr dart::compiler::target::word |
| 13208 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 13209 | static constexpr dart::compiler::target::word |
| 13210 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 13211 | static constexpr dart::compiler::target::word |
| 13212 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 13213 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 13214 | 0x30; |
| 13215 | static constexpr dart::compiler::target::word |
| 13216 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 13217 | static constexpr dart::compiler::target::word |
| 13218 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 13219 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 13220 | static constexpr dart::compiler::target::word |
| 13221 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 13222 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 13223 | 0x8; |
| 13224 | static constexpr dart::compiler::target::word |
| 13225 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 13226 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 13227 | 0x20; |
| 13228 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 13229 | static constexpr dart::compiler::target::word |
| 13230 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 13231 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 13232 | 0x10; |
| 13233 | static constexpr dart::compiler::target::word |
| 13234 | AOT_NativeArguments_retval_offset = 0x18; |
| 13235 | static constexpr dart::compiler::target::word |
| 13236 | AOT_NativeArguments_thread_offset = 0x0; |
| 13237 | static constexpr dart::compiler::target::word |
| 13238 | AOT_ObjectStore_double_type_offset = 0x180; |
| 13239 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 13240 | 0x128; |
| 13241 | static constexpr dart::compiler::target::word |
| 13242 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 13243 | static constexpr dart::compiler::target::word |
| 13244 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 13245 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 13246 | 0x108; |
| 13247 | static constexpr dart::compiler::target::word |
| 13248 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 13249 | static constexpr dart::compiler::target::word |
| 13250 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 13251 | static constexpr dart::compiler::target::word |
| 13252 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 13253 | static constexpr dart::compiler::target::word |
| 13254 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 13255 | static constexpr dart::compiler::target::word |
| 13256 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 13257 | static constexpr dart::compiler::target::word |
| 13258 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 13259 | static constexpr dart::compiler::target::word |
| 13260 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 13261 | static constexpr dart::compiler::target::word |
| 13262 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 13263 | static constexpr dart::compiler::target::word |
| 13264 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 13265 | static constexpr dart::compiler::target::word |
| 13266 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 13267 | static constexpr dart::compiler::target::word |
| 13268 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 13269 | static constexpr dart::compiler::target::word |
| 13270 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 13271 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 13272 | 0x10; |
| 13273 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 13274 | static constexpr dart::compiler::target::word |
| 13275 | AOT_Pointer_type_arguments_offset = 0x10; |
| 13276 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 13277 | 0x8; |
| 13278 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 13279 | 0x10; |
| 13280 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 13281 | static constexpr dart::compiler::target::word |
| 13282 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 13283 | static constexpr dart::compiler::target::word |
| 13284 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 13285 | static constexpr dart::compiler::target::word |
| 13286 | AOT_SingleTargetCache_target_offset = 0x8; |
| 13287 | static constexpr dart::compiler::target::word |
| 13288 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 13289 | static constexpr dart::compiler::target::word |
| 13290 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 13291 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 13292 | 0x8; |
| 13293 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 13294 | 0x8; |
| 13295 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 13296 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 13297 | static constexpr dart::compiler::target::word |
| 13298 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 13299 | static constexpr dart::compiler::target::word |
| 13300 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 13301 | static constexpr dart::compiler::target::word |
| 13302 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 13303 | static constexpr dart::compiler::target::word |
| 13304 | AOT_SuspendState_error_callback_offset = 0x28; |
| 13305 | static constexpr dart::compiler::target::word |
| 13306 | AOT_SuspendState_frame_size_offset = 0x8; |
| 13307 | static constexpr dart::compiler::target::word |
| 13308 | AOT_SuspendState_function_data_offset = 0x18; |
| 13309 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 13310 | 0x30; |
| 13311 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 13312 | static constexpr dart::compiler::target::word |
| 13313 | AOT_SuspendState_then_callback_offset = 0x20; |
| 13314 | static constexpr dart::compiler::target::word |
| 13315 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 13316 | static constexpr dart::compiler::target::word |
| 13317 | AOT_Thread_active_exception_offset = 0x728; |
| 13318 | static constexpr dart::compiler::target::word |
| 13319 | AOT_Thread_active_stacktrace_offset = 0x730; |
| 13320 | static constexpr dart::compiler::target::word |
| 13321 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 13322 | static constexpr dart::compiler::target::word |
| 13323 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 13324 | static constexpr dart::compiler::target::word |
| 13325 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 13326 | static constexpr dart::compiler::target::word |
| 13327 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 13328 | static constexpr dart::compiler::target::word |
| 13329 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 13330 | static constexpr dart::compiler::target::word |
| 13331 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 13332 | static constexpr dart::compiler::target::word |
| 13333 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 13334 | static constexpr dart::compiler::target::word |
| 13335 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 13336 | static constexpr dart::compiler::target::word |
| 13337 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 13338 | static constexpr dart::compiler::target::word |
| 13339 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 13340 | static constexpr dart::compiler::target::word |
| 13341 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 13342 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 13343 | 0x768; |
| 13344 | static constexpr dart::compiler::target::word |
| 13345 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 13346 | static constexpr dart::compiler::target::word |
| 13347 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 13348 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 13349 | 0x78; |
| 13350 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 13351 | 0x70; |
| 13352 | static constexpr dart::compiler::target::word |
| 13353 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 13354 | static constexpr dart::compiler::target::word |
| 13355 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 13356 | static constexpr dart::compiler::target::word |
| 13357 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 13358 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 13359 | 0x7a0; |
| 13360 | static constexpr dart::compiler::target::word |
| 13361 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 13362 | static constexpr dart::compiler::target::word |
| 13363 | AOT_Thread_double_truncate_round_supported_offset = 0x770; |
| 13364 | static constexpr dart::compiler::target::word |
| 13365 | AOT_Thread_service_extension_stream_offset = 0x7a8; |
| 13366 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 13367 | 0x240; |
| 13368 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 13369 | 0x190; |
| 13370 | static constexpr dart::compiler::target::word |
| 13371 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 13372 | static constexpr dart::compiler::target::word |
| 13373 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 13374 | static constexpr dart::compiler::target::word |
| 13375 | AOT_Thread_double_abs_address_offset = 0x298; |
| 13376 | static constexpr dart::compiler::target::word |
| 13377 | AOT_Thread_double_negate_address_offset = 0x290; |
| 13378 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 13379 | static constexpr dart::compiler::target::word |
| 13380 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 13381 | static constexpr dart::compiler::target::word |
| 13382 | AOT_Thread_execution_state_offset = 0x750; |
| 13383 | static constexpr dart::compiler::target::word |
| 13384 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 13385 | static constexpr dart::compiler::target::word |
| 13386 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 13387 | static constexpr dart::compiler::target::word |
| 13388 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 13389 | static constexpr dart::compiler::target::word |
| 13390 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 13391 | static constexpr dart::compiler::target::word |
| 13392 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 13393 | static constexpr dart::compiler::target::word |
| 13394 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 13395 | static constexpr dart::compiler::target::word |
| 13396 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 13397 | static constexpr dart::compiler::target::word |
| 13398 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 13399 | static constexpr dart::compiler::target::word |
| 13400 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 13401 | static constexpr dart::compiler::target::word |
| 13402 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 13403 | static constexpr dart::compiler::target::word |
| 13404 | AOT_Thread_global_object_pool_offset = 0x738; |
| 13405 | static constexpr dart::compiler::target::word |
| 13406 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 13407 | static constexpr dart::compiler::target::word |
| 13408 | AOT_Thread_exit_through_ffi_offset = 0x760; |
| 13409 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6d0; |
| 13410 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 13411 | 0x6d8; |
| 13412 | static constexpr dart::compiler::target::word |
| 13413 | AOT_Thread_field_table_values_offset = 0x60; |
| 13414 | static constexpr dart::compiler::target::word |
| 13415 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 13416 | static constexpr dart::compiler::target::word |
| 13417 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 13418 | static constexpr dart::compiler::target::word |
| 13419 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 13420 | static constexpr dart::compiler::target::word |
| 13421 | AOT_Thread_marking_stack_block_offset = 0x700; |
| 13422 | static constexpr dart::compiler::target::word |
| 13423 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 13424 | static constexpr dart::compiler::target::word |
| 13425 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 13426 | static constexpr dart::compiler::target::word |
| 13427 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 13428 | static constexpr dart::compiler::target::word |
| 13429 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 13430 | static constexpr dart::compiler::target::word |
| 13431 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 13432 | 0xb8; |
| 13433 | static constexpr dart::compiler::target::word |
| 13434 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 13435 | 0xb0; |
| 13436 | static constexpr dart::compiler::target::word |
| 13437 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 13438 | static constexpr dart::compiler::target::word |
| 13439 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 13440 | static constexpr dart::compiler::target::word |
| 13441 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 13442 | static constexpr dart::compiler::target::word |
| 13443 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 13444 | static constexpr dart::compiler::target::word |
| 13445 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 13446 | static constexpr dart::compiler::target::word |
| 13447 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 13448 | static constexpr dart::compiler::target::word |
| 13449 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 13450 | static constexpr dart::compiler::target::word |
| 13451 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 13452 | static constexpr dart::compiler::target::word |
| 13453 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 13454 | static constexpr dart::compiler::target::word |
| 13455 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 13456 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 13457 | 0x140; |
| 13458 | static constexpr dart::compiler::target::word |
| 13459 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 13460 | static constexpr dart::compiler::target::word |
| 13461 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 13462 | static constexpr dart::compiler::target::word |
| 13463 | AOT_Thread_return_async_stub_offset = 0x148; |
| 13464 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 13465 | 0x68; |
| 13466 | static constexpr dart::compiler::target::word |
| 13467 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 13468 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 13469 | 0x740; |
| 13470 | static constexpr dart::compiler::target::word |
| 13471 | AOT_Thread_saved_shadow_call_stack_offset = 0x748; |
| 13472 | static constexpr dart::compiler::target::word |
| 13473 | AOT_Thread_safepoint_state_offset = 0x758; |
| 13474 | static constexpr dart::compiler::target::word |
| 13475 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 13476 | static constexpr dart::compiler::target::word |
| 13477 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 13478 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 13479 | 0x38; |
| 13480 | static constexpr dart::compiler::target::word |
| 13481 | AOT_Thread_saved_stack_limit_offset = 0x6e0; |
| 13482 | static constexpr dart::compiler::target::word |
| 13483 | AOT_Thread_stack_overflow_flags_offset = 0x6e8; |
| 13484 | static constexpr dart::compiler::target::word |
| 13485 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 13486 | static constexpr dart::compiler::target::word |
| 13487 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 13488 | static constexpr dart::compiler::target::word |
| 13489 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 13490 | 0x220; |
| 13491 | static constexpr dart::compiler::target::word |
| 13492 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 13493 | static constexpr dart::compiler::target::word |
| 13494 | AOT_Thread_store_buffer_block_offset = 0x6f8; |
| 13495 | static constexpr dart::compiler::target::word |
| 13496 | AOT_Thread_suspend_state_await_entry_point_offset = 0x680; |
| 13497 | static constexpr dart::compiler::target::word |
| 13498 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x688; |
| 13499 | static constexpr dart::compiler::target::word |
| 13500 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x678; |
| 13501 | static constexpr dart::compiler::target::word |
| 13502 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x690; |
| 13503 | static constexpr dart::compiler::target::word |
| 13504 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x698; |
| 13505 | static constexpr dart::compiler::target::word |
| 13506 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x6a0; |
| 13507 | static constexpr dart::compiler::target::word |
| 13508 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x6a8; |
| 13509 | static constexpr dart::compiler::target::word |
| 13510 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6b0; |
| 13511 | static constexpr dart::compiler::target::word |
| 13512 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6b8; |
| 13513 | static constexpr dart::compiler::target::word |
| 13514 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 13515 | 0x6c0; |
| 13516 | static constexpr dart::compiler::target::word |
| 13517 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6c8; |
| 13518 | static constexpr dart::compiler::target::word |
| 13519 | AOT_Thread_top_exit_frame_info_offset = 0x6f0; |
| 13520 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 13521 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 13522 | 0x20; |
| 13523 | static constexpr dart::compiler::target::word |
| 13524 | AOT_Thread_unboxed_runtime_arg_offset = 0x718; |
| 13525 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x710; |
| 13526 | static constexpr dart::compiler::target::word |
| 13527 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 13528 | static constexpr dart::compiler::target::word |
| 13529 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 13530 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 13531 | 0x778; |
| 13532 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x780; |
| 13533 | static constexpr dart::compiler::target::word |
| 13534 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 13535 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 13536 | 0x788; |
| 13537 | static constexpr dart::compiler::target::word |
| 13538 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 13539 | static constexpr dart::compiler::target::word |
| 13540 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 13541 | static constexpr dart::compiler::target::word |
| 13542 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 13543 | static constexpr dart::compiler::target::word |
| 13544 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 13545 | static constexpr dart::compiler::target::word |
| 13546 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 13547 | static constexpr dart::compiler::target::word |
| 13548 | AOT_TimelineStream_enabled_offset = 0x10; |
| 13549 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 13550 | 0x10; |
| 13551 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 13552 | static constexpr dart::compiler::target::word |
| 13553 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 13554 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 13555 | 0x28; |
| 13556 | static constexpr dart::compiler::target::word |
| 13557 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 13558 | static constexpr dart::compiler::target::word |
| 13559 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 13560 | static constexpr dart::compiler::target::word |
| 13561 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 13562 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 13563 | 0x8; |
| 13564 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 13565 | 0x10; |
| 13566 | static constexpr dart::compiler::target::word |
| 13567 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 13568 | static constexpr dart::compiler::target::word |
| 13569 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 13570 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 13571 | 0x28; |
| 13572 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 13573 | 0x18; |
| 13574 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 13575 | 0x8; |
| 13576 | static constexpr dart::compiler::target::word |
| 13577 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 13578 | static constexpr dart::compiler::target::word |
| 13579 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 13580 | static constexpr dart::compiler::target::word |
| 13581 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 13582 | static constexpr dart::compiler::target::word |
| 13583 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 13584 | static constexpr dart::compiler::target::word |
| 13585 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 13586 | static constexpr dart::compiler::target::word |
| 13587 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 13588 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 13589 | 0x32; |
| 13590 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 13591 | 0x18; |
| 13592 | static constexpr dart::compiler::target::word |
| 13593 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 13594 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 13595 | 0x10; |
| 13596 | static constexpr dart::compiler::target::word |
| 13597 | AOT_TypeArguments_nullability_offset = 0x20; |
| 13598 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 13599 | 0x28; |
| 13600 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 13601 | 0x8; |
| 13602 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 13603 | 0x10; |
| 13604 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 13605 | 0x18; |
| 13606 | static constexpr dart::compiler::target::word |
| 13607 | AOT_TypeParameters_defaults_offset = 0x20; |
| 13608 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 13609 | 0x10; |
| 13610 | static constexpr dart::compiler::target::word |
| 13611 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 13612 | static constexpr dart::compiler::target::word |
| 13613 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 13614 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 13615 | 0x18; |
| 13616 | static constexpr dart::compiler::target::word |
| 13617 | AOT_UnhandledException_exception_offset = 0x8; |
| 13618 | static constexpr dart::compiler::target::word |
| 13619 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 13620 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 13621 | static constexpr dart::compiler::target::word |
| 13622 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 13623 | static constexpr dart::compiler::target::word |
| 13624 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 13625 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 13626 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 13627 | 0x10; |
| 13628 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 13629 | 0x8; |
| 13630 | static constexpr dart::compiler::target::word |
| 13631 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 13632 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 13633 | 0x8, 0x18, 0x10, 0x20}; |
| 13634 | static constexpr dart::compiler::target::word |
| 13635 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 13636 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, |
| 13637 | 0x618, 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, -1, |
| 13638 | -1, -1, -1, 0x650, 0x658, -1, -1, 0x660, |
| 13639 | 0x668, 0x670, -1, -1, -1, -1, -1, -1}; |
| 13640 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 13641 | 0x28; |
| 13642 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 13643 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x18; |
| 13644 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 13645 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 13646 | 0x10; |
| 13647 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0xa8; |
| 13648 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 13649 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 13650 | 0x28; |
| 13651 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 13652 | 0x10; |
| 13653 | static constexpr dart::compiler::target::word |
| 13654 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 13655 | static constexpr dart::compiler::target::word |
| 13656 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 13657 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x18; |
| 13658 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 13659 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 13660 | 0x18; |
| 13661 | static constexpr dart::compiler::target::word |
| 13662 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 13663 | static constexpr dart::compiler::target::word |
| 13664 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 13665 | static constexpr dart::compiler::target::word |
| 13666 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 13667 | static constexpr dart::compiler::target::word |
| 13668 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 13669 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 13670 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 13671 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 13672 | 0x40; |
| 13673 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 13674 | 0x30; |
| 13675 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 13676 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 13677 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 13678 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 13679 | 0x50; |
| 13680 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 13681 | static constexpr dart::compiler::target::word |
| 13682 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 13683 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 13684 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 13685 | static constexpr dart::compiler::target::word |
| 13686 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 13687 | static constexpr dart::compiler::target::word |
| 13688 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 13689 | static constexpr dart::compiler::target::word |
| 13690 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 13691 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 13692 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 13693 | static constexpr dart::compiler::target::word |
| 13694 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 13695 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 13696 | 0x30; |
| 13697 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 13698 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 13699 | 0x28; |
| 13700 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 13701 | 0x38; |
| 13702 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 13703 | 0x8; |
| 13704 | static constexpr dart::compiler::target::word |
| 13705 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 13706 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 13707 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 13708 | 0x10; |
| 13709 | static constexpr dart::compiler::target::word |
| 13710 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 13711 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 13712 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 13713 | 0x20; |
| 13714 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 13715 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 13716 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 13717 | 0x18; |
| 13718 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 13719 | 0x10; |
| 13720 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 13721 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 13722 | 0x28; |
| 13723 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 13724 | 0x38; |
| 13725 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 13726 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 13727 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 13728 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 13729 | static constexpr dart::compiler::target::word |
| 13730 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 13731 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 13732 | 0x28; |
| 13733 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 13734 | 0x30; |
| 13735 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 13736 | static constexpr dart::compiler::target::word |
| 13737 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 13738 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 13739 | 0x20; |
| 13740 | static constexpr dart::compiler::target::word |
| 13741 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 13742 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 13743 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 13744 | 0x38; |
| 13745 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 13746 | 0x28; |
| 13747 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 13748 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 13749 | 0x18; |
| 13750 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 13751 | 0x28; |
| 13752 | static constexpr dart::compiler::target::word |
| 13753 | AOT_UnhandledException_InstanceSize = 0x18; |
| 13754 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 13755 | 0x20; |
| 13756 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 13757 | 0x18; |
| 13758 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 13759 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 13760 | 0x20; |
| 13761 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 13762 | 0x20; |
| 13763 | static constexpr dart::compiler::target::word |
| 13764 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 13765 | #endif // !defined(PRODUCT) && \ |
| 13766 | // defined(TARGET_ARCH_ARM64) && \ |
| 13767 | // !defined(DART_COMPRESSED_POINTERS) |
| 13768 | |
| 13769 | #if !defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 13770 | defined(DART_COMPRESSED_POINTERS) |
| 13771 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 13772 | 0x20; |
| 13773 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 13774 | 0x10; |
| 13775 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 13776 | static constexpr dart::compiler::target::word |
| 13777 | AOT_ClassTable_elements_start_offset = 0x0; |
| 13778 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 13779 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 13780 | 0x98; |
| 13781 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 13782 | static constexpr dart::compiler::target::word |
| 13783 | AOT_Context_elements_start_offset = 0x10; |
| 13784 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 13785 | static constexpr dart::compiler::target::word |
| 13786 | AOT_ContextScope_elements_start_offset = 0x10; |
| 13787 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 13788 | 0x24; |
| 13789 | static constexpr dart::compiler::target::word |
| 13790 | AOT_ExceptionHandlers_elements_start_offset = 0x10; |
| 13791 | static constexpr dart::compiler::target::word |
| 13792 | AOT_ExceptionHandlers_element_size = 0xc; |
| 13793 | static constexpr dart::compiler::target::word |
| 13794 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 13795 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 13796 | static constexpr dart::compiler::target::word |
| 13797 | AOT_OneByteString_elements_start_offset = 0x10; |
| 13798 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 13799 | 0x1; |
| 13800 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 13801 | 0x10; |
| 13802 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 13803 | static constexpr dart::compiler::target::word |
| 13804 | AOT_TypeArguments_elements_start_offset = 0x18; |
| 13805 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 13806 | 0x4; |
| 13807 | static constexpr dart::compiler::target::word |
| 13808 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 13809 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 13810 | 0x2; |
| 13811 | static constexpr dart::compiler::target::word |
| 13812 | AOT_WeakArray_elements_start_offset = 0x10; |
| 13813 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 13814 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 13815 | 0xfffffff; |
| 13816 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 13817 | 0xfffc; |
| 13818 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 13819 | 0xfffffff; |
| 13820 | static constexpr dart::compiler::target::word |
| 13821 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 13822 | static constexpr dart::compiler::target::word |
| 13823 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 13824 | static constexpr dart::compiler::target::word |
| 13825 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 13826 | static constexpr dart::compiler::target::word |
| 13827 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 13828 | static constexpr dart::compiler::target::word |
| 13829 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 13830 | static constexpr dart::compiler::target::word |
| 13831 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 13832 | static constexpr dart::compiler::target::word |
| 13833 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 13834 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 13835 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 13836 | static constexpr dart::compiler::target::word |
| 13837 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 13838 | static constexpr dart::compiler::target::word |
| 13839 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 13840 | static constexpr dart::compiler::target::word |
| 13841 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 13842 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 13843 | 0xffff; |
| 13844 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 13845 | 0xffff; |
| 13846 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 13847 | 0x1fffffff; |
| 13848 | static constexpr dart::compiler::target::word |
| 13849 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 13850 | static constexpr dart::compiler::target::word |
| 13851 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 13852 | static constexpr dart::compiler::target::word |
| 13853 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 13854 | static constexpr dart::compiler::target::word |
| 13855 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 13856 | static constexpr dart::compiler::target::word |
| 13857 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 13858 | static constexpr dart::compiler::target::word |
| 13859 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 13860 | static constexpr dart::compiler::target::word |
| 13861 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 13862 | static constexpr dart::compiler::target::word |
| 13863 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 13864 | static constexpr dart::compiler::target::word |
| 13865 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 13866 | static constexpr dart::compiler::target::word |
| 13867 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 13868 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 13869 | 0x7; |
| 13870 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 13871 | 0x7; |
| 13872 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 13873 | 0xfffffff; |
| 13874 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 13875 | 0x10; |
| 13876 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 13877 | 0x1c; |
| 13878 | static constexpr dart::compiler::target::word |
| 13879 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 13880 | static constexpr dart::compiler::target::word |
| 13881 | AOT_ArgumentsDescriptor_count_offset = 0x14; |
| 13882 | static constexpr dart::compiler::target::word |
| 13883 | AOT_ArgumentsDescriptor_size_offset = 0x18; |
| 13884 | static constexpr dart::compiler::target::word |
| 13885 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 13886 | static constexpr dart::compiler::target::word |
| 13887 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 13888 | static constexpr dart::compiler::target::word |
| 13889 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 13890 | static constexpr dart::compiler::target::word |
| 13891 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 13892 | static constexpr dart::compiler::target::word |
| 13893 | AOT_ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 13894 | static constexpr dart::compiler::target::word |
| 13895 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 13896 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x10; |
| 13897 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0xc; |
| 13898 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 13899 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 13900 | 0x8; |
| 13901 | static constexpr dart::compiler::target::word |
| 13902 | AOT_Class_declaration_type_offset = 0x38; |
| 13903 | static constexpr dart::compiler::target::word |
| 13904 | AOT_Class_num_type_arguments_offset = 0x50; |
| 13905 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 13906 | 0x30; |
| 13907 | static constexpr dart::compiler::target::word |
| 13908 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x5c; |
| 13909 | static constexpr dart::compiler::target::word |
| 13910 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 13911 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x18; |
| 13912 | static constexpr dart::compiler::target::word |
| 13913 | AOT_Closure_delayed_type_arguments_offset = 0x10; |
| 13914 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 13915 | 0x14; |
| 13916 | static constexpr dart::compiler::target::word |
| 13917 | AOT_Closure_function_type_arguments_offset = 0xc; |
| 13918 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x1c; |
| 13919 | static constexpr dart::compiler::target::word |
| 13920 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 13921 | static constexpr dart::compiler::target::word |
| 13922 | AOT_ClosureData_packed_fields_offset = 0x14; |
| 13923 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 13924 | 0x30; |
| 13925 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 13926 | 0x28; |
| 13927 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 13928 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 13929 | 0x8; |
| 13930 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0xc; |
| 13931 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 13932 | static constexpr dart::compiler::target::word |
| 13933 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 13934 | static constexpr dart::compiler::target::word |
| 13935 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 13936 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 13937 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 13938 | static constexpr dart::compiler::target::word |
| 13939 | AOT_Field_initializer_function_offset = 0x14; |
| 13940 | static constexpr dart::compiler::target::word |
| 13941 | AOT_Field_host_offset_or_field_id_offset = 0x18; |
| 13942 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 13943 | 0x2c; |
| 13944 | static constexpr dart::compiler::target::word |
| 13945 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 13946 | static constexpr dart::compiler::target::word |
| 13947 | AOT_Field_guarded_list_length_offset = 0x1c; |
| 13948 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 13949 | 0x30; |
| 13950 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x36; |
| 13951 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x2c; |
| 13952 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x24; |
| 13953 | static constexpr dart::compiler::target::word |
| 13954 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 13955 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 13956 | 0x34; |
| 13957 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 13958 | 0x20; |
| 13959 | static constexpr dart::compiler::target::word |
| 13960 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 13961 | static constexpr dart::compiler::target::word |
| 13962 | AOT_GrowableObjectArray_data_offset = 0x10; |
| 13963 | static constexpr dart::compiler::target::word |
| 13964 | AOT_GrowableObjectArray_length_offset = 0xc; |
| 13965 | static constexpr dart::compiler::target::word |
| 13966 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 13967 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 13968 | static constexpr dart::compiler::target::word |
| 13969 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 13970 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 13971 | 0x3; |
| 13972 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 13973 | 0x0; |
| 13974 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 13975 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 13976 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 13977 | 0x28; |
| 13978 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 13979 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 13980 | 0x28; |
| 13981 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 13982 | 0x30; |
| 13983 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 13984 | 0x40; |
| 13985 | static constexpr dart::compiler::target::word |
| 13986 | AOT_Isolate_has_resumption_breakpoints_offset = 0x49; |
| 13987 | static constexpr dart::compiler::target::word |
| 13988 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 13989 | static constexpr dart::compiler::target::word |
| 13990 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 13991 | static constexpr dart::compiler::target::word |
| 13992 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 13993 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 13994 | 0x48; |
| 13995 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 13996 | 0x20; |
| 13997 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 13998 | 0x10; |
| 13999 | static constexpr dart::compiler::target::word |
| 14000 | AOT_ImmutableLinkedHashBase_data_offset = 0x10; |
| 14001 | static constexpr dart::compiler::target::word |
| 14002 | AOT_LinkedHashBase_deleted_keys_offset = 0x18; |
| 14003 | static constexpr dart::compiler::target::word |
| 14004 | AOT_LinkedHashBase_hash_mask_offset = 0xc; |
| 14005 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 14006 | 0x1c; |
| 14007 | static constexpr dart::compiler::target::word |
| 14008 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 14009 | static constexpr dart::compiler::target::word |
| 14010 | AOT_LinkedHashBase_used_data_offset = 0x14; |
| 14011 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 14012 | static constexpr dart::compiler::target::word |
| 14013 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 14014 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 14015 | 0x8; |
| 14016 | static constexpr dart::compiler::target::word |
| 14017 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 14018 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 14019 | 0x20; |
| 14020 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 14021 | static constexpr dart::compiler::target::word |
| 14022 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 14023 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 14024 | 0x10; |
| 14025 | static constexpr dart::compiler::target::word |
| 14026 | AOT_NativeArguments_retval_offset = 0x18; |
| 14027 | static constexpr dart::compiler::target::word |
| 14028 | AOT_NativeArguments_thread_offset = 0x0; |
| 14029 | static constexpr dart::compiler::target::word |
| 14030 | AOT_ObjectStore_double_type_offset = 0x180; |
| 14031 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 14032 | 0x128; |
| 14033 | static constexpr dart::compiler::target::word |
| 14034 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 14035 | static constexpr dart::compiler::target::word |
| 14036 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 14037 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 14038 | 0x108; |
| 14039 | static constexpr dart::compiler::target::word |
| 14040 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 14041 | static constexpr dart::compiler::target::word |
| 14042 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 14043 | static constexpr dart::compiler::target::word |
| 14044 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 14045 | static constexpr dart::compiler::target::word |
| 14046 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 14047 | static constexpr dart::compiler::target::word |
| 14048 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 14049 | static constexpr dart::compiler::target::word |
| 14050 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 14051 | static constexpr dart::compiler::target::word |
| 14052 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 14053 | static constexpr dart::compiler::target::word |
| 14054 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 14055 | static constexpr dart::compiler::target::word |
| 14056 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 14057 | static constexpr dart::compiler::target::word |
| 14058 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 14059 | static constexpr dart::compiler::target::word |
| 14060 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 14061 | static constexpr dart::compiler::target::word |
| 14062 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 14063 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 14064 | 0x10; |
| 14065 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 14066 | static constexpr dart::compiler::target::word |
| 14067 | AOT_Pointer_type_arguments_offset = 0x10; |
| 14068 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 14069 | 0x8; |
| 14070 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 14071 | 0xc; |
| 14072 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0xc; |
| 14073 | static constexpr dart::compiler::target::word |
| 14074 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 14075 | static constexpr dart::compiler::target::word |
| 14076 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 14077 | static constexpr dart::compiler::target::word |
| 14078 | AOT_SingleTargetCache_target_offset = 0x8; |
| 14079 | static constexpr dart::compiler::target::word |
| 14080 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 14081 | static constexpr dart::compiler::target::word |
| 14082 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 14083 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 14084 | 0x8; |
| 14085 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 14086 | 0x8; |
| 14087 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 14088 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 14089 | static constexpr dart::compiler::target::word |
| 14090 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 14091 | static constexpr dart::compiler::target::word |
| 14092 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 14093 | static constexpr dart::compiler::target::word |
| 14094 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 14095 | static constexpr dart::compiler::target::word |
| 14096 | AOT_SuspendState_error_callback_offset = 0x20; |
| 14097 | static constexpr dart::compiler::target::word |
| 14098 | AOT_SuspendState_frame_size_offset = 0x8; |
| 14099 | static constexpr dart::compiler::target::word |
| 14100 | AOT_SuspendState_function_data_offset = 0x18; |
| 14101 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 14102 | 0x28; |
| 14103 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 14104 | static constexpr dart::compiler::target::word |
| 14105 | AOT_SuspendState_then_callback_offset = 0x1c; |
| 14106 | static constexpr dart::compiler::target::word |
| 14107 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 14108 | static constexpr dart::compiler::target::word |
| 14109 | AOT_Thread_active_exception_offset = 0x6e8; |
| 14110 | static constexpr dart::compiler::target::word |
| 14111 | AOT_Thread_active_stacktrace_offset = 0x6f0; |
| 14112 | static constexpr dart::compiler::target::word |
| 14113 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 14114 | static constexpr dart::compiler::target::word |
| 14115 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 14116 | static constexpr dart::compiler::target::word |
| 14117 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 14118 | static constexpr dart::compiler::target::word |
| 14119 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 14120 | static constexpr dart::compiler::target::word |
| 14121 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 14122 | static constexpr dart::compiler::target::word |
| 14123 | AOT_Thread_allocate_object_entry_point_offset = 0x210; |
| 14124 | static constexpr dart::compiler::target::word |
| 14125 | AOT_Thread_allocate_object_stub_offset = 0x128; |
| 14126 | static constexpr dart::compiler::target::word |
| 14127 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 14128 | static constexpr dart::compiler::target::word |
| 14129 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 14130 | static constexpr dart::compiler::target::word |
| 14131 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 14132 | static constexpr dart::compiler::target::word |
| 14133 | AOT_Thread_allocate_object_slow_stub_offset = 0x138; |
| 14134 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 14135 | 0x728; |
| 14136 | static constexpr dart::compiler::target::word |
| 14137 | AOT_Thread_async_exception_handler_stub_offset = 0x140; |
| 14138 | static constexpr dart::compiler::target::word |
| 14139 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 14140 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 14141 | 0x80; |
| 14142 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 14143 | 0x78; |
| 14144 | static constexpr dart::compiler::target::word |
| 14145 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 14146 | static constexpr dart::compiler::target::word |
| 14147 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 14148 | static constexpr dart::compiler::target::word |
| 14149 | AOT_Thread_call_to_runtime_stub_offset = 0xb0; |
| 14150 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 14151 | 0x760; |
| 14152 | static constexpr dart::compiler::target::word |
| 14153 | AOT_Thread_dispatch_table_array_offset = 0x60; |
| 14154 | static constexpr dart::compiler::target::word |
| 14155 | AOT_Thread_double_truncate_round_supported_offset = 0x730; |
| 14156 | static constexpr dart::compiler::target::word |
| 14157 | AOT_Thread_service_extension_stream_offset = 0x768; |
| 14158 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 14159 | 0x248; |
| 14160 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 14161 | 0x198; |
| 14162 | static constexpr dart::compiler::target::word |
| 14163 | AOT_Thread_deoptimize_entry_offset = 0x250; |
| 14164 | static constexpr dart::compiler::target::word |
| 14165 | AOT_Thread_deoptimize_stub_offset = 0x1a0; |
| 14166 | static constexpr dart::compiler::target::word |
| 14167 | AOT_Thread_double_abs_address_offset = 0x2a0; |
| 14168 | static constexpr dart::compiler::target::word |
| 14169 | AOT_Thread_double_negate_address_offset = 0x298; |
| 14170 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x58; |
| 14171 | static constexpr dart::compiler::target::word |
| 14172 | AOT_Thread_enter_safepoint_stub_offset = 0x1c8; |
| 14173 | static constexpr dart::compiler::target::word |
| 14174 | AOT_Thread_execution_state_offset = 0x710; |
| 14175 | static constexpr dart::compiler::target::word |
| 14176 | AOT_Thread_exit_safepoint_stub_offset = 0x1d0; |
| 14177 | static constexpr dart::compiler::target::word |
| 14178 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 14179 | static constexpr dart::compiler::target::word |
| 14180 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 14181 | static constexpr dart::compiler::target::word |
| 14182 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 14183 | static constexpr dart::compiler::target::word |
| 14184 | AOT_Thread_fix_allocation_stub_code_offset = 0xa0; |
| 14185 | static constexpr dart::compiler::target::word |
| 14186 | AOT_Thread_fix_callers_target_code_offset = 0x98; |
| 14187 | static constexpr dart::compiler::target::word |
| 14188 | AOT_Thread_float_absolute_address_offset = 0x2b8; |
| 14189 | static constexpr dart::compiler::target::word |
| 14190 | AOT_Thread_float_negate_address_offset = 0x2b0; |
| 14191 | static constexpr dart::compiler::target::word |
| 14192 | AOT_Thread_float_not_address_offset = 0x2a8; |
| 14193 | static constexpr dart::compiler::target::word |
| 14194 | AOT_Thread_float_zerow_address_offset = 0x2c0; |
| 14195 | static constexpr dart::compiler::target::word |
| 14196 | AOT_Thread_global_object_pool_offset = 0x6f8; |
| 14197 | static constexpr dart::compiler::target::word |
| 14198 | AOT_Thread_invoke_dart_code_stub_offset = 0xa8; |
| 14199 | static constexpr dart::compiler::target::word |
| 14200 | AOT_Thread_exit_through_ffi_offset = 0x720; |
| 14201 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x690; |
| 14202 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 14203 | 0x698; |
| 14204 | static constexpr dart::compiler::target::word |
| 14205 | AOT_Thread_field_table_values_offset = 0x68; |
| 14206 | static constexpr dart::compiler::target::word |
| 14207 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 14208 | static constexpr dart::compiler::target::word |
| 14209 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 14210 | static constexpr dart::compiler::target::word |
| 14211 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 14212 | static constexpr dart::compiler::target::word |
| 14213 | AOT_Thread_marking_stack_block_offset = 0x6c0; |
| 14214 | static constexpr dart::compiler::target::word |
| 14215 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 14216 | static constexpr dart::compiler::target::word |
| 14217 | AOT_Thread_switchable_call_miss_entry_offset = 0x240; |
| 14218 | static constexpr dart::compiler::target::word |
| 14219 | AOT_Thread_switchable_call_miss_stub_offset = 0x178; |
| 14220 | static constexpr dart::compiler::target::word |
| 14221 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 14222 | static constexpr dart::compiler::target::word |
| 14223 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 14224 | 0xc0; |
| 14225 | static constexpr dart::compiler::target::word |
| 14226 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 14227 | 0xb8; |
| 14228 | static constexpr dart::compiler::target::word |
| 14229 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 14230 | static constexpr dart::compiler::target::word |
| 14231 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 14232 | static constexpr dart::compiler::target::word |
| 14233 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 14234 | static constexpr dart::compiler::target::word |
| 14235 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 14236 | static constexpr dart::compiler::target::word |
| 14237 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 14238 | static constexpr dart::compiler::target::word |
| 14239 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 14240 | static constexpr dart::compiler::target::word |
| 14241 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 14242 | static constexpr dart::compiler::target::word |
| 14243 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 14244 | static constexpr dart::compiler::target::word |
| 14245 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 14246 | static constexpr dart::compiler::target::word |
| 14247 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 14248 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 14249 | 0x148; |
| 14250 | static constexpr dart::compiler::target::word |
| 14251 | AOT_Thread_return_async_not_future_stub_offset = 0x158; |
| 14252 | static constexpr dart::compiler::target::word |
| 14253 | AOT_Thread_return_async_star_stub_offset = 0x160; |
| 14254 | static constexpr dart::compiler::target::word |
| 14255 | AOT_Thread_return_async_stub_offset = 0x150; |
| 14256 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 14257 | 0x70; |
| 14258 | static constexpr dart::compiler::target::word |
| 14259 | AOT_Thread_predefined_symbols_address_offset = 0x288; |
| 14260 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 14261 | 0x700; |
| 14262 | static constexpr dart::compiler::target::word |
| 14263 | AOT_Thread_saved_shadow_call_stack_offset = 0x708; |
| 14264 | static constexpr dart::compiler::target::word |
| 14265 | AOT_Thread_safepoint_state_offset = 0x718; |
| 14266 | static constexpr dart::compiler::target::word |
| 14267 | AOT_Thread_slow_type_test_stub_offset = 0x1b8; |
| 14268 | static constexpr dart::compiler::target::word |
| 14269 | AOT_Thread_slow_type_test_entry_point_offset = 0x268; |
| 14270 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 14271 | 0x38; |
| 14272 | static constexpr dart::compiler::target::word |
| 14273 | AOT_Thread_saved_stack_limit_offset = 0x6a0; |
| 14274 | static constexpr dart::compiler::target::word |
| 14275 | AOT_Thread_stack_overflow_flags_offset = 0x6a8; |
| 14276 | static constexpr dart::compiler::target::word |
| 14277 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 14278 | static constexpr dart::compiler::target::word |
| 14279 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 14280 | static constexpr dart::compiler::target::word |
| 14281 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 14282 | 0x228; |
| 14283 | static constexpr dart::compiler::target::word |
| 14284 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 14285 | static constexpr dart::compiler::target::word |
| 14286 | AOT_Thread_store_buffer_block_offset = 0x6b8; |
| 14287 | static constexpr dart::compiler::target::word |
| 14288 | AOT_Thread_suspend_state_await_entry_point_offset = 0x640; |
| 14289 | static constexpr dart::compiler::target::word |
| 14290 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x648; |
| 14291 | static constexpr dart::compiler::target::word |
| 14292 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x638; |
| 14293 | static constexpr dart::compiler::target::word |
| 14294 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x650; |
| 14295 | static constexpr dart::compiler::target::word |
| 14296 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x658; |
| 14297 | static constexpr dart::compiler::target::word |
| 14298 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x660; |
| 14299 | static constexpr dart::compiler::target::word |
| 14300 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x668; |
| 14301 | static constexpr dart::compiler::target::word |
| 14302 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x670; |
| 14303 | static constexpr dart::compiler::target::word |
| 14304 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x678; |
| 14305 | static constexpr dart::compiler::target::word |
| 14306 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 14307 | 0x680; |
| 14308 | static constexpr dart::compiler::target::word |
| 14309 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x688; |
| 14310 | static constexpr dart::compiler::target::word |
| 14311 | AOT_Thread_top_exit_frame_info_offset = 0x6b0; |
| 14312 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x50; |
| 14313 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 14314 | 0x20; |
| 14315 | static constexpr dart::compiler::target::word |
| 14316 | AOT_Thread_unboxed_runtime_arg_offset = 0x6d8; |
| 14317 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x6d0; |
| 14318 | static constexpr dart::compiler::target::word |
| 14319 | AOT_Thread_write_barrier_entry_point_offset = 0x1e8; |
| 14320 | static constexpr dart::compiler::target::word |
| 14321 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 14322 | static constexpr dart::compiler::target::word AOT_Thread_heap_base_offset = |
| 14323 | 0x48; |
| 14324 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 14325 | 0x738; |
| 14326 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x740; |
| 14327 | static constexpr dart::compiler::target::word |
| 14328 | AOT_Thread_jump_to_frame_entry_point_offset = 0x260; |
| 14329 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 14330 | 0x748; |
| 14331 | static constexpr dart::compiler::target::word |
| 14332 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 14333 | static constexpr dart::compiler::target::word |
| 14334 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 14335 | static constexpr dart::compiler::target::word |
| 14336 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 14337 | static constexpr dart::compiler::target::word |
| 14338 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 14339 | static constexpr dart::compiler::target::word |
| 14340 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 14341 | static constexpr dart::compiler::target::word |
| 14342 | AOT_TimelineStream_enabled_offset = 0x10; |
| 14343 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 14344 | 0x10; |
| 14345 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x20; |
| 14346 | static constexpr dart::compiler::target::word |
| 14347 | AOT_Finalizer_type_arguments_offset = 0x24; |
| 14348 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 14349 | 0x20; |
| 14350 | static constexpr dart::compiler::target::word |
| 14351 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 14352 | static constexpr dart::compiler::target::word |
| 14353 | AOT_FinalizerBase_detachments_offset = 0x14; |
| 14354 | static constexpr dart::compiler::target::word |
| 14355 | AOT_FinalizerBase_entries_collected_offset = 0x1c; |
| 14356 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 14357 | 0x8; |
| 14358 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 14359 | 0xc; |
| 14360 | static constexpr dart::compiler::target::word |
| 14361 | AOT_FinalizerEntry_external_size_offset = 0x20; |
| 14362 | static constexpr dart::compiler::target::word |
| 14363 | AOT_FinalizerEntry_finalizer_offset = 0x14; |
| 14364 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 14365 | 0x18; |
| 14366 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 14367 | 0x10; |
| 14368 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 14369 | 0x8; |
| 14370 | static constexpr dart::compiler::target::word |
| 14371 | AOT_NativeFinalizer_callback_offset = 0x20; |
| 14372 | static constexpr dart::compiler::target::word |
| 14373 | AOT_FunctionType_named_parameter_names_offset = 0x2c; |
| 14374 | static constexpr dart::compiler::target::word |
| 14375 | AOT_FunctionType_packed_parameter_counts_offset = 0x30; |
| 14376 | static constexpr dart::compiler::target::word |
| 14377 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 14378 | static constexpr dart::compiler::target::word |
| 14379 | AOT_FunctionType_parameter_types_offset = 0x28; |
| 14380 | static constexpr dart::compiler::target::word |
| 14381 | AOT_FunctionType_type_parameters_offset = 0x20; |
| 14382 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 14383 | 0x26; |
| 14384 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 14385 | 0x10; |
| 14386 | static constexpr dart::compiler::target::word |
| 14387 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 14388 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 14389 | 0xc; |
| 14390 | static constexpr dart::compiler::target::word |
| 14391 | AOT_TypeArguments_nullability_offset = 0x14; |
| 14392 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 14393 | 0x18; |
| 14394 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 14395 | 0x8; |
| 14396 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 14397 | 0xc; |
| 14398 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 14399 | 0x10; |
| 14400 | static constexpr dart::compiler::target::word |
| 14401 | AOT_TypeParameters_defaults_offset = 0x14; |
| 14402 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 14403 | 0x14; |
| 14404 | static constexpr dart::compiler::target::word |
| 14405 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 14406 | static constexpr dart::compiler::target::word |
| 14407 | AOT_TypedDataView_offset_in_bytes_offset = 0x1c; |
| 14408 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 14409 | 0x18; |
| 14410 | static constexpr dart::compiler::target::word |
| 14411 | AOT_UnhandledException_exception_offset = 0x8; |
| 14412 | static constexpr dart::compiler::target::word |
| 14413 | AOT_UnhandledException_stacktrace_offset = 0xc; |
| 14414 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 14415 | static constexpr dart::compiler::target::word |
| 14416 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 14417 | static constexpr dart::compiler::target::word |
| 14418 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 14419 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 14420 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 14421 | 0xc; |
| 14422 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 14423 | 0x8; |
| 14424 | static constexpr dart::compiler::target::word |
| 14425 | AOT_WeakReference_type_arguments_offset = 0xc; |
| 14426 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 14427 | 0x8, 0x18, 0x10, 0x20}; |
| 14428 | static constexpr dart::compiler::target::word |
| 14429 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 14430 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, -1, -1, 0x600, 0x608, |
| 14431 | 0x610, 0x618, 0x620, -1, 0x628, 0x630, -1, -1}; |
| 14432 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 14433 | 0x20; |
| 14434 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 14435 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x10; |
| 14436 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 14437 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 14438 | 0x10; |
| 14439 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x68; |
| 14440 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x28; |
| 14441 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 14442 | 0x18; |
| 14443 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 14444 | 0x10; |
| 14445 | static constexpr dart::compiler::target::word |
| 14446 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 14447 | static constexpr dart::compiler::target::word |
| 14448 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 14449 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x10; |
| 14450 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 14451 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 14452 | 0x18; |
| 14453 | static constexpr dart::compiler::target::word |
| 14454 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 14455 | static constexpr dart::compiler::target::word |
| 14456 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 14457 | static constexpr dart::compiler::target::word |
| 14458 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 14459 | static constexpr dart::compiler::target::word |
| 14460 | AOT_FfiTrampolineData_InstanceSize = 0x20; |
| 14461 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x38; |
| 14462 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x28; |
| 14463 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 14464 | 0x28; |
| 14465 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 14466 | 0x28; |
| 14467 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 14468 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 14469 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x38; |
| 14470 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 14471 | 0x38; |
| 14472 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 14473 | static constexpr dart::compiler::target::word |
| 14474 | AOT_GrowableObjectArray_InstanceSize = 0x18; |
| 14475 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 14476 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 14477 | static constexpr dart::compiler::target::word |
| 14478 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 14479 | static constexpr dart::compiler::target::word |
| 14480 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 14481 | static constexpr dart::compiler::target::word |
| 14482 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 14483 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 14484 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 14485 | static constexpr dart::compiler::target::word |
| 14486 | AOT_KernelProgramInfo_InstanceSize = 0x38; |
| 14487 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 14488 | 0x20; |
| 14489 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x60; |
| 14490 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 14491 | 0x18; |
| 14492 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 14493 | 0x20; |
| 14494 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 14495 | 0x8; |
| 14496 | static constexpr dart::compiler::target::word |
| 14497 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 14498 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 14499 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 14500 | 0x10; |
| 14501 | static constexpr dart::compiler::target::word |
| 14502 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 14503 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x18; |
| 14504 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 14505 | 0x20; |
| 14506 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 14507 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 14508 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 14509 | 0x10; |
| 14510 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 14511 | 0x10; |
| 14512 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 14513 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 14514 | 0x18; |
| 14515 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 14516 | 0x28; |
| 14517 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x50; |
| 14518 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x30; |
| 14519 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 14520 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 14521 | static constexpr dart::compiler::target::word |
| 14522 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 14523 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 14524 | 0x18; |
| 14525 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 14526 | 0x28; |
| 14527 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 14528 | static constexpr dart::compiler::target::word |
| 14529 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 14530 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 14531 | 0x18; |
| 14532 | static constexpr dart::compiler::target::word |
| 14533 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 14534 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x28; |
| 14535 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 14536 | 0x28; |
| 14537 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 14538 | 0x18; |
| 14539 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 14540 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 14541 | 0x18; |
| 14542 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 14543 | 0x20; |
| 14544 | static constexpr dart::compiler::target::word |
| 14545 | AOT_UnhandledException_InstanceSize = 0x10; |
| 14546 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 14547 | 0x20; |
| 14548 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 14549 | 0x10; |
| 14550 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 14551 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 14552 | 0x18; |
| 14553 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 14554 | 0x18; |
| 14555 | static constexpr dart::compiler::target::word |
| 14556 | AOT_WeakSerializationReference_InstanceSize = 0x10; |
| 14557 | #endif // !defined(PRODUCT) && \ |
| 14558 | // defined(TARGET_ARCH_X64) && \ |
| 14559 | // defined(DART_COMPRESSED_POINTERS) |
| 14560 | |
| 14561 | #if !defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 14562 | defined(DART_COMPRESSED_POINTERS) |
| 14563 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 14564 | 0x20; |
| 14565 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 14566 | 0x10; |
| 14567 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 14568 | static constexpr dart::compiler::target::word |
| 14569 | AOT_ClassTable_elements_start_offset = 0x0; |
| 14570 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 14571 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 14572 | 0x98; |
| 14573 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 14574 | static constexpr dart::compiler::target::word |
| 14575 | AOT_Context_elements_start_offset = 0x10; |
| 14576 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 14577 | static constexpr dart::compiler::target::word |
| 14578 | AOT_ContextScope_elements_start_offset = 0x10; |
| 14579 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 14580 | 0x24; |
| 14581 | static constexpr dart::compiler::target::word |
| 14582 | AOT_ExceptionHandlers_elements_start_offset = 0x10; |
| 14583 | static constexpr dart::compiler::target::word |
| 14584 | AOT_ExceptionHandlers_element_size = 0xc; |
| 14585 | static constexpr dart::compiler::target::word |
| 14586 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 14587 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 14588 | static constexpr dart::compiler::target::word |
| 14589 | AOT_OneByteString_elements_start_offset = 0x10; |
| 14590 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 14591 | 0x1; |
| 14592 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 14593 | 0x10; |
| 14594 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 14595 | static constexpr dart::compiler::target::word |
| 14596 | AOT_TypeArguments_elements_start_offset = 0x18; |
| 14597 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 14598 | 0x4; |
| 14599 | static constexpr dart::compiler::target::word |
| 14600 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 14601 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 14602 | 0x2; |
| 14603 | static constexpr dart::compiler::target::word |
| 14604 | AOT_WeakArray_elements_start_offset = 0x10; |
| 14605 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 14606 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 14607 | 0xfffffff; |
| 14608 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 14609 | 0xfffc; |
| 14610 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 14611 | 0xfffffff; |
| 14612 | static constexpr dart::compiler::target::word |
| 14613 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 14614 | static constexpr dart::compiler::target::word |
| 14615 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 14616 | static constexpr dart::compiler::target::word |
| 14617 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 14618 | static constexpr dart::compiler::target::word |
| 14619 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 14620 | static constexpr dart::compiler::target::word |
| 14621 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 14622 | static constexpr dart::compiler::target::word |
| 14623 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 14624 | static constexpr dart::compiler::target::word |
| 14625 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 14626 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 14627 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 14628 | static constexpr dart::compiler::target::word |
| 14629 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 14630 | static constexpr dart::compiler::target::word |
| 14631 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 14632 | static constexpr dart::compiler::target::word |
| 14633 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 14634 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 14635 | 0xffff; |
| 14636 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 14637 | 0xffff; |
| 14638 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 14639 | 0x1fffffff; |
| 14640 | static constexpr dart::compiler::target::word |
| 14641 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 14642 | static constexpr dart::compiler::target::word |
| 14643 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 14644 | static constexpr dart::compiler::target::word |
| 14645 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 14646 | static constexpr dart::compiler::target::word |
| 14647 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 14648 | static constexpr dart::compiler::target::word |
| 14649 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 14650 | static constexpr dart::compiler::target::word |
| 14651 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 14652 | static constexpr dart::compiler::target::word |
| 14653 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 14654 | static constexpr dart::compiler::target::word |
| 14655 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 14656 | static constexpr dart::compiler::target::word |
| 14657 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 14658 | static constexpr dart::compiler::target::word |
| 14659 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 14660 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 14661 | 0x7; |
| 14662 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 14663 | 0x7; |
| 14664 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 14665 | 0xfffffff; |
| 14666 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 14667 | 0x10; |
| 14668 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 14669 | 0x1c; |
| 14670 | static constexpr dart::compiler::target::word |
| 14671 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 14672 | static constexpr dart::compiler::target::word |
| 14673 | AOT_ArgumentsDescriptor_count_offset = 0x14; |
| 14674 | static constexpr dart::compiler::target::word |
| 14675 | AOT_ArgumentsDescriptor_size_offset = 0x18; |
| 14676 | static constexpr dart::compiler::target::word |
| 14677 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 14678 | static constexpr dart::compiler::target::word |
| 14679 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 14680 | static constexpr dart::compiler::target::word |
| 14681 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 14682 | static constexpr dart::compiler::target::word |
| 14683 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 14684 | static constexpr dart::compiler::target::word |
| 14685 | AOT_ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 14686 | static constexpr dart::compiler::target::word |
| 14687 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 14688 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x10; |
| 14689 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0xc; |
| 14690 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 14691 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 14692 | 0x8; |
| 14693 | static constexpr dart::compiler::target::word |
| 14694 | AOT_Class_declaration_type_offset = 0x38; |
| 14695 | static constexpr dart::compiler::target::word |
| 14696 | AOT_Class_num_type_arguments_offset = 0x50; |
| 14697 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 14698 | 0x30; |
| 14699 | static constexpr dart::compiler::target::word |
| 14700 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x5c; |
| 14701 | static constexpr dart::compiler::target::word |
| 14702 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 14703 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x18; |
| 14704 | static constexpr dart::compiler::target::word |
| 14705 | AOT_Closure_delayed_type_arguments_offset = 0x10; |
| 14706 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 14707 | 0x14; |
| 14708 | static constexpr dart::compiler::target::word |
| 14709 | AOT_Closure_function_type_arguments_offset = 0xc; |
| 14710 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x1c; |
| 14711 | static constexpr dart::compiler::target::word |
| 14712 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 14713 | static constexpr dart::compiler::target::word |
| 14714 | AOT_ClosureData_packed_fields_offset = 0x14; |
| 14715 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 14716 | 0x30; |
| 14717 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 14718 | 0x28; |
| 14719 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 14720 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 14721 | 0x8; |
| 14722 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0xc; |
| 14723 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 14724 | static constexpr dart::compiler::target::word |
| 14725 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 14726 | static constexpr dart::compiler::target::word |
| 14727 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 14728 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 14729 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 14730 | static constexpr dart::compiler::target::word |
| 14731 | AOT_Field_initializer_function_offset = 0x14; |
| 14732 | static constexpr dart::compiler::target::word |
| 14733 | AOT_Field_host_offset_or_field_id_offset = 0x18; |
| 14734 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 14735 | 0x2c; |
| 14736 | static constexpr dart::compiler::target::word |
| 14737 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 14738 | static constexpr dart::compiler::target::word |
| 14739 | AOT_Field_guarded_list_length_offset = 0x1c; |
| 14740 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 14741 | 0x30; |
| 14742 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x36; |
| 14743 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x2c; |
| 14744 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x24; |
| 14745 | static constexpr dart::compiler::target::word |
| 14746 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 14747 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 14748 | 0x34; |
| 14749 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 14750 | 0x20; |
| 14751 | static constexpr dart::compiler::target::word |
| 14752 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 14753 | static constexpr dart::compiler::target::word |
| 14754 | AOT_GrowableObjectArray_data_offset = 0x10; |
| 14755 | static constexpr dart::compiler::target::word |
| 14756 | AOT_GrowableObjectArray_length_offset = 0xc; |
| 14757 | static constexpr dart::compiler::target::word |
| 14758 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 14759 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 14760 | static constexpr dart::compiler::target::word |
| 14761 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 14762 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 14763 | 0x3; |
| 14764 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 14765 | 0x0; |
| 14766 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 14767 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 14768 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 14769 | 0x28; |
| 14770 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 14771 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 14772 | 0x28; |
| 14773 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 14774 | 0x30; |
| 14775 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 14776 | 0x40; |
| 14777 | static constexpr dart::compiler::target::word |
| 14778 | AOT_Isolate_has_resumption_breakpoints_offset = 0x49; |
| 14779 | static constexpr dart::compiler::target::word |
| 14780 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 14781 | static constexpr dart::compiler::target::word |
| 14782 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 14783 | static constexpr dart::compiler::target::word |
| 14784 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 14785 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 14786 | 0x48; |
| 14787 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 14788 | 0x20; |
| 14789 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 14790 | 0x10; |
| 14791 | static constexpr dart::compiler::target::word |
| 14792 | AOT_ImmutableLinkedHashBase_data_offset = 0x10; |
| 14793 | static constexpr dart::compiler::target::word |
| 14794 | AOT_LinkedHashBase_deleted_keys_offset = 0x18; |
| 14795 | static constexpr dart::compiler::target::word |
| 14796 | AOT_LinkedHashBase_hash_mask_offset = 0xc; |
| 14797 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 14798 | 0x1c; |
| 14799 | static constexpr dart::compiler::target::word |
| 14800 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 14801 | static constexpr dart::compiler::target::word |
| 14802 | AOT_LinkedHashBase_used_data_offset = 0x14; |
| 14803 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 14804 | static constexpr dart::compiler::target::word |
| 14805 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 14806 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 14807 | 0x8; |
| 14808 | static constexpr dart::compiler::target::word |
| 14809 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 14810 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 14811 | 0x20; |
| 14812 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 14813 | static constexpr dart::compiler::target::word |
| 14814 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 14815 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 14816 | 0x10; |
| 14817 | static constexpr dart::compiler::target::word |
| 14818 | AOT_NativeArguments_retval_offset = 0x18; |
| 14819 | static constexpr dart::compiler::target::word |
| 14820 | AOT_NativeArguments_thread_offset = 0x0; |
| 14821 | static constexpr dart::compiler::target::word |
| 14822 | AOT_ObjectStore_double_type_offset = 0x180; |
| 14823 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 14824 | 0x128; |
| 14825 | static constexpr dart::compiler::target::word |
| 14826 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 14827 | static constexpr dart::compiler::target::word |
| 14828 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 14829 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 14830 | 0x108; |
| 14831 | static constexpr dart::compiler::target::word |
| 14832 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 14833 | static constexpr dart::compiler::target::word |
| 14834 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 14835 | static constexpr dart::compiler::target::word |
| 14836 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 14837 | static constexpr dart::compiler::target::word |
| 14838 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 14839 | static constexpr dart::compiler::target::word |
| 14840 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 14841 | static constexpr dart::compiler::target::word |
| 14842 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 14843 | static constexpr dart::compiler::target::word |
| 14844 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 14845 | static constexpr dart::compiler::target::word |
| 14846 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 14847 | static constexpr dart::compiler::target::word |
| 14848 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 14849 | static constexpr dart::compiler::target::word |
| 14850 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 14851 | static constexpr dart::compiler::target::word |
| 14852 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 14853 | static constexpr dart::compiler::target::word |
| 14854 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 14855 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 14856 | 0x10; |
| 14857 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 14858 | static constexpr dart::compiler::target::word |
| 14859 | AOT_Pointer_type_arguments_offset = 0x10; |
| 14860 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 14861 | 0x8; |
| 14862 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 14863 | 0xc; |
| 14864 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0xc; |
| 14865 | static constexpr dart::compiler::target::word |
| 14866 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 14867 | static constexpr dart::compiler::target::word |
| 14868 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 14869 | static constexpr dart::compiler::target::word |
| 14870 | AOT_SingleTargetCache_target_offset = 0x8; |
| 14871 | static constexpr dart::compiler::target::word |
| 14872 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 14873 | static constexpr dart::compiler::target::word |
| 14874 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 14875 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 14876 | 0x8; |
| 14877 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 14878 | 0x8; |
| 14879 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 14880 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 14881 | static constexpr dart::compiler::target::word |
| 14882 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 14883 | static constexpr dart::compiler::target::word |
| 14884 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 14885 | static constexpr dart::compiler::target::word |
| 14886 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 14887 | static constexpr dart::compiler::target::word |
| 14888 | AOT_SuspendState_error_callback_offset = 0x20; |
| 14889 | static constexpr dart::compiler::target::word |
| 14890 | AOT_SuspendState_frame_size_offset = 0x8; |
| 14891 | static constexpr dart::compiler::target::word |
| 14892 | AOT_SuspendState_function_data_offset = 0x18; |
| 14893 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 14894 | 0x28; |
| 14895 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 14896 | static constexpr dart::compiler::target::word |
| 14897 | AOT_SuspendState_then_callback_offset = 0x1c; |
| 14898 | static constexpr dart::compiler::target::word |
| 14899 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 14900 | static constexpr dart::compiler::target::word |
| 14901 | AOT_Thread_active_exception_offset = 0x730; |
| 14902 | static constexpr dart::compiler::target::word |
| 14903 | AOT_Thread_active_stacktrace_offset = 0x738; |
| 14904 | static constexpr dart::compiler::target::word |
| 14905 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 14906 | static constexpr dart::compiler::target::word |
| 14907 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 14908 | static constexpr dart::compiler::target::word |
| 14909 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 14910 | static constexpr dart::compiler::target::word |
| 14911 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 14912 | static constexpr dart::compiler::target::word |
| 14913 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 14914 | static constexpr dart::compiler::target::word |
| 14915 | AOT_Thread_allocate_object_entry_point_offset = 0x210; |
| 14916 | static constexpr dart::compiler::target::word |
| 14917 | AOT_Thread_allocate_object_stub_offset = 0x128; |
| 14918 | static constexpr dart::compiler::target::word |
| 14919 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 14920 | static constexpr dart::compiler::target::word |
| 14921 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 14922 | static constexpr dart::compiler::target::word |
| 14923 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 14924 | static constexpr dart::compiler::target::word |
| 14925 | AOT_Thread_allocate_object_slow_stub_offset = 0x138; |
| 14926 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 14927 | 0x770; |
| 14928 | static constexpr dart::compiler::target::word |
| 14929 | AOT_Thread_async_exception_handler_stub_offset = 0x140; |
| 14930 | static constexpr dart::compiler::target::word |
| 14931 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 14932 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 14933 | 0x80; |
| 14934 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 14935 | 0x78; |
| 14936 | static constexpr dart::compiler::target::word |
| 14937 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 14938 | static constexpr dart::compiler::target::word |
| 14939 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 14940 | static constexpr dart::compiler::target::word |
| 14941 | AOT_Thread_call_to_runtime_stub_offset = 0xb0; |
| 14942 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 14943 | 0x7a8; |
| 14944 | static constexpr dart::compiler::target::word |
| 14945 | AOT_Thread_dispatch_table_array_offset = 0x60; |
| 14946 | static constexpr dart::compiler::target::word |
| 14947 | AOT_Thread_double_truncate_round_supported_offset = 0x778; |
| 14948 | static constexpr dart::compiler::target::word |
| 14949 | AOT_Thread_service_extension_stream_offset = 0x7b0; |
| 14950 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 14951 | 0x248; |
| 14952 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 14953 | 0x198; |
| 14954 | static constexpr dart::compiler::target::word |
| 14955 | AOT_Thread_deoptimize_entry_offset = 0x250; |
| 14956 | static constexpr dart::compiler::target::word |
| 14957 | AOT_Thread_deoptimize_stub_offset = 0x1a0; |
| 14958 | static constexpr dart::compiler::target::word |
| 14959 | AOT_Thread_double_abs_address_offset = 0x2a0; |
| 14960 | static constexpr dart::compiler::target::word |
| 14961 | AOT_Thread_double_negate_address_offset = 0x298; |
| 14962 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x58; |
| 14963 | static constexpr dart::compiler::target::word |
| 14964 | AOT_Thread_enter_safepoint_stub_offset = 0x1c8; |
| 14965 | static constexpr dart::compiler::target::word |
| 14966 | AOT_Thread_execution_state_offset = 0x758; |
| 14967 | static constexpr dart::compiler::target::word |
| 14968 | AOT_Thread_exit_safepoint_stub_offset = 0x1d0; |
| 14969 | static constexpr dart::compiler::target::word |
| 14970 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 14971 | static constexpr dart::compiler::target::word |
| 14972 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 14973 | static constexpr dart::compiler::target::word |
| 14974 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 14975 | static constexpr dart::compiler::target::word |
| 14976 | AOT_Thread_fix_allocation_stub_code_offset = 0xa0; |
| 14977 | static constexpr dart::compiler::target::word |
| 14978 | AOT_Thread_fix_callers_target_code_offset = 0x98; |
| 14979 | static constexpr dart::compiler::target::word |
| 14980 | AOT_Thread_float_absolute_address_offset = 0x2b8; |
| 14981 | static constexpr dart::compiler::target::word |
| 14982 | AOT_Thread_float_negate_address_offset = 0x2b0; |
| 14983 | static constexpr dart::compiler::target::word |
| 14984 | AOT_Thread_float_not_address_offset = 0x2a8; |
| 14985 | static constexpr dart::compiler::target::word |
| 14986 | AOT_Thread_float_zerow_address_offset = 0x2c0; |
| 14987 | static constexpr dart::compiler::target::word |
| 14988 | AOT_Thread_global_object_pool_offset = 0x740; |
| 14989 | static constexpr dart::compiler::target::word |
| 14990 | AOT_Thread_invoke_dart_code_stub_offset = 0xa8; |
| 14991 | static constexpr dart::compiler::target::word |
| 14992 | AOT_Thread_exit_through_ffi_offset = 0x768; |
| 14993 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6d8; |
| 14994 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 14995 | 0x6e0; |
| 14996 | static constexpr dart::compiler::target::word |
| 14997 | AOT_Thread_field_table_values_offset = 0x68; |
| 14998 | static constexpr dart::compiler::target::word |
| 14999 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 15000 | static constexpr dart::compiler::target::word |
| 15001 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 15002 | static constexpr dart::compiler::target::word |
| 15003 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 15004 | static constexpr dart::compiler::target::word |
| 15005 | AOT_Thread_marking_stack_block_offset = 0x708; |
| 15006 | static constexpr dart::compiler::target::word |
| 15007 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 15008 | static constexpr dart::compiler::target::word |
| 15009 | AOT_Thread_switchable_call_miss_entry_offset = 0x240; |
| 15010 | static constexpr dart::compiler::target::word |
| 15011 | AOT_Thread_switchable_call_miss_stub_offset = 0x178; |
| 15012 | static constexpr dart::compiler::target::word |
| 15013 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 15014 | static constexpr dart::compiler::target::word |
| 15015 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 15016 | 0xc0; |
| 15017 | static constexpr dart::compiler::target::word |
| 15018 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 15019 | 0xb8; |
| 15020 | static constexpr dart::compiler::target::word |
| 15021 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 15022 | static constexpr dart::compiler::target::word |
| 15023 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 15024 | static constexpr dart::compiler::target::word |
| 15025 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 15026 | static constexpr dart::compiler::target::word |
| 15027 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 15028 | static constexpr dart::compiler::target::word |
| 15029 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 15030 | static constexpr dart::compiler::target::word |
| 15031 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 15032 | static constexpr dart::compiler::target::word |
| 15033 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 15034 | static constexpr dart::compiler::target::word |
| 15035 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 15036 | static constexpr dart::compiler::target::word |
| 15037 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 15038 | static constexpr dart::compiler::target::word |
| 15039 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 15040 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 15041 | 0x148; |
| 15042 | static constexpr dart::compiler::target::word |
| 15043 | AOT_Thread_return_async_not_future_stub_offset = 0x158; |
| 15044 | static constexpr dart::compiler::target::word |
| 15045 | AOT_Thread_return_async_star_stub_offset = 0x160; |
| 15046 | static constexpr dart::compiler::target::word |
| 15047 | AOT_Thread_return_async_stub_offset = 0x150; |
| 15048 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 15049 | 0x70; |
| 15050 | static constexpr dart::compiler::target::word |
| 15051 | AOT_Thread_predefined_symbols_address_offset = 0x288; |
| 15052 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 15053 | 0x748; |
| 15054 | static constexpr dart::compiler::target::word |
| 15055 | AOT_Thread_saved_shadow_call_stack_offset = 0x750; |
| 15056 | static constexpr dart::compiler::target::word |
| 15057 | AOT_Thread_safepoint_state_offset = 0x760; |
| 15058 | static constexpr dart::compiler::target::word |
| 15059 | AOT_Thread_slow_type_test_stub_offset = 0x1b8; |
| 15060 | static constexpr dart::compiler::target::word |
| 15061 | AOT_Thread_slow_type_test_entry_point_offset = 0x268; |
| 15062 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 15063 | 0x38; |
| 15064 | static constexpr dart::compiler::target::word |
| 15065 | AOT_Thread_saved_stack_limit_offset = 0x6e8; |
| 15066 | static constexpr dart::compiler::target::word |
| 15067 | AOT_Thread_stack_overflow_flags_offset = 0x6f0; |
| 15068 | static constexpr dart::compiler::target::word |
| 15069 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 15070 | static constexpr dart::compiler::target::word |
| 15071 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 15072 | static constexpr dart::compiler::target::word |
| 15073 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 15074 | 0x228; |
| 15075 | static constexpr dart::compiler::target::word |
| 15076 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 15077 | static constexpr dart::compiler::target::word |
| 15078 | AOT_Thread_store_buffer_block_offset = 0x700; |
| 15079 | static constexpr dart::compiler::target::word |
| 15080 | AOT_Thread_suspend_state_await_entry_point_offset = 0x688; |
| 15081 | static constexpr dart::compiler::target::word |
| 15082 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x690; |
| 15083 | static constexpr dart::compiler::target::word |
| 15084 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x680; |
| 15085 | static constexpr dart::compiler::target::word |
| 15086 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x698; |
| 15087 | static constexpr dart::compiler::target::word |
| 15088 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x6a0; |
| 15089 | static constexpr dart::compiler::target::word |
| 15090 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x6a8; |
| 15091 | static constexpr dart::compiler::target::word |
| 15092 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x6b0; |
| 15093 | static constexpr dart::compiler::target::word |
| 15094 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6b8; |
| 15095 | static constexpr dart::compiler::target::word |
| 15096 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6c0; |
| 15097 | static constexpr dart::compiler::target::word |
| 15098 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 15099 | 0x6c8; |
| 15100 | static constexpr dart::compiler::target::word |
| 15101 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6d0; |
| 15102 | static constexpr dart::compiler::target::word |
| 15103 | AOT_Thread_top_exit_frame_info_offset = 0x6f8; |
| 15104 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x50; |
| 15105 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 15106 | 0x20; |
| 15107 | static constexpr dart::compiler::target::word |
| 15108 | AOT_Thread_unboxed_runtime_arg_offset = 0x720; |
| 15109 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x718; |
| 15110 | static constexpr dart::compiler::target::word |
| 15111 | AOT_Thread_write_barrier_entry_point_offset = 0x1e8; |
| 15112 | static constexpr dart::compiler::target::word |
| 15113 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 15114 | static constexpr dart::compiler::target::word AOT_Thread_heap_base_offset = |
| 15115 | 0x48; |
| 15116 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 15117 | 0x780; |
| 15118 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x788; |
| 15119 | static constexpr dart::compiler::target::word |
| 15120 | AOT_Thread_jump_to_frame_entry_point_offset = 0x260; |
| 15121 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 15122 | 0x790; |
| 15123 | static constexpr dart::compiler::target::word |
| 15124 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 15125 | static constexpr dart::compiler::target::word |
| 15126 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 15127 | static constexpr dart::compiler::target::word |
| 15128 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 15129 | static constexpr dart::compiler::target::word |
| 15130 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 15131 | static constexpr dart::compiler::target::word |
| 15132 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 15133 | static constexpr dart::compiler::target::word |
| 15134 | AOT_TimelineStream_enabled_offset = 0x10; |
| 15135 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 15136 | 0x10; |
| 15137 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x20; |
| 15138 | static constexpr dart::compiler::target::word |
| 15139 | AOT_Finalizer_type_arguments_offset = 0x24; |
| 15140 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 15141 | 0x20; |
| 15142 | static constexpr dart::compiler::target::word |
| 15143 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 15144 | static constexpr dart::compiler::target::word |
| 15145 | AOT_FinalizerBase_detachments_offset = 0x14; |
| 15146 | static constexpr dart::compiler::target::word |
| 15147 | AOT_FinalizerBase_entries_collected_offset = 0x1c; |
| 15148 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 15149 | 0x8; |
| 15150 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 15151 | 0xc; |
| 15152 | static constexpr dart::compiler::target::word |
| 15153 | AOT_FinalizerEntry_external_size_offset = 0x20; |
| 15154 | static constexpr dart::compiler::target::word |
| 15155 | AOT_FinalizerEntry_finalizer_offset = 0x14; |
| 15156 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 15157 | 0x18; |
| 15158 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 15159 | 0x10; |
| 15160 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 15161 | 0x8; |
| 15162 | static constexpr dart::compiler::target::word |
| 15163 | AOT_NativeFinalizer_callback_offset = 0x20; |
| 15164 | static constexpr dart::compiler::target::word |
| 15165 | AOT_FunctionType_named_parameter_names_offset = 0x2c; |
| 15166 | static constexpr dart::compiler::target::word |
| 15167 | AOT_FunctionType_packed_parameter_counts_offset = 0x30; |
| 15168 | static constexpr dart::compiler::target::word |
| 15169 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 15170 | static constexpr dart::compiler::target::word |
| 15171 | AOT_FunctionType_parameter_types_offset = 0x28; |
| 15172 | static constexpr dart::compiler::target::word |
| 15173 | AOT_FunctionType_type_parameters_offset = 0x20; |
| 15174 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 15175 | 0x26; |
| 15176 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 15177 | 0x10; |
| 15178 | static constexpr dart::compiler::target::word |
| 15179 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 15180 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 15181 | 0xc; |
| 15182 | static constexpr dart::compiler::target::word |
| 15183 | AOT_TypeArguments_nullability_offset = 0x14; |
| 15184 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 15185 | 0x18; |
| 15186 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 15187 | 0x8; |
| 15188 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 15189 | 0xc; |
| 15190 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 15191 | 0x10; |
| 15192 | static constexpr dart::compiler::target::word |
| 15193 | AOT_TypeParameters_defaults_offset = 0x14; |
| 15194 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 15195 | 0x14; |
| 15196 | static constexpr dart::compiler::target::word |
| 15197 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 15198 | static constexpr dart::compiler::target::word |
| 15199 | AOT_TypedDataView_offset_in_bytes_offset = 0x1c; |
| 15200 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 15201 | 0x18; |
| 15202 | static constexpr dart::compiler::target::word |
| 15203 | AOT_UnhandledException_exception_offset = 0x8; |
| 15204 | static constexpr dart::compiler::target::word |
| 15205 | AOT_UnhandledException_stacktrace_offset = 0xc; |
| 15206 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 15207 | static constexpr dart::compiler::target::word |
| 15208 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 15209 | static constexpr dart::compiler::target::word |
| 15210 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 15211 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 15212 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 15213 | 0xc; |
| 15214 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 15215 | 0x8; |
| 15216 | static constexpr dart::compiler::target::word |
| 15217 | AOT_WeakReference_type_arguments_offset = 0xc; |
| 15218 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 15219 | 0x8, 0x18, 0x10, 0x20}; |
| 15220 | static constexpr dart::compiler::target::word |
| 15221 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 15222 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, 0x618, |
| 15223 | 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, 0x650, -1, |
| 15224 | -1, -1, -1, 0x658, 0x660, -1, -1, 0x668, |
| 15225 | 0x670, 0x678, -1, -1, -1, -1, -1, -1}; |
| 15226 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 15227 | 0x20; |
| 15228 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 15229 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x10; |
| 15230 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 15231 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 15232 | 0x10; |
| 15233 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x68; |
| 15234 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x28; |
| 15235 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 15236 | 0x18; |
| 15237 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 15238 | 0x10; |
| 15239 | static constexpr dart::compiler::target::word |
| 15240 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 15241 | static constexpr dart::compiler::target::word |
| 15242 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 15243 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x10; |
| 15244 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 15245 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 15246 | 0x18; |
| 15247 | static constexpr dart::compiler::target::word |
| 15248 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 15249 | static constexpr dart::compiler::target::word |
| 15250 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 15251 | static constexpr dart::compiler::target::word |
| 15252 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 15253 | static constexpr dart::compiler::target::word |
| 15254 | AOT_FfiTrampolineData_InstanceSize = 0x20; |
| 15255 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x38; |
| 15256 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x28; |
| 15257 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 15258 | 0x28; |
| 15259 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 15260 | 0x28; |
| 15261 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 15262 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 15263 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x38; |
| 15264 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 15265 | 0x38; |
| 15266 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 15267 | static constexpr dart::compiler::target::word |
| 15268 | AOT_GrowableObjectArray_InstanceSize = 0x18; |
| 15269 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 15270 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 15271 | static constexpr dart::compiler::target::word |
| 15272 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 15273 | static constexpr dart::compiler::target::word |
| 15274 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 15275 | static constexpr dart::compiler::target::word |
| 15276 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 15277 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 15278 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 15279 | static constexpr dart::compiler::target::word |
| 15280 | AOT_KernelProgramInfo_InstanceSize = 0x38; |
| 15281 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 15282 | 0x20; |
| 15283 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x60; |
| 15284 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 15285 | 0x18; |
| 15286 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 15287 | 0x20; |
| 15288 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 15289 | 0x8; |
| 15290 | static constexpr dart::compiler::target::word |
| 15291 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 15292 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 15293 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 15294 | 0x10; |
| 15295 | static constexpr dart::compiler::target::word |
| 15296 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 15297 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x18; |
| 15298 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 15299 | 0x20; |
| 15300 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 15301 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 15302 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 15303 | 0x10; |
| 15304 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 15305 | 0x10; |
| 15306 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 15307 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 15308 | 0x18; |
| 15309 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 15310 | 0x28; |
| 15311 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x50; |
| 15312 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x30; |
| 15313 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 15314 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 15315 | static constexpr dart::compiler::target::word |
| 15316 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 15317 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 15318 | 0x18; |
| 15319 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 15320 | 0x28; |
| 15321 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 15322 | static constexpr dart::compiler::target::word |
| 15323 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 15324 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 15325 | 0x18; |
| 15326 | static constexpr dart::compiler::target::word |
| 15327 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 15328 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x28; |
| 15329 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 15330 | 0x28; |
| 15331 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 15332 | 0x18; |
| 15333 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 15334 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 15335 | 0x18; |
| 15336 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 15337 | 0x20; |
| 15338 | static constexpr dart::compiler::target::word |
| 15339 | AOT_UnhandledException_InstanceSize = 0x10; |
| 15340 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 15341 | 0x20; |
| 15342 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 15343 | 0x10; |
| 15344 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 15345 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 15346 | 0x18; |
| 15347 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 15348 | 0x18; |
| 15349 | static constexpr dart::compiler::target::word |
| 15350 | AOT_WeakSerializationReference_InstanceSize = 0x10; |
| 15351 | #endif // !defined(PRODUCT) && \ |
| 15352 | // defined(TARGET_ARCH_ARM64) && \ |
| 15353 | // defined(DART_COMPRESSED_POINTERS) |
| 15354 | |
| 15355 | #if !defined(PRODUCT) && defined(TARGET_ARCH_RISCV32) && \ |
| 15356 | !defined(DART_COMPRESSED_POINTERS) |
| 15357 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 15358 | 0x1c; |
| 15359 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 15360 | 0xc; |
| 15361 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 15362 | static constexpr dart::compiler::target::word |
| 15363 | AOT_ClassTable_elements_start_offset = 0x0; |
| 15364 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 15365 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 15366 | 0x58; |
| 15367 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 15368 | static constexpr dart::compiler::target::word |
| 15369 | AOT_Context_elements_start_offset = 0xc; |
| 15370 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 15371 | static constexpr dart::compiler::target::word |
| 15372 | AOT_ContextScope_elements_start_offset = 0xc; |
| 15373 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 15374 | 0x24; |
| 15375 | static constexpr dart::compiler::target::word |
| 15376 | AOT_ExceptionHandlers_elements_start_offset = 0xc; |
| 15377 | static constexpr dart::compiler::target::word |
| 15378 | AOT_ExceptionHandlers_element_size = 0xc; |
| 15379 | static constexpr dart::compiler::target::word |
| 15380 | AOT_ObjectPool_elements_start_offset = 0x8; |
| 15381 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x4; |
| 15382 | static constexpr dart::compiler::target::word |
| 15383 | AOT_OneByteString_elements_start_offset = 0xc; |
| 15384 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 15385 | 0x1; |
| 15386 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 15387 | 0x8; |
| 15388 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 15389 | static constexpr dart::compiler::target::word |
| 15390 | AOT_TypeArguments_elements_start_offset = 0x14; |
| 15391 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 15392 | 0x4; |
| 15393 | static constexpr dart::compiler::target::word |
| 15394 | AOT_TwoByteString_elements_start_offset = 0xc; |
| 15395 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 15396 | 0x2; |
| 15397 | static constexpr dart::compiler::target::word |
| 15398 | AOT_WeakArray_elements_start_offset = 0xc; |
| 15399 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 15400 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 15401 | 0xfffffff; |
| 15402 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 15403 | 0xfffd; |
| 15404 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 15405 | 0xfffffff; |
| 15406 | static constexpr dart::compiler::target::word |
| 15407 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 15408 | static constexpr dart::compiler::target::word |
| 15409 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 15410 | static constexpr dart::compiler::target::word |
| 15411 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 15412 | static constexpr dart::compiler::target::word |
| 15413 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 15414 | static constexpr dart::compiler::target::word |
| 15415 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 15416 | static constexpr dart::compiler::target::word |
| 15417 | AOT_Instructions_kNonBarePayloadAlignment = 0x4; |
| 15418 | static constexpr dart::compiler::target::word |
| 15419 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 15420 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 15421 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 15422 | static constexpr dart::compiler::target::word |
| 15423 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 15424 | static constexpr dart::compiler::target::word |
| 15425 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 15426 | static constexpr dart::compiler::target::word |
| 15427 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 15428 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 15429 | 0xffff; |
| 15430 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 15431 | 0xffff; |
| 15432 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 15433 | 0x1fffffff; |
| 15434 | static constexpr dart::compiler::target::word |
| 15435 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 15436 | static constexpr dart::compiler::target::word |
| 15437 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 15438 | static constexpr dart::compiler::target::word |
| 15439 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 15440 | static constexpr dart::compiler::target::word |
| 15441 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 15442 | static constexpr dart::compiler::target::word |
| 15443 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 15444 | static constexpr dart::compiler::target::word |
| 15445 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 15446 | static constexpr dart::compiler::target::word |
| 15447 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 15448 | static constexpr dart::compiler::target::word |
| 15449 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 15450 | static constexpr dart::compiler::target::word |
| 15451 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 15452 | static constexpr dart::compiler::target::word |
| 15453 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 15454 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 15455 | 0x7; |
| 15456 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 15457 | 0x7; |
| 15458 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 15459 | 0xfffffff; |
| 15460 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 15461 | 0x8; |
| 15462 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 15463 | 0x10; |
| 15464 | static constexpr dart::compiler::target::word |
| 15465 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 15466 | static constexpr dart::compiler::target::word |
| 15467 | AOT_ArgumentsDescriptor_count_offset = 0x10; |
| 15468 | static constexpr dart::compiler::target::word |
| 15469 | AOT_ArgumentsDescriptor_size_offset = 0x14; |
| 15470 | static constexpr dart::compiler::target::word |
| 15471 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 15472 | static constexpr dart::compiler::target::word |
| 15473 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 15474 | static constexpr dart::compiler::target::word |
| 15475 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 15476 | static constexpr dart::compiler::target::word |
| 15477 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 15478 | static constexpr dart::compiler::target::word |
| 15479 | AOT_ArgumentsDescriptor_positional_count_offset = 0x18; |
| 15480 | static constexpr dart::compiler::target::word |
| 15481 | AOT_ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 15482 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0xc; |
| 15483 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x8; |
| 15484 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 15485 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 15486 | 0x4; |
| 15487 | static constexpr dart::compiler::target::word |
| 15488 | AOT_Class_declaration_type_offset = 0x34; |
| 15489 | static constexpr dart::compiler::target::word |
| 15490 | AOT_Class_num_type_arguments_offset = 0x4c; |
| 15491 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 15492 | 0x2c; |
| 15493 | static constexpr dart::compiler::target::word |
| 15494 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x58; |
| 15495 | static constexpr dart::compiler::target::word |
| 15496 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x4; |
| 15497 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x14; |
| 15498 | static constexpr dart::compiler::target::word |
| 15499 | AOT_Closure_delayed_type_arguments_offset = 0xc; |
| 15500 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 15501 | 0x10; |
| 15502 | static constexpr dart::compiler::target::word |
| 15503 | AOT_Closure_function_type_arguments_offset = 0x8; |
| 15504 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x18; |
| 15505 | static constexpr dart::compiler::target::word |
| 15506 | AOT_Closure_instantiator_type_arguments_offset = 0x4; |
| 15507 | static constexpr dart::compiler::target::word |
| 15508 | AOT_ClosureData_packed_fields_offset = 0x10; |
| 15509 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 15510 | 0x18; |
| 15511 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 15512 | 0x14; |
| 15513 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x1c; |
| 15514 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 15515 | 0x4; |
| 15516 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x8; |
| 15517 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 15518 | static constexpr dart::compiler::target::word |
| 15519 | AOT_ExternalOneByteString_external_data_offset = 0xc; |
| 15520 | static constexpr dart::compiler::target::word |
| 15521 | AOT_ExternalTwoByteString_external_data_offset = 0xc; |
| 15522 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 15523 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 15524 | static constexpr dart::compiler::target::word |
| 15525 | AOT_Field_initializer_function_offset = 0x10; |
| 15526 | static constexpr dart::compiler::target::word |
| 15527 | AOT_Field_host_offset_or_field_id_offset = 0x14; |
| 15528 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 15529 | 0x28; |
| 15530 | static constexpr dart::compiler::target::word |
| 15531 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x30; |
| 15532 | static constexpr dart::compiler::target::word |
| 15533 | AOT_Field_guarded_list_length_offset = 0x18; |
| 15534 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 15535 | 0x2c; |
| 15536 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x32; |
| 15537 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x20; |
| 15538 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x18; |
| 15539 | static constexpr dart::compiler::target::word |
| 15540 | AOT_Function_entry_point_offset[] = {0x4, 0x8}; |
| 15541 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 15542 | 0x28; |
| 15543 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 15544 | 0x14; |
| 15545 | static constexpr dart::compiler::target::word |
| 15546 | AOT_FutureOr_type_arguments_offset = 0x4; |
| 15547 | static constexpr dart::compiler::target::word |
| 15548 | AOT_GrowableObjectArray_data_offset = 0xc; |
| 15549 | static constexpr dart::compiler::target::word |
| 15550 | AOT_GrowableObjectArray_length_offset = 0x8; |
| 15551 | static constexpr dart::compiler::target::word |
| 15552 | AOT_GrowableObjectArray_type_arguments_offset = 0x4; |
| 15553 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x10; |
| 15554 | static constexpr dart::compiler::target::word |
| 15555 | AOT_CallSiteData_arguments_descriptor_offset = 0x8; |
| 15556 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 15557 | 0x3; |
| 15558 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 15559 | 0x0; |
| 15560 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0xc; |
| 15561 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x10; |
| 15562 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 15563 | 0x14; |
| 15564 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 15565 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 15566 | 0x14; |
| 15567 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 15568 | 0x18; |
| 15569 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 15570 | 0x20; |
| 15571 | static constexpr dart::compiler::target::word |
| 15572 | AOT_Isolate_has_resumption_breakpoints_offset = 0x25; |
| 15573 | static constexpr dart::compiler::target::word |
| 15574 | AOT_IsolateGroup_object_store_offset = 0x10; |
| 15575 | static constexpr dart::compiler::target::word |
| 15576 | AOT_IsolateGroup_class_table_offset = 0x8; |
| 15577 | static constexpr dart::compiler::target::word |
| 15578 | AOT_IsolateGroup_cached_class_table_table_offset = 0xc; |
| 15579 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 15580 | 0x24; |
| 15581 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 15582 | 0x10; |
| 15583 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 15584 | 0xc; |
| 15585 | static constexpr dart::compiler::target::word |
| 15586 | AOT_ImmutableLinkedHashBase_data_offset = 0xc; |
| 15587 | static constexpr dart::compiler::target::word |
| 15588 | AOT_LinkedHashBase_deleted_keys_offset = 0x14; |
| 15589 | static constexpr dart::compiler::target::word |
| 15590 | AOT_LinkedHashBase_hash_mask_offset = 0x8; |
| 15591 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 15592 | 0x18; |
| 15593 | static constexpr dart::compiler::target::word |
| 15594 | AOT_LinkedHashBase_type_arguments_offset = 0x4; |
| 15595 | static constexpr dart::compiler::target::word |
| 15596 | AOT_LinkedHashBase_used_data_offset = 0x10; |
| 15597 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 15598 | static constexpr dart::compiler::target::word |
| 15599 | AOT_MarkingStackBlock_pointers_offset = 0x8; |
| 15600 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 15601 | 0x4; |
| 15602 | static constexpr dart::compiler::target::word |
| 15603 | AOT_MegamorphicCache_buckets_offset = 0xc; |
| 15604 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 15605 | 0x10; |
| 15606 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 15607 | static constexpr dart::compiler::target::word |
| 15608 | AOT_NativeArguments_argc_tag_offset = 0x4; |
| 15609 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 15610 | 0x8; |
| 15611 | static constexpr dart::compiler::target::word |
| 15612 | AOT_NativeArguments_retval_offset = 0xc; |
| 15613 | static constexpr dart::compiler::target::word |
| 15614 | AOT_NativeArguments_thread_offset = 0x0; |
| 15615 | static constexpr dart::compiler::target::word |
| 15616 | AOT_ObjectStore_double_type_offset = 0xc0; |
| 15617 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 15618 | 0x94; |
| 15619 | static constexpr dart::compiler::target::word |
| 15620 | AOT_ObjectStore_record_field_names_offset = 0x1fc; |
| 15621 | static constexpr dart::compiler::target::word |
| 15622 | AOT_ObjectStore_string_type_offset = 0xd4; |
| 15623 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 15624 | 0x84; |
| 15625 | static constexpr dart::compiler::target::word |
| 15626 | AOT_ObjectStore_ffi_callback_code_offset = 0x278; |
| 15627 | static constexpr dart::compiler::target::word |
| 15628 | AOT_ObjectStore_suspend_state_await_offset = 0x224; |
| 15629 | static constexpr dart::compiler::target::word |
| 15630 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 15631 | static constexpr dart::compiler::target::word |
| 15632 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 15633 | static constexpr dart::compiler::target::word |
| 15634 | AOT_ObjectStore_suspend_state_init_async_offset = 0x220; |
| 15635 | static constexpr dart::compiler::target::word |
| 15636 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 15637 | static constexpr dart::compiler::target::word |
| 15638 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 15639 | static constexpr dart::compiler::target::word |
| 15640 | AOT_ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 15641 | static constexpr dart::compiler::target::word |
| 15642 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 15643 | static constexpr dart::compiler::target::word |
| 15644 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 15645 | static constexpr dart::compiler::target::word |
| 15646 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 15647 | static constexpr dart::compiler::target::word |
| 15648 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 15649 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 15650 | 0xc; |
| 15651 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x4; |
| 15652 | static constexpr dart::compiler::target::word |
| 15653 | AOT_Pointer_type_arguments_offset = 0x8; |
| 15654 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 15655 | 0x4; |
| 15656 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 15657 | 0x8; |
| 15658 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x4; |
| 15659 | static constexpr dart::compiler::target::word |
| 15660 | AOT_SingleTargetCache_entry_point_offset = 0x8; |
| 15661 | static constexpr dart::compiler::target::word |
| 15662 | AOT_SingleTargetCache_lower_limit_offset = 0xc; |
| 15663 | static constexpr dart::compiler::target::word |
| 15664 | AOT_SingleTargetCache_target_offset = 0x4; |
| 15665 | static constexpr dart::compiler::target::word |
| 15666 | AOT_SingleTargetCache_upper_limit_offset = 0x10; |
| 15667 | static constexpr dart::compiler::target::word |
| 15668 | AOT_StoreBufferBlock_pointers_offset = 0x8; |
| 15669 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 15670 | 0x4; |
| 15671 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 15672 | 0x4; |
| 15673 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 15674 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 15675 | static constexpr dart::compiler::target::word |
| 15676 | AOT_SubtypeTestCache_cache_offset = 0x4; |
| 15677 | static constexpr dart::compiler::target::word |
| 15678 | AOT_SubtypeTestCache_num_inputs_offset = 0x8; |
| 15679 | static constexpr dart::compiler::target::word |
| 15680 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 15681 | static constexpr dart::compiler::target::word |
| 15682 | AOT_SuspendState_error_callback_offset = 0x14; |
| 15683 | static constexpr dart::compiler::target::word |
| 15684 | AOT_SuspendState_frame_size_offset = 0x4; |
| 15685 | static constexpr dart::compiler::target::word |
| 15686 | AOT_SuspendState_function_data_offset = 0xc; |
| 15687 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 15688 | 0x18; |
| 15689 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x8; |
| 15690 | static constexpr dart::compiler::target::word |
| 15691 | AOT_SuspendState_then_callback_offset = 0x10; |
| 15692 | static constexpr dart::compiler::target::word |
| 15693 | AOT_Thread_AllocateArray_entry_point_offset = 0x160; |
| 15694 | static constexpr dart::compiler::target::word |
| 15695 | AOT_Thread_active_exception_offset = 0x398; |
| 15696 | static constexpr dart::compiler::target::word |
| 15697 | AOT_Thread_active_stacktrace_offset = 0x39c; |
| 15698 | static constexpr dart::compiler::target::word |
| 15699 | AOT_Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 15700 | static constexpr dart::compiler::target::word |
| 15701 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 15702 | static constexpr dart::compiler::target::word |
| 15703 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 15704 | static constexpr dart::compiler::target::word |
| 15705 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 15706 | static constexpr dart::compiler::target::word |
| 15707 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 15708 | static constexpr dart::compiler::target::word |
| 15709 | AOT_Thread_allocate_object_entry_point_offset = 0x104; |
| 15710 | static constexpr dart::compiler::target::word |
| 15711 | AOT_Thread_allocate_object_stub_offset = 0x90; |
| 15712 | static constexpr dart::compiler::target::word |
| 15713 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 15714 | static constexpr dart::compiler::target::word |
| 15715 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 15716 | static constexpr dart::compiler::target::word |
| 15717 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 15718 | static constexpr dart::compiler::target::word |
| 15719 | AOT_Thread_allocate_object_slow_stub_offset = 0x98; |
| 15720 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 15721 | 0x3b8; |
| 15722 | static constexpr dart::compiler::target::word |
| 15723 | AOT_Thread_async_exception_handler_stub_offset = 0x9c; |
| 15724 | static constexpr dart::compiler::target::word |
| 15725 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 15726 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 15727 | 0x3c; |
| 15728 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 15729 | 0x38; |
| 15730 | static constexpr dart::compiler::target::word |
| 15731 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 15732 | static constexpr dart::compiler::target::word |
| 15733 | AOT_Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 15734 | static constexpr dart::compiler::target::word |
| 15735 | AOT_Thread_call_to_runtime_stub_offset = 0x54; |
| 15736 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 15737 | 0x3dc; |
| 15738 | static constexpr dart::compiler::target::word |
| 15739 | AOT_Thread_dispatch_table_array_offset = 0x2c; |
| 15740 | static constexpr dart::compiler::target::word |
| 15741 | AOT_Thread_double_truncate_round_supported_offset = 0x3bc; |
| 15742 | static constexpr dart::compiler::target::word |
| 15743 | AOT_Thread_service_extension_stream_offset = 0x3e0; |
| 15744 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 15745 | 0x120; |
| 15746 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 15747 | 0xc8; |
| 15748 | static constexpr dart::compiler::target::word |
| 15749 | AOT_Thread_deoptimize_entry_offset = 0x124; |
| 15750 | static constexpr dart::compiler::target::word |
| 15751 | AOT_Thread_deoptimize_stub_offset = 0xcc; |
| 15752 | static constexpr dart::compiler::target::word |
| 15753 | AOT_Thread_double_abs_address_offset = 0x14c; |
| 15754 | static constexpr dart::compiler::target::word |
| 15755 | AOT_Thread_double_negate_address_offset = 0x148; |
| 15756 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x28; |
| 15757 | static constexpr dart::compiler::target::word |
| 15758 | AOT_Thread_enter_safepoint_stub_offset = 0xe0; |
| 15759 | static constexpr dart::compiler::target::word |
| 15760 | AOT_Thread_execution_state_offset = 0x3ac; |
| 15761 | static constexpr dart::compiler::target::word |
| 15762 | AOT_Thread_exit_safepoint_stub_offset = 0xe4; |
| 15763 | static constexpr dart::compiler::target::word |
| 15764 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 15765 | static constexpr dart::compiler::target::word |
| 15766 | AOT_Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 15767 | static constexpr dart::compiler::target::word |
| 15768 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 15769 | static constexpr dart::compiler::target::word |
| 15770 | AOT_Thread_fix_allocation_stub_code_offset = 0x4c; |
| 15771 | static constexpr dart::compiler::target::word |
| 15772 | AOT_Thread_fix_callers_target_code_offset = 0x48; |
| 15773 | static constexpr dart::compiler::target::word |
| 15774 | AOT_Thread_float_absolute_address_offset = 0x158; |
| 15775 | static constexpr dart::compiler::target::word |
| 15776 | AOT_Thread_float_negate_address_offset = 0x154; |
| 15777 | static constexpr dart::compiler::target::word |
| 15778 | AOT_Thread_float_not_address_offset = 0x150; |
| 15779 | static constexpr dart::compiler::target::word |
| 15780 | AOT_Thread_float_zerow_address_offset = 0x15c; |
| 15781 | static constexpr dart::compiler::target::word |
| 15782 | AOT_Thread_global_object_pool_offset = 0x3a0; |
| 15783 | static constexpr dart::compiler::target::word |
| 15784 | AOT_Thread_invoke_dart_code_stub_offset = 0x50; |
| 15785 | static constexpr dart::compiler::target::word |
| 15786 | AOT_Thread_exit_through_ffi_offset = 0x3b4; |
| 15787 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x360; |
| 15788 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 15789 | 0x364; |
| 15790 | static constexpr dart::compiler::target::word |
| 15791 | AOT_Thread_field_table_values_offset = 0x30; |
| 15792 | static constexpr dart::compiler::target::word |
| 15793 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 15794 | static constexpr dart::compiler::target::word |
| 15795 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 15796 | static constexpr dart::compiler::target::word |
| 15797 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 15798 | static constexpr dart::compiler::target::word |
| 15799 | AOT_Thread_marking_stack_block_offset = 0x378; |
| 15800 | static constexpr dart::compiler::target::word |
| 15801 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 15802 | static constexpr dart::compiler::target::word |
| 15803 | AOT_Thread_switchable_call_miss_entry_offset = 0x11c; |
| 15804 | static constexpr dart::compiler::target::word |
| 15805 | AOT_Thread_switchable_call_miss_stub_offset = 0xb8; |
| 15806 | static constexpr dart::compiler::target::word |
| 15807 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 15808 | static constexpr dart::compiler::target::word |
| 15809 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 15810 | 0x5c; |
| 15811 | static constexpr dart::compiler::target::word |
| 15812 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 15813 | 0x58; |
| 15814 | static constexpr dart::compiler::target::word |
| 15815 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 15816 | static constexpr dart::compiler::target::word |
| 15817 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 15818 | static constexpr dart::compiler::target::word |
| 15819 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 15820 | static constexpr dart::compiler::target::word |
| 15821 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 15822 | static constexpr dart::compiler::target::word |
| 15823 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 15824 | static constexpr dart::compiler::target::word |
| 15825 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 15826 | static constexpr dart::compiler::target::word |
| 15827 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 15828 | static constexpr dart::compiler::target::word |
| 15829 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 15830 | static constexpr dart::compiler::target::word |
| 15831 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 15832 | static constexpr dart::compiler::target::word |
| 15833 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 15834 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 15835 | 0xa0; |
| 15836 | static constexpr dart::compiler::target::word |
| 15837 | AOT_Thread_return_async_not_future_stub_offset = 0xa8; |
| 15838 | static constexpr dart::compiler::target::word |
| 15839 | AOT_Thread_return_async_star_stub_offset = 0xac; |
| 15840 | static constexpr dart::compiler::target::word |
| 15841 | AOT_Thread_return_async_stub_offset = 0xa4; |
| 15842 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 15843 | 0x34; |
| 15844 | static constexpr dart::compiler::target::word |
| 15845 | AOT_Thread_predefined_symbols_address_offset = 0x140; |
| 15846 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 15847 | 0x3a4; |
| 15848 | static constexpr dart::compiler::target::word |
| 15849 | AOT_Thread_saved_shadow_call_stack_offset = 0x3a8; |
| 15850 | static constexpr dart::compiler::target::word |
| 15851 | AOT_Thread_safepoint_state_offset = 0x3b0; |
| 15852 | static constexpr dart::compiler::target::word |
| 15853 | AOT_Thread_slow_type_test_stub_offset = 0xd8; |
| 15854 | static constexpr dart::compiler::target::word |
| 15855 | AOT_Thread_slow_type_test_entry_point_offset = 0x130; |
| 15856 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 15857 | 0x1c; |
| 15858 | static constexpr dart::compiler::target::word |
| 15859 | AOT_Thread_saved_stack_limit_offset = 0x368; |
| 15860 | static constexpr dart::compiler::target::word |
| 15861 | AOT_Thread_stack_overflow_flags_offset = 0x36c; |
| 15862 | static constexpr dart::compiler::target::word |
| 15863 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 15864 | static constexpr dart::compiler::target::word |
| 15865 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 15866 | static constexpr dart::compiler::target::word |
| 15867 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 15868 | 0x110; |
| 15869 | static constexpr dart::compiler::target::word |
| 15870 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 15871 | static constexpr dart::compiler::target::word |
| 15872 | AOT_Thread_store_buffer_block_offset = 0x374; |
| 15873 | static constexpr dart::compiler::target::word |
| 15874 | AOT_Thread_suspend_state_await_entry_point_offset = 0x338; |
| 15875 | static constexpr dart::compiler::target::word |
| 15876 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x33c; |
| 15877 | static constexpr dart::compiler::target::word |
| 15878 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x334; |
| 15879 | static constexpr dart::compiler::target::word |
| 15880 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x340; |
| 15881 | static constexpr dart::compiler::target::word |
| 15882 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x344; |
| 15883 | static constexpr dart::compiler::target::word |
| 15884 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x348; |
| 15885 | static constexpr dart::compiler::target::word |
| 15886 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x34c; |
| 15887 | static constexpr dart::compiler::target::word |
| 15888 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x350; |
| 15889 | static constexpr dart::compiler::target::word |
| 15890 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x354; |
| 15891 | static constexpr dart::compiler::target::word |
| 15892 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 15893 | 0x358; |
| 15894 | static constexpr dart::compiler::target::word |
| 15895 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x35c; |
| 15896 | static constexpr dart::compiler::target::word |
| 15897 | AOT_Thread_top_exit_frame_info_offset = 0x370; |
| 15898 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x24; |
| 15899 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 15900 | 0x10; |
| 15901 | static constexpr dart::compiler::target::word |
| 15902 | AOT_Thread_unboxed_runtime_arg_offset = 0x388; |
| 15903 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x380; |
| 15904 | static constexpr dart::compiler::target::word |
| 15905 | AOT_Thread_write_barrier_entry_point_offset = 0xf0; |
| 15906 | static constexpr dart::compiler::target::word |
| 15907 | AOT_Thread_write_barrier_mask_offset = 0x20; |
| 15908 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 15909 | 0x3c0; |
| 15910 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x3c8; |
| 15911 | static constexpr dart::compiler::target::word |
| 15912 | AOT_Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 15913 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 15914 | 0x3d0; |
| 15915 | static constexpr dart::compiler::target::word |
| 15916 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 15917 | static constexpr dart::compiler::target::word |
| 15918 | AOT_TsanUtils_setjmp_buffer_offset = 0x4; |
| 15919 | static constexpr dart::compiler::target::word |
| 15920 | AOT_TsanUtils_exception_pc_offset = 0x8; |
| 15921 | static constexpr dart::compiler::target::word |
| 15922 | AOT_TsanUtils_exception_sp_offset = 0xc; |
| 15923 | static constexpr dart::compiler::target::word |
| 15924 | AOT_TsanUtils_exception_fp_offset = 0x10; |
| 15925 | static constexpr dart::compiler::target::word |
| 15926 | AOT_TimelineStream_enabled_offset = 0x8; |
| 15927 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 15928 | 0xc; |
| 15929 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x14; |
| 15930 | static constexpr dart::compiler::target::word |
| 15931 | AOT_Finalizer_type_arguments_offset = 0x18; |
| 15932 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 15933 | 0x14; |
| 15934 | static constexpr dart::compiler::target::word |
| 15935 | AOT_FinalizerBase_all_entries_offset = 0xc; |
| 15936 | static constexpr dart::compiler::target::word |
| 15937 | AOT_FinalizerBase_detachments_offset = 0x8; |
| 15938 | static constexpr dart::compiler::target::word |
| 15939 | AOT_FinalizerBase_entries_collected_offset = 0x10; |
| 15940 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 15941 | 0x4; |
| 15942 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 15943 | 0x8; |
| 15944 | static constexpr dart::compiler::target::word |
| 15945 | AOT_FinalizerEntry_external_size_offset = 0x1c; |
| 15946 | static constexpr dart::compiler::target::word |
| 15947 | AOT_FinalizerEntry_finalizer_offset = 0x10; |
| 15948 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 15949 | 0x14; |
| 15950 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 15951 | 0xc; |
| 15952 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 15953 | 0x4; |
| 15954 | static constexpr dart::compiler::target::word |
| 15955 | AOT_NativeFinalizer_callback_offset = 0x14; |
| 15956 | static constexpr dart::compiler::target::word |
| 15957 | AOT_FunctionType_named_parameter_names_offset = 0x20; |
| 15958 | static constexpr dart::compiler::target::word |
| 15959 | AOT_FunctionType_packed_parameter_counts_offset = 0x24; |
| 15960 | static constexpr dart::compiler::target::word |
| 15961 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 15962 | static constexpr dart::compiler::target::word |
| 15963 | AOT_FunctionType_parameter_types_offset = 0x1c; |
| 15964 | static constexpr dart::compiler::target::word |
| 15965 | AOT_FunctionType_type_parameters_offset = 0x14; |
| 15966 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 15967 | 0x1a; |
| 15968 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 15969 | 0xc; |
| 15970 | static constexpr dart::compiler::target::word |
| 15971 | AOT_TypeArguments_instantiations_offset = 0x4; |
| 15972 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 15973 | 0x8; |
| 15974 | static constexpr dart::compiler::target::word |
| 15975 | AOT_TypeArguments_nullability_offset = 0x10; |
| 15976 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 15977 | 0x14; |
| 15978 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 15979 | 0x4; |
| 15980 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 15981 | 0x8; |
| 15982 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 15983 | 0xc; |
| 15984 | static constexpr dart::compiler::target::word |
| 15985 | AOT_TypeParameters_defaults_offset = 0x10; |
| 15986 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 15987 | 0x8; |
| 15988 | static constexpr dart::compiler::target::word |
| 15989 | AOT_TypedDataView_typed_data_offset = 0xc; |
| 15990 | static constexpr dart::compiler::target::word |
| 15991 | AOT_TypedDataView_offset_in_bytes_offset = 0x10; |
| 15992 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 15993 | 0xc; |
| 15994 | static constexpr dart::compiler::target::word |
| 15995 | AOT_UnhandledException_exception_offset = 0x4; |
| 15996 | static constexpr dart::compiler::target::word |
| 15997 | AOT_UnhandledException_stacktrace_offset = 0x8; |
| 15998 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x8; |
| 15999 | static constexpr dart::compiler::target::word |
| 16000 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 16001 | static constexpr dart::compiler::target::word |
| 16002 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 16003 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x4; |
| 16004 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 16005 | 0x8; |
| 16006 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 16007 | 0x4; |
| 16008 | static constexpr dart::compiler::target::word |
| 16009 | AOT_WeakReference_type_arguments_offset = 0x8; |
| 16010 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 16011 | 0x4, 0xc, 0x8, 0x10}; |
| 16012 | static constexpr dart::compiler::target::word |
| 16013 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 16014 | -1, -1, -1, -1, -1, 0x2ec, 0x2f0, 0x2f4, -1, -1, 0x2f8, |
| 16015 | 0x2fc, 0x300, -1, -1, -1, 0x304, 0x308, 0x30c, 0x310, 0x314, 0x318, |
| 16016 | 0x31c, 0x320, -1, -1, -1, -1, 0x324, 0x328, 0x32c, 0x330}; |
| 16017 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 16018 | 0x14; |
| 16019 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x8; |
| 16020 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0xc; |
| 16021 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x8; |
| 16022 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 16023 | 0x10; |
| 16024 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x60; |
| 16025 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x20; |
| 16026 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 16027 | 0x14; |
| 16028 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 16029 | 0x8; |
| 16030 | static constexpr dart::compiler::target::word |
| 16031 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 16032 | static constexpr dart::compiler::target::word |
| 16033 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 16034 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0xc; |
| 16035 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 16036 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 16037 | 0xc; |
| 16038 | static constexpr dart::compiler::target::word |
| 16039 | AOT_ExternalOneByteString_InstanceSize = 0x14; |
| 16040 | static constexpr dart::compiler::target::word |
| 16041 | AOT_ExternalTwoByteString_InstanceSize = 0x14; |
| 16042 | static constexpr dart::compiler::target::word |
| 16043 | AOT_ExternalTypedData_InstanceSize = 0xc; |
| 16044 | static constexpr dart::compiler::target::word |
| 16045 | AOT_FfiTrampolineData_InstanceSize = 0x1c; |
| 16046 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x34; |
| 16047 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x1c; |
| 16048 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 16049 | 0x20; |
| 16050 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 16051 | 0x18; |
| 16052 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 16053 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 16054 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x2c; |
| 16055 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 16056 | 0x2c; |
| 16057 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x8; |
| 16058 | static constexpr dart::compiler::target::word |
| 16059 | AOT_GrowableObjectArray_InstanceSize = 0x10; |
| 16060 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x18; |
| 16061 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x4; |
| 16062 | static constexpr dart::compiler::target::word |
| 16063 | AOT_Instructions_UnalignedHeaderSize = 0x8; |
| 16064 | static constexpr dart::compiler::target::word |
| 16065 | AOT_InstructionsSection_UnalignedHeaderSize = 0x14; |
| 16066 | static constexpr dart::compiler::target::word |
| 16067 | AOT_InstructionsTable_InstanceSize = 0x18; |
| 16068 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 16069 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x4; |
| 16070 | static constexpr dart::compiler::target::word |
| 16071 | AOT_KernelProgramInfo_InstanceSize = 0x30; |
| 16072 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 16073 | 0x1c; |
| 16074 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x50; |
| 16075 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 16076 | 0x14; |
| 16077 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 16078 | 0x1c; |
| 16079 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 16080 | 0x4; |
| 16081 | static constexpr dart::compiler::target::word |
| 16082 | AOT_MegamorphicCache_InstanceSize = 0x18; |
| 16083 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 16084 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 16085 | 0x8; |
| 16086 | static constexpr dart::compiler::target::word |
| 16087 | AOT_MonomorphicSmiableCall_InstanceSize = 0xc; |
| 16088 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x14; |
| 16089 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 16090 | 0x10; |
| 16091 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x4; |
| 16092 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x4; |
| 16093 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 0xc; |
| 16094 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 16095 | 0x8; |
| 16096 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0xc; |
| 16097 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 16098 | 0x14; |
| 16099 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 16100 | 0x1c; |
| 16101 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x3c; |
| 16102 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x28; |
| 16103 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 16104 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x4; |
| 16105 | static constexpr dart::compiler::target::word |
| 16106 | AOT_SingleTargetCache_InstanceSize = 0x14; |
| 16107 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 16108 | 0x14; |
| 16109 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 16110 | 0x18; |
| 16111 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0xc; |
| 16112 | static constexpr dart::compiler::target::word |
| 16113 | AOT_SubtypeTestCache_InstanceSize = 0x10; |
| 16114 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 16115 | 0x14; |
| 16116 | static constexpr dart::compiler::target::word |
| 16117 | AOT_TransferableTypedData_InstanceSize = 0x4; |
| 16118 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x18; |
| 16119 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 16120 | 0x1c; |
| 16121 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 16122 | 0x14; |
| 16123 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0xc; |
| 16124 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 16125 | 0xc; |
| 16126 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 16127 | 0x14; |
| 16128 | static constexpr dart::compiler::target::word |
| 16129 | AOT_UnhandledException_InstanceSize = 0xc; |
| 16130 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 16131 | 0x10; |
| 16132 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 16133 | 0xc; |
| 16134 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x10; |
| 16135 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 16136 | 0x10; |
| 16137 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 16138 | 0x10; |
| 16139 | static constexpr dart::compiler::target::word |
| 16140 | AOT_WeakSerializationReference_InstanceSize = 0xc; |
| 16141 | #endif // !defined(PRODUCT) && \ |
| 16142 | // defined(TARGET_ARCH_RISCV32) && \ |
| 16143 | // !defined(DART_COMPRESSED_POINTERS) |
| 16144 | |
| 16145 | #if !defined(PRODUCT) && defined(TARGET_ARCH_RISCV64) && \ |
| 16146 | !defined(DART_COMPRESSED_POINTERS) |
| 16147 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 16148 | 0x38; |
| 16149 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 16150 | 0x18; |
| 16151 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 16152 | static constexpr dart::compiler::target::word |
| 16153 | AOT_ClassTable_elements_start_offset = 0x0; |
| 16154 | static constexpr dart::compiler::target::word AOT_ClassTable_element_size = 0x1; |
| 16155 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 16156 | 0x98; |
| 16157 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 16158 | static constexpr dart::compiler::target::word |
| 16159 | AOT_Context_elements_start_offset = 0x18; |
| 16160 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 16161 | static constexpr dart::compiler::target::word |
| 16162 | AOT_ContextScope_elements_start_offset = 0x10; |
| 16163 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 16164 | 0x48; |
| 16165 | static constexpr dart::compiler::target::word |
| 16166 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 16167 | static constexpr dart::compiler::target::word |
| 16168 | AOT_ExceptionHandlers_element_size = 0xc; |
| 16169 | static constexpr dart::compiler::target::word |
| 16170 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 16171 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 16172 | static constexpr dart::compiler::target::word |
| 16173 | AOT_OneByteString_elements_start_offset = 0x10; |
| 16174 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 16175 | 0x1; |
| 16176 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 16177 | 0x10; |
| 16178 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 16179 | static constexpr dart::compiler::target::word |
| 16180 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 16181 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 16182 | 0x8; |
| 16183 | static constexpr dart::compiler::target::word |
| 16184 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 16185 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 16186 | 0x2; |
| 16187 | static constexpr dart::compiler::target::word |
| 16188 | AOT_WeakArray_elements_start_offset = 0x18; |
| 16189 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 16190 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 16191 | 0x7ffffffffffffff; |
| 16192 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 16193 | 0x7ffd; |
| 16194 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 16195 | 0x7ffffffffffffff; |
| 16196 | static constexpr dart::compiler::target::word |
| 16197 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 16198 | static constexpr dart::compiler::target::word |
| 16199 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 16200 | static constexpr dart::compiler::target::word |
| 16201 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 16202 | static constexpr dart::compiler::target::word |
| 16203 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 16204 | static constexpr dart::compiler::target::word |
| 16205 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 16206 | static constexpr dart::compiler::target::word |
| 16207 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 16208 | static constexpr dart::compiler::target::word |
| 16209 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 16210 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 16211 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 16212 | static constexpr dart::compiler::target::word |
| 16213 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 16214 | static constexpr dart::compiler::target::word |
| 16215 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 16216 | static constexpr dart::compiler::target::word |
| 16217 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 16218 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 16219 | 0xffff; |
| 16220 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 16221 | 0xffff; |
| 16222 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 16223 | 0x1fffffffffffffff; |
| 16224 | static constexpr dart::compiler::target::word |
| 16225 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 16226 | static constexpr dart::compiler::target::word |
| 16227 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 16228 | static constexpr dart::compiler::target::word |
| 16229 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 16230 | static constexpr dart::compiler::target::word |
| 16231 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 16232 | static constexpr dart::compiler::target::word |
| 16233 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 16234 | static constexpr dart::compiler::target::word |
| 16235 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 16236 | static constexpr dart::compiler::target::word |
| 16237 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 16238 | static constexpr dart::compiler::target::word |
| 16239 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 16240 | static constexpr dart::compiler::target::word |
| 16241 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 16242 | static constexpr dart::compiler::target::word |
| 16243 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 16244 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 16245 | 0x7; |
| 16246 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 16247 | 0x7; |
| 16248 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 16249 | 0x7ffffffffffffff; |
| 16250 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 16251 | 0x10; |
| 16252 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 16253 | 0x20; |
| 16254 | static constexpr dart::compiler::target::word |
| 16255 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 16256 | static constexpr dart::compiler::target::word |
| 16257 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 16258 | static constexpr dart::compiler::target::word |
| 16259 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 16260 | static constexpr dart::compiler::target::word |
| 16261 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 16262 | static constexpr dart::compiler::target::word |
| 16263 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 16264 | static constexpr dart::compiler::target::word |
| 16265 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 16266 | static constexpr dart::compiler::target::word |
| 16267 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 16268 | static constexpr dart::compiler::target::word |
| 16269 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 16270 | static constexpr dart::compiler::target::word |
| 16271 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 16272 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 16273 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 16274 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 16275 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 16276 | 0x8; |
| 16277 | static constexpr dart::compiler::target::word |
| 16278 | AOT_Class_declaration_type_offset = 0x68; |
| 16279 | static constexpr dart::compiler::target::word |
| 16280 | AOT_Class_num_type_arguments_offset = 0x94; |
| 16281 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 16282 | 0x58; |
| 16283 | static constexpr dart::compiler::target::word |
| 16284 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0xa0; |
| 16285 | static constexpr dart::compiler::target::word |
| 16286 | AOT_ClassTable_allocation_tracing_state_table_offset = 0x8; |
| 16287 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 16288 | static constexpr dart::compiler::target::word |
| 16289 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 16290 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 16291 | 0x20; |
| 16292 | static constexpr dart::compiler::target::word |
| 16293 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 16294 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 16295 | static constexpr dart::compiler::target::word |
| 16296 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 16297 | static constexpr dart::compiler::target::word |
| 16298 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 16299 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 16300 | 0x30; |
| 16301 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 16302 | 0x28; |
| 16303 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 16304 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 16305 | 0x8; |
| 16306 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 16307 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 16308 | static constexpr dart::compiler::target::word |
| 16309 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 16310 | static constexpr dart::compiler::target::word |
| 16311 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 16312 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 16313 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 16314 | static constexpr dart::compiler::target::word |
| 16315 | AOT_Field_initializer_function_offset = 0x20; |
| 16316 | static constexpr dart::compiler::target::word |
| 16317 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 16318 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 16319 | 0x48; |
| 16320 | static constexpr dart::compiler::target::word |
| 16321 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 16322 | static constexpr dart::compiler::target::word |
| 16323 | AOT_Field_guarded_list_length_offset = 0x30; |
| 16324 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 16325 | 0x4c; |
| 16326 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 16327 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 16328 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 16329 | static constexpr dart::compiler::target::word |
| 16330 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 16331 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 16332 | 0x4c; |
| 16333 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 16334 | 0x28; |
| 16335 | static constexpr dart::compiler::target::word |
| 16336 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 16337 | static constexpr dart::compiler::target::word |
| 16338 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 16339 | static constexpr dart::compiler::target::word |
| 16340 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 16341 | static constexpr dart::compiler::target::word |
| 16342 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 16343 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 16344 | static constexpr dart::compiler::target::word |
| 16345 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 16346 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 16347 | 0x3; |
| 16348 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 16349 | 0x0; |
| 16350 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 16351 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 16352 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 16353 | 0x28; |
| 16354 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 16355 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 16356 | 0x28; |
| 16357 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 16358 | 0x30; |
| 16359 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 16360 | 0x40; |
| 16361 | static constexpr dart::compiler::target::word |
| 16362 | AOT_Isolate_has_resumption_breakpoints_offset = 0x49; |
| 16363 | static constexpr dart::compiler::target::word |
| 16364 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 16365 | static constexpr dart::compiler::target::word |
| 16366 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 16367 | static constexpr dart::compiler::target::word |
| 16368 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 16369 | static constexpr dart::compiler::target::word AOT_Isolate_single_step_offset = |
| 16370 | 0x48; |
| 16371 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 16372 | 0x20; |
| 16373 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 16374 | 0x18; |
| 16375 | static constexpr dart::compiler::target::word |
| 16376 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 16377 | static constexpr dart::compiler::target::word |
| 16378 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 16379 | static constexpr dart::compiler::target::word |
| 16380 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 16381 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 16382 | 0x30; |
| 16383 | static constexpr dart::compiler::target::word |
| 16384 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 16385 | static constexpr dart::compiler::target::word |
| 16386 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 16387 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 16388 | static constexpr dart::compiler::target::word |
| 16389 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 16390 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 16391 | 0x8; |
| 16392 | static constexpr dart::compiler::target::word |
| 16393 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 16394 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 16395 | 0x20; |
| 16396 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 16397 | static constexpr dart::compiler::target::word |
| 16398 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 16399 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 16400 | 0x10; |
| 16401 | static constexpr dart::compiler::target::word |
| 16402 | AOT_NativeArguments_retval_offset = 0x18; |
| 16403 | static constexpr dart::compiler::target::word |
| 16404 | AOT_NativeArguments_thread_offset = 0x0; |
| 16405 | static constexpr dart::compiler::target::word |
| 16406 | AOT_ObjectStore_double_type_offset = 0x180; |
| 16407 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 16408 | 0x128; |
| 16409 | static constexpr dart::compiler::target::word |
| 16410 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 16411 | static constexpr dart::compiler::target::word |
| 16412 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 16413 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 16414 | 0x108; |
| 16415 | static constexpr dart::compiler::target::word |
| 16416 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 16417 | static constexpr dart::compiler::target::word |
| 16418 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 16419 | static constexpr dart::compiler::target::word |
| 16420 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 16421 | static constexpr dart::compiler::target::word |
| 16422 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 16423 | static constexpr dart::compiler::target::word |
| 16424 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 16425 | static constexpr dart::compiler::target::word |
| 16426 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 16427 | static constexpr dart::compiler::target::word |
| 16428 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 16429 | static constexpr dart::compiler::target::word |
| 16430 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 16431 | static constexpr dart::compiler::target::word |
| 16432 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 16433 | static constexpr dart::compiler::target::word |
| 16434 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 16435 | static constexpr dart::compiler::target::word |
| 16436 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 16437 | static constexpr dart::compiler::target::word |
| 16438 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 16439 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 16440 | 0x10; |
| 16441 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 16442 | static constexpr dart::compiler::target::word |
| 16443 | AOT_Pointer_type_arguments_offset = 0x10; |
| 16444 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 16445 | 0x8; |
| 16446 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 16447 | 0x10; |
| 16448 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 16449 | static constexpr dart::compiler::target::word |
| 16450 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 16451 | static constexpr dart::compiler::target::word |
| 16452 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 16453 | static constexpr dart::compiler::target::word |
| 16454 | AOT_SingleTargetCache_target_offset = 0x8; |
| 16455 | static constexpr dart::compiler::target::word |
| 16456 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 16457 | static constexpr dart::compiler::target::word |
| 16458 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 16459 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 16460 | 0x8; |
| 16461 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 16462 | 0x8; |
| 16463 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 16464 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 16465 | static constexpr dart::compiler::target::word |
| 16466 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 16467 | static constexpr dart::compiler::target::word |
| 16468 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 16469 | static constexpr dart::compiler::target::word |
| 16470 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 16471 | static constexpr dart::compiler::target::word |
| 16472 | AOT_SuspendState_error_callback_offset = 0x28; |
| 16473 | static constexpr dart::compiler::target::word |
| 16474 | AOT_SuspendState_frame_size_offset = 0x8; |
| 16475 | static constexpr dart::compiler::target::word |
| 16476 | AOT_SuspendState_function_data_offset = 0x18; |
| 16477 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 16478 | 0x30; |
| 16479 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 16480 | static constexpr dart::compiler::target::word |
| 16481 | AOT_SuspendState_then_callback_offset = 0x20; |
| 16482 | static constexpr dart::compiler::target::word |
| 16483 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 16484 | static constexpr dart::compiler::target::word |
| 16485 | AOT_Thread_active_exception_offset = 0x718; |
| 16486 | static constexpr dart::compiler::target::word |
| 16487 | AOT_Thread_active_stacktrace_offset = 0x720; |
| 16488 | static constexpr dart::compiler::target::word |
| 16489 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 16490 | static constexpr dart::compiler::target::word |
| 16491 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 16492 | static constexpr dart::compiler::target::word |
| 16493 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 16494 | static constexpr dart::compiler::target::word |
| 16495 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 16496 | static constexpr dart::compiler::target::word |
| 16497 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 16498 | static constexpr dart::compiler::target::word |
| 16499 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 16500 | static constexpr dart::compiler::target::word |
| 16501 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 16502 | static constexpr dart::compiler::target::word |
| 16503 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 16504 | static constexpr dart::compiler::target::word |
| 16505 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 16506 | static constexpr dart::compiler::target::word |
| 16507 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 16508 | static constexpr dart::compiler::target::word |
| 16509 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 16510 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 16511 | 0x758; |
| 16512 | static constexpr dart::compiler::target::word |
| 16513 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 16514 | static constexpr dart::compiler::target::word |
| 16515 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 16516 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 16517 | 0x78; |
| 16518 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 16519 | 0x70; |
| 16520 | static constexpr dart::compiler::target::word |
| 16521 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 16522 | static constexpr dart::compiler::target::word |
| 16523 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 16524 | static constexpr dart::compiler::target::word |
| 16525 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 16526 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 16527 | 0x790; |
| 16528 | static constexpr dart::compiler::target::word |
| 16529 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 16530 | static constexpr dart::compiler::target::word |
| 16531 | AOT_Thread_double_truncate_round_supported_offset = 0x760; |
| 16532 | static constexpr dart::compiler::target::word |
| 16533 | AOT_Thread_service_extension_stream_offset = 0x798; |
| 16534 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 16535 | 0x240; |
| 16536 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 16537 | 0x190; |
| 16538 | static constexpr dart::compiler::target::word |
| 16539 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 16540 | static constexpr dart::compiler::target::word |
| 16541 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 16542 | static constexpr dart::compiler::target::word |
| 16543 | AOT_Thread_double_abs_address_offset = 0x298; |
| 16544 | static constexpr dart::compiler::target::word |
| 16545 | AOT_Thread_double_negate_address_offset = 0x290; |
| 16546 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 16547 | static constexpr dart::compiler::target::word |
| 16548 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 16549 | static constexpr dart::compiler::target::word |
| 16550 | AOT_Thread_execution_state_offset = 0x740; |
| 16551 | static constexpr dart::compiler::target::word |
| 16552 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 16553 | static constexpr dart::compiler::target::word |
| 16554 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 16555 | static constexpr dart::compiler::target::word |
| 16556 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 16557 | static constexpr dart::compiler::target::word |
| 16558 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 16559 | static constexpr dart::compiler::target::word |
| 16560 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 16561 | static constexpr dart::compiler::target::word |
| 16562 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 16563 | static constexpr dart::compiler::target::word |
| 16564 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 16565 | static constexpr dart::compiler::target::word |
| 16566 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 16567 | static constexpr dart::compiler::target::word |
| 16568 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 16569 | static constexpr dart::compiler::target::word |
| 16570 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 16571 | static constexpr dart::compiler::target::word |
| 16572 | AOT_Thread_global_object_pool_offset = 0x728; |
| 16573 | static constexpr dart::compiler::target::word |
| 16574 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 16575 | static constexpr dart::compiler::target::word |
| 16576 | AOT_Thread_exit_through_ffi_offset = 0x750; |
| 16577 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6c0; |
| 16578 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 16579 | 0x6c8; |
| 16580 | static constexpr dart::compiler::target::word |
| 16581 | AOT_Thread_field_table_values_offset = 0x60; |
| 16582 | static constexpr dart::compiler::target::word |
| 16583 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 16584 | static constexpr dart::compiler::target::word |
| 16585 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 16586 | static constexpr dart::compiler::target::word |
| 16587 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 16588 | static constexpr dart::compiler::target::word |
| 16589 | AOT_Thread_marking_stack_block_offset = 0x6f0; |
| 16590 | static constexpr dart::compiler::target::word |
| 16591 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 16592 | static constexpr dart::compiler::target::word |
| 16593 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 16594 | static constexpr dart::compiler::target::word |
| 16595 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 16596 | static constexpr dart::compiler::target::word |
| 16597 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 16598 | static constexpr dart::compiler::target::word |
| 16599 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 16600 | 0xb8; |
| 16601 | static constexpr dart::compiler::target::word |
| 16602 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 16603 | 0xb0; |
| 16604 | static constexpr dart::compiler::target::word |
| 16605 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 16606 | static constexpr dart::compiler::target::word |
| 16607 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 16608 | static constexpr dart::compiler::target::word |
| 16609 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 16610 | static constexpr dart::compiler::target::word |
| 16611 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 16612 | static constexpr dart::compiler::target::word |
| 16613 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 16614 | static constexpr dart::compiler::target::word |
| 16615 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 16616 | static constexpr dart::compiler::target::word |
| 16617 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 16618 | static constexpr dart::compiler::target::word |
| 16619 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 16620 | static constexpr dart::compiler::target::word |
| 16621 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 16622 | static constexpr dart::compiler::target::word |
| 16623 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 16624 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 16625 | 0x140; |
| 16626 | static constexpr dart::compiler::target::word |
| 16627 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 16628 | static constexpr dart::compiler::target::word |
| 16629 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 16630 | static constexpr dart::compiler::target::word |
| 16631 | AOT_Thread_return_async_stub_offset = 0x148; |
| 16632 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 16633 | 0x68; |
| 16634 | static constexpr dart::compiler::target::word |
| 16635 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 16636 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 16637 | 0x730; |
| 16638 | static constexpr dart::compiler::target::word |
| 16639 | AOT_Thread_saved_shadow_call_stack_offset = 0x738; |
| 16640 | static constexpr dart::compiler::target::word |
| 16641 | AOT_Thread_safepoint_state_offset = 0x748; |
| 16642 | static constexpr dart::compiler::target::word |
| 16643 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 16644 | static constexpr dart::compiler::target::word |
| 16645 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 16646 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 16647 | 0x38; |
| 16648 | static constexpr dart::compiler::target::word |
| 16649 | AOT_Thread_saved_stack_limit_offset = 0x6d0; |
| 16650 | static constexpr dart::compiler::target::word |
| 16651 | AOT_Thread_stack_overflow_flags_offset = 0x6d8; |
| 16652 | static constexpr dart::compiler::target::word |
| 16653 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 16654 | static constexpr dart::compiler::target::word |
| 16655 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 16656 | static constexpr dart::compiler::target::word |
| 16657 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 16658 | 0x220; |
| 16659 | static constexpr dart::compiler::target::word |
| 16660 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 16661 | static constexpr dart::compiler::target::word |
| 16662 | AOT_Thread_store_buffer_block_offset = 0x6e8; |
| 16663 | static constexpr dart::compiler::target::word |
| 16664 | AOT_Thread_suspend_state_await_entry_point_offset = 0x670; |
| 16665 | static constexpr dart::compiler::target::word |
| 16666 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x678; |
| 16667 | static constexpr dart::compiler::target::word |
| 16668 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x668; |
| 16669 | static constexpr dart::compiler::target::word |
| 16670 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x680; |
| 16671 | static constexpr dart::compiler::target::word |
| 16672 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x688; |
| 16673 | static constexpr dart::compiler::target::word |
| 16674 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x690; |
| 16675 | static constexpr dart::compiler::target::word |
| 16676 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x698; |
| 16677 | static constexpr dart::compiler::target::word |
| 16678 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6a0; |
| 16679 | static constexpr dart::compiler::target::word |
| 16680 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6a8; |
| 16681 | static constexpr dart::compiler::target::word |
| 16682 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 16683 | 0x6b0; |
| 16684 | static constexpr dart::compiler::target::word |
| 16685 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6b8; |
| 16686 | static constexpr dart::compiler::target::word |
| 16687 | AOT_Thread_top_exit_frame_info_offset = 0x6e0; |
| 16688 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 16689 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 16690 | 0x20; |
| 16691 | static constexpr dart::compiler::target::word |
| 16692 | AOT_Thread_unboxed_runtime_arg_offset = 0x708; |
| 16693 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x700; |
| 16694 | static constexpr dart::compiler::target::word |
| 16695 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 16696 | static constexpr dart::compiler::target::word |
| 16697 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 16698 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 16699 | 0x768; |
| 16700 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x770; |
| 16701 | static constexpr dart::compiler::target::word |
| 16702 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 16703 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 16704 | 0x778; |
| 16705 | static constexpr dart::compiler::target::word |
| 16706 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 16707 | static constexpr dart::compiler::target::word |
| 16708 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 16709 | static constexpr dart::compiler::target::word |
| 16710 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 16711 | static constexpr dart::compiler::target::word |
| 16712 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 16713 | static constexpr dart::compiler::target::word |
| 16714 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 16715 | static constexpr dart::compiler::target::word |
| 16716 | AOT_TimelineStream_enabled_offset = 0x10; |
| 16717 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 16718 | 0x10; |
| 16719 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 16720 | static constexpr dart::compiler::target::word |
| 16721 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 16722 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 16723 | 0x28; |
| 16724 | static constexpr dart::compiler::target::word |
| 16725 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 16726 | static constexpr dart::compiler::target::word |
| 16727 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 16728 | static constexpr dart::compiler::target::word |
| 16729 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 16730 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 16731 | 0x8; |
| 16732 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 16733 | 0x10; |
| 16734 | static constexpr dart::compiler::target::word |
| 16735 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 16736 | static constexpr dart::compiler::target::word |
| 16737 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 16738 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 16739 | 0x28; |
| 16740 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 16741 | 0x18; |
| 16742 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 16743 | 0x8; |
| 16744 | static constexpr dart::compiler::target::word |
| 16745 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 16746 | static constexpr dart::compiler::target::word |
| 16747 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 16748 | static constexpr dart::compiler::target::word |
| 16749 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 16750 | static constexpr dart::compiler::target::word |
| 16751 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 16752 | static constexpr dart::compiler::target::word |
| 16753 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 16754 | static constexpr dart::compiler::target::word |
| 16755 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 16756 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 16757 | 0x32; |
| 16758 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 16759 | 0x18; |
| 16760 | static constexpr dart::compiler::target::word |
| 16761 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 16762 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 16763 | 0x10; |
| 16764 | static constexpr dart::compiler::target::word |
| 16765 | AOT_TypeArguments_nullability_offset = 0x20; |
| 16766 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 16767 | 0x28; |
| 16768 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 16769 | 0x8; |
| 16770 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 16771 | 0x10; |
| 16772 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 16773 | 0x18; |
| 16774 | static constexpr dart::compiler::target::word |
| 16775 | AOT_TypeParameters_defaults_offset = 0x20; |
| 16776 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 16777 | 0x10; |
| 16778 | static constexpr dart::compiler::target::word |
| 16779 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 16780 | static constexpr dart::compiler::target::word |
| 16781 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 16782 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 16783 | 0x18; |
| 16784 | static constexpr dart::compiler::target::word |
| 16785 | AOT_UnhandledException_exception_offset = 0x8; |
| 16786 | static constexpr dart::compiler::target::word |
| 16787 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 16788 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 16789 | static constexpr dart::compiler::target::word |
| 16790 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 16791 | static constexpr dart::compiler::target::word |
| 16792 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 16793 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 16794 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 16795 | 0x10; |
| 16796 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 16797 | 0x8; |
| 16798 | static constexpr dart::compiler::target::word |
| 16799 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 16800 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 16801 | 0x8, 0x18, 0x10, 0x20}; |
| 16802 | static constexpr dart::compiler::target::word |
| 16803 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 16804 | -1, -1, -1, -1, -1, 0x5d8, 0x5e0, 0x5e8, -1, -1, 0x5f0, |
| 16805 | 0x5f8, 0x600, -1, -1, -1, 0x608, 0x610, 0x618, 0x620, 0x628, 0x630, |
| 16806 | 0x638, 0x640, -1, -1, -1, -1, 0x648, 0x650, 0x658, 0x660}; |
| 16807 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 16808 | 0x28; |
| 16809 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 16810 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x18; |
| 16811 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 16812 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 16813 | 0x10; |
| 16814 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0xa8; |
| 16815 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 16816 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 16817 | 0x28; |
| 16818 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 16819 | 0x10; |
| 16820 | static constexpr dart::compiler::target::word |
| 16821 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 16822 | static constexpr dart::compiler::target::word |
| 16823 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 16824 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x18; |
| 16825 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 16826 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 16827 | 0x18; |
| 16828 | static constexpr dart::compiler::target::word |
| 16829 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 16830 | static constexpr dart::compiler::target::word |
| 16831 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 16832 | static constexpr dart::compiler::target::word |
| 16833 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 16834 | static constexpr dart::compiler::target::word |
| 16835 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 16836 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 16837 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 16838 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 16839 | 0x40; |
| 16840 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 16841 | 0x30; |
| 16842 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 16843 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 16844 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 16845 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 16846 | 0x50; |
| 16847 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 16848 | static constexpr dart::compiler::target::word |
| 16849 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 16850 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 16851 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 16852 | static constexpr dart::compiler::target::word |
| 16853 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 16854 | static constexpr dart::compiler::target::word |
| 16855 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 16856 | static constexpr dart::compiler::target::word |
| 16857 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 16858 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 16859 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 16860 | static constexpr dart::compiler::target::word |
| 16861 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 16862 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 16863 | 0x30; |
| 16864 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 16865 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 16866 | 0x28; |
| 16867 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 16868 | 0x38; |
| 16869 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 16870 | 0x8; |
| 16871 | static constexpr dart::compiler::target::word |
| 16872 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 16873 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 16874 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 16875 | 0x10; |
| 16876 | static constexpr dart::compiler::target::word |
| 16877 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 16878 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 16879 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 16880 | 0x20; |
| 16881 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 16882 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 16883 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 16884 | 0x18; |
| 16885 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 16886 | 0x10; |
| 16887 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 16888 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 16889 | 0x28; |
| 16890 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 16891 | 0x38; |
| 16892 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 16893 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 16894 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 16895 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 16896 | static constexpr dart::compiler::target::word |
| 16897 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 16898 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 16899 | 0x28; |
| 16900 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 16901 | 0x30; |
| 16902 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 16903 | static constexpr dart::compiler::target::word |
| 16904 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 16905 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 16906 | 0x20; |
| 16907 | static constexpr dart::compiler::target::word |
| 16908 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 16909 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 16910 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 16911 | 0x38; |
| 16912 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 16913 | 0x28; |
| 16914 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 16915 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 16916 | 0x18; |
| 16917 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 16918 | 0x28; |
| 16919 | static constexpr dart::compiler::target::word |
| 16920 | AOT_UnhandledException_InstanceSize = 0x18; |
| 16921 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 16922 | 0x20; |
| 16923 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 16924 | 0x18; |
| 16925 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 16926 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 16927 | 0x20; |
| 16928 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 16929 | 0x20; |
| 16930 | static constexpr dart::compiler::target::word |
| 16931 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 16932 | #endif // !defined(PRODUCT) && \ |
| 16933 | // defined(TARGET_ARCH_RISCV64) && \ |
| 16934 | // !defined(DART_COMPRESSED_POINTERS) |
| 16935 | |
| 16936 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM) && \ |
| 16937 | !defined(DART_COMPRESSED_POINTERS) |
| 16938 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 16939 | 0x1c; |
| 16940 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 16941 | 0xc; |
| 16942 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 16943 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 16944 | 0x40; |
| 16945 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 16946 | static constexpr dart::compiler::target::word |
| 16947 | AOT_Context_elements_start_offset = 0xc; |
| 16948 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 16949 | static constexpr dart::compiler::target::word |
| 16950 | AOT_ContextScope_elements_start_offset = 0xc; |
| 16951 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 16952 | 0x24; |
| 16953 | static constexpr dart::compiler::target::word |
| 16954 | AOT_ExceptionHandlers_elements_start_offset = 0xc; |
| 16955 | static constexpr dart::compiler::target::word |
| 16956 | AOT_ExceptionHandlers_element_size = 0xc; |
| 16957 | static constexpr dart::compiler::target::word |
| 16958 | AOT_ObjectPool_elements_start_offset = 0x8; |
| 16959 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x4; |
| 16960 | static constexpr dart::compiler::target::word |
| 16961 | AOT_OneByteString_elements_start_offset = 0xc; |
| 16962 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 16963 | 0x1; |
| 16964 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 16965 | 0x8; |
| 16966 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 16967 | static constexpr dart::compiler::target::word |
| 16968 | AOT_TypeArguments_elements_start_offset = 0x14; |
| 16969 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 16970 | 0x4; |
| 16971 | static constexpr dart::compiler::target::word |
| 16972 | AOT_TwoByteString_elements_start_offset = 0xc; |
| 16973 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 16974 | 0x2; |
| 16975 | static constexpr dart::compiler::target::word |
| 16976 | AOT_WeakArray_elements_start_offset = 0xc; |
| 16977 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 16978 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 16979 | 0xfffffff; |
| 16980 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 16981 | 0xfffd; |
| 16982 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 16983 | 0xfffffff; |
| 16984 | static constexpr dart::compiler::target::word |
| 16985 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x0; |
| 16986 | static constexpr dart::compiler::target::word |
| 16987 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 16988 | static constexpr dart::compiler::target::word |
| 16989 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x0; |
| 16990 | static constexpr dart::compiler::target::word |
| 16991 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x10; |
| 16992 | static constexpr dart::compiler::target::word |
| 16993 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 16994 | static constexpr dart::compiler::target::word |
| 16995 | AOT_Instructions_kNonBarePayloadAlignment = 0x4; |
| 16996 | static constexpr dart::compiler::target::word |
| 16997 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 16998 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 16999 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 17000 | static constexpr dart::compiler::target::word |
| 17001 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 17002 | static constexpr dart::compiler::target::word |
| 17003 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 17004 | static constexpr dart::compiler::target::word |
| 17005 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 17006 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 17007 | 0xffff; |
| 17008 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 17009 | 0xffff; |
| 17010 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 17011 | 0x1fffffff; |
| 17012 | static constexpr dart::compiler::target::word |
| 17013 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 17014 | static constexpr dart::compiler::target::word |
| 17015 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 17016 | static constexpr dart::compiler::target::word |
| 17017 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 17018 | static constexpr dart::compiler::target::word |
| 17019 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 17020 | static constexpr dart::compiler::target::word |
| 17021 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 17022 | static constexpr dart::compiler::target::word |
| 17023 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 17024 | static constexpr dart::compiler::target::word |
| 17025 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 17026 | static constexpr dart::compiler::target::word |
| 17027 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 17028 | static constexpr dart::compiler::target::word |
| 17029 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 17030 | static constexpr dart::compiler::target::word |
| 17031 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 17032 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 17033 | 0x7; |
| 17034 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 17035 | 0x7; |
| 17036 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 17037 | 0xfffffff; |
| 17038 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 17039 | 0x8; |
| 17040 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 17041 | 0x10; |
| 17042 | static constexpr dart::compiler::target::word |
| 17043 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 17044 | static constexpr dart::compiler::target::word |
| 17045 | AOT_ArgumentsDescriptor_count_offset = 0x10; |
| 17046 | static constexpr dart::compiler::target::word |
| 17047 | AOT_ArgumentsDescriptor_size_offset = 0x14; |
| 17048 | static constexpr dart::compiler::target::word |
| 17049 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 17050 | static constexpr dart::compiler::target::word |
| 17051 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 17052 | static constexpr dart::compiler::target::word |
| 17053 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 17054 | static constexpr dart::compiler::target::word |
| 17055 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 17056 | static constexpr dart::compiler::target::word |
| 17057 | AOT_ArgumentsDescriptor_positional_count_offset = 0x18; |
| 17058 | static constexpr dart::compiler::target::word |
| 17059 | AOT_ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 17060 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0xc; |
| 17061 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x8; |
| 17062 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 17063 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 17064 | 0x4; |
| 17065 | static constexpr dart::compiler::target::word |
| 17066 | AOT_Class_declaration_type_offset = 0x30; |
| 17067 | static constexpr dart::compiler::target::word |
| 17068 | AOT_Class_num_type_arguments_offset = 0x40; |
| 17069 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 17070 | 0x28; |
| 17071 | static constexpr dart::compiler::target::word |
| 17072 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x4c; |
| 17073 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x14; |
| 17074 | static constexpr dart::compiler::target::word |
| 17075 | AOT_Closure_delayed_type_arguments_offset = 0xc; |
| 17076 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 17077 | 0x10; |
| 17078 | static constexpr dart::compiler::target::word |
| 17079 | AOT_Closure_function_type_arguments_offset = 0x8; |
| 17080 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x18; |
| 17081 | static constexpr dart::compiler::target::word |
| 17082 | AOT_Closure_instantiator_type_arguments_offset = 0x4; |
| 17083 | static constexpr dart::compiler::target::word |
| 17084 | AOT_ClosureData_packed_fields_offset = 0x10; |
| 17085 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 17086 | 0x18; |
| 17087 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 17088 | 0x14; |
| 17089 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x1c; |
| 17090 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 17091 | 0x4; |
| 17092 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x8; |
| 17093 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 17094 | static constexpr dart::compiler::target::word |
| 17095 | AOT_ExternalOneByteString_external_data_offset = 0xc; |
| 17096 | static constexpr dart::compiler::target::word |
| 17097 | AOT_ExternalTwoByteString_external_data_offset = 0xc; |
| 17098 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 17099 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 17100 | static constexpr dart::compiler::target::word |
| 17101 | AOT_Field_initializer_function_offset = 0x10; |
| 17102 | static constexpr dart::compiler::target::word |
| 17103 | AOT_Field_host_offset_or_field_id_offset = 0x14; |
| 17104 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 17105 | 0x28; |
| 17106 | static constexpr dart::compiler::target::word |
| 17107 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x30; |
| 17108 | static constexpr dart::compiler::target::word |
| 17109 | AOT_Field_guarded_list_length_offset = 0x18; |
| 17110 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 17111 | 0x2c; |
| 17112 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x32; |
| 17113 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x20; |
| 17114 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x18; |
| 17115 | static constexpr dart::compiler::target::word |
| 17116 | AOT_Function_entry_point_offset[] = {0x4, 0x8}; |
| 17117 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 17118 | 0x24; |
| 17119 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 17120 | 0x14; |
| 17121 | static constexpr dart::compiler::target::word |
| 17122 | AOT_FutureOr_type_arguments_offset = 0x4; |
| 17123 | static constexpr dart::compiler::target::word |
| 17124 | AOT_GrowableObjectArray_data_offset = 0xc; |
| 17125 | static constexpr dart::compiler::target::word |
| 17126 | AOT_GrowableObjectArray_length_offset = 0x8; |
| 17127 | static constexpr dart::compiler::target::word |
| 17128 | AOT_GrowableObjectArray_type_arguments_offset = 0x4; |
| 17129 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x10; |
| 17130 | static constexpr dart::compiler::target::word |
| 17131 | AOT_CallSiteData_arguments_descriptor_offset = 0x8; |
| 17132 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 17133 | 0x3; |
| 17134 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 17135 | 0x0; |
| 17136 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0xc; |
| 17137 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x10; |
| 17138 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 17139 | 0x14; |
| 17140 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 17141 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 17142 | 0x14; |
| 17143 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 17144 | 0x18; |
| 17145 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 17146 | 0x20; |
| 17147 | static constexpr dart::compiler::target::word |
| 17148 | AOT_IsolateGroup_object_store_offset = 0x10; |
| 17149 | static constexpr dart::compiler::target::word |
| 17150 | AOT_IsolateGroup_class_table_offset = 0x8; |
| 17151 | static constexpr dart::compiler::target::word |
| 17152 | AOT_IsolateGroup_cached_class_table_table_offset = 0xc; |
| 17153 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 17154 | 0x10; |
| 17155 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 17156 | 0xc; |
| 17157 | static constexpr dart::compiler::target::word |
| 17158 | AOT_ImmutableLinkedHashBase_data_offset = 0xc; |
| 17159 | static constexpr dart::compiler::target::word |
| 17160 | AOT_LinkedHashBase_deleted_keys_offset = 0x14; |
| 17161 | static constexpr dart::compiler::target::word |
| 17162 | AOT_LinkedHashBase_hash_mask_offset = 0x8; |
| 17163 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 17164 | 0x18; |
| 17165 | static constexpr dart::compiler::target::word |
| 17166 | AOT_LinkedHashBase_type_arguments_offset = 0x4; |
| 17167 | static constexpr dart::compiler::target::word |
| 17168 | AOT_LinkedHashBase_used_data_offset = 0x10; |
| 17169 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 17170 | static constexpr dart::compiler::target::word |
| 17171 | AOT_MarkingStackBlock_pointers_offset = 0x8; |
| 17172 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 17173 | 0x4; |
| 17174 | static constexpr dart::compiler::target::word |
| 17175 | AOT_MegamorphicCache_buckets_offset = 0xc; |
| 17176 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 17177 | 0x10; |
| 17178 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 17179 | static constexpr dart::compiler::target::word |
| 17180 | AOT_NativeArguments_argc_tag_offset = 0x4; |
| 17181 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 17182 | 0x8; |
| 17183 | static constexpr dart::compiler::target::word |
| 17184 | AOT_NativeArguments_retval_offset = 0xc; |
| 17185 | static constexpr dart::compiler::target::word |
| 17186 | AOT_NativeArguments_thread_offset = 0x0; |
| 17187 | static constexpr dart::compiler::target::word |
| 17188 | AOT_ObjectStore_double_type_offset = 0xc0; |
| 17189 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 17190 | 0x94; |
| 17191 | static constexpr dart::compiler::target::word |
| 17192 | AOT_ObjectStore_record_field_names_offset = 0x1fc; |
| 17193 | static constexpr dart::compiler::target::word |
| 17194 | AOT_ObjectStore_string_type_offset = 0xd4; |
| 17195 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 17196 | 0x84; |
| 17197 | static constexpr dart::compiler::target::word |
| 17198 | AOT_ObjectStore_ffi_callback_code_offset = 0x278; |
| 17199 | static constexpr dart::compiler::target::word |
| 17200 | AOT_ObjectStore_suspend_state_await_offset = 0x224; |
| 17201 | static constexpr dart::compiler::target::word |
| 17202 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 17203 | static constexpr dart::compiler::target::word |
| 17204 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 17205 | static constexpr dart::compiler::target::word |
| 17206 | AOT_ObjectStore_suspend_state_init_async_offset = 0x220; |
| 17207 | static constexpr dart::compiler::target::word |
| 17208 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 17209 | static constexpr dart::compiler::target::word |
| 17210 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 17211 | static constexpr dart::compiler::target::word |
| 17212 | AOT_ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 17213 | static constexpr dart::compiler::target::word |
| 17214 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 17215 | static constexpr dart::compiler::target::word |
| 17216 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 17217 | static constexpr dart::compiler::target::word |
| 17218 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 17219 | static constexpr dart::compiler::target::word |
| 17220 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 17221 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 17222 | 0xc; |
| 17223 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x4; |
| 17224 | static constexpr dart::compiler::target::word |
| 17225 | AOT_Pointer_type_arguments_offset = 0x8; |
| 17226 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 17227 | 0x4; |
| 17228 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 17229 | 0x8; |
| 17230 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x4; |
| 17231 | static constexpr dart::compiler::target::word |
| 17232 | AOT_SingleTargetCache_entry_point_offset = 0x8; |
| 17233 | static constexpr dart::compiler::target::word |
| 17234 | AOT_SingleTargetCache_lower_limit_offset = 0xc; |
| 17235 | static constexpr dart::compiler::target::word |
| 17236 | AOT_SingleTargetCache_target_offset = 0x4; |
| 17237 | static constexpr dart::compiler::target::word |
| 17238 | AOT_SingleTargetCache_upper_limit_offset = 0x10; |
| 17239 | static constexpr dart::compiler::target::word |
| 17240 | AOT_StoreBufferBlock_pointers_offset = 0x8; |
| 17241 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 17242 | 0x4; |
| 17243 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 17244 | 0x4; |
| 17245 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 17246 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 17247 | static constexpr dart::compiler::target::word |
| 17248 | AOT_SubtypeTestCache_cache_offset = 0x4; |
| 17249 | static constexpr dart::compiler::target::word |
| 17250 | AOT_SubtypeTestCache_num_inputs_offset = 0x8; |
| 17251 | static constexpr dart::compiler::target::word |
| 17252 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 17253 | static constexpr dart::compiler::target::word |
| 17254 | AOT_SuspendState_error_callback_offset = 0x14; |
| 17255 | static constexpr dart::compiler::target::word |
| 17256 | AOT_SuspendState_frame_size_offset = 0x4; |
| 17257 | static constexpr dart::compiler::target::word |
| 17258 | AOT_SuspendState_function_data_offset = 0xc; |
| 17259 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 17260 | 0x18; |
| 17261 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x8; |
| 17262 | static constexpr dart::compiler::target::word |
| 17263 | AOT_SuspendState_then_callback_offset = 0x10; |
| 17264 | static constexpr dart::compiler::target::word |
| 17265 | AOT_Thread_AllocateArray_entry_point_offset = 0x160; |
| 17266 | static constexpr dart::compiler::target::word |
| 17267 | AOT_Thread_active_exception_offset = 0x370; |
| 17268 | static constexpr dart::compiler::target::word |
| 17269 | AOT_Thread_active_stacktrace_offset = 0x374; |
| 17270 | static constexpr dart::compiler::target::word |
| 17271 | AOT_Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 17272 | static constexpr dart::compiler::target::word |
| 17273 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 17274 | static constexpr dart::compiler::target::word |
| 17275 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 17276 | static constexpr dart::compiler::target::word |
| 17277 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 17278 | static constexpr dart::compiler::target::word |
| 17279 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 17280 | static constexpr dart::compiler::target::word |
| 17281 | AOT_Thread_allocate_object_entry_point_offset = 0x104; |
| 17282 | static constexpr dart::compiler::target::word |
| 17283 | AOT_Thread_allocate_object_stub_offset = 0x90; |
| 17284 | static constexpr dart::compiler::target::word |
| 17285 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 17286 | static constexpr dart::compiler::target::word |
| 17287 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 17288 | static constexpr dart::compiler::target::word |
| 17289 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 17290 | static constexpr dart::compiler::target::word |
| 17291 | AOT_Thread_allocate_object_slow_stub_offset = 0x98; |
| 17292 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 17293 | 0x390; |
| 17294 | static constexpr dart::compiler::target::word |
| 17295 | AOT_Thread_async_exception_handler_stub_offset = 0x9c; |
| 17296 | static constexpr dart::compiler::target::word |
| 17297 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 17298 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 17299 | 0x3c; |
| 17300 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 17301 | 0x38; |
| 17302 | static constexpr dart::compiler::target::word |
| 17303 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 17304 | static constexpr dart::compiler::target::word |
| 17305 | AOT_Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 17306 | static constexpr dart::compiler::target::word |
| 17307 | AOT_Thread_call_to_runtime_stub_offset = 0x54; |
| 17308 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 17309 | 0x3b4; |
| 17310 | static constexpr dart::compiler::target::word |
| 17311 | AOT_Thread_dispatch_table_array_offset = 0x2c; |
| 17312 | static constexpr dart::compiler::target::word |
| 17313 | AOT_Thread_double_truncate_round_supported_offset = 0x394; |
| 17314 | static constexpr dart::compiler::target::word |
| 17315 | AOT_Thread_service_extension_stream_offset = 0x3b8; |
| 17316 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 17317 | 0x120; |
| 17318 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 17319 | 0xc8; |
| 17320 | static constexpr dart::compiler::target::word |
| 17321 | AOT_Thread_deoptimize_entry_offset = 0x124; |
| 17322 | static constexpr dart::compiler::target::word |
| 17323 | AOT_Thread_deoptimize_stub_offset = 0xcc; |
| 17324 | static constexpr dart::compiler::target::word |
| 17325 | AOT_Thread_double_abs_address_offset = 0x14c; |
| 17326 | static constexpr dart::compiler::target::word |
| 17327 | AOT_Thread_double_negate_address_offset = 0x148; |
| 17328 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x28; |
| 17329 | static constexpr dart::compiler::target::word |
| 17330 | AOT_Thread_enter_safepoint_stub_offset = 0xe0; |
| 17331 | static constexpr dart::compiler::target::word |
| 17332 | AOT_Thread_execution_state_offset = 0x384; |
| 17333 | static constexpr dart::compiler::target::word |
| 17334 | AOT_Thread_exit_safepoint_stub_offset = 0xe4; |
| 17335 | static constexpr dart::compiler::target::word |
| 17336 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 17337 | static constexpr dart::compiler::target::word |
| 17338 | AOT_Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 17339 | static constexpr dart::compiler::target::word |
| 17340 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 17341 | static constexpr dart::compiler::target::word |
| 17342 | AOT_Thread_fix_allocation_stub_code_offset = 0x4c; |
| 17343 | static constexpr dart::compiler::target::word |
| 17344 | AOT_Thread_fix_callers_target_code_offset = 0x48; |
| 17345 | static constexpr dart::compiler::target::word |
| 17346 | AOT_Thread_float_absolute_address_offset = 0x158; |
| 17347 | static constexpr dart::compiler::target::word |
| 17348 | AOT_Thread_float_negate_address_offset = 0x154; |
| 17349 | static constexpr dart::compiler::target::word |
| 17350 | AOT_Thread_float_not_address_offset = 0x150; |
| 17351 | static constexpr dart::compiler::target::word |
| 17352 | AOT_Thread_float_zerow_address_offset = 0x15c; |
| 17353 | static constexpr dart::compiler::target::word |
| 17354 | AOT_Thread_global_object_pool_offset = 0x378; |
| 17355 | static constexpr dart::compiler::target::word |
| 17356 | AOT_Thread_invoke_dart_code_stub_offset = 0x50; |
| 17357 | static constexpr dart::compiler::target::word |
| 17358 | AOT_Thread_exit_through_ffi_offset = 0x38c; |
| 17359 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x338; |
| 17360 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 17361 | 0x33c; |
| 17362 | static constexpr dart::compiler::target::word |
| 17363 | AOT_Thread_field_table_values_offset = 0x30; |
| 17364 | static constexpr dart::compiler::target::word |
| 17365 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 17366 | static constexpr dart::compiler::target::word |
| 17367 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 17368 | static constexpr dart::compiler::target::word |
| 17369 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 17370 | static constexpr dart::compiler::target::word |
| 17371 | AOT_Thread_marking_stack_block_offset = 0x350; |
| 17372 | static constexpr dart::compiler::target::word |
| 17373 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 17374 | static constexpr dart::compiler::target::word |
| 17375 | AOT_Thread_switchable_call_miss_entry_offset = 0x11c; |
| 17376 | static constexpr dart::compiler::target::word |
| 17377 | AOT_Thread_switchable_call_miss_stub_offset = 0xb8; |
| 17378 | static constexpr dart::compiler::target::word |
| 17379 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 17380 | static constexpr dart::compiler::target::word |
| 17381 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 17382 | 0x5c; |
| 17383 | static constexpr dart::compiler::target::word |
| 17384 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 17385 | 0x58; |
| 17386 | static constexpr dart::compiler::target::word |
| 17387 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 17388 | static constexpr dart::compiler::target::word |
| 17389 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 17390 | static constexpr dart::compiler::target::word |
| 17391 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 17392 | static constexpr dart::compiler::target::word |
| 17393 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 17394 | static constexpr dart::compiler::target::word |
| 17395 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 17396 | static constexpr dart::compiler::target::word |
| 17397 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 17398 | static constexpr dart::compiler::target::word |
| 17399 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 17400 | static constexpr dart::compiler::target::word |
| 17401 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 17402 | static constexpr dart::compiler::target::word |
| 17403 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 17404 | static constexpr dart::compiler::target::word |
| 17405 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 17406 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 17407 | 0xa0; |
| 17408 | static constexpr dart::compiler::target::word |
| 17409 | AOT_Thread_return_async_not_future_stub_offset = 0xa8; |
| 17410 | static constexpr dart::compiler::target::word |
| 17411 | AOT_Thread_return_async_star_stub_offset = 0xac; |
| 17412 | static constexpr dart::compiler::target::word |
| 17413 | AOT_Thread_return_async_stub_offset = 0xa4; |
| 17414 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 17415 | 0x34; |
| 17416 | static constexpr dart::compiler::target::word |
| 17417 | AOT_Thread_predefined_symbols_address_offset = 0x140; |
| 17418 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 17419 | 0x37c; |
| 17420 | static constexpr dart::compiler::target::word |
| 17421 | AOT_Thread_saved_shadow_call_stack_offset = 0x380; |
| 17422 | static constexpr dart::compiler::target::word |
| 17423 | AOT_Thread_safepoint_state_offset = 0x388; |
| 17424 | static constexpr dart::compiler::target::word |
| 17425 | AOT_Thread_slow_type_test_stub_offset = 0xd8; |
| 17426 | static constexpr dart::compiler::target::word |
| 17427 | AOT_Thread_slow_type_test_entry_point_offset = 0x130; |
| 17428 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 17429 | 0x1c; |
| 17430 | static constexpr dart::compiler::target::word |
| 17431 | AOT_Thread_saved_stack_limit_offset = 0x340; |
| 17432 | static constexpr dart::compiler::target::word |
| 17433 | AOT_Thread_stack_overflow_flags_offset = 0x344; |
| 17434 | static constexpr dart::compiler::target::word |
| 17435 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 17436 | static constexpr dart::compiler::target::word |
| 17437 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 17438 | static constexpr dart::compiler::target::word |
| 17439 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 17440 | 0x110; |
| 17441 | static constexpr dart::compiler::target::word |
| 17442 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 17443 | static constexpr dart::compiler::target::word |
| 17444 | AOT_Thread_store_buffer_block_offset = 0x34c; |
| 17445 | static constexpr dart::compiler::target::word |
| 17446 | AOT_Thread_suspend_state_await_entry_point_offset = 0x310; |
| 17447 | static constexpr dart::compiler::target::word |
| 17448 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x314; |
| 17449 | static constexpr dart::compiler::target::word |
| 17450 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x30c; |
| 17451 | static constexpr dart::compiler::target::word |
| 17452 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x318; |
| 17453 | static constexpr dart::compiler::target::word |
| 17454 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x31c; |
| 17455 | static constexpr dart::compiler::target::word |
| 17456 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x320; |
| 17457 | static constexpr dart::compiler::target::word |
| 17458 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x324; |
| 17459 | static constexpr dart::compiler::target::word |
| 17460 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x328; |
| 17461 | static constexpr dart::compiler::target::word |
| 17462 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x32c; |
| 17463 | static constexpr dart::compiler::target::word |
| 17464 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 17465 | 0x330; |
| 17466 | static constexpr dart::compiler::target::word |
| 17467 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x334; |
| 17468 | static constexpr dart::compiler::target::word |
| 17469 | AOT_Thread_top_exit_frame_info_offset = 0x348; |
| 17470 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x24; |
| 17471 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 17472 | 0x10; |
| 17473 | static constexpr dart::compiler::target::word |
| 17474 | AOT_Thread_unboxed_runtime_arg_offset = 0x360; |
| 17475 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x358; |
| 17476 | static constexpr dart::compiler::target::word |
| 17477 | AOT_Thread_write_barrier_entry_point_offset = 0xf0; |
| 17478 | static constexpr dart::compiler::target::word |
| 17479 | AOT_Thread_write_barrier_mask_offset = 0x20; |
| 17480 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 17481 | 0x398; |
| 17482 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x3a0; |
| 17483 | static constexpr dart::compiler::target::word |
| 17484 | AOT_Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 17485 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 17486 | 0x3a8; |
| 17487 | static constexpr dart::compiler::target::word |
| 17488 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 17489 | static constexpr dart::compiler::target::word |
| 17490 | AOT_TsanUtils_setjmp_buffer_offset = 0x4; |
| 17491 | static constexpr dart::compiler::target::word |
| 17492 | AOT_TsanUtils_exception_pc_offset = 0x8; |
| 17493 | static constexpr dart::compiler::target::word |
| 17494 | AOT_TsanUtils_exception_sp_offset = 0xc; |
| 17495 | static constexpr dart::compiler::target::word |
| 17496 | AOT_TsanUtils_exception_fp_offset = 0x10; |
| 17497 | static constexpr dart::compiler::target::word |
| 17498 | AOT_TimelineStream_enabled_offset = 0x8; |
| 17499 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 17500 | 0xc; |
| 17501 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x14; |
| 17502 | static constexpr dart::compiler::target::word |
| 17503 | AOT_Finalizer_type_arguments_offset = 0x18; |
| 17504 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 17505 | 0x14; |
| 17506 | static constexpr dart::compiler::target::word |
| 17507 | AOT_FinalizerBase_all_entries_offset = 0xc; |
| 17508 | static constexpr dart::compiler::target::word |
| 17509 | AOT_FinalizerBase_detachments_offset = 0x8; |
| 17510 | static constexpr dart::compiler::target::word |
| 17511 | AOT_FinalizerBase_entries_collected_offset = 0x10; |
| 17512 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 17513 | 0x4; |
| 17514 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 17515 | 0x8; |
| 17516 | static constexpr dart::compiler::target::word |
| 17517 | AOT_FinalizerEntry_external_size_offset = 0x1c; |
| 17518 | static constexpr dart::compiler::target::word |
| 17519 | AOT_FinalizerEntry_finalizer_offset = 0x10; |
| 17520 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 17521 | 0x14; |
| 17522 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 17523 | 0xc; |
| 17524 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 17525 | 0x4; |
| 17526 | static constexpr dart::compiler::target::word |
| 17527 | AOT_NativeFinalizer_callback_offset = 0x14; |
| 17528 | static constexpr dart::compiler::target::word |
| 17529 | AOT_FunctionType_named_parameter_names_offset = 0x20; |
| 17530 | static constexpr dart::compiler::target::word |
| 17531 | AOT_FunctionType_packed_parameter_counts_offset = 0x24; |
| 17532 | static constexpr dart::compiler::target::word |
| 17533 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 17534 | static constexpr dart::compiler::target::word |
| 17535 | AOT_FunctionType_parameter_types_offset = 0x1c; |
| 17536 | static constexpr dart::compiler::target::word |
| 17537 | AOT_FunctionType_type_parameters_offset = 0x14; |
| 17538 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 17539 | 0x1a; |
| 17540 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 17541 | 0xc; |
| 17542 | static constexpr dart::compiler::target::word |
| 17543 | AOT_TypeArguments_instantiations_offset = 0x4; |
| 17544 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 17545 | 0x8; |
| 17546 | static constexpr dart::compiler::target::word |
| 17547 | AOT_TypeArguments_nullability_offset = 0x10; |
| 17548 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 17549 | 0x14; |
| 17550 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 17551 | 0x4; |
| 17552 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 17553 | 0x8; |
| 17554 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 17555 | 0xc; |
| 17556 | static constexpr dart::compiler::target::word |
| 17557 | AOT_TypeParameters_defaults_offset = 0x10; |
| 17558 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 17559 | 0x8; |
| 17560 | static constexpr dart::compiler::target::word |
| 17561 | AOT_TypedDataView_typed_data_offset = 0xc; |
| 17562 | static constexpr dart::compiler::target::word |
| 17563 | AOT_TypedDataView_offset_in_bytes_offset = 0x10; |
| 17564 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 17565 | 0xc; |
| 17566 | static constexpr dart::compiler::target::word |
| 17567 | AOT_UnhandledException_exception_offset = 0x4; |
| 17568 | static constexpr dart::compiler::target::word |
| 17569 | AOT_UnhandledException_stacktrace_offset = 0x8; |
| 17570 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x8; |
| 17571 | static constexpr dart::compiler::target::word |
| 17572 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 17573 | static constexpr dart::compiler::target::word |
| 17574 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 17575 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x4; |
| 17576 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 17577 | 0x8; |
| 17578 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 17579 | 0x4; |
| 17580 | static constexpr dart::compiler::target::word |
| 17581 | AOT_WeakReference_type_arguments_offset = 0x8; |
| 17582 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 17583 | 0x4, 0xc, 0x8, 0x10}; |
| 17584 | static constexpr dart::compiler::target::word |
| 17585 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 17586 | 0x2ec, 0x2f0, 0x2f4, 0x2f8, 0x2fc, -1, 0x300, -1, |
| 17587 | 0x304, 0x308, -1, -1, -1, -1, -1, -1}; |
| 17588 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 17589 | 0x14; |
| 17590 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x8; |
| 17591 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0xc; |
| 17592 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x8; |
| 17593 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 17594 | 0x10; |
| 17595 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x54; |
| 17596 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x20; |
| 17597 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 17598 | 0x14; |
| 17599 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 17600 | 0x8; |
| 17601 | static constexpr dart::compiler::target::word |
| 17602 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 17603 | static constexpr dart::compiler::target::word |
| 17604 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 17605 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0xc; |
| 17606 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 17607 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 17608 | 0xc; |
| 17609 | static constexpr dart::compiler::target::word |
| 17610 | AOT_ExternalOneByteString_InstanceSize = 0x14; |
| 17611 | static constexpr dart::compiler::target::word |
| 17612 | AOT_ExternalTwoByteString_InstanceSize = 0x14; |
| 17613 | static constexpr dart::compiler::target::word |
| 17614 | AOT_ExternalTypedData_InstanceSize = 0xc; |
| 17615 | static constexpr dart::compiler::target::word |
| 17616 | AOT_FfiTrampolineData_InstanceSize = 0x1c; |
| 17617 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x34; |
| 17618 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x1c; |
| 17619 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 17620 | 0x20; |
| 17621 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 17622 | 0x18; |
| 17623 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 17624 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 17625 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x28; |
| 17626 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 17627 | 0x2c; |
| 17628 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x8; |
| 17629 | static constexpr dart::compiler::target::word |
| 17630 | AOT_GrowableObjectArray_InstanceSize = 0x10; |
| 17631 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x18; |
| 17632 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x4; |
| 17633 | static constexpr dart::compiler::target::word |
| 17634 | AOT_Instructions_UnalignedHeaderSize = 0x8; |
| 17635 | static constexpr dart::compiler::target::word |
| 17636 | AOT_InstructionsSection_UnalignedHeaderSize = 0x14; |
| 17637 | static constexpr dart::compiler::target::word |
| 17638 | AOT_InstructionsTable_InstanceSize = 0x18; |
| 17639 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 17640 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x4; |
| 17641 | static constexpr dart::compiler::target::word |
| 17642 | AOT_KernelProgramInfo_InstanceSize = 0x30; |
| 17643 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 17644 | 0x1c; |
| 17645 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x50; |
| 17646 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 17647 | 0x14; |
| 17648 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 17649 | 0x1c; |
| 17650 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 17651 | 0x4; |
| 17652 | static constexpr dart::compiler::target::word |
| 17653 | AOT_MegamorphicCache_InstanceSize = 0x18; |
| 17654 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 17655 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 17656 | 0x8; |
| 17657 | static constexpr dart::compiler::target::word |
| 17658 | AOT_MonomorphicSmiableCall_InstanceSize = 0xc; |
| 17659 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x14; |
| 17660 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 17661 | 0x10; |
| 17662 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x4; |
| 17663 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x4; |
| 17664 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 0xc; |
| 17665 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 17666 | 0x8; |
| 17667 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0xc; |
| 17668 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 17669 | 0xc; |
| 17670 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 17671 | 0x1c; |
| 17672 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x3c; |
| 17673 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x28; |
| 17674 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 17675 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x4; |
| 17676 | static constexpr dart::compiler::target::word |
| 17677 | AOT_SingleTargetCache_InstanceSize = 0x14; |
| 17678 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 17679 | 0x14; |
| 17680 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 17681 | 0x18; |
| 17682 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0xc; |
| 17683 | static constexpr dart::compiler::target::word |
| 17684 | AOT_SubtypeTestCache_InstanceSize = 0x10; |
| 17685 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 17686 | 0x14; |
| 17687 | static constexpr dart::compiler::target::word |
| 17688 | AOT_TransferableTypedData_InstanceSize = 0x4; |
| 17689 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x18; |
| 17690 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 17691 | 0x1c; |
| 17692 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 17693 | 0x14; |
| 17694 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0xc; |
| 17695 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 17696 | 0xc; |
| 17697 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 17698 | 0x14; |
| 17699 | static constexpr dart::compiler::target::word |
| 17700 | AOT_UnhandledException_InstanceSize = 0xc; |
| 17701 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 17702 | 0x10; |
| 17703 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 17704 | 0xc; |
| 17705 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x10; |
| 17706 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 17707 | 0x10; |
| 17708 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 17709 | 0x10; |
| 17710 | static constexpr dart::compiler::target::word |
| 17711 | AOT_WeakSerializationReference_InstanceSize = 0xc; |
| 17712 | #endif // defined(PRODUCT) && \ |
| 17713 | // defined(TARGET_ARCH_ARM) && \ |
| 17714 | // !defined(DART_COMPRESSED_POINTERS) |
| 17715 | |
| 17716 | #if defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 17717 | !defined(DART_COMPRESSED_POINTERS) |
| 17718 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 17719 | 0x38; |
| 17720 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 17721 | 0x18; |
| 17722 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 17723 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 17724 | 0x78; |
| 17725 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 17726 | static constexpr dart::compiler::target::word |
| 17727 | AOT_Context_elements_start_offset = 0x18; |
| 17728 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 17729 | static constexpr dart::compiler::target::word |
| 17730 | AOT_ContextScope_elements_start_offset = 0x10; |
| 17731 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 17732 | 0x48; |
| 17733 | static constexpr dart::compiler::target::word |
| 17734 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 17735 | static constexpr dart::compiler::target::word |
| 17736 | AOT_ExceptionHandlers_element_size = 0xc; |
| 17737 | static constexpr dart::compiler::target::word |
| 17738 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 17739 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 17740 | static constexpr dart::compiler::target::word |
| 17741 | AOT_OneByteString_elements_start_offset = 0x10; |
| 17742 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 17743 | 0x1; |
| 17744 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 17745 | 0x10; |
| 17746 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 17747 | static constexpr dart::compiler::target::word |
| 17748 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 17749 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 17750 | 0x8; |
| 17751 | static constexpr dart::compiler::target::word |
| 17752 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 17753 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 17754 | 0x2; |
| 17755 | static constexpr dart::compiler::target::word |
| 17756 | AOT_WeakArray_elements_start_offset = 0x18; |
| 17757 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 17758 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 17759 | 0x7ffffffffffffff; |
| 17760 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 17761 | 0x7ffd; |
| 17762 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 17763 | 0x7ffffffffffffff; |
| 17764 | static constexpr dart::compiler::target::word |
| 17765 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 17766 | static constexpr dart::compiler::target::word |
| 17767 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 17768 | static constexpr dart::compiler::target::word |
| 17769 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 17770 | static constexpr dart::compiler::target::word |
| 17771 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 17772 | static constexpr dart::compiler::target::word |
| 17773 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 17774 | static constexpr dart::compiler::target::word |
| 17775 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 17776 | static constexpr dart::compiler::target::word |
| 17777 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 17778 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 17779 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 17780 | static constexpr dart::compiler::target::word |
| 17781 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 17782 | static constexpr dart::compiler::target::word |
| 17783 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 17784 | static constexpr dart::compiler::target::word |
| 17785 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 17786 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 17787 | 0xffff; |
| 17788 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 17789 | 0xffff; |
| 17790 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 17791 | 0x1fffffffffffffff; |
| 17792 | static constexpr dart::compiler::target::word |
| 17793 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 17794 | static constexpr dart::compiler::target::word |
| 17795 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 17796 | static constexpr dart::compiler::target::word |
| 17797 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 17798 | static constexpr dart::compiler::target::word |
| 17799 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 17800 | static constexpr dart::compiler::target::word |
| 17801 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 17802 | static constexpr dart::compiler::target::word |
| 17803 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 17804 | static constexpr dart::compiler::target::word |
| 17805 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 17806 | static constexpr dart::compiler::target::word |
| 17807 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 17808 | static constexpr dart::compiler::target::word |
| 17809 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 17810 | static constexpr dart::compiler::target::word |
| 17811 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 17812 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 17813 | 0x7; |
| 17814 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 17815 | 0x7; |
| 17816 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 17817 | 0x7ffffffffffffff; |
| 17818 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 17819 | 0x10; |
| 17820 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 17821 | 0x20; |
| 17822 | static constexpr dart::compiler::target::word |
| 17823 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 17824 | static constexpr dart::compiler::target::word |
| 17825 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 17826 | static constexpr dart::compiler::target::word |
| 17827 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 17828 | static constexpr dart::compiler::target::word |
| 17829 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 17830 | static constexpr dart::compiler::target::word |
| 17831 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 17832 | static constexpr dart::compiler::target::word |
| 17833 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 17834 | static constexpr dart::compiler::target::word |
| 17835 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 17836 | static constexpr dart::compiler::target::word |
| 17837 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 17838 | static constexpr dart::compiler::target::word |
| 17839 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 17840 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 17841 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 17842 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 17843 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 17844 | 0x8; |
| 17845 | static constexpr dart::compiler::target::word |
| 17846 | AOT_Class_declaration_type_offset = 0x60; |
| 17847 | static constexpr dart::compiler::target::word |
| 17848 | AOT_Class_num_type_arguments_offset = 0x7c; |
| 17849 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 17850 | 0x50; |
| 17851 | static constexpr dart::compiler::target::word |
| 17852 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x88; |
| 17853 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 17854 | static constexpr dart::compiler::target::word |
| 17855 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 17856 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 17857 | 0x20; |
| 17858 | static constexpr dart::compiler::target::word |
| 17859 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 17860 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 17861 | static constexpr dart::compiler::target::word |
| 17862 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 17863 | static constexpr dart::compiler::target::word |
| 17864 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 17865 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 17866 | 0x30; |
| 17867 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 17868 | 0x28; |
| 17869 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 17870 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 17871 | 0x8; |
| 17872 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 17873 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 17874 | static constexpr dart::compiler::target::word |
| 17875 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 17876 | static constexpr dart::compiler::target::word |
| 17877 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 17878 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 17879 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 17880 | static constexpr dart::compiler::target::word |
| 17881 | AOT_Field_initializer_function_offset = 0x20; |
| 17882 | static constexpr dart::compiler::target::word |
| 17883 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 17884 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 17885 | 0x48; |
| 17886 | static constexpr dart::compiler::target::word |
| 17887 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 17888 | static constexpr dart::compiler::target::word |
| 17889 | AOT_Field_guarded_list_length_offset = 0x30; |
| 17890 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 17891 | 0x4c; |
| 17892 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 17893 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 17894 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 17895 | static constexpr dart::compiler::target::word |
| 17896 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 17897 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 17898 | 0x48; |
| 17899 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 17900 | 0x28; |
| 17901 | static constexpr dart::compiler::target::word |
| 17902 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 17903 | static constexpr dart::compiler::target::word |
| 17904 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 17905 | static constexpr dart::compiler::target::word |
| 17906 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 17907 | static constexpr dart::compiler::target::word |
| 17908 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 17909 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 17910 | static constexpr dart::compiler::target::word |
| 17911 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 17912 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 17913 | 0x3; |
| 17914 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 17915 | 0x0; |
| 17916 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 17917 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 17918 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 17919 | 0x28; |
| 17920 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 17921 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 17922 | 0x28; |
| 17923 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 17924 | 0x30; |
| 17925 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 17926 | 0x40; |
| 17927 | static constexpr dart::compiler::target::word |
| 17928 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 17929 | static constexpr dart::compiler::target::word |
| 17930 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 17931 | static constexpr dart::compiler::target::word |
| 17932 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 17933 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 17934 | 0x20; |
| 17935 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 17936 | 0x18; |
| 17937 | static constexpr dart::compiler::target::word |
| 17938 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 17939 | static constexpr dart::compiler::target::word |
| 17940 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 17941 | static constexpr dart::compiler::target::word |
| 17942 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 17943 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 17944 | 0x30; |
| 17945 | static constexpr dart::compiler::target::word |
| 17946 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 17947 | static constexpr dart::compiler::target::word |
| 17948 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 17949 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 17950 | static constexpr dart::compiler::target::word |
| 17951 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 17952 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 17953 | 0x8; |
| 17954 | static constexpr dart::compiler::target::word |
| 17955 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 17956 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 17957 | 0x20; |
| 17958 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 17959 | static constexpr dart::compiler::target::word |
| 17960 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 17961 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 17962 | 0x10; |
| 17963 | static constexpr dart::compiler::target::word |
| 17964 | AOT_NativeArguments_retval_offset = 0x18; |
| 17965 | static constexpr dart::compiler::target::word |
| 17966 | AOT_NativeArguments_thread_offset = 0x0; |
| 17967 | static constexpr dart::compiler::target::word |
| 17968 | AOT_ObjectStore_double_type_offset = 0x180; |
| 17969 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 17970 | 0x128; |
| 17971 | static constexpr dart::compiler::target::word |
| 17972 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 17973 | static constexpr dart::compiler::target::word |
| 17974 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 17975 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 17976 | 0x108; |
| 17977 | static constexpr dart::compiler::target::word |
| 17978 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 17979 | static constexpr dart::compiler::target::word |
| 17980 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 17981 | static constexpr dart::compiler::target::word |
| 17982 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 17983 | static constexpr dart::compiler::target::word |
| 17984 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 17985 | static constexpr dart::compiler::target::word |
| 17986 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 17987 | static constexpr dart::compiler::target::word |
| 17988 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 17989 | static constexpr dart::compiler::target::word |
| 17990 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 17991 | static constexpr dart::compiler::target::word |
| 17992 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 17993 | static constexpr dart::compiler::target::word |
| 17994 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 17995 | static constexpr dart::compiler::target::word |
| 17996 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 17997 | static constexpr dart::compiler::target::word |
| 17998 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 17999 | static constexpr dart::compiler::target::word |
| 18000 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 18001 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 18002 | 0x10; |
| 18003 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 18004 | static constexpr dart::compiler::target::word |
| 18005 | AOT_Pointer_type_arguments_offset = 0x10; |
| 18006 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 18007 | 0x8; |
| 18008 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 18009 | 0x10; |
| 18010 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 18011 | static constexpr dart::compiler::target::word |
| 18012 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 18013 | static constexpr dart::compiler::target::word |
| 18014 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 18015 | static constexpr dart::compiler::target::word |
| 18016 | AOT_SingleTargetCache_target_offset = 0x8; |
| 18017 | static constexpr dart::compiler::target::word |
| 18018 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 18019 | static constexpr dart::compiler::target::word |
| 18020 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 18021 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 18022 | 0x8; |
| 18023 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 18024 | 0x8; |
| 18025 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 18026 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 18027 | static constexpr dart::compiler::target::word |
| 18028 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 18029 | static constexpr dart::compiler::target::word |
| 18030 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 18031 | static constexpr dart::compiler::target::word |
| 18032 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 18033 | static constexpr dart::compiler::target::word |
| 18034 | AOT_SuspendState_error_callback_offset = 0x28; |
| 18035 | static constexpr dart::compiler::target::word |
| 18036 | AOT_SuspendState_frame_size_offset = 0x8; |
| 18037 | static constexpr dart::compiler::target::word |
| 18038 | AOT_SuspendState_function_data_offset = 0x18; |
| 18039 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 18040 | 0x30; |
| 18041 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 18042 | static constexpr dart::compiler::target::word |
| 18043 | AOT_SuspendState_then_callback_offset = 0x20; |
| 18044 | static constexpr dart::compiler::target::word |
| 18045 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 18046 | static constexpr dart::compiler::target::word |
| 18047 | AOT_Thread_active_exception_offset = 0x6e0; |
| 18048 | static constexpr dart::compiler::target::word |
| 18049 | AOT_Thread_active_stacktrace_offset = 0x6e8; |
| 18050 | static constexpr dart::compiler::target::word |
| 18051 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 18052 | static constexpr dart::compiler::target::word |
| 18053 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 18054 | static constexpr dart::compiler::target::word |
| 18055 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 18056 | static constexpr dart::compiler::target::word |
| 18057 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 18058 | static constexpr dart::compiler::target::word |
| 18059 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 18060 | static constexpr dart::compiler::target::word |
| 18061 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 18062 | static constexpr dart::compiler::target::word |
| 18063 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 18064 | static constexpr dart::compiler::target::word |
| 18065 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 18066 | static constexpr dart::compiler::target::word |
| 18067 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 18068 | static constexpr dart::compiler::target::word |
| 18069 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 18070 | static constexpr dart::compiler::target::word |
| 18071 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 18072 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 18073 | 0x720; |
| 18074 | static constexpr dart::compiler::target::word |
| 18075 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 18076 | static constexpr dart::compiler::target::word |
| 18077 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 18078 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 18079 | 0x78; |
| 18080 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 18081 | 0x70; |
| 18082 | static constexpr dart::compiler::target::word |
| 18083 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 18084 | static constexpr dart::compiler::target::word |
| 18085 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 18086 | static constexpr dart::compiler::target::word |
| 18087 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 18088 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 18089 | 0x758; |
| 18090 | static constexpr dart::compiler::target::word |
| 18091 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 18092 | static constexpr dart::compiler::target::word |
| 18093 | AOT_Thread_double_truncate_round_supported_offset = 0x728; |
| 18094 | static constexpr dart::compiler::target::word |
| 18095 | AOT_Thread_service_extension_stream_offset = 0x760; |
| 18096 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 18097 | 0x240; |
| 18098 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 18099 | 0x190; |
| 18100 | static constexpr dart::compiler::target::word |
| 18101 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 18102 | static constexpr dart::compiler::target::word |
| 18103 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 18104 | static constexpr dart::compiler::target::word |
| 18105 | AOT_Thread_double_abs_address_offset = 0x298; |
| 18106 | static constexpr dart::compiler::target::word |
| 18107 | AOT_Thread_double_negate_address_offset = 0x290; |
| 18108 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 18109 | static constexpr dart::compiler::target::word |
| 18110 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 18111 | static constexpr dart::compiler::target::word |
| 18112 | AOT_Thread_execution_state_offset = 0x708; |
| 18113 | static constexpr dart::compiler::target::word |
| 18114 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 18115 | static constexpr dart::compiler::target::word |
| 18116 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 18117 | static constexpr dart::compiler::target::word |
| 18118 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 18119 | static constexpr dart::compiler::target::word |
| 18120 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 18121 | static constexpr dart::compiler::target::word |
| 18122 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 18123 | static constexpr dart::compiler::target::word |
| 18124 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 18125 | static constexpr dart::compiler::target::word |
| 18126 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 18127 | static constexpr dart::compiler::target::word |
| 18128 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 18129 | static constexpr dart::compiler::target::word |
| 18130 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 18131 | static constexpr dart::compiler::target::word |
| 18132 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 18133 | static constexpr dart::compiler::target::word |
| 18134 | AOT_Thread_global_object_pool_offset = 0x6f0; |
| 18135 | static constexpr dart::compiler::target::word |
| 18136 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 18137 | static constexpr dart::compiler::target::word |
| 18138 | AOT_Thread_exit_through_ffi_offset = 0x718; |
| 18139 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x688; |
| 18140 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 18141 | 0x690; |
| 18142 | static constexpr dart::compiler::target::word |
| 18143 | AOT_Thread_field_table_values_offset = 0x60; |
| 18144 | static constexpr dart::compiler::target::word |
| 18145 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 18146 | static constexpr dart::compiler::target::word |
| 18147 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 18148 | static constexpr dart::compiler::target::word |
| 18149 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 18150 | static constexpr dart::compiler::target::word |
| 18151 | AOT_Thread_marking_stack_block_offset = 0x6b8; |
| 18152 | static constexpr dart::compiler::target::word |
| 18153 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 18154 | static constexpr dart::compiler::target::word |
| 18155 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 18156 | static constexpr dart::compiler::target::word |
| 18157 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 18158 | static constexpr dart::compiler::target::word |
| 18159 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 18160 | static constexpr dart::compiler::target::word |
| 18161 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 18162 | 0xb8; |
| 18163 | static constexpr dart::compiler::target::word |
| 18164 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 18165 | 0xb0; |
| 18166 | static constexpr dart::compiler::target::word |
| 18167 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 18168 | static constexpr dart::compiler::target::word |
| 18169 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 18170 | static constexpr dart::compiler::target::word |
| 18171 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 18172 | static constexpr dart::compiler::target::word |
| 18173 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 18174 | static constexpr dart::compiler::target::word |
| 18175 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 18176 | static constexpr dart::compiler::target::word |
| 18177 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 18178 | static constexpr dart::compiler::target::word |
| 18179 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 18180 | static constexpr dart::compiler::target::word |
| 18181 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 18182 | static constexpr dart::compiler::target::word |
| 18183 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 18184 | static constexpr dart::compiler::target::word |
| 18185 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 18186 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 18187 | 0x140; |
| 18188 | static constexpr dart::compiler::target::word |
| 18189 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 18190 | static constexpr dart::compiler::target::word |
| 18191 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 18192 | static constexpr dart::compiler::target::word |
| 18193 | AOT_Thread_return_async_stub_offset = 0x148; |
| 18194 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 18195 | 0x68; |
| 18196 | static constexpr dart::compiler::target::word |
| 18197 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 18198 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 18199 | 0x6f8; |
| 18200 | static constexpr dart::compiler::target::word |
| 18201 | AOT_Thread_saved_shadow_call_stack_offset = 0x700; |
| 18202 | static constexpr dart::compiler::target::word |
| 18203 | AOT_Thread_safepoint_state_offset = 0x710; |
| 18204 | static constexpr dart::compiler::target::word |
| 18205 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 18206 | static constexpr dart::compiler::target::word |
| 18207 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 18208 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 18209 | 0x38; |
| 18210 | static constexpr dart::compiler::target::word |
| 18211 | AOT_Thread_saved_stack_limit_offset = 0x698; |
| 18212 | static constexpr dart::compiler::target::word |
| 18213 | AOT_Thread_stack_overflow_flags_offset = 0x6a0; |
| 18214 | static constexpr dart::compiler::target::word |
| 18215 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 18216 | static constexpr dart::compiler::target::word |
| 18217 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 18218 | static constexpr dart::compiler::target::word |
| 18219 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 18220 | 0x220; |
| 18221 | static constexpr dart::compiler::target::word |
| 18222 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 18223 | static constexpr dart::compiler::target::word |
| 18224 | AOT_Thread_store_buffer_block_offset = 0x6b0; |
| 18225 | static constexpr dart::compiler::target::word |
| 18226 | AOT_Thread_suspend_state_await_entry_point_offset = 0x638; |
| 18227 | static constexpr dart::compiler::target::word |
| 18228 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x640; |
| 18229 | static constexpr dart::compiler::target::word |
| 18230 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x630; |
| 18231 | static constexpr dart::compiler::target::word |
| 18232 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x648; |
| 18233 | static constexpr dart::compiler::target::word |
| 18234 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x650; |
| 18235 | static constexpr dart::compiler::target::word |
| 18236 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x658; |
| 18237 | static constexpr dart::compiler::target::word |
| 18238 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x660; |
| 18239 | static constexpr dart::compiler::target::word |
| 18240 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x668; |
| 18241 | static constexpr dart::compiler::target::word |
| 18242 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x670; |
| 18243 | static constexpr dart::compiler::target::word |
| 18244 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 18245 | 0x678; |
| 18246 | static constexpr dart::compiler::target::word |
| 18247 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x680; |
| 18248 | static constexpr dart::compiler::target::word |
| 18249 | AOT_Thread_top_exit_frame_info_offset = 0x6a8; |
| 18250 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 18251 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 18252 | 0x20; |
| 18253 | static constexpr dart::compiler::target::word |
| 18254 | AOT_Thread_unboxed_runtime_arg_offset = 0x6d0; |
| 18255 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x6c8; |
| 18256 | static constexpr dart::compiler::target::word |
| 18257 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 18258 | static constexpr dart::compiler::target::word |
| 18259 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 18260 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 18261 | 0x730; |
| 18262 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x738; |
| 18263 | static constexpr dart::compiler::target::word |
| 18264 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 18265 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 18266 | 0x740; |
| 18267 | static constexpr dart::compiler::target::word |
| 18268 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 18269 | static constexpr dart::compiler::target::word |
| 18270 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 18271 | static constexpr dart::compiler::target::word |
| 18272 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 18273 | static constexpr dart::compiler::target::word |
| 18274 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 18275 | static constexpr dart::compiler::target::word |
| 18276 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 18277 | static constexpr dart::compiler::target::word |
| 18278 | AOT_TimelineStream_enabled_offset = 0x10; |
| 18279 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 18280 | 0x10; |
| 18281 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 18282 | static constexpr dart::compiler::target::word |
| 18283 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 18284 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 18285 | 0x28; |
| 18286 | static constexpr dart::compiler::target::word |
| 18287 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 18288 | static constexpr dart::compiler::target::word |
| 18289 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 18290 | static constexpr dart::compiler::target::word |
| 18291 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 18292 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 18293 | 0x8; |
| 18294 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 18295 | 0x10; |
| 18296 | static constexpr dart::compiler::target::word |
| 18297 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 18298 | static constexpr dart::compiler::target::word |
| 18299 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 18300 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 18301 | 0x28; |
| 18302 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 18303 | 0x18; |
| 18304 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 18305 | 0x8; |
| 18306 | static constexpr dart::compiler::target::word |
| 18307 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 18308 | static constexpr dart::compiler::target::word |
| 18309 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 18310 | static constexpr dart::compiler::target::word |
| 18311 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 18312 | static constexpr dart::compiler::target::word |
| 18313 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 18314 | static constexpr dart::compiler::target::word |
| 18315 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 18316 | static constexpr dart::compiler::target::word |
| 18317 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 18318 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 18319 | 0x32; |
| 18320 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 18321 | 0x18; |
| 18322 | static constexpr dart::compiler::target::word |
| 18323 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 18324 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 18325 | 0x10; |
| 18326 | static constexpr dart::compiler::target::word |
| 18327 | AOT_TypeArguments_nullability_offset = 0x20; |
| 18328 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 18329 | 0x28; |
| 18330 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 18331 | 0x8; |
| 18332 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 18333 | 0x10; |
| 18334 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 18335 | 0x18; |
| 18336 | static constexpr dart::compiler::target::word |
| 18337 | AOT_TypeParameters_defaults_offset = 0x20; |
| 18338 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 18339 | 0x10; |
| 18340 | static constexpr dart::compiler::target::word |
| 18341 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 18342 | static constexpr dart::compiler::target::word |
| 18343 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 18344 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 18345 | 0x18; |
| 18346 | static constexpr dart::compiler::target::word |
| 18347 | AOT_UnhandledException_exception_offset = 0x8; |
| 18348 | static constexpr dart::compiler::target::word |
| 18349 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 18350 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 18351 | static constexpr dart::compiler::target::word |
| 18352 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 18353 | static constexpr dart::compiler::target::word |
| 18354 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 18355 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 18356 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 18357 | 0x10; |
| 18358 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 18359 | 0x8; |
| 18360 | static constexpr dart::compiler::target::word |
| 18361 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 18362 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 18363 | 0x8, 0x18, 0x10, 0x20}; |
| 18364 | static constexpr dart::compiler::target::word |
| 18365 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 18366 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, -1, -1, 0x5f8, 0x600, |
| 18367 | 0x608, 0x610, 0x618, -1, 0x620, 0x628, -1, -1}; |
| 18368 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 18369 | 0x28; |
| 18370 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 18371 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x18; |
| 18372 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 18373 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 18374 | 0x10; |
| 18375 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x90; |
| 18376 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 18377 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 18378 | 0x28; |
| 18379 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 18380 | 0x10; |
| 18381 | static constexpr dart::compiler::target::word |
| 18382 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 18383 | static constexpr dart::compiler::target::word |
| 18384 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 18385 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x18; |
| 18386 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 18387 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 18388 | 0x18; |
| 18389 | static constexpr dart::compiler::target::word |
| 18390 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 18391 | static constexpr dart::compiler::target::word |
| 18392 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 18393 | static constexpr dart::compiler::target::word |
| 18394 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 18395 | static constexpr dart::compiler::target::word |
| 18396 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 18397 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 18398 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 18399 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 18400 | 0x40; |
| 18401 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 18402 | 0x30; |
| 18403 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 18404 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 18405 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 18406 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 18407 | 0x50; |
| 18408 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 18409 | static constexpr dart::compiler::target::word |
| 18410 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 18411 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 18412 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 18413 | static constexpr dart::compiler::target::word |
| 18414 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 18415 | static constexpr dart::compiler::target::word |
| 18416 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 18417 | static constexpr dart::compiler::target::word |
| 18418 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 18419 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 18420 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 18421 | static constexpr dart::compiler::target::word |
| 18422 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 18423 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 18424 | 0x30; |
| 18425 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 18426 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 18427 | 0x28; |
| 18428 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 18429 | 0x38; |
| 18430 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 18431 | 0x8; |
| 18432 | static constexpr dart::compiler::target::word |
| 18433 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 18434 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 18435 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 18436 | 0x10; |
| 18437 | static constexpr dart::compiler::target::word |
| 18438 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 18439 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 18440 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 18441 | 0x20; |
| 18442 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 18443 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 18444 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 18445 | 0x18; |
| 18446 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 18447 | 0x10; |
| 18448 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 18449 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 18450 | 0x18; |
| 18451 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 18452 | 0x38; |
| 18453 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 18454 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 18455 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 18456 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 18457 | static constexpr dart::compiler::target::word |
| 18458 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 18459 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 18460 | 0x28; |
| 18461 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 18462 | 0x30; |
| 18463 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 18464 | static constexpr dart::compiler::target::word |
| 18465 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 18466 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 18467 | 0x20; |
| 18468 | static constexpr dart::compiler::target::word |
| 18469 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 18470 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 18471 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 18472 | 0x38; |
| 18473 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 18474 | 0x28; |
| 18475 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 18476 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 18477 | 0x18; |
| 18478 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 18479 | 0x28; |
| 18480 | static constexpr dart::compiler::target::word |
| 18481 | AOT_UnhandledException_InstanceSize = 0x18; |
| 18482 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 18483 | 0x20; |
| 18484 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 18485 | 0x18; |
| 18486 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 18487 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 18488 | 0x20; |
| 18489 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 18490 | 0x20; |
| 18491 | static constexpr dart::compiler::target::word |
| 18492 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 18493 | #endif // defined(PRODUCT) && \ |
| 18494 | // defined(TARGET_ARCH_X64) && \ |
| 18495 | // !defined(DART_COMPRESSED_POINTERS) |
| 18496 | |
| 18497 | #if defined(PRODUCT) && defined(TARGET_ARCH_IA32) && \ |
| 18498 | !defined(DART_COMPRESSED_POINTERS) |
| 18499 | #endif // defined(PRODUCT) && \ |
| 18500 | // defined(TARGET_ARCH_IA32) && \ |
| 18501 | // !defined(DART_COMPRESSED_POINTERS) |
| 18502 | |
| 18503 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 18504 | !defined(DART_COMPRESSED_POINTERS) |
| 18505 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 18506 | 0x38; |
| 18507 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 18508 | 0x18; |
| 18509 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 18510 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 18511 | 0x78; |
| 18512 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 18513 | static constexpr dart::compiler::target::word |
| 18514 | AOT_Context_elements_start_offset = 0x18; |
| 18515 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 18516 | static constexpr dart::compiler::target::word |
| 18517 | AOT_ContextScope_elements_start_offset = 0x10; |
| 18518 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 18519 | 0x48; |
| 18520 | static constexpr dart::compiler::target::word |
| 18521 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 18522 | static constexpr dart::compiler::target::word |
| 18523 | AOT_ExceptionHandlers_element_size = 0xc; |
| 18524 | static constexpr dart::compiler::target::word |
| 18525 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 18526 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 18527 | static constexpr dart::compiler::target::word |
| 18528 | AOT_OneByteString_elements_start_offset = 0x10; |
| 18529 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 18530 | 0x1; |
| 18531 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 18532 | 0x10; |
| 18533 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 18534 | static constexpr dart::compiler::target::word |
| 18535 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 18536 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 18537 | 0x8; |
| 18538 | static constexpr dart::compiler::target::word |
| 18539 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 18540 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 18541 | 0x2; |
| 18542 | static constexpr dart::compiler::target::word |
| 18543 | AOT_WeakArray_elements_start_offset = 0x18; |
| 18544 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 18545 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 18546 | 0x7ffffffffffffff; |
| 18547 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 18548 | 0x7ffd; |
| 18549 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 18550 | 0x7ffffffffffffff; |
| 18551 | static constexpr dart::compiler::target::word |
| 18552 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 18553 | static constexpr dart::compiler::target::word |
| 18554 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 18555 | static constexpr dart::compiler::target::word |
| 18556 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 18557 | static constexpr dart::compiler::target::word |
| 18558 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 18559 | static constexpr dart::compiler::target::word |
| 18560 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 18561 | static constexpr dart::compiler::target::word |
| 18562 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 18563 | static constexpr dart::compiler::target::word |
| 18564 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 18565 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 18566 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 18567 | static constexpr dart::compiler::target::word |
| 18568 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 18569 | static constexpr dart::compiler::target::word |
| 18570 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 18571 | static constexpr dart::compiler::target::word |
| 18572 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 18573 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 18574 | 0xffff; |
| 18575 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 18576 | 0xffff; |
| 18577 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 18578 | 0x1fffffffffffffff; |
| 18579 | static constexpr dart::compiler::target::word |
| 18580 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 18581 | static constexpr dart::compiler::target::word |
| 18582 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 18583 | static constexpr dart::compiler::target::word |
| 18584 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 18585 | static constexpr dart::compiler::target::word |
| 18586 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 18587 | static constexpr dart::compiler::target::word |
| 18588 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 18589 | static constexpr dart::compiler::target::word |
| 18590 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 18591 | static constexpr dart::compiler::target::word |
| 18592 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 18593 | static constexpr dart::compiler::target::word |
| 18594 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 18595 | static constexpr dart::compiler::target::word |
| 18596 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 18597 | static constexpr dart::compiler::target::word |
| 18598 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 18599 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 18600 | 0x7; |
| 18601 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 18602 | 0x7; |
| 18603 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 18604 | 0x7ffffffffffffff; |
| 18605 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 18606 | 0x10; |
| 18607 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 18608 | 0x20; |
| 18609 | static constexpr dart::compiler::target::word |
| 18610 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 18611 | static constexpr dart::compiler::target::word |
| 18612 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 18613 | static constexpr dart::compiler::target::word |
| 18614 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 18615 | static constexpr dart::compiler::target::word |
| 18616 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 18617 | static constexpr dart::compiler::target::word |
| 18618 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 18619 | static constexpr dart::compiler::target::word |
| 18620 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 18621 | static constexpr dart::compiler::target::word |
| 18622 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 18623 | static constexpr dart::compiler::target::word |
| 18624 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 18625 | static constexpr dart::compiler::target::word |
| 18626 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 18627 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 18628 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 18629 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 18630 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 18631 | 0x8; |
| 18632 | static constexpr dart::compiler::target::word |
| 18633 | AOT_Class_declaration_type_offset = 0x60; |
| 18634 | static constexpr dart::compiler::target::word |
| 18635 | AOT_Class_num_type_arguments_offset = 0x7c; |
| 18636 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 18637 | 0x50; |
| 18638 | static constexpr dart::compiler::target::word |
| 18639 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x88; |
| 18640 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 18641 | static constexpr dart::compiler::target::word |
| 18642 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 18643 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 18644 | 0x20; |
| 18645 | static constexpr dart::compiler::target::word |
| 18646 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 18647 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 18648 | static constexpr dart::compiler::target::word |
| 18649 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 18650 | static constexpr dart::compiler::target::word |
| 18651 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 18652 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 18653 | 0x30; |
| 18654 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 18655 | 0x28; |
| 18656 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 18657 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 18658 | 0x8; |
| 18659 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 18660 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 18661 | static constexpr dart::compiler::target::word |
| 18662 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 18663 | static constexpr dart::compiler::target::word |
| 18664 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 18665 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 18666 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 18667 | static constexpr dart::compiler::target::word |
| 18668 | AOT_Field_initializer_function_offset = 0x20; |
| 18669 | static constexpr dart::compiler::target::word |
| 18670 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 18671 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 18672 | 0x48; |
| 18673 | static constexpr dart::compiler::target::word |
| 18674 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 18675 | static constexpr dart::compiler::target::word |
| 18676 | AOT_Field_guarded_list_length_offset = 0x30; |
| 18677 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 18678 | 0x4c; |
| 18679 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 18680 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 18681 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 18682 | static constexpr dart::compiler::target::word |
| 18683 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 18684 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 18685 | 0x48; |
| 18686 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 18687 | 0x28; |
| 18688 | static constexpr dart::compiler::target::word |
| 18689 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 18690 | static constexpr dart::compiler::target::word |
| 18691 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 18692 | static constexpr dart::compiler::target::word |
| 18693 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 18694 | static constexpr dart::compiler::target::word |
| 18695 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 18696 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 18697 | static constexpr dart::compiler::target::word |
| 18698 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 18699 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 18700 | 0x3; |
| 18701 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 18702 | 0x0; |
| 18703 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 18704 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 18705 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 18706 | 0x28; |
| 18707 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 18708 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 18709 | 0x28; |
| 18710 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 18711 | 0x30; |
| 18712 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 18713 | 0x40; |
| 18714 | static constexpr dart::compiler::target::word |
| 18715 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 18716 | static constexpr dart::compiler::target::word |
| 18717 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 18718 | static constexpr dart::compiler::target::word |
| 18719 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 18720 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 18721 | 0x20; |
| 18722 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 18723 | 0x18; |
| 18724 | static constexpr dart::compiler::target::word |
| 18725 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 18726 | static constexpr dart::compiler::target::word |
| 18727 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 18728 | static constexpr dart::compiler::target::word |
| 18729 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 18730 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 18731 | 0x30; |
| 18732 | static constexpr dart::compiler::target::word |
| 18733 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 18734 | static constexpr dart::compiler::target::word |
| 18735 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 18736 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 18737 | static constexpr dart::compiler::target::word |
| 18738 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 18739 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 18740 | 0x8; |
| 18741 | static constexpr dart::compiler::target::word |
| 18742 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 18743 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 18744 | 0x20; |
| 18745 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 18746 | static constexpr dart::compiler::target::word |
| 18747 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 18748 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 18749 | 0x10; |
| 18750 | static constexpr dart::compiler::target::word |
| 18751 | AOT_NativeArguments_retval_offset = 0x18; |
| 18752 | static constexpr dart::compiler::target::word |
| 18753 | AOT_NativeArguments_thread_offset = 0x0; |
| 18754 | static constexpr dart::compiler::target::word |
| 18755 | AOT_ObjectStore_double_type_offset = 0x180; |
| 18756 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 18757 | 0x128; |
| 18758 | static constexpr dart::compiler::target::word |
| 18759 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 18760 | static constexpr dart::compiler::target::word |
| 18761 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 18762 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 18763 | 0x108; |
| 18764 | static constexpr dart::compiler::target::word |
| 18765 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 18766 | static constexpr dart::compiler::target::word |
| 18767 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 18768 | static constexpr dart::compiler::target::word |
| 18769 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 18770 | static constexpr dart::compiler::target::word |
| 18771 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 18772 | static constexpr dart::compiler::target::word |
| 18773 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 18774 | static constexpr dart::compiler::target::word |
| 18775 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 18776 | static constexpr dart::compiler::target::word |
| 18777 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 18778 | static constexpr dart::compiler::target::word |
| 18779 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 18780 | static constexpr dart::compiler::target::word |
| 18781 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 18782 | static constexpr dart::compiler::target::word |
| 18783 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 18784 | static constexpr dart::compiler::target::word |
| 18785 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 18786 | static constexpr dart::compiler::target::word |
| 18787 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 18788 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 18789 | 0x10; |
| 18790 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 18791 | static constexpr dart::compiler::target::word |
| 18792 | AOT_Pointer_type_arguments_offset = 0x10; |
| 18793 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 18794 | 0x8; |
| 18795 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 18796 | 0x10; |
| 18797 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 18798 | static constexpr dart::compiler::target::word |
| 18799 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 18800 | static constexpr dart::compiler::target::word |
| 18801 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 18802 | static constexpr dart::compiler::target::word |
| 18803 | AOT_SingleTargetCache_target_offset = 0x8; |
| 18804 | static constexpr dart::compiler::target::word |
| 18805 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 18806 | static constexpr dart::compiler::target::word |
| 18807 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 18808 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 18809 | 0x8; |
| 18810 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 18811 | 0x8; |
| 18812 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 18813 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 18814 | static constexpr dart::compiler::target::word |
| 18815 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 18816 | static constexpr dart::compiler::target::word |
| 18817 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 18818 | static constexpr dart::compiler::target::word |
| 18819 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 18820 | static constexpr dart::compiler::target::word |
| 18821 | AOT_SuspendState_error_callback_offset = 0x28; |
| 18822 | static constexpr dart::compiler::target::word |
| 18823 | AOT_SuspendState_frame_size_offset = 0x8; |
| 18824 | static constexpr dart::compiler::target::word |
| 18825 | AOT_SuspendState_function_data_offset = 0x18; |
| 18826 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 18827 | 0x30; |
| 18828 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 18829 | static constexpr dart::compiler::target::word |
| 18830 | AOT_SuspendState_then_callback_offset = 0x20; |
| 18831 | static constexpr dart::compiler::target::word |
| 18832 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 18833 | static constexpr dart::compiler::target::word |
| 18834 | AOT_Thread_active_exception_offset = 0x728; |
| 18835 | static constexpr dart::compiler::target::word |
| 18836 | AOT_Thread_active_stacktrace_offset = 0x730; |
| 18837 | static constexpr dart::compiler::target::word |
| 18838 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 18839 | static constexpr dart::compiler::target::word |
| 18840 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 18841 | static constexpr dart::compiler::target::word |
| 18842 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 18843 | static constexpr dart::compiler::target::word |
| 18844 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 18845 | static constexpr dart::compiler::target::word |
| 18846 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 18847 | static constexpr dart::compiler::target::word |
| 18848 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 18849 | static constexpr dart::compiler::target::word |
| 18850 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 18851 | static constexpr dart::compiler::target::word |
| 18852 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 18853 | static constexpr dart::compiler::target::word |
| 18854 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 18855 | static constexpr dart::compiler::target::word |
| 18856 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 18857 | static constexpr dart::compiler::target::word |
| 18858 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 18859 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 18860 | 0x768; |
| 18861 | static constexpr dart::compiler::target::word |
| 18862 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 18863 | static constexpr dart::compiler::target::word |
| 18864 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 18865 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 18866 | 0x78; |
| 18867 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 18868 | 0x70; |
| 18869 | static constexpr dart::compiler::target::word |
| 18870 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 18871 | static constexpr dart::compiler::target::word |
| 18872 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 18873 | static constexpr dart::compiler::target::word |
| 18874 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 18875 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 18876 | 0x7a0; |
| 18877 | static constexpr dart::compiler::target::word |
| 18878 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 18879 | static constexpr dart::compiler::target::word |
| 18880 | AOT_Thread_double_truncate_round_supported_offset = 0x770; |
| 18881 | static constexpr dart::compiler::target::word |
| 18882 | AOT_Thread_service_extension_stream_offset = 0x7a8; |
| 18883 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 18884 | 0x240; |
| 18885 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 18886 | 0x190; |
| 18887 | static constexpr dart::compiler::target::word |
| 18888 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 18889 | static constexpr dart::compiler::target::word |
| 18890 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 18891 | static constexpr dart::compiler::target::word |
| 18892 | AOT_Thread_double_abs_address_offset = 0x298; |
| 18893 | static constexpr dart::compiler::target::word |
| 18894 | AOT_Thread_double_negate_address_offset = 0x290; |
| 18895 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 18896 | static constexpr dart::compiler::target::word |
| 18897 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 18898 | static constexpr dart::compiler::target::word |
| 18899 | AOT_Thread_execution_state_offset = 0x750; |
| 18900 | static constexpr dart::compiler::target::word |
| 18901 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 18902 | static constexpr dart::compiler::target::word |
| 18903 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 18904 | static constexpr dart::compiler::target::word |
| 18905 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 18906 | static constexpr dart::compiler::target::word |
| 18907 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 18908 | static constexpr dart::compiler::target::word |
| 18909 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 18910 | static constexpr dart::compiler::target::word |
| 18911 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 18912 | static constexpr dart::compiler::target::word |
| 18913 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 18914 | static constexpr dart::compiler::target::word |
| 18915 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 18916 | static constexpr dart::compiler::target::word |
| 18917 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 18918 | static constexpr dart::compiler::target::word |
| 18919 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 18920 | static constexpr dart::compiler::target::word |
| 18921 | AOT_Thread_global_object_pool_offset = 0x738; |
| 18922 | static constexpr dart::compiler::target::word |
| 18923 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 18924 | static constexpr dart::compiler::target::word |
| 18925 | AOT_Thread_exit_through_ffi_offset = 0x760; |
| 18926 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6d0; |
| 18927 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 18928 | 0x6d8; |
| 18929 | static constexpr dart::compiler::target::word |
| 18930 | AOT_Thread_field_table_values_offset = 0x60; |
| 18931 | static constexpr dart::compiler::target::word |
| 18932 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 18933 | static constexpr dart::compiler::target::word |
| 18934 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 18935 | static constexpr dart::compiler::target::word |
| 18936 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 18937 | static constexpr dart::compiler::target::word |
| 18938 | AOT_Thread_marking_stack_block_offset = 0x700; |
| 18939 | static constexpr dart::compiler::target::word |
| 18940 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 18941 | static constexpr dart::compiler::target::word |
| 18942 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 18943 | static constexpr dart::compiler::target::word |
| 18944 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 18945 | static constexpr dart::compiler::target::word |
| 18946 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 18947 | static constexpr dart::compiler::target::word |
| 18948 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 18949 | 0xb8; |
| 18950 | static constexpr dart::compiler::target::word |
| 18951 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 18952 | 0xb0; |
| 18953 | static constexpr dart::compiler::target::word |
| 18954 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 18955 | static constexpr dart::compiler::target::word |
| 18956 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 18957 | static constexpr dart::compiler::target::word |
| 18958 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 18959 | static constexpr dart::compiler::target::word |
| 18960 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 18961 | static constexpr dart::compiler::target::word |
| 18962 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 18963 | static constexpr dart::compiler::target::word |
| 18964 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 18965 | static constexpr dart::compiler::target::word |
| 18966 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 18967 | static constexpr dart::compiler::target::word |
| 18968 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 18969 | static constexpr dart::compiler::target::word |
| 18970 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 18971 | static constexpr dart::compiler::target::word |
| 18972 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 18973 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 18974 | 0x140; |
| 18975 | static constexpr dart::compiler::target::word |
| 18976 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 18977 | static constexpr dart::compiler::target::word |
| 18978 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 18979 | static constexpr dart::compiler::target::word |
| 18980 | AOT_Thread_return_async_stub_offset = 0x148; |
| 18981 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 18982 | 0x68; |
| 18983 | static constexpr dart::compiler::target::word |
| 18984 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 18985 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 18986 | 0x740; |
| 18987 | static constexpr dart::compiler::target::word |
| 18988 | AOT_Thread_saved_shadow_call_stack_offset = 0x748; |
| 18989 | static constexpr dart::compiler::target::word |
| 18990 | AOT_Thread_safepoint_state_offset = 0x758; |
| 18991 | static constexpr dart::compiler::target::word |
| 18992 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 18993 | static constexpr dart::compiler::target::word |
| 18994 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 18995 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 18996 | 0x38; |
| 18997 | static constexpr dart::compiler::target::word |
| 18998 | AOT_Thread_saved_stack_limit_offset = 0x6e0; |
| 18999 | static constexpr dart::compiler::target::word |
| 19000 | AOT_Thread_stack_overflow_flags_offset = 0x6e8; |
| 19001 | static constexpr dart::compiler::target::word |
| 19002 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 19003 | static constexpr dart::compiler::target::word |
| 19004 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 19005 | static constexpr dart::compiler::target::word |
| 19006 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 19007 | 0x220; |
| 19008 | static constexpr dart::compiler::target::word |
| 19009 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 19010 | static constexpr dart::compiler::target::word |
| 19011 | AOT_Thread_store_buffer_block_offset = 0x6f8; |
| 19012 | static constexpr dart::compiler::target::word |
| 19013 | AOT_Thread_suspend_state_await_entry_point_offset = 0x680; |
| 19014 | static constexpr dart::compiler::target::word |
| 19015 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x688; |
| 19016 | static constexpr dart::compiler::target::word |
| 19017 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x678; |
| 19018 | static constexpr dart::compiler::target::word |
| 19019 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x690; |
| 19020 | static constexpr dart::compiler::target::word |
| 19021 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x698; |
| 19022 | static constexpr dart::compiler::target::word |
| 19023 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x6a0; |
| 19024 | static constexpr dart::compiler::target::word |
| 19025 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x6a8; |
| 19026 | static constexpr dart::compiler::target::word |
| 19027 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6b0; |
| 19028 | static constexpr dart::compiler::target::word |
| 19029 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6b8; |
| 19030 | static constexpr dart::compiler::target::word |
| 19031 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 19032 | 0x6c0; |
| 19033 | static constexpr dart::compiler::target::word |
| 19034 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6c8; |
| 19035 | static constexpr dart::compiler::target::word |
| 19036 | AOT_Thread_top_exit_frame_info_offset = 0x6f0; |
| 19037 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 19038 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 19039 | 0x20; |
| 19040 | static constexpr dart::compiler::target::word |
| 19041 | AOT_Thread_unboxed_runtime_arg_offset = 0x718; |
| 19042 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x710; |
| 19043 | static constexpr dart::compiler::target::word |
| 19044 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 19045 | static constexpr dart::compiler::target::word |
| 19046 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 19047 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 19048 | 0x778; |
| 19049 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x780; |
| 19050 | static constexpr dart::compiler::target::word |
| 19051 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 19052 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 19053 | 0x788; |
| 19054 | static constexpr dart::compiler::target::word |
| 19055 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 19056 | static constexpr dart::compiler::target::word |
| 19057 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 19058 | static constexpr dart::compiler::target::word |
| 19059 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 19060 | static constexpr dart::compiler::target::word |
| 19061 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 19062 | static constexpr dart::compiler::target::word |
| 19063 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 19064 | static constexpr dart::compiler::target::word |
| 19065 | AOT_TimelineStream_enabled_offset = 0x10; |
| 19066 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 19067 | 0x10; |
| 19068 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 19069 | static constexpr dart::compiler::target::word |
| 19070 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 19071 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 19072 | 0x28; |
| 19073 | static constexpr dart::compiler::target::word |
| 19074 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 19075 | static constexpr dart::compiler::target::word |
| 19076 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 19077 | static constexpr dart::compiler::target::word |
| 19078 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 19079 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 19080 | 0x8; |
| 19081 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 19082 | 0x10; |
| 19083 | static constexpr dart::compiler::target::word |
| 19084 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 19085 | static constexpr dart::compiler::target::word |
| 19086 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 19087 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 19088 | 0x28; |
| 19089 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 19090 | 0x18; |
| 19091 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 19092 | 0x8; |
| 19093 | static constexpr dart::compiler::target::word |
| 19094 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 19095 | static constexpr dart::compiler::target::word |
| 19096 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 19097 | static constexpr dart::compiler::target::word |
| 19098 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 19099 | static constexpr dart::compiler::target::word |
| 19100 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 19101 | static constexpr dart::compiler::target::word |
| 19102 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 19103 | static constexpr dart::compiler::target::word |
| 19104 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 19105 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 19106 | 0x32; |
| 19107 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 19108 | 0x18; |
| 19109 | static constexpr dart::compiler::target::word |
| 19110 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 19111 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 19112 | 0x10; |
| 19113 | static constexpr dart::compiler::target::word |
| 19114 | AOT_TypeArguments_nullability_offset = 0x20; |
| 19115 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 19116 | 0x28; |
| 19117 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 19118 | 0x8; |
| 19119 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 19120 | 0x10; |
| 19121 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 19122 | 0x18; |
| 19123 | static constexpr dart::compiler::target::word |
| 19124 | AOT_TypeParameters_defaults_offset = 0x20; |
| 19125 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 19126 | 0x10; |
| 19127 | static constexpr dart::compiler::target::word |
| 19128 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 19129 | static constexpr dart::compiler::target::word |
| 19130 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 19131 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 19132 | 0x18; |
| 19133 | static constexpr dart::compiler::target::word |
| 19134 | AOT_UnhandledException_exception_offset = 0x8; |
| 19135 | static constexpr dart::compiler::target::word |
| 19136 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 19137 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 19138 | static constexpr dart::compiler::target::word |
| 19139 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 19140 | static constexpr dart::compiler::target::word |
| 19141 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 19142 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 19143 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 19144 | 0x10; |
| 19145 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 19146 | 0x8; |
| 19147 | static constexpr dart::compiler::target::word |
| 19148 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 19149 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 19150 | 0x8, 0x18, 0x10, 0x20}; |
| 19151 | static constexpr dart::compiler::target::word |
| 19152 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 19153 | 0x5d8, 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, |
| 19154 | 0x618, 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, -1, |
| 19155 | -1, -1, -1, 0x650, 0x658, -1, -1, 0x660, |
| 19156 | 0x668, 0x670, -1, -1, -1, -1, -1, -1}; |
| 19157 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 19158 | 0x28; |
| 19159 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 19160 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x18; |
| 19161 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 19162 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 19163 | 0x10; |
| 19164 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x90; |
| 19165 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 19166 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 19167 | 0x28; |
| 19168 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 19169 | 0x10; |
| 19170 | static constexpr dart::compiler::target::word |
| 19171 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 19172 | static constexpr dart::compiler::target::word |
| 19173 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 19174 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x18; |
| 19175 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 19176 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 19177 | 0x18; |
| 19178 | static constexpr dart::compiler::target::word |
| 19179 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 19180 | static constexpr dart::compiler::target::word |
| 19181 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 19182 | static constexpr dart::compiler::target::word |
| 19183 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 19184 | static constexpr dart::compiler::target::word |
| 19185 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 19186 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 19187 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 19188 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 19189 | 0x40; |
| 19190 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 19191 | 0x30; |
| 19192 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 19193 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 19194 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 19195 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 19196 | 0x50; |
| 19197 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 19198 | static constexpr dart::compiler::target::word |
| 19199 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 19200 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 19201 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 19202 | static constexpr dart::compiler::target::word |
| 19203 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 19204 | static constexpr dart::compiler::target::word |
| 19205 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 19206 | static constexpr dart::compiler::target::word |
| 19207 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 19208 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 19209 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 19210 | static constexpr dart::compiler::target::word |
| 19211 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 19212 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 19213 | 0x30; |
| 19214 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 19215 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 19216 | 0x28; |
| 19217 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 19218 | 0x38; |
| 19219 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 19220 | 0x8; |
| 19221 | static constexpr dart::compiler::target::word |
| 19222 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 19223 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 19224 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 19225 | 0x10; |
| 19226 | static constexpr dart::compiler::target::word |
| 19227 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 19228 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 19229 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 19230 | 0x20; |
| 19231 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 19232 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 19233 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 19234 | 0x18; |
| 19235 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 19236 | 0x10; |
| 19237 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 19238 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 19239 | 0x18; |
| 19240 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 19241 | 0x38; |
| 19242 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 19243 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 19244 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 19245 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 19246 | static constexpr dart::compiler::target::word |
| 19247 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 19248 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 19249 | 0x28; |
| 19250 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 19251 | 0x30; |
| 19252 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 19253 | static constexpr dart::compiler::target::word |
| 19254 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 19255 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 19256 | 0x20; |
| 19257 | static constexpr dart::compiler::target::word |
| 19258 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 19259 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 19260 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 19261 | 0x38; |
| 19262 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 19263 | 0x28; |
| 19264 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 19265 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 19266 | 0x18; |
| 19267 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 19268 | 0x28; |
| 19269 | static constexpr dart::compiler::target::word |
| 19270 | AOT_UnhandledException_InstanceSize = 0x18; |
| 19271 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 19272 | 0x20; |
| 19273 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 19274 | 0x18; |
| 19275 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 19276 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 19277 | 0x20; |
| 19278 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 19279 | 0x20; |
| 19280 | static constexpr dart::compiler::target::word |
| 19281 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 19282 | #endif // defined(PRODUCT) && \ |
| 19283 | // defined(TARGET_ARCH_ARM64) && \ |
| 19284 | // !defined(DART_COMPRESSED_POINTERS) |
| 19285 | |
| 19286 | #if defined(PRODUCT) && defined(TARGET_ARCH_X64) && \ |
| 19287 | defined(DART_COMPRESSED_POINTERS) |
| 19288 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 19289 | 0x20; |
| 19290 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 19291 | 0x10; |
| 19292 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 19293 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 19294 | 0x78; |
| 19295 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 19296 | static constexpr dart::compiler::target::word |
| 19297 | AOT_Context_elements_start_offset = 0x10; |
| 19298 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 19299 | static constexpr dart::compiler::target::word |
| 19300 | AOT_ContextScope_elements_start_offset = 0x10; |
| 19301 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 19302 | 0x24; |
| 19303 | static constexpr dart::compiler::target::word |
| 19304 | AOT_ExceptionHandlers_elements_start_offset = 0x10; |
| 19305 | static constexpr dart::compiler::target::word |
| 19306 | AOT_ExceptionHandlers_element_size = 0xc; |
| 19307 | static constexpr dart::compiler::target::word |
| 19308 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 19309 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 19310 | static constexpr dart::compiler::target::word |
| 19311 | AOT_OneByteString_elements_start_offset = 0x10; |
| 19312 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 19313 | 0x1; |
| 19314 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 19315 | 0x10; |
| 19316 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 19317 | static constexpr dart::compiler::target::word |
| 19318 | AOT_TypeArguments_elements_start_offset = 0x18; |
| 19319 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 19320 | 0x4; |
| 19321 | static constexpr dart::compiler::target::word |
| 19322 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 19323 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 19324 | 0x2; |
| 19325 | static constexpr dart::compiler::target::word |
| 19326 | AOT_WeakArray_elements_start_offset = 0x10; |
| 19327 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 19328 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 19329 | 0xfffffff; |
| 19330 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 19331 | 0xfffc; |
| 19332 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 19333 | 0xfffffff; |
| 19334 | static constexpr dart::compiler::target::word |
| 19335 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 19336 | static constexpr dart::compiler::target::word |
| 19337 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2a; |
| 19338 | static constexpr dart::compiler::target::word |
| 19339 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 19340 | static constexpr dart::compiler::target::word |
| 19341 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x16; |
| 19342 | static constexpr dart::compiler::target::word |
| 19343 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 19344 | static constexpr dart::compiler::target::word |
| 19345 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 19346 | static constexpr dart::compiler::target::word |
| 19347 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 19348 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 19349 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 19350 | static constexpr dart::compiler::target::word |
| 19351 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 19352 | static constexpr dart::compiler::target::word |
| 19353 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 19354 | static constexpr dart::compiler::target::word |
| 19355 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 19356 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 19357 | 0xffff; |
| 19358 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 19359 | 0xffff; |
| 19360 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 19361 | 0x1fffffff; |
| 19362 | static constexpr dart::compiler::target::word |
| 19363 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 19364 | static constexpr dart::compiler::target::word |
| 19365 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 19366 | static constexpr dart::compiler::target::word |
| 19367 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 19368 | static constexpr dart::compiler::target::word |
| 19369 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 19370 | static constexpr dart::compiler::target::word |
| 19371 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 19372 | static constexpr dart::compiler::target::word |
| 19373 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 19374 | static constexpr dart::compiler::target::word |
| 19375 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 19376 | static constexpr dart::compiler::target::word |
| 19377 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 19378 | static constexpr dart::compiler::target::word |
| 19379 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 19380 | static constexpr dart::compiler::target::word |
| 19381 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 19382 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 19383 | 0x7; |
| 19384 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 19385 | 0x7; |
| 19386 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 19387 | 0xfffffff; |
| 19388 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 19389 | 0x10; |
| 19390 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 19391 | 0x1c; |
| 19392 | static constexpr dart::compiler::target::word |
| 19393 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 19394 | static constexpr dart::compiler::target::word |
| 19395 | AOT_ArgumentsDescriptor_count_offset = 0x14; |
| 19396 | static constexpr dart::compiler::target::word |
| 19397 | AOT_ArgumentsDescriptor_size_offset = 0x18; |
| 19398 | static constexpr dart::compiler::target::word |
| 19399 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 19400 | static constexpr dart::compiler::target::word |
| 19401 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 19402 | static constexpr dart::compiler::target::word |
| 19403 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 19404 | static constexpr dart::compiler::target::word |
| 19405 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 19406 | static constexpr dart::compiler::target::word |
| 19407 | AOT_ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 19408 | static constexpr dart::compiler::target::word |
| 19409 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 19410 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x10; |
| 19411 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0xc; |
| 19412 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 19413 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 19414 | 0x8; |
| 19415 | static constexpr dart::compiler::target::word |
| 19416 | AOT_Class_declaration_type_offset = 0x34; |
| 19417 | static constexpr dart::compiler::target::word |
| 19418 | AOT_Class_num_type_arguments_offset = 0x44; |
| 19419 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 19420 | 0x2c; |
| 19421 | static constexpr dart::compiler::target::word |
| 19422 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x50; |
| 19423 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x18; |
| 19424 | static constexpr dart::compiler::target::word |
| 19425 | AOT_Closure_delayed_type_arguments_offset = 0x10; |
| 19426 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 19427 | 0x14; |
| 19428 | static constexpr dart::compiler::target::word |
| 19429 | AOT_Closure_function_type_arguments_offset = 0xc; |
| 19430 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x1c; |
| 19431 | static constexpr dart::compiler::target::word |
| 19432 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 19433 | static constexpr dart::compiler::target::word |
| 19434 | AOT_ClosureData_packed_fields_offset = 0x14; |
| 19435 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 19436 | 0x30; |
| 19437 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 19438 | 0x28; |
| 19439 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 19440 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 19441 | 0x8; |
| 19442 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0xc; |
| 19443 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 19444 | static constexpr dart::compiler::target::word |
| 19445 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 19446 | static constexpr dart::compiler::target::word |
| 19447 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 19448 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 19449 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 19450 | static constexpr dart::compiler::target::word |
| 19451 | AOT_Field_initializer_function_offset = 0x14; |
| 19452 | static constexpr dart::compiler::target::word |
| 19453 | AOT_Field_host_offset_or_field_id_offset = 0x18; |
| 19454 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 19455 | 0x2c; |
| 19456 | static constexpr dart::compiler::target::word |
| 19457 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 19458 | static constexpr dart::compiler::target::word |
| 19459 | AOT_Field_guarded_list_length_offset = 0x1c; |
| 19460 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 19461 | 0x30; |
| 19462 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x36; |
| 19463 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x2c; |
| 19464 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x24; |
| 19465 | static constexpr dart::compiler::target::word |
| 19466 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 19467 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 19468 | 0x30; |
| 19469 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 19470 | 0x20; |
| 19471 | static constexpr dart::compiler::target::word |
| 19472 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 19473 | static constexpr dart::compiler::target::word |
| 19474 | AOT_GrowableObjectArray_data_offset = 0x10; |
| 19475 | static constexpr dart::compiler::target::word |
| 19476 | AOT_GrowableObjectArray_length_offset = 0xc; |
| 19477 | static constexpr dart::compiler::target::word |
| 19478 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 19479 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 19480 | static constexpr dart::compiler::target::word |
| 19481 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 19482 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 19483 | 0x3; |
| 19484 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 19485 | 0x0; |
| 19486 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 19487 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 19488 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 19489 | 0x28; |
| 19490 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 19491 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 19492 | 0x28; |
| 19493 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 19494 | 0x30; |
| 19495 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 19496 | 0x40; |
| 19497 | static constexpr dart::compiler::target::word |
| 19498 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 19499 | static constexpr dart::compiler::target::word |
| 19500 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 19501 | static constexpr dart::compiler::target::word |
| 19502 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 19503 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 19504 | 0x20; |
| 19505 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 19506 | 0x10; |
| 19507 | static constexpr dart::compiler::target::word |
| 19508 | AOT_ImmutableLinkedHashBase_data_offset = 0x10; |
| 19509 | static constexpr dart::compiler::target::word |
| 19510 | AOT_LinkedHashBase_deleted_keys_offset = 0x18; |
| 19511 | static constexpr dart::compiler::target::word |
| 19512 | AOT_LinkedHashBase_hash_mask_offset = 0xc; |
| 19513 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 19514 | 0x1c; |
| 19515 | static constexpr dart::compiler::target::word |
| 19516 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 19517 | static constexpr dart::compiler::target::word |
| 19518 | AOT_LinkedHashBase_used_data_offset = 0x14; |
| 19519 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 19520 | static constexpr dart::compiler::target::word |
| 19521 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 19522 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 19523 | 0x8; |
| 19524 | static constexpr dart::compiler::target::word |
| 19525 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 19526 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 19527 | 0x20; |
| 19528 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 19529 | static constexpr dart::compiler::target::word |
| 19530 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 19531 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 19532 | 0x10; |
| 19533 | static constexpr dart::compiler::target::word |
| 19534 | AOT_NativeArguments_retval_offset = 0x18; |
| 19535 | static constexpr dart::compiler::target::word |
| 19536 | AOT_NativeArguments_thread_offset = 0x0; |
| 19537 | static constexpr dart::compiler::target::word |
| 19538 | AOT_ObjectStore_double_type_offset = 0x180; |
| 19539 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 19540 | 0x128; |
| 19541 | static constexpr dart::compiler::target::word |
| 19542 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 19543 | static constexpr dart::compiler::target::word |
| 19544 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 19545 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 19546 | 0x108; |
| 19547 | static constexpr dart::compiler::target::word |
| 19548 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 19549 | static constexpr dart::compiler::target::word |
| 19550 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 19551 | static constexpr dart::compiler::target::word |
| 19552 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 19553 | static constexpr dart::compiler::target::word |
| 19554 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 19555 | static constexpr dart::compiler::target::word |
| 19556 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 19557 | static constexpr dart::compiler::target::word |
| 19558 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 19559 | static constexpr dart::compiler::target::word |
| 19560 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 19561 | static constexpr dart::compiler::target::word |
| 19562 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 19563 | static constexpr dart::compiler::target::word |
| 19564 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 19565 | static constexpr dart::compiler::target::word |
| 19566 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 19567 | static constexpr dart::compiler::target::word |
| 19568 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 19569 | static constexpr dart::compiler::target::word |
| 19570 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 19571 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 19572 | 0x10; |
| 19573 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 19574 | static constexpr dart::compiler::target::word |
| 19575 | AOT_Pointer_type_arguments_offset = 0x10; |
| 19576 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 19577 | 0x8; |
| 19578 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 19579 | 0xc; |
| 19580 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0xc; |
| 19581 | static constexpr dart::compiler::target::word |
| 19582 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 19583 | static constexpr dart::compiler::target::word |
| 19584 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 19585 | static constexpr dart::compiler::target::word |
| 19586 | AOT_SingleTargetCache_target_offset = 0x8; |
| 19587 | static constexpr dart::compiler::target::word |
| 19588 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 19589 | static constexpr dart::compiler::target::word |
| 19590 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 19591 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 19592 | 0x8; |
| 19593 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 19594 | 0x8; |
| 19595 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 19596 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 19597 | static constexpr dart::compiler::target::word |
| 19598 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 19599 | static constexpr dart::compiler::target::word |
| 19600 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 19601 | static constexpr dart::compiler::target::word |
| 19602 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 19603 | static constexpr dart::compiler::target::word |
| 19604 | AOT_SuspendState_error_callback_offset = 0x20; |
| 19605 | static constexpr dart::compiler::target::word |
| 19606 | AOT_SuspendState_frame_size_offset = 0x8; |
| 19607 | static constexpr dart::compiler::target::word |
| 19608 | AOT_SuspendState_function_data_offset = 0x18; |
| 19609 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 19610 | 0x28; |
| 19611 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 19612 | static constexpr dart::compiler::target::word |
| 19613 | AOT_SuspendState_then_callback_offset = 0x1c; |
| 19614 | static constexpr dart::compiler::target::word |
| 19615 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 19616 | static constexpr dart::compiler::target::word |
| 19617 | AOT_Thread_active_exception_offset = 0x6e8; |
| 19618 | static constexpr dart::compiler::target::word |
| 19619 | AOT_Thread_active_stacktrace_offset = 0x6f0; |
| 19620 | static constexpr dart::compiler::target::word |
| 19621 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 19622 | static constexpr dart::compiler::target::word |
| 19623 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 19624 | static constexpr dart::compiler::target::word |
| 19625 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 19626 | static constexpr dart::compiler::target::word |
| 19627 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 19628 | static constexpr dart::compiler::target::word |
| 19629 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 19630 | static constexpr dart::compiler::target::word |
| 19631 | AOT_Thread_allocate_object_entry_point_offset = 0x210; |
| 19632 | static constexpr dart::compiler::target::word |
| 19633 | AOT_Thread_allocate_object_stub_offset = 0x128; |
| 19634 | static constexpr dart::compiler::target::word |
| 19635 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 19636 | static constexpr dart::compiler::target::word |
| 19637 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 19638 | static constexpr dart::compiler::target::word |
| 19639 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 19640 | static constexpr dart::compiler::target::word |
| 19641 | AOT_Thread_allocate_object_slow_stub_offset = 0x138; |
| 19642 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 19643 | 0x728; |
| 19644 | static constexpr dart::compiler::target::word |
| 19645 | AOT_Thread_async_exception_handler_stub_offset = 0x140; |
| 19646 | static constexpr dart::compiler::target::word |
| 19647 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 19648 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 19649 | 0x80; |
| 19650 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 19651 | 0x78; |
| 19652 | static constexpr dart::compiler::target::word |
| 19653 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 19654 | static constexpr dart::compiler::target::word |
| 19655 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 19656 | static constexpr dart::compiler::target::word |
| 19657 | AOT_Thread_call_to_runtime_stub_offset = 0xb0; |
| 19658 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 19659 | 0x760; |
| 19660 | static constexpr dart::compiler::target::word |
| 19661 | AOT_Thread_dispatch_table_array_offset = 0x60; |
| 19662 | static constexpr dart::compiler::target::word |
| 19663 | AOT_Thread_double_truncate_round_supported_offset = 0x730; |
| 19664 | static constexpr dart::compiler::target::word |
| 19665 | AOT_Thread_service_extension_stream_offset = 0x768; |
| 19666 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 19667 | 0x248; |
| 19668 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 19669 | 0x198; |
| 19670 | static constexpr dart::compiler::target::word |
| 19671 | AOT_Thread_deoptimize_entry_offset = 0x250; |
| 19672 | static constexpr dart::compiler::target::word |
| 19673 | AOT_Thread_deoptimize_stub_offset = 0x1a0; |
| 19674 | static constexpr dart::compiler::target::word |
| 19675 | AOT_Thread_double_abs_address_offset = 0x2a0; |
| 19676 | static constexpr dart::compiler::target::word |
| 19677 | AOT_Thread_double_negate_address_offset = 0x298; |
| 19678 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x58; |
| 19679 | static constexpr dart::compiler::target::word |
| 19680 | AOT_Thread_enter_safepoint_stub_offset = 0x1c8; |
| 19681 | static constexpr dart::compiler::target::word |
| 19682 | AOT_Thread_execution_state_offset = 0x710; |
| 19683 | static constexpr dart::compiler::target::word |
| 19684 | AOT_Thread_exit_safepoint_stub_offset = 0x1d0; |
| 19685 | static constexpr dart::compiler::target::word |
| 19686 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 19687 | static constexpr dart::compiler::target::word |
| 19688 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 19689 | static constexpr dart::compiler::target::word |
| 19690 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 19691 | static constexpr dart::compiler::target::word |
| 19692 | AOT_Thread_fix_allocation_stub_code_offset = 0xa0; |
| 19693 | static constexpr dart::compiler::target::word |
| 19694 | AOT_Thread_fix_callers_target_code_offset = 0x98; |
| 19695 | static constexpr dart::compiler::target::word |
| 19696 | AOT_Thread_float_absolute_address_offset = 0x2b8; |
| 19697 | static constexpr dart::compiler::target::word |
| 19698 | AOT_Thread_float_negate_address_offset = 0x2b0; |
| 19699 | static constexpr dart::compiler::target::word |
| 19700 | AOT_Thread_float_not_address_offset = 0x2a8; |
| 19701 | static constexpr dart::compiler::target::word |
| 19702 | AOT_Thread_float_zerow_address_offset = 0x2c0; |
| 19703 | static constexpr dart::compiler::target::word |
| 19704 | AOT_Thread_global_object_pool_offset = 0x6f8; |
| 19705 | static constexpr dart::compiler::target::word |
| 19706 | AOT_Thread_invoke_dart_code_stub_offset = 0xa8; |
| 19707 | static constexpr dart::compiler::target::word |
| 19708 | AOT_Thread_exit_through_ffi_offset = 0x720; |
| 19709 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x690; |
| 19710 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 19711 | 0x698; |
| 19712 | static constexpr dart::compiler::target::word |
| 19713 | AOT_Thread_field_table_values_offset = 0x68; |
| 19714 | static constexpr dart::compiler::target::word |
| 19715 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 19716 | static constexpr dart::compiler::target::word |
| 19717 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 19718 | static constexpr dart::compiler::target::word |
| 19719 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 19720 | static constexpr dart::compiler::target::word |
| 19721 | AOT_Thread_marking_stack_block_offset = 0x6c0; |
| 19722 | static constexpr dart::compiler::target::word |
| 19723 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 19724 | static constexpr dart::compiler::target::word |
| 19725 | AOT_Thread_switchable_call_miss_entry_offset = 0x240; |
| 19726 | static constexpr dart::compiler::target::word |
| 19727 | AOT_Thread_switchable_call_miss_stub_offset = 0x178; |
| 19728 | static constexpr dart::compiler::target::word |
| 19729 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 19730 | static constexpr dart::compiler::target::word |
| 19731 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 19732 | 0xc0; |
| 19733 | static constexpr dart::compiler::target::word |
| 19734 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 19735 | 0xb8; |
| 19736 | static constexpr dart::compiler::target::word |
| 19737 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 19738 | static constexpr dart::compiler::target::word |
| 19739 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 19740 | static constexpr dart::compiler::target::word |
| 19741 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 19742 | static constexpr dart::compiler::target::word |
| 19743 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 19744 | static constexpr dart::compiler::target::word |
| 19745 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 19746 | static constexpr dart::compiler::target::word |
| 19747 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 19748 | static constexpr dart::compiler::target::word |
| 19749 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 19750 | static constexpr dart::compiler::target::word |
| 19751 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 19752 | static constexpr dart::compiler::target::word |
| 19753 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 19754 | static constexpr dart::compiler::target::word |
| 19755 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 19756 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 19757 | 0x148; |
| 19758 | static constexpr dart::compiler::target::word |
| 19759 | AOT_Thread_return_async_not_future_stub_offset = 0x158; |
| 19760 | static constexpr dart::compiler::target::word |
| 19761 | AOT_Thread_return_async_star_stub_offset = 0x160; |
| 19762 | static constexpr dart::compiler::target::word |
| 19763 | AOT_Thread_return_async_stub_offset = 0x150; |
| 19764 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 19765 | 0x70; |
| 19766 | static constexpr dart::compiler::target::word |
| 19767 | AOT_Thread_predefined_symbols_address_offset = 0x288; |
| 19768 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 19769 | 0x700; |
| 19770 | static constexpr dart::compiler::target::word |
| 19771 | AOT_Thread_saved_shadow_call_stack_offset = 0x708; |
| 19772 | static constexpr dart::compiler::target::word |
| 19773 | AOT_Thread_safepoint_state_offset = 0x718; |
| 19774 | static constexpr dart::compiler::target::word |
| 19775 | AOT_Thread_slow_type_test_stub_offset = 0x1b8; |
| 19776 | static constexpr dart::compiler::target::word |
| 19777 | AOT_Thread_slow_type_test_entry_point_offset = 0x268; |
| 19778 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 19779 | 0x38; |
| 19780 | static constexpr dart::compiler::target::word |
| 19781 | AOT_Thread_saved_stack_limit_offset = 0x6a0; |
| 19782 | static constexpr dart::compiler::target::word |
| 19783 | AOT_Thread_stack_overflow_flags_offset = 0x6a8; |
| 19784 | static constexpr dart::compiler::target::word |
| 19785 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 19786 | static constexpr dart::compiler::target::word |
| 19787 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 19788 | static constexpr dart::compiler::target::word |
| 19789 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 19790 | 0x228; |
| 19791 | static constexpr dart::compiler::target::word |
| 19792 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 19793 | static constexpr dart::compiler::target::word |
| 19794 | AOT_Thread_store_buffer_block_offset = 0x6b8; |
| 19795 | static constexpr dart::compiler::target::word |
| 19796 | AOT_Thread_suspend_state_await_entry_point_offset = 0x640; |
| 19797 | static constexpr dart::compiler::target::word |
| 19798 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x648; |
| 19799 | static constexpr dart::compiler::target::word |
| 19800 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x638; |
| 19801 | static constexpr dart::compiler::target::word |
| 19802 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x650; |
| 19803 | static constexpr dart::compiler::target::word |
| 19804 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x658; |
| 19805 | static constexpr dart::compiler::target::word |
| 19806 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x660; |
| 19807 | static constexpr dart::compiler::target::word |
| 19808 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x668; |
| 19809 | static constexpr dart::compiler::target::word |
| 19810 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x670; |
| 19811 | static constexpr dart::compiler::target::word |
| 19812 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x678; |
| 19813 | static constexpr dart::compiler::target::word |
| 19814 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 19815 | 0x680; |
| 19816 | static constexpr dart::compiler::target::word |
| 19817 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x688; |
| 19818 | static constexpr dart::compiler::target::word |
| 19819 | AOT_Thread_top_exit_frame_info_offset = 0x6b0; |
| 19820 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x50; |
| 19821 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 19822 | 0x20; |
| 19823 | static constexpr dart::compiler::target::word |
| 19824 | AOT_Thread_unboxed_runtime_arg_offset = 0x6d8; |
| 19825 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x6d0; |
| 19826 | static constexpr dart::compiler::target::word |
| 19827 | AOT_Thread_write_barrier_entry_point_offset = 0x1e8; |
| 19828 | static constexpr dart::compiler::target::word |
| 19829 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 19830 | static constexpr dart::compiler::target::word AOT_Thread_heap_base_offset = |
| 19831 | 0x48; |
| 19832 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 19833 | 0x738; |
| 19834 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x740; |
| 19835 | static constexpr dart::compiler::target::word |
| 19836 | AOT_Thread_jump_to_frame_entry_point_offset = 0x260; |
| 19837 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 19838 | 0x748; |
| 19839 | static constexpr dart::compiler::target::word |
| 19840 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 19841 | static constexpr dart::compiler::target::word |
| 19842 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 19843 | static constexpr dart::compiler::target::word |
| 19844 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 19845 | static constexpr dart::compiler::target::word |
| 19846 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 19847 | static constexpr dart::compiler::target::word |
| 19848 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 19849 | static constexpr dart::compiler::target::word |
| 19850 | AOT_TimelineStream_enabled_offset = 0x10; |
| 19851 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 19852 | 0x10; |
| 19853 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x20; |
| 19854 | static constexpr dart::compiler::target::word |
| 19855 | AOT_Finalizer_type_arguments_offset = 0x24; |
| 19856 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 19857 | 0x20; |
| 19858 | static constexpr dart::compiler::target::word |
| 19859 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 19860 | static constexpr dart::compiler::target::word |
| 19861 | AOT_FinalizerBase_detachments_offset = 0x14; |
| 19862 | static constexpr dart::compiler::target::word |
| 19863 | AOT_FinalizerBase_entries_collected_offset = 0x1c; |
| 19864 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 19865 | 0x8; |
| 19866 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 19867 | 0xc; |
| 19868 | static constexpr dart::compiler::target::word |
| 19869 | AOT_FinalizerEntry_external_size_offset = 0x20; |
| 19870 | static constexpr dart::compiler::target::word |
| 19871 | AOT_FinalizerEntry_finalizer_offset = 0x14; |
| 19872 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 19873 | 0x18; |
| 19874 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 19875 | 0x10; |
| 19876 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 19877 | 0x8; |
| 19878 | static constexpr dart::compiler::target::word |
| 19879 | AOT_NativeFinalizer_callback_offset = 0x20; |
| 19880 | static constexpr dart::compiler::target::word |
| 19881 | AOT_FunctionType_named_parameter_names_offset = 0x2c; |
| 19882 | static constexpr dart::compiler::target::word |
| 19883 | AOT_FunctionType_packed_parameter_counts_offset = 0x30; |
| 19884 | static constexpr dart::compiler::target::word |
| 19885 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 19886 | static constexpr dart::compiler::target::word |
| 19887 | AOT_FunctionType_parameter_types_offset = 0x28; |
| 19888 | static constexpr dart::compiler::target::word |
| 19889 | AOT_FunctionType_type_parameters_offset = 0x20; |
| 19890 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 19891 | 0x26; |
| 19892 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 19893 | 0x10; |
| 19894 | static constexpr dart::compiler::target::word |
| 19895 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 19896 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 19897 | 0xc; |
| 19898 | static constexpr dart::compiler::target::word |
| 19899 | AOT_TypeArguments_nullability_offset = 0x14; |
| 19900 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 19901 | 0x18; |
| 19902 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 19903 | 0x8; |
| 19904 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 19905 | 0xc; |
| 19906 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 19907 | 0x10; |
| 19908 | static constexpr dart::compiler::target::word |
| 19909 | AOT_TypeParameters_defaults_offset = 0x14; |
| 19910 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 19911 | 0x14; |
| 19912 | static constexpr dart::compiler::target::word |
| 19913 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 19914 | static constexpr dart::compiler::target::word |
| 19915 | AOT_TypedDataView_offset_in_bytes_offset = 0x1c; |
| 19916 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 19917 | 0x18; |
| 19918 | static constexpr dart::compiler::target::word |
| 19919 | AOT_UnhandledException_exception_offset = 0x8; |
| 19920 | static constexpr dart::compiler::target::word |
| 19921 | AOT_UnhandledException_stacktrace_offset = 0xc; |
| 19922 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 19923 | static constexpr dart::compiler::target::word |
| 19924 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 19925 | static constexpr dart::compiler::target::word |
| 19926 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 19927 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 19928 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 19929 | 0xc; |
| 19930 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 19931 | 0x8; |
| 19932 | static constexpr dart::compiler::target::word |
| 19933 | AOT_WeakReference_type_arguments_offset = 0xc; |
| 19934 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 19935 | 0x8, 0x18, 0x10, 0x20}; |
| 19936 | static constexpr dart::compiler::target::word |
| 19937 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 19938 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, -1, -1, 0x600, 0x608, |
| 19939 | 0x610, 0x618, 0x620, -1, 0x628, 0x630, -1, -1}; |
| 19940 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 19941 | 0x20; |
| 19942 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 19943 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x10; |
| 19944 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 19945 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 19946 | 0x10; |
| 19947 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x58; |
| 19948 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x28; |
| 19949 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 19950 | 0x18; |
| 19951 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 19952 | 0x10; |
| 19953 | static constexpr dart::compiler::target::word |
| 19954 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 19955 | static constexpr dart::compiler::target::word |
| 19956 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 19957 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x10; |
| 19958 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 19959 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 19960 | 0x18; |
| 19961 | static constexpr dart::compiler::target::word |
| 19962 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 19963 | static constexpr dart::compiler::target::word |
| 19964 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 19965 | static constexpr dart::compiler::target::word |
| 19966 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 19967 | static constexpr dart::compiler::target::word |
| 19968 | AOT_FfiTrampolineData_InstanceSize = 0x20; |
| 19969 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x38; |
| 19970 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x28; |
| 19971 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 19972 | 0x28; |
| 19973 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 19974 | 0x28; |
| 19975 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 19976 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 19977 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x38; |
| 19978 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 19979 | 0x38; |
| 19980 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 19981 | static constexpr dart::compiler::target::word |
| 19982 | AOT_GrowableObjectArray_InstanceSize = 0x18; |
| 19983 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 19984 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 19985 | static constexpr dart::compiler::target::word |
| 19986 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 19987 | static constexpr dart::compiler::target::word |
| 19988 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 19989 | static constexpr dart::compiler::target::word |
| 19990 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 19991 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 19992 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 19993 | static constexpr dart::compiler::target::word |
| 19994 | AOT_KernelProgramInfo_InstanceSize = 0x38; |
| 19995 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 19996 | 0x20; |
| 19997 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x60; |
| 19998 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 19999 | 0x18; |
| 20000 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 20001 | 0x20; |
| 20002 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 20003 | 0x8; |
| 20004 | static constexpr dart::compiler::target::word |
| 20005 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 20006 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 20007 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 20008 | 0x10; |
| 20009 | static constexpr dart::compiler::target::word |
| 20010 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 20011 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x18; |
| 20012 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 20013 | 0x20; |
| 20014 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 20015 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 20016 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 20017 | 0x10; |
| 20018 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 20019 | 0x10; |
| 20020 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 20021 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 20022 | 0x10; |
| 20023 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 20024 | 0x28; |
| 20025 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x50; |
| 20026 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x30; |
| 20027 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 20028 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 20029 | static constexpr dart::compiler::target::word |
| 20030 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 20031 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 20032 | 0x18; |
| 20033 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 20034 | 0x28; |
| 20035 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 20036 | static constexpr dart::compiler::target::word |
| 20037 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 20038 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 20039 | 0x18; |
| 20040 | static constexpr dart::compiler::target::word |
| 20041 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 20042 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x28; |
| 20043 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 20044 | 0x28; |
| 20045 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 20046 | 0x18; |
| 20047 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 20048 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 20049 | 0x18; |
| 20050 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 20051 | 0x20; |
| 20052 | static constexpr dart::compiler::target::word |
| 20053 | AOT_UnhandledException_InstanceSize = 0x10; |
| 20054 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 20055 | 0x20; |
| 20056 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 20057 | 0x10; |
| 20058 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 20059 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 20060 | 0x18; |
| 20061 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 20062 | 0x18; |
| 20063 | static constexpr dart::compiler::target::word |
| 20064 | AOT_WeakSerializationReference_InstanceSize = 0x10; |
| 20065 | #endif // defined(PRODUCT) && \ |
| 20066 | // defined(TARGET_ARCH_X64) && \ |
| 20067 | // defined(DART_COMPRESSED_POINTERS) |
| 20068 | |
| 20069 | #if defined(PRODUCT) && defined(TARGET_ARCH_ARM64) && \ |
| 20070 | defined(DART_COMPRESSED_POINTERS) |
| 20071 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 20072 | 0x20; |
| 20073 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 20074 | 0x10; |
| 20075 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 20076 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 20077 | 0x78; |
| 20078 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 20079 | static constexpr dart::compiler::target::word |
| 20080 | AOT_Context_elements_start_offset = 0x10; |
| 20081 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 20082 | static constexpr dart::compiler::target::word |
| 20083 | AOT_ContextScope_elements_start_offset = 0x10; |
| 20084 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 20085 | 0x24; |
| 20086 | static constexpr dart::compiler::target::word |
| 20087 | AOT_ExceptionHandlers_elements_start_offset = 0x10; |
| 20088 | static constexpr dart::compiler::target::word |
| 20089 | AOT_ExceptionHandlers_element_size = 0xc; |
| 20090 | static constexpr dart::compiler::target::word |
| 20091 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 20092 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 20093 | static constexpr dart::compiler::target::word |
| 20094 | AOT_OneByteString_elements_start_offset = 0x10; |
| 20095 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 20096 | 0x1; |
| 20097 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 20098 | 0x10; |
| 20099 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 20100 | static constexpr dart::compiler::target::word |
| 20101 | AOT_TypeArguments_elements_start_offset = 0x18; |
| 20102 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 20103 | 0x4; |
| 20104 | static constexpr dart::compiler::target::word |
| 20105 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 20106 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 20107 | 0x2; |
| 20108 | static constexpr dart::compiler::target::word |
| 20109 | AOT_WeakArray_elements_start_offset = 0x10; |
| 20110 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 20111 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 20112 | 0xfffffff; |
| 20113 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 20114 | 0xfffc; |
| 20115 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 20116 | 0xfffffff; |
| 20117 | static constexpr dart::compiler::target::word |
| 20118 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x8; |
| 20119 | static constexpr dart::compiler::target::word |
| 20120 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x34; |
| 20121 | static constexpr dart::compiler::target::word |
| 20122 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x8; |
| 20123 | static constexpr dart::compiler::target::word |
| 20124 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x18; |
| 20125 | static constexpr dart::compiler::target::word |
| 20126 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 20127 | static constexpr dart::compiler::target::word |
| 20128 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 20129 | static constexpr dart::compiler::target::word |
| 20130 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 20131 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 20132 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 20133 | static constexpr dart::compiler::target::word |
| 20134 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 20135 | static constexpr dart::compiler::target::word |
| 20136 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 20137 | static constexpr dart::compiler::target::word |
| 20138 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 20139 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 20140 | 0xffff; |
| 20141 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 20142 | 0xffff; |
| 20143 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 20144 | 0x1fffffff; |
| 20145 | static constexpr dart::compiler::target::word |
| 20146 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 20147 | static constexpr dart::compiler::target::word |
| 20148 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 20149 | static constexpr dart::compiler::target::word |
| 20150 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 20151 | static constexpr dart::compiler::target::word |
| 20152 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 20153 | static constexpr dart::compiler::target::word |
| 20154 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 20155 | static constexpr dart::compiler::target::word |
| 20156 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 20157 | static constexpr dart::compiler::target::word |
| 20158 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 20159 | static constexpr dart::compiler::target::word |
| 20160 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 20161 | static constexpr dart::compiler::target::word |
| 20162 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 20163 | static constexpr dart::compiler::target::word |
| 20164 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 20165 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 20166 | 0x7; |
| 20167 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 20168 | 0x7; |
| 20169 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 20170 | 0xfffffff; |
| 20171 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 20172 | 0x10; |
| 20173 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 20174 | 0x1c; |
| 20175 | static constexpr dart::compiler::target::word |
| 20176 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 20177 | static constexpr dart::compiler::target::word |
| 20178 | AOT_ArgumentsDescriptor_count_offset = 0x14; |
| 20179 | static constexpr dart::compiler::target::word |
| 20180 | AOT_ArgumentsDescriptor_size_offset = 0x18; |
| 20181 | static constexpr dart::compiler::target::word |
| 20182 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x20; |
| 20183 | static constexpr dart::compiler::target::word |
| 20184 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 20185 | static constexpr dart::compiler::target::word |
| 20186 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 20187 | static constexpr dart::compiler::target::word |
| 20188 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 20189 | static constexpr dart::compiler::target::word |
| 20190 | AOT_ArgumentsDescriptor_positional_count_offset = 0x1c; |
| 20191 | static constexpr dart::compiler::target::word |
| 20192 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x10; |
| 20193 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x10; |
| 20194 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0xc; |
| 20195 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 20196 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 20197 | 0x8; |
| 20198 | static constexpr dart::compiler::target::word |
| 20199 | AOT_Class_declaration_type_offset = 0x34; |
| 20200 | static constexpr dart::compiler::target::word |
| 20201 | AOT_Class_num_type_arguments_offset = 0x44; |
| 20202 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 20203 | 0x2c; |
| 20204 | static constexpr dart::compiler::target::word |
| 20205 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x50; |
| 20206 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x18; |
| 20207 | static constexpr dart::compiler::target::word |
| 20208 | AOT_Closure_delayed_type_arguments_offset = 0x10; |
| 20209 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 20210 | 0x14; |
| 20211 | static constexpr dart::compiler::target::word |
| 20212 | AOT_Closure_function_type_arguments_offset = 0xc; |
| 20213 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x1c; |
| 20214 | static constexpr dart::compiler::target::word |
| 20215 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 20216 | static constexpr dart::compiler::target::word |
| 20217 | AOT_ClosureData_packed_fields_offset = 0x14; |
| 20218 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 20219 | 0x30; |
| 20220 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 20221 | 0x28; |
| 20222 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 20223 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 20224 | 0x8; |
| 20225 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0xc; |
| 20226 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 20227 | static constexpr dart::compiler::target::word |
| 20228 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 20229 | static constexpr dart::compiler::target::word |
| 20230 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 20231 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 20232 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 20233 | static constexpr dart::compiler::target::word |
| 20234 | AOT_Field_initializer_function_offset = 0x14; |
| 20235 | static constexpr dart::compiler::target::word |
| 20236 | AOT_Field_host_offset_or_field_id_offset = 0x18; |
| 20237 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 20238 | 0x2c; |
| 20239 | static constexpr dart::compiler::target::word |
| 20240 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x34; |
| 20241 | static constexpr dart::compiler::target::word |
| 20242 | AOT_Field_guarded_list_length_offset = 0x1c; |
| 20243 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 20244 | 0x30; |
| 20245 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x36; |
| 20246 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x2c; |
| 20247 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x24; |
| 20248 | static constexpr dart::compiler::target::word |
| 20249 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 20250 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 20251 | 0x30; |
| 20252 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 20253 | 0x20; |
| 20254 | static constexpr dart::compiler::target::word |
| 20255 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 20256 | static constexpr dart::compiler::target::word |
| 20257 | AOT_GrowableObjectArray_data_offset = 0x10; |
| 20258 | static constexpr dart::compiler::target::word |
| 20259 | AOT_GrowableObjectArray_length_offset = 0xc; |
| 20260 | static constexpr dart::compiler::target::word |
| 20261 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 20262 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 20263 | static constexpr dart::compiler::target::word |
| 20264 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 20265 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 20266 | 0x3; |
| 20267 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 20268 | 0x0; |
| 20269 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 20270 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 20271 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 20272 | 0x28; |
| 20273 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 20274 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 20275 | 0x28; |
| 20276 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 20277 | 0x30; |
| 20278 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 20279 | 0x40; |
| 20280 | static constexpr dart::compiler::target::word |
| 20281 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 20282 | static constexpr dart::compiler::target::word |
| 20283 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 20284 | static constexpr dart::compiler::target::word |
| 20285 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 20286 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 20287 | 0x20; |
| 20288 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 20289 | 0x10; |
| 20290 | static constexpr dart::compiler::target::word |
| 20291 | AOT_ImmutableLinkedHashBase_data_offset = 0x10; |
| 20292 | static constexpr dart::compiler::target::word |
| 20293 | AOT_LinkedHashBase_deleted_keys_offset = 0x18; |
| 20294 | static constexpr dart::compiler::target::word |
| 20295 | AOT_LinkedHashBase_hash_mask_offset = 0xc; |
| 20296 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 20297 | 0x1c; |
| 20298 | static constexpr dart::compiler::target::word |
| 20299 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 20300 | static constexpr dart::compiler::target::word |
| 20301 | AOT_LinkedHashBase_used_data_offset = 0x14; |
| 20302 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 20303 | static constexpr dart::compiler::target::word |
| 20304 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 20305 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 20306 | 0x8; |
| 20307 | static constexpr dart::compiler::target::word |
| 20308 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 20309 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 20310 | 0x20; |
| 20311 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 20312 | static constexpr dart::compiler::target::word |
| 20313 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 20314 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 20315 | 0x10; |
| 20316 | static constexpr dart::compiler::target::word |
| 20317 | AOT_NativeArguments_retval_offset = 0x18; |
| 20318 | static constexpr dart::compiler::target::word |
| 20319 | AOT_NativeArguments_thread_offset = 0x0; |
| 20320 | static constexpr dart::compiler::target::word |
| 20321 | AOT_ObjectStore_double_type_offset = 0x180; |
| 20322 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 20323 | 0x128; |
| 20324 | static constexpr dart::compiler::target::word |
| 20325 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 20326 | static constexpr dart::compiler::target::word |
| 20327 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 20328 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 20329 | 0x108; |
| 20330 | static constexpr dart::compiler::target::word |
| 20331 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 20332 | static constexpr dart::compiler::target::word |
| 20333 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 20334 | static constexpr dart::compiler::target::word |
| 20335 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 20336 | static constexpr dart::compiler::target::word |
| 20337 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 20338 | static constexpr dart::compiler::target::word |
| 20339 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 20340 | static constexpr dart::compiler::target::word |
| 20341 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 20342 | static constexpr dart::compiler::target::word |
| 20343 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 20344 | static constexpr dart::compiler::target::word |
| 20345 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 20346 | static constexpr dart::compiler::target::word |
| 20347 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 20348 | static constexpr dart::compiler::target::word |
| 20349 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 20350 | static constexpr dart::compiler::target::word |
| 20351 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 20352 | static constexpr dart::compiler::target::word |
| 20353 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 20354 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 20355 | 0x10; |
| 20356 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 20357 | static constexpr dart::compiler::target::word |
| 20358 | AOT_Pointer_type_arguments_offset = 0x10; |
| 20359 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 20360 | 0x8; |
| 20361 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 20362 | 0xc; |
| 20363 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0xc; |
| 20364 | static constexpr dart::compiler::target::word |
| 20365 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 20366 | static constexpr dart::compiler::target::word |
| 20367 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 20368 | static constexpr dart::compiler::target::word |
| 20369 | AOT_SingleTargetCache_target_offset = 0x8; |
| 20370 | static constexpr dart::compiler::target::word |
| 20371 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 20372 | static constexpr dart::compiler::target::word |
| 20373 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 20374 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 20375 | 0x8; |
| 20376 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 20377 | 0x8; |
| 20378 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 20379 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 20380 | static constexpr dart::compiler::target::word |
| 20381 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 20382 | static constexpr dart::compiler::target::word |
| 20383 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 20384 | static constexpr dart::compiler::target::word |
| 20385 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 20386 | static constexpr dart::compiler::target::word |
| 20387 | AOT_SuspendState_error_callback_offset = 0x20; |
| 20388 | static constexpr dart::compiler::target::word |
| 20389 | AOT_SuspendState_frame_size_offset = 0x8; |
| 20390 | static constexpr dart::compiler::target::word |
| 20391 | AOT_SuspendState_function_data_offset = 0x18; |
| 20392 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 20393 | 0x28; |
| 20394 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 20395 | static constexpr dart::compiler::target::word |
| 20396 | AOT_SuspendState_then_callback_offset = 0x1c; |
| 20397 | static constexpr dart::compiler::target::word |
| 20398 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c8; |
| 20399 | static constexpr dart::compiler::target::word |
| 20400 | AOT_Thread_active_exception_offset = 0x730; |
| 20401 | static constexpr dart::compiler::target::word |
| 20402 | AOT_Thread_active_stacktrace_offset = 0x738; |
| 20403 | static constexpr dart::compiler::target::word |
| 20404 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1f0; |
| 20405 | static constexpr dart::compiler::target::word |
| 20406 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x200; |
| 20407 | static constexpr dart::compiler::target::word |
| 20408 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x118; |
| 20409 | static constexpr dart::compiler::target::word |
| 20410 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x208; |
| 20411 | static constexpr dart::compiler::target::word |
| 20412 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x120; |
| 20413 | static constexpr dart::compiler::target::word |
| 20414 | AOT_Thread_allocate_object_entry_point_offset = 0x210; |
| 20415 | static constexpr dart::compiler::target::word |
| 20416 | AOT_Thread_allocate_object_stub_offset = 0x128; |
| 20417 | static constexpr dart::compiler::target::word |
| 20418 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x218; |
| 20419 | static constexpr dart::compiler::target::word |
| 20420 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x130; |
| 20421 | static constexpr dart::compiler::target::word |
| 20422 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x220; |
| 20423 | static constexpr dart::compiler::target::word |
| 20424 | AOT_Thread_allocate_object_slow_stub_offset = 0x138; |
| 20425 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 20426 | 0x770; |
| 20427 | static constexpr dart::compiler::target::word |
| 20428 | AOT_Thread_async_exception_handler_stub_offset = 0x140; |
| 20429 | static constexpr dart::compiler::target::word |
| 20430 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x280; |
| 20431 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 20432 | 0x80; |
| 20433 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 20434 | 0x78; |
| 20435 | static constexpr dart::compiler::target::word |
| 20436 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x270; |
| 20437 | static constexpr dart::compiler::target::word |
| 20438 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f8; |
| 20439 | static constexpr dart::compiler::target::word |
| 20440 | AOT_Thread_call_to_runtime_stub_offset = 0xb0; |
| 20441 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 20442 | 0x7a8; |
| 20443 | static constexpr dart::compiler::target::word |
| 20444 | AOT_Thread_dispatch_table_array_offset = 0x60; |
| 20445 | static constexpr dart::compiler::target::word |
| 20446 | AOT_Thread_double_truncate_round_supported_offset = 0x778; |
| 20447 | static constexpr dart::compiler::target::word |
| 20448 | AOT_Thread_service_extension_stream_offset = 0x7b0; |
| 20449 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 20450 | 0x248; |
| 20451 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 20452 | 0x198; |
| 20453 | static constexpr dart::compiler::target::word |
| 20454 | AOT_Thread_deoptimize_entry_offset = 0x250; |
| 20455 | static constexpr dart::compiler::target::word |
| 20456 | AOT_Thread_deoptimize_stub_offset = 0x1a0; |
| 20457 | static constexpr dart::compiler::target::word |
| 20458 | AOT_Thread_double_abs_address_offset = 0x2a0; |
| 20459 | static constexpr dart::compiler::target::word |
| 20460 | AOT_Thread_double_negate_address_offset = 0x298; |
| 20461 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x58; |
| 20462 | static constexpr dart::compiler::target::word |
| 20463 | AOT_Thread_enter_safepoint_stub_offset = 0x1c8; |
| 20464 | static constexpr dart::compiler::target::word |
| 20465 | AOT_Thread_execution_state_offset = 0x758; |
| 20466 | static constexpr dart::compiler::target::word |
| 20467 | AOT_Thread_exit_safepoint_stub_offset = 0x1d0; |
| 20468 | static constexpr dart::compiler::target::word |
| 20469 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d8; |
| 20470 | static constexpr dart::compiler::target::word |
| 20471 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1e0; |
| 20472 | static constexpr dart::compiler::target::word |
| 20473 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x258; |
| 20474 | static constexpr dart::compiler::target::word |
| 20475 | AOT_Thread_fix_allocation_stub_code_offset = 0xa0; |
| 20476 | static constexpr dart::compiler::target::word |
| 20477 | AOT_Thread_fix_callers_target_code_offset = 0x98; |
| 20478 | static constexpr dart::compiler::target::word |
| 20479 | AOT_Thread_float_absolute_address_offset = 0x2b8; |
| 20480 | static constexpr dart::compiler::target::word |
| 20481 | AOT_Thread_float_negate_address_offset = 0x2b0; |
| 20482 | static constexpr dart::compiler::target::word |
| 20483 | AOT_Thread_float_not_address_offset = 0x2a8; |
| 20484 | static constexpr dart::compiler::target::word |
| 20485 | AOT_Thread_float_zerow_address_offset = 0x2c0; |
| 20486 | static constexpr dart::compiler::target::word |
| 20487 | AOT_Thread_global_object_pool_offset = 0x740; |
| 20488 | static constexpr dart::compiler::target::word |
| 20489 | AOT_Thread_invoke_dart_code_stub_offset = 0xa8; |
| 20490 | static constexpr dart::compiler::target::word |
| 20491 | AOT_Thread_exit_through_ffi_offset = 0x768; |
| 20492 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6d8; |
| 20493 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 20494 | 0x6e0; |
| 20495 | static constexpr dart::compiler::target::word |
| 20496 | AOT_Thread_field_table_values_offset = 0x68; |
| 20497 | static constexpr dart::compiler::target::word |
| 20498 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a8; |
| 20499 | static constexpr dart::compiler::target::word |
| 20500 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1b0; |
| 20501 | static constexpr dart::compiler::target::word |
| 20502 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1c0; |
| 20503 | static constexpr dart::compiler::target::word |
| 20504 | AOT_Thread_marking_stack_block_offset = 0x708; |
| 20505 | static constexpr dart::compiler::target::word |
| 20506 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x238; |
| 20507 | static constexpr dart::compiler::target::word |
| 20508 | AOT_Thread_switchable_call_miss_entry_offset = 0x240; |
| 20509 | static constexpr dart::compiler::target::word |
| 20510 | AOT_Thread_switchable_call_miss_stub_offset = 0x178; |
| 20511 | static constexpr dart::compiler::target::word |
| 20512 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x278; |
| 20513 | static constexpr dart::compiler::target::word |
| 20514 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 20515 | 0xc0; |
| 20516 | static constexpr dart::compiler::target::word |
| 20517 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 20518 | 0xb8; |
| 20519 | static constexpr dart::compiler::target::word |
| 20520 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xd0; |
| 20521 | static constexpr dart::compiler::target::word |
| 20522 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc8; |
| 20523 | static constexpr dart::compiler::target::word |
| 20524 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xe0; |
| 20525 | static constexpr dart::compiler::target::word |
| 20526 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd8; |
| 20527 | static constexpr dart::compiler::target::word |
| 20528 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xf0; |
| 20529 | static constexpr dart::compiler::target::word |
| 20530 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe8; |
| 20531 | static constexpr dart::compiler::target::word |
| 20532 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x100; |
| 20533 | static constexpr dart::compiler::target::word |
| 20534 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf8; |
| 20535 | static constexpr dart::compiler::target::word |
| 20536 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x110; |
| 20537 | static constexpr dart::compiler::target::word |
| 20538 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x108; |
| 20539 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 20540 | 0x148; |
| 20541 | static constexpr dart::compiler::target::word |
| 20542 | AOT_Thread_return_async_not_future_stub_offset = 0x158; |
| 20543 | static constexpr dart::compiler::target::word |
| 20544 | AOT_Thread_return_async_star_stub_offset = 0x160; |
| 20545 | static constexpr dart::compiler::target::word |
| 20546 | AOT_Thread_return_async_stub_offset = 0x150; |
| 20547 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 20548 | 0x70; |
| 20549 | static constexpr dart::compiler::target::word |
| 20550 | AOT_Thread_predefined_symbols_address_offset = 0x288; |
| 20551 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 20552 | 0x748; |
| 20553 | static constexpr dart::compiler::target::word |
| 20554 | AOT_Thread_saved_shadow_call_stack_offset = 0x750; |
| 20555 | static constexpr dart::compiler::target::word |
| 20556 | AOT_Thread_safepoint_state_offset = 0x760; |
| 20557 | static constexpr dart::compiler::target::word |
| 20558 | AOT_Thread_slow_type_test_stub_offset = 0x1b8; |
| 20559 | static constexpr dart::compiler::target::word |
| 20560 | AOT_Thread_slow_type_test_entry_point_offset = 0x268; |
| 20561 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 20562 | 0x38; |
| 20563 | static constexpr dart::compiler::target::word |
| 20564 | AOT_Thread_saved_stack_limit_offset = 0x6e8; |
| 20565 | static constexpr dart::compiler::target::word |
| 20566 | AOT_Thread_stack_overflow_flags_offset = 0x6f0; |
| 20567 | static constexpr dart::compiler::target::word |
| 20568 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x230; |
| 20569 | static constexpr dart::compiler::target::word |
| 20570 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x170; |
| 20571 | static constexpr dart::compiler::target::word |
| 20572 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 20573 | 0x228; |
| 20574 | static constexpr dart::compiler::target::word |
| 20575 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x168; |
| 20576 | static constexpr dart::compiler::target::word |
| 20577 | AOT_Thread_store_buffer_block_offset = 0x700; |
| 20578 | static constexpr dart::compiler::target::word |
| 20579 | AOT_Thread_suspend_state_await_entry_point_offset = 0x688; |
| 20580 | static constexpr dart::compiler::target::word |
| 20581 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x690; |
| 20582 | static constexpr dart::compiler::target::word |
| 20583 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x680; |
| 20584 | static constexpr dart::compiler::target::word |
| 20585 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x698; |
| 20586 | static constexpr dart::compiler::target::word |
| 20587 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x6a0; |
| 20588 | static constexpr dart::compiler::target::word |
| 20589 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x6a8; |
| 20590 | static constexpr dart::compiler::target::word |
| 20591 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x6b0; |
| 20592 | static constexpr dart::compiler::target::word |
| 20593 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6b8; |
| 20594 | static constexpr dart::compiler::target::word |
| 20595 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6c0; |
| 20596 | static constexpr dart::compiler::target::word |
| 20597 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 20598 | 0x6c8; |
| 20599 | static constexpr dart::compiler::target::word |
| 20600 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6d0; |
| 20601 | static constexpr dart::compiler::target::word |
| 20602 | AOT_Thread_top_exit_frame_info_offset = 0x6f8; |
| 20603 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x50; |
| 20604 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 20605 | 0x20; |
| 20606 | static constexpr dart::compiler::target::word |
| 20607 | AOT_Thread_unboxed_runtime_arg_offset = 0x720; |
| 20608 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x718; |
| 20609 | static constexpr dart::compiler::target::word |
| 20610 | AOT_Thread_write_barrier_entry_point_offset = 0x1e8; |
| 20611 | static constexpr dart::compiler::target::word |
| 20612 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 20613 | static constexpr dart::compiler::target::word AOT_Thread_heap_base_offset = |
| 20614 | 0x48; |
| 20615 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 20616 | 0x780; |
| 20617 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x788; |
| 20618 | static constexpr dart::compiler::target::word |
| 20619 | AOT_Thread_jump_to_frame_entry_point_offset = 0x260; |
| 20620 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 20621 | 0x790; |
| 20622 | static constexpr dart::compiler::target::word |
| 20623 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 20624 | static constexpr dart::compiler::target::word |
| 20625 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 20626 | static constexpr dart::compiler::target::word |
| 20627 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 20628 | static constexpr dart::compiler::target::word |
| 20629 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 20630 | static constexpr dart::compiler::target::word |
| 20631 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 20632 | static constexpr dart::compiler::target::word |
| 20633 | AOT_TimelineStream_enabled_offset = 0x10; |
| 20634 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 20635 | 0x10; |
| 20636 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x20; |
| 20637 | static constexpr dart::compiler::target::word |
| 20638 | AOT_Finalizer_type_arguments_offset = 0x24; |
| 20639 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 20640 | 0x20; |
| 20641 | static constexpr dart::compiler::target::word |
| 20642 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 20643 | static constexpr dart::compiler::target::word |
| 20644 | AOT_FinalizerBase_detachments_offset = 0x14; |
| 20645 | static constexpr dart::compiler::target::word |
| 20646 | AOT_FinalizerBase_entries_collected_offset = 0x1c; |
| 20647 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 20648 | 0x8; |
| 20649 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 20650 | 0xc; |
| 20651 | static constexpr dart::compiler::target::word |
| 20652 | AOT_FinalizerEntry_external_size_offset = 0x20; |
| 20653 | static constexpr dart::compiler::target::word |
| 20654 | AOT_FinalizerEntry_finalizer_offset = 0x14; |
| 20655 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 20656 | 0x18; |
| 20657 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 20658 | 0x10; |
| 20659 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 20660 | 0x8; |
| 20661 | static constexpr dart::compiler::target::word |
| 20662 | AOT_NativeFinalizer_callback_offset = 0x20; |
| 20663 | static constexpr dart::compiler::target::word |
| 20664 | AOT_FunctionType_named_parameter_names_offset = 0x2c; |
| 20665 | static constexpr dart::compiler::target::word |
| 20666 | AOT_FunctionType_packed_parameter_counts_offset = 0x30; |
| 20667 | static constexpr dart::compiler::target::word |
| 20668 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x34; |
| 20669 | static constexpr dart::compiler::target::word |
| 20670 | AOT_FunctionType_parameter_types_offset = 0x28; |
| 20671 | static constexpr dart::compiler::target::word |
| 20672 | AOT_FunctionType_type_parameters_offset = 0x20; |
| 20673 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 20674 | 0x26; |
| 20675 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 20676 | 0x10; |
| 20677 | static constexpr dart::compiler::target::word |
| 20678 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 20679 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 20680 | 0xc; |
| 20681 | static constexpr dart::compiler::target::word |
| 20682 | AOT_TypeArguments_nullability_offset = 0x14; |
| 20683 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 20684 | 0x18; |
| 20685 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 20686 | 0x8; |
| 20687 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 20688 | 0xc; |
| 20689 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 20690 | 0x10; |
| 20691 | static constexpr dart::compiler::target::word |
| 20692 | AOT_TypeParameters_defaults_offset = 0x14; |
| 20693 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 20694 | 0x14; |
| 20695 | static constexpr dart::compiler::target::word |
| 20696 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 20697 | static constexpr dart::compiler::target::word |
| 20698 | AOT_TypedDataView_offset_in_bytes_offset = 0x1c; |
| 20699 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 20700 | 0x18; |
| 20701 | static constexpr dart::compiler::target::word |
| 20702 | AOT_UnhandledException_exception_offset = 0x8; |
| 20703 | static constexpr dart::compiler::target::word |
| 20704 | AOT_UnhandledException_stacktrace_offset = 0xc; |
| 20705 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 20706 | static constexpr dart::compiler::target::word |
| 20707 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 20708 | static constexpr dart::compiler::target::word |
| 20709 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 20710 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 20711 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 20712 | 0xc; |
| 20713 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 20714 | 0x8; |
| 20715 | static constexpr dart::compiler::target::word |
| 20716 | AOT_WeakReference_type_arguments_offset = 0xc; |
| 20717 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 20718 | 0x8, 0x18, 0x10, 0x20}; |
| 20719 | static constexpr dart::compiler::target::word |
| 20720 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 20721 | 0x5e0, 0x5e8, 0x5f0, 0x5f8, 0x600, 0x608, 0x610, 0x618, |
| 20722 | 0x620, 0x628, 0x630, 0x638, 0x640, 0x648, 0x650, -1, |
| 20723 | -1, -1, -1, 0x658, 0x660, -1, -1, 0x668, |
| 20724 | 0x670, 0x678, -1, -1, -1, -1, -1, -1}; |
| 20725 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 20726 | 0x20; |
| 20727 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 20728 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x10; |
| 20729 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 20730 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 20731 | 0x10; |
| 20732 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x58; |
| 20733 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x28; |
| 20734 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 20735 | 0x18; |
| 20736 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 20737 | 0x10; |
| 20738 | static constexpr dart::compiler::target::word |
| 20739 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 20740 | static constexpr dart::compiler::target::word |
| 20741 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 20742 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x10; |
| 20743 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 20744 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 20745 | 0x18; |
| 20746 | static constexpr dart::compiler::target::word |
| 20747 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 20748 | static constexpr dart::compiler::target::word |
| 20749 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 20750 | static constexpr dart::compiler::target::word |
| 20751 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 20752 | static constexpr dart::compiler::target::word |
| 20753 | AOT_FfiTrampolineData_InstanceSize = 0x20; |
| 20754 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x38; |
| 20755 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x28; |
| 20756 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 20757 | 0x28; |
| 20758 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 20759 | 0x28; |
| 20760 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 20761 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 20762 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x38; |
| 20763 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 20764 | 0x38; |
| 20765 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 20766 | static constexpr dart::compiler::target::word |
| 20767 | AOT_GrowableObjectArray_InstanceSize = 0x18; |
| 20768 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 20769 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 20770 | static constexpr dart::compiler::target::word |
| 20771 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 20772 | static constexpr dart::compiler::target::word |
| 20773 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 20774 | static constexpr dart::compiler::target::word |
| 20775 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 20776 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 20777 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 20778 | static constexpr dart::compiler::target::word |
| 20779 | AOT_KernelProgramInfo_InstanceSize = 0x38; |
| 20780 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 20781 | 0x20; |
| 20782 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x60; |
| 20783 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 20784 | 0x18; |
| 20785 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 20786 | 0x20; |
| 20787 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 20788 | 0x8; |
| 20789 | static constexpr dart::compiler::target::word |
| 20790 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 20791 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 20792 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 20793 | 0x10; |
| 20794 | static constexpr dart::compiler::target::word |
| 20795 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 20796 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x18; |
| 20797 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 20798 | 0x20; |
| 20799 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 20800 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 20801 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 20802 | 0x10; |
| 20803 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 20804 | 0x10; |
| 20805 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 20806 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 20807 | 0x10; |
| 20808 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 20809 | 0x28; |
| 20810 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x50; |
| 20811 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x30; |
| 20812 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 20813 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 20814 | static constexpr dart::compiler::target::word |
| 20815 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 20816 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 20817 | 0x18; |
| 20818 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 20819 | 0x28; |
| 20820 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 20821 | static constexpr dart::compiler::target::word |
| 20822 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 20823 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 20824 | 0x18; |
| 20825 | static constexpr dart::compiler::target::word |
| 20826 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 20827 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x28; |
| 20828 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 20829 | 0x28; |
| 20830 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 20831 | 0x18; |
| 20832 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 20833 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 20834 | 0x18; |
| 20835 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 20836 | 0x20; |
| 20837 | static constexpr dart::compiler::target::word |
| 20838 | AOT_UnhandledException_InstanceSize = 0x10; |
| 20839 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 20840 | 0x20; |
| 20841 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 20842 | 0x10; |
| 20843 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 20844 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 20845 | 0x18; |
| 20846 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 20847 | 0x18; |
| 20848 | static constexpr dart::compiler::target::word |
| 20849 | AOT_WeakSerializationReference_InstanceSize = 0x10; |
| 20850 | #endif // defined(PRODUCT) && \ |
| 20851 | // defined(TARGET_ARCH_ARM64) && \ |
| 20852 | // defined(DART_COMPRESSED_POINTERS) |
| 20853 | |
| 20854 | #if defined(PRODUCT) && defined(TARGET_ARCH_RISCV32) && \ |
| 20855 | !defined(DART_COMPRESSED_POINTERS) |
| 20856 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 20857 | 0x1c; |
| 20858 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 20859 | 0xc; |
| 20860 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x4; |
| 20861 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 20862 | 0x40; |
| 20863 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 20864 | static constexpr dart::compiler::target::word |
| 20865 | AOT_Context_elements_start_offset = 0xc; |
| 20866 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x4; |
| 20867 | static constexpr dart::compiler::target::word |
| 20868 | AOT_ContextScope_elements_start_offset = 0xc; |
| 20869 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 20870 | 0x24; |
| 20871 | static constexpr dart::compiler::target::word |
| 20872 | AOT_ExceptionHandlers_elements_start_offset = 0xc; |
| 20873 | static constexpr dart::compiler::target::word |
| 20874 | AOT_ExceptionHandlers_element_size = 0xc; |
| 20875 | static constexpr dart::compiler::target::word |
| 20876 | AOT_ObjectPool_elements_start_offset = 0x8; |
| 20877 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x4; |
| 20878 | static constexpr dart::compiler::target::word |
| 20879 | AOT_OneByteString_elements_start_offset = 0xc; |
| 20880 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 20881 | 0x1; |
| 20882 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 20883 | 0x8; |
| 20884 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x4; |
| 20885 | static constexpr dart::compiler::target::word |
| 20886 | AOT_TypeArguments_elements_start_offset = 0x14; |
| 20887 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 20888 | 0x4; |
| 20889 | static constexpr dart::compiler::target::word |
| 20890 | AOT_TwoByteString_elements_start_offset = 0xc; |
| 20891 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 20892 | 0x2; |
| 20893 | static constexpr dart::compiler::target::word |
| 20894 | AOT_WeakArray_elements_start_offset = 0xc; |
| 20895 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x4; |
| 20896 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 20897 | 0xfffffff; |
| 20898 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 20899 | 0xfffd; |
| 20900 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 20901 | 0xfffffff; |
| 20902 | static constexpr dart::compiler::target::word |
| 20903 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 20904 | static constexpr dart::compiler::target::word |
| 20905 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 20906 | static constexpr dart::compiler::target::word |
| 20907 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 20908 | static constexpr dart::compiler::target::word |
| 20909 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 20910 | static constexpr dart::compiler::target::word |
| 20911 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 20912 | static constexpr dart::compiler::target::word |
| 20913 | AOT_Instructions_kNonBarePayloadAlignment = 0x4; |
| 20914 | static constexpr dart::compiler::target::word |
| 20915 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 20916 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x7; |
| 20917 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 20918 | static constexpr dart::compiler::target::word |
| 20919 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fff; |
| 20920 | static constexpr dart::compiler::target::word |
| 20921 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 20922 | static constexpr dart::compiler::target::word |
| 20923 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fff; |
| 20924 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 20925 | 0xffff; |
| 20926 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 20927 | 0xffff; |
| 20928 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 20929 | 0x1fffffff; |
| 20930 | static constexpr dart::compiler::target::word |
| 20931 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff4; |
| 20932 | static constexpr dart::compiler::target::word |
| 20933 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fffa; |
| 20934 | static constexpr dart::compiler::target::word |
| 20935 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 20936 | static constexpr dart::compiler::target::word |
| 20937 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 20938 | static constexpr dart::compiler::target::word |
| 20939 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 20940 | static constexpr dart::compiler::target::word |
| 20941 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 20942 | static constexpr dart::compiler::target::word |
| 20943 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 20944 | static constexpr dart::compiler::target::word |
| 20945 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 20946 | static constexpr dart::compiler::target::word |
| 20947 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 20948 | static constexpr dart::compiler::target::word |
| 20949 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 20950 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 20951 | 0x7; |
| 20952 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 20953 | 0x7; |
| 20954 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 20955 | 0xfffffff; |
| 20956 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 20957 | 0x8; |
| 20958 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 20959 | 0x10; |
| 20960 | static constexpr dart::compiler::target::word |
| 20961 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x4; |
| 20962 | static constexpr dart::compiler::target::word |
| 20963 | AOT_ArgumentsDescriptor_count_offset = 0x10; |
| 20964 | static constexpr dart::compiler::target::word |
| 20965 | AOT_ArgumentsDescriptor_size_offset = 0x14; |
| 20966 | static constexpr dart::compiler::target::word |
| 20967 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x1c; |
| 20968 | static constexpr dart::compiler::target::word |
| 20969 | AOT_ArgumentsDescriptor_named_entry_size = 0x8; |
| 20970 | static constexpr dart::compiler::target::word |
| 20971 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 20972 | static constexpr dart::compiler::target::word |
| 20973 | AOT_ArgumentsDescriptor_position_offset = 0x4; |
| 20974 | static constexpr dart::compiler::target::word |
| 20975 | AOT_ArgumentsDescriptor_positional_count_offset = 0x18; |
| 20976 | static constexpr dart::compiler::target::word |
| 20977 | AOT_ArgumentsDescriptor_type_args_len_offset = 0xc; |
| 20978 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0xc; |
| 20979 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x8; |
| 20980 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 20981 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 20982 | 0x4; |
| 20983 | static constexpr dart::compiler::target::word |
| 20984 | AOT_Class_declaration_type_offset = 0x30; |
| 20985 | static constexpr dart::compiler::target::word |
| 20986 | AOT_Class_num_type_arguments_offset = 0x40; |
| 20987 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 20988 | 0x28; |
| 20989 | static constexpr dart::compiler::target::word |
| 20990 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x4c; |
| 20991 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x14; |
| 20992 | static constexpr dart::compiler::target::word |
| 20993 | AOT_Closure_delayed_type_arguments_offset = 0xc; |
| 20994 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 20995 | 0x10; |
| 20996 | static constexpr dart::compiler::target::word |
| 20997 | AOT_Closure_function_type_arguments_offset = 0x8; |
| 20998 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x18; |
| 20999 | static constexpr dart::compiler::target::word |
| 21000 | AOT_Closure_instantiator_type_arguments_offset = 0x4; |
| 21001 | static constexpr dart::compiler::target::word |
| 21002 | AOT_ClosureData_packed_fields_offset = 0x10; |
| 21003 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 21004 | 0x18; |
| 21005 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 21006 | 0x14; |
| 21007 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x1c; |
| 21008 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 21009 | 0x4; |
| 21010 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x8; |
| 21011 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 21012 | static constexpr dart::compiler::target::word |
| 21013 | AOT_ExternalOneByteString_external_data_offset = 0xc; |
| 21014 | static constexpr dart::compiler::target::word |
| 21015 | AOT_ExternalTwoByteString_external_data_offset = 0xc; |
| 21016 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 21017 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 21018 | static constexpr dart::compiler::target::word |
| 21019 | AOT_Field_initializer_function_offset = 0x10; |
| 21020 | static constexpr dart::compiler::target::word |
| 21021 | AOT_Field_host_offset_or_field_id_offset = 0x14; |
| 21022 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 21023 | 0x28; |
| 21024 | static constexpr dart::compiler::target::word |
| 21025 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x30; |
| 21026 | static constexpr dart::compiler::target::word |
| 21027 | AOT_Field_guarded_list_length_offset = 0x18; |
| 21028 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 21029 | 0x2c; |
| 21030 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x32; |
| 21031 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x20; |
| 21032 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x18; |
| 21033 | static constexpr dart::compiler::target::word |
| 21034 | AOT_Function_entry_point_offset[] = {0x4, 0x8}; |
| 21035 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 21036 | 0x24; |
| 21037 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 21038 | 0x14; |
| 21039 | static constexpr dart::compiler::target::word |
| 21040 | AOT_FutureOr_type_arguments_offset = 0x4; |
| 21041 | static constexpr dart::compiler::target::word |
| 21042 | AOT_GrowableObjectArray_data_offset = 0xc; |
| 21043 | static constexpr dart::compiler::target::word |
| 21044 | AOT_GrowableObjectArray_length_offset = 0x8; |
| 21045 | static constexpr dart::compiler::target::word |
| 21046 | AOT_GrowableObjectArray_type_arguments_offset = 0x4; |
| 21047 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x10; |
| 21048 | static constexpr dart::compiler::target::word |
| 21049 | AOT_CallSiteData_arguments_descriptor_offset = 0x8; |
| 21050 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 21051 | 0x3; |
| 21052 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 21053 | 0x0; |
| 21054 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0xc; |
| 21055 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x10; |
| 21056 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 21057 | 0x14; |
| 21058 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 21059 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 21060 | 0x14; |
| 21061 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 21062 | 0x18; |
| 21063 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 21064 | 0x20; |
| 21065 | static constexpr dart::compiler::target::word |
| 21066 | AOT_IsolateGroup_object_store_offset = 0x10; |
| 21067 | static constexpr dart::compiler::target::word |
| 21068 | AOT_IsolateGroup_class_table_offset = 0x8; |
| 21069 | static constexpr dart::compiler::target::word |
| 21070 | AOT_IsolateGroup_cached_class_table_table_offset = 0xc; |
| 21071 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 21072 | 0x10; |
| 21073 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 21074 | 0xc; |
| 21075 | static constexpr dart::compiler::target::word |
| 21076 | AOT_ImmutableLinkedHashBase_data_offset = 0xc; |
| 21077 | static constexpr dart::compiler::target::word |
| 21078 | AOT_LinkedHashBase_deleted_keys_offset = 0x14; |
| 21079 | static constexpr dart::compiler::target::word |
| 21080 | AOT_LinkedHashBase_hash_mask_offset = 0x8; |
| 21081 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 21082 | 0x18; |
| 21083 | static constexpr dart::compiler::target::word |
| 21084 | AOT_LinkedHashBase_type_arguments_offset = 0x4; |
| 21085 | static constexpr dart::compiler::target::word |
| 21086 | AOT_LinkedHashBase_used_data_offset = 0x10; |
| 21087 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 21088 | static constexpr dart::compiler::target::word |
| 21089 | AOT_MarkingStackBlock_pointers_offset = 0x8; |
| 21090 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 21091 | 0x4; |
| 21092 | static constexpr dart::compiler::target::word |
| 21093 | AOT_MegamorphicCache_buckets_offset = 0xc; |
| 21094 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 21095 | 0x10; |
| 21096 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 21097 | static constexpr dart::compiler::target::word |
| 21098 | AOT_NativeArguments_argc_tag_offset = 0x4; |
| 21099 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 21100 | 0x8; |
| 21101 | static constexpr dart::compiler::target::word |
| 21102 | AOT_NativeArguments_retval_offset = 0xc; |
| 21103 | static constexpr dart::compiler::target::word |
| 21104 | AOT_NativeArguments_thread_offset = 0x0; |
| 21105 | static constexpr dart::compiler::target::word |
| 21106 | AOT_ObjectStore_double_type_offset = 0xc0; |
| 21107 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 21108 | 0x94; |
| 21109 | static constexpr dart::compiler::target::word |
| 21110 | AOT_ObjectStore_record_field_names_offset = 0x1fc; |
| 21111 | static constexpr dart::compiler::target::word |
| 21112 | AOT_ObjectStore_string_type_offset = 0xd4; |
| 21113 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 21114 | 0x84; |
| 21115 | static constexpr dart::compiler::target::word |
| 21116 | AOT_ObjectStore_ffi_callback_code_offset = 0x278; |
| 21117 | static constexpr dart::compiler::target::word |
| 21118 | AOT_ObjectStore_suspend_state_await_offset = 0x224; |
| 21119 | static constexpr dart::compiler::target::word |
| 21120 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x228; |
| 21121 | static constexpr dart::compiler::target::word |
| 21122 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x248; |
| 21123 | static constexpr dart::compiler::target::word |
| 21124 | AOT_ObjectStore_suspend_state_init_async_offset = 0x220; |
| 21125 | static constexpr dart::compiler::target::word |
| 21126 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x234; |
| 21127 | static constexpr dart::compiler::target::word |
| 21128 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x240; |
| 21129 | static constexpr dart::compiler::target::word |
| 21130 | AOT_ObjectStore_suspend_state_return_async_offset = 0x22c; |
| 21131 | static constexpr dart::compiler::target::word |
| 21132 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x230; |
| 21133 | static constexpr dart::compiler::target::word |
| 21134 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x23c; |
| 21135 | static constexpr dart::compiler::target::word |
| 21136 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x244; |
| 21137 | static constexpr dart::compiler::target::word |
| 21138 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x238; |
| 21139 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 21140 | 0xc; |
| 21141 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x4; |
| 21142 | static constexpr dart::compiler::target::word |
| 21143 | AOT_Pointer_type_arguments_offset = 0x8; |
| 21144 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 21145 | 0x4; |
| 21146 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 21147 | 0x8; |
| 21148 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x4; |
| 21149 | static constexpr dart::compiler::target::word |
| 21150 | AOT_SingleTargetCache_entry_point_offset = 0x8; |
| 21151 | static constexpr dart::compiler::target::word |
| 21152 | AOT_SingleTargetCache_lower_limit_offset = 0xc; |
| 21153 | static constexpr dart::compiler::target::word |
| 21154 | AOT_SingleTargetCache_target_offset = 0x4; |
| 21155 | static constexpr dart::compiler::target::word |
| 21156 | AOT_SingleTargetCache_upper_limit_offset = 0x10; |
| 21157 | static constexpr dart::compiler::target::word |
| 21158 | AOT_StoreBufferBlock_pointers_offset = 0x8; |
| 21159 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 21160 | 0x4; |
| 21161 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 21162 | 0x4; |
| 21163 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 21164 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 21165 | static constexpr dart::compiler::target::word |
| 21166 | AOT_SubtypeTestCache_cache_offset = 0x4; |
| 21167 | static constexpr dart::compiler::target::word |
| 21168 | AOT_SubtypeTestCache_num_inputs_offset = 0x8; |
| 21169 | static constexpr dart::compiler::target::word |
| 21170 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 21171 | static constexpr dart::compiler::target::word |
| 21172 | AOT_SuspendState_error_callback_offset = 0x14; |
| 21173 | static constexpr dart::compiler::target::word |
| 21174 | AOT_SuspendState_frame_size_offset = 0x4; |
| 21175 | static constexpr dart::compiler::target::word |
| 21176 | AOT_SuspendState_function_data_offset = 0xc; |
| 21177 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 21178 | 0x18; |
| 21179 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x8; |
| 21180 | static constexpr dart::compiler::target::word |
| 21181 | AOT_SuspendState_then_callback_offset = 0x10; |
| 21182 | static constexpr dart::compiler::target::word |
| 21183 | AOT_Thread_AllocateArray_entry_point_offset = 0x160; |
| 21184 | static constexpr dart::compiler::target::word |
| 21185 | AOT_Thread_active_exception_offset = 0x398; |
| 21186 | static constexpr dart::compiler::target::word |
| 21187 | AOT_Thread_active_stacktrace_offset = 0x39c; |
| 21188 | static constexpr dart::compiler::target::word |
| 21189 | AOT_Thread_array_write_barrier_entry_point_offset = 0xf4; |
| 21190 | static constexpr dart::compiler::target::word |
| 21191 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0xfc; |
| 21192 | static constexpr dart::compiler::target::word |
| 21193 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x88; |
| 21194 | static constexpr dart::compiler::target::word |
| 21195 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x100; |
| 21196 | static constexpr dart::compiler::target::word |
| 21197 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x8c; |
| 21198 | static constexpr dart::compiler::target::word |
| 21199 | AOT_Thread_allocate_object_entry_point_offset = 0x104; |
| 21200 | static constexpr dart::compiler::target::word |
| 21201 | AOT_Thread_allocate_object_stub_offset = 0x90; |
| 21202 | static constexpr dart::compiler::target::word |
| 21203 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x108; |
| 21204 | static constexpr dart::compiler::target::word |
| 21205 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x94; |
| 21206 | static constexpr dart::compiler::target::word |
| 21207 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x10c; |
| 21208 | static constexpr dart::compiler::target::word |
| 21209 | AOT_Thread_allocate_object_slow_stub_offset = 0x98; |
| 21210 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 21211 | 0x3b8; |
| 21212 | static constexpr dart::compiler::target::word |
| 21213 | AOT_Thread_async_exception_handler_stub_offset = 0x9c; |
| 21214 | static constexpr dart::compiler::target::word |
| 21215 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x13c; |
| 21216 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 21217 | 0x3c; |
| 21218 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 21219 | 0x38; |
| 21220 | static constexpr dart::compiler::target::word |
| 21221 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x134; |
| 21222 | static constexpr dart::compiler::target::word |
| 21223 | AOT_Thread_call_to_runtime_entry_point_offset = 0xf8; |
| 21224 | static constexpr dart::compiler::target::word |
| 21225 | AOT_Thread_call_to_runtime_stub_offset = 0x54; |
| 21226 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 21227 | 0x3dc; |
| 21228 | static constexpr dart::compiler::target::word |
| 21229 | AOT_Thread_dispatch_table_array_offset = 0x2c; |
| 21230 | static constexpr dart::compiler::target::word |
| 21231 | AOT_Thread_double_truncate_round_supported_offset = 0x3bc; |
| 21232 | static constexpr dart::compiler::target::word |
| 21233 | AOT_Thread_service_extension_stream_offset = 0x3e0; |
| 21234 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 21235 | 0x120; |
| 21236 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 21237 | 0xc8; |
| 21238 | static constexpr dart::compiler::target::word |
| 21239 | AOT_Thread_deoptimize_entry_offset = 0x124; |
| 21240 | static constexpr dart::compiler::target::word |
| 21241 | AOT_Thread_deoptimize_stub_offset = 0xcc; |
| 21242 | static constexpr dart::compiler::target::word |
| 21243 | AOT_Thread_double_abs_address_offset = 0x14c; |
| 21244 | static constexpr dart::compiler::target::word |
| 21245 | AOT_Thread_double_negate_address_offset = 0x148; |
| 21246 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x28; |
| 21247 | static constexpr dart::compiler::target::word |
| 21248 | AOT_Thread_enter_safepoint_stub_offset = 0xe0; |
| 21249 | static constexpr dart::compiler::target::word |
| 21250 | AOT_Thread_execution_state_offset = 0x3ac; |
| 21251 | static constexpr dart::compiler::target::word |
| 21252 | AOT_Thread_exit_safepoint_stub_offset = 0xe4; |
| 21253 | static constexpr dart::compiler::target::word |
| 21254 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0xe8; |
| 21255 | static constexpr dart::compiler::target::word |
| 21256 | AOT_Thread_call_native_through_safepoint_stub_offset = 0xec; |
| 21257 | static constexpr dart::compiler::target::word |
| 21258 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x128; |
| 21259 | static constexpr dart::compiler::target::word |
| 21260 | AOT_Thread_fix_allocation_stub_code_offset = 0x4c; |
| 21261 | static constexpr dart::compiler::target::word |
| 21262 | AOT_Thread_fix_callers_target_code_offset = 0x48; |
| 21263 | static constexpr dart::compiler::target::word |
| 21264 | AOT_Thread_float_absolute_address_offset = 0x158; |
| 21265 | static constexpr dart::compiler::target::word |
| 21266 | AOT_Thread_float_negate_address_offset = 0x154; |
| 21267 | static constexpr dart::compiler::target::word |
| 21268 | AOT_Thread_float_not_address_offset = 0x150; |
| 21269 | static constexpr dart::compiler::target::word |
| 21270 | AOT_Thread_float_zerow_address_offset = 0x15c; |
| 21271 | static constexpr dart::compiler::target::word |
| 21272 | AOT_Thread_global_object_pool_offset = 0x3a0; |
| 21273 | static constexpr dart::compiler::target::word |
| 21274 | AOT_Thread_invoke_dart_code_stub_offset = 0x50; |
| 21275 | static constexpr dart::compiler::target::word |
| 21276 | AOT_Thread_exit_through_ffi_offset = 0x3b4; |
| 21277 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x360; |
| 21278 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 21279 | 0x364; |
| 21280 | static constexpr dart::compiler::target::word |
| 21281 | AOT_Thread_field_table_values_offset = 0x30; |
| 21282 | static constexpr dart::compiler::target::word |
| 21283 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0xd0; |
| 21284 | static constexpr dart::compiler::target::word |
| 21285 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0xd4; |
| 21286 | static constexpr dart::compiler::target::word |
| 21287 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0xdc; |
| 21288 | static constexpr dart::compiler::target::word |
| 21289 | AOT_Thread_marking_stack_block_offset = 0x378; |
| 21290 | static constexpr dart::compiler::target::word |
| 21291 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x118; |
| 21292 | static constexpr dart::compiler::target::word |
| 21293 | AOT_Thread_switchable_call_miss_entry_offset = 0x11c; |
| 21294 | static constexpr dart::compiler::target::word |
| 21295 | AOT_Thread_switchable_call_miss_stub_offset = 0xb8; |
| 21296 | static constexpr dart::compiler::target::word |
| 21297 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x138; |
| 21298 | static constexpr dart::compiler::target::word |
| 21299 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 21300 | 0x5c; |
| 21301 | static constexpr dart::compiler::target::word |
| 21302 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 21303 | 0x58; |
| 21304 | static constexpr dart::compiler::target::word |
| 21305 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0x64; |
| 21306 | static constexpr dart::compiler::target::word |
| 21307 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0x60; |
| 21308 | static constexpr dart::compiler::target::word |
| 21309 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0x6c; |
| 21310 | static constexpr dart::compiler::target::word |
| 21311 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0x68; |
| 21312 | static constexpr dart::compiler::target::word |
| 21313 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0x74; |
| 21314 | static constexpr dart::compiler::target::word |
| 21315 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0x70; |
| 21316 | static constexpr dart::compiler::target::word |
| 21317 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0x7c; |
| 21318 | static constexpr dart::compiler::target::word |
| 21319 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0x78; |
| 21320 | static constexpr dart::compiler::target::word |
| 21321 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x84; |
| 21322 | static constexpr dart::compiler::target::word |
| 21323 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x80; |
| 21324 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 21325 | 0xa0; |
| 21326 | static constexpr dart::compiler::target::word |
| 21327 | AOT_Thread_return_async_not_future_stub_offset = 0xa8; |
| 21328 | static constexpr dart::compiler::target::word |
| 21329 | AOT_Thread_return_async_star_stub_offset = 0xac; |
| 21330 | static constexpr dart::compiler::target::word |
| 21331 | AOT_Thread_return_async_stub_offset = 0xa4; |
| 21332 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 21333 | 0x34; |
| 21334 | static constexpr dart::compiler::target::word |
| 21335 | AOT_Thread_predefined_symbols_address_offset = 0x140; |
| 21336 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 21337 | 0x3a4; |
| 21338 | static constexpr dart::compiler::target::word |
| 21339 | AOT_Thread_saved_shadow_call_stack_offset = 0x3a8; |
| 21340 | static constexpr dart::compiler::target::word |
| 21341 | AOT_Thread_safepoint_state_offset = 0x3b0; |
| 21342 | static constexpr dart::compiler::target::word |
| 21343 | AOT_Thread_slow_type_test_stub_offset = 0xd8; |
| 21344 | static constexpr dart::compiler::target::word |
| 21345 | AOT_Thread_slow_type_test_entry_point_offset = 0x130; |
| 21346 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 21347 | 0x1c; |
| 21348 | static constexpr dart::compiler::target::word |
| 21349 | AOT_Thread_saved_stack_limit_offset = 0x368; |
| 21350 | static constexpr dart::compiler::target::word |
| 21351 | AOT_Thread_stack_overflow_flags_offset = 0x36c; |
| 21352 | static constexpr dart::compiler::target::word |
| 21353 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x114; |
| 21354 | static constexpr dart::compiler::target::word |
| 21355 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0xb4; |
| 21356 | static constexpr dart::compiler::target::word |
| 21357 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 21358 | 0x110; |
| 21359 | static constexpr dart::compiler::target::word |
| 21360 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0xb0; |
| 21361 | static constexpr dart::compiler::target::word |
| 21362 | AOT_Thread_store_buffer_block_offset = 0x374; |
| 21363 | static constexpr dart::compiler::target::word |
| 21364 | AOT_Thread_suspend_state_await_entry_point_offset = 0x338; |
| 21365 | static constexpr dart::compiler::target::word |
| 21366 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x33c; |
| 21367 | static constexpr dart::compiler::target::word |
| 21368 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x334; |
| 21369 | static constexpr dart::compiler::target::word |
| 21370 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x340; |
| 21371 | static constexpr dart::compiler::target::word |
| 21372 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x344; |
| 21373 | static constexpr dart::compiler::target::word |
| 21374 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x348; |
| 21375 | static constexpr dart::compiler::target::word |
| 21376 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x34c; |
| 21377 | static constexpr dart::compiler::target::word |
| 21378 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x350; |
| 21379 | static constexpr dart::compiler::target::word |
| 21380 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x354; |
| 21381 | static constexpr dart::compiler::target::word |
| 21382 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 21383 | 0x358; |
| 21384 | static constexpr dart::compiler::target::word |
| 21385 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x35c; |
| 21386 | static constexpr dart::compiler::target::word |
| 21387 | AOT_Thread_top_exit_frame_info_offset = 0x370; |
| 21388 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x24; |
| 21389 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 21390 | 0x10; |
| 21391 | static constexpr dart::compiler::target::word |
| 21392 | AOT_Thread_unboxed_runtime_arg_offset = 0x388; |
| 21393 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x380; |
| 21394 | static constexpr dart::compiler::target::word |
| 21395 | AOT_Thread_write_barrier_entry_point_offset = 0xf0; |
| 21396 | static constexpr dart::compiler::target::word |
| 21397 | AOT_Thread_write_barrier_mask_offset = 0x20; |
| 21398 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 21399 | 0x3c0; |
| 21400 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x3c8; |
| 21401 | static constexpr dart::compiler::target::word |
| 21402 | AOT_Thread_jump_to_frame_entry_point_offset = 0x12c; |
| 21403 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 21404 | 0x3d0; |
| 21405 | static constexpr dart::compiler::target::word |
| 21406 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 21407 | static constexpr dart::compiler::target::word |
| 21408 | AOT_TsanUtils_setjmp_buffer_offset = 0x4; |
| 21409 | static constexpr dart::compiler::target::word |
| 21410 | AOT_TsanUtils_exception_pc_offset = 0x8; |
| 21411 | static constexpr dart::compiler::target::word |
| 21412 | AOT_TsanUtils_exception_sp_offset = 0xc; |
| 21413 | static constexpr dart::compiler::target::word |
| 21414 | AOT_TsanUtils_exception_fp_offset = 0x10; |
| 21415 | static constexpr dart::compiler::target::word |
| 21416 | AOT_TimelineStream_enabled_offset = 0x8; |
| 21417 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 21418 | 0xc; |
| 21419 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x14; |
| 21420 | static constexpr dart::compiler::target::word |
| 21421 | AOT_Finalizer_type_arguments_offset = 0x18; |
| 21422 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 21423 | 0x14; |
| 21424 | static constexpr dart::compiler::target::word |
| 21425 | AOT_FinalizerBase_all_entries_offset = 0xc; |
| 21426 | static constexpr dart::compiler::target::word |
| 21427 | AOT_FinalizerBase_detachments_offset = 0x8; |
| 21428 | static constexpr dart::compiler::target::word |
| 21429 | AOT_FinalizerBase_entries_collected_offset = 0x10; |
| 21430 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 21431 | 0x4; |
| 21432 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 21433 | 0x8; |
| 21434 | static constexpr dart::compiler::target::word |
| 21435 | AOT_FinalizerEntry_external_size_offset = 0x1c; |
| 21436 | static constexpr dart::compiler::target::word |
| 21437 | AOT_FinalizerEntry_finalizer_offset = 0x10; |
| 21438 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 21439 | 0x14; |
| 21440 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 21441 | 0xc; |
| 21442 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 21443 | 0x4; |
| 21444 | static constexpr dart::compiler::target::word |
| 21445 | AOT_NativeFinalizer_callback_offset = 0x14; |
| 21446 | static constexpr dart::compiler::target::word |
| 21447 | AOT_FunctionType_named_parameter_names_offset = 0x20; |
| 21448 | static constexpr dart::compiler::target::word |
| 21449 | AOT_FunctionType_packed_parameter_counts_offset = 0x24; |
| 21450 | static constexpr dart::compiler::target::word |
| 21451 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x28; |
| 21452 | static constexpr dart::compiler::target::word |
| 21453 | AOT_FunctionType_parameter_types_offset = 0x1c; |
| 21454 | static constexpr dart::compiler::target::word |
| 21455 | AOT_FunctionType_type_parameters_offset = 0x14; |
| 21456 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 21457 | 0x1a; |
| 21458 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 21459 | 0xc; |
| 21460 | static constexpr dart::compiler::target::word |
| 21461 | AOT_TypeArguments_instantiations_offset = 0x4; |
| 21462 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 21463 | 0x8; |
| 21464 | static constexpr dart::compiler::target::word |
| 21465 | AOT_TypeArguments_nullability_offset = 0x10; |
| 21466 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 21467 | 0x14; |
| 21468 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 21469 | 0x4; |
| 21470 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 21471 | 0x8; |
| 21472 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 21473 | 0xc; |
| 21474 | static constexpr dart::compiler::target::word |
| 21475 | AOT_TypeParameters_defaults_offset = 0x10; |
| 21476 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 21477 | 0x8; |
| 21478 | static constexpr dart::compiler::target::word |
| 21479 | AOT_TypedDataView_typed_data_offset = 0xc; |
| 21480 | static constexpr dart::compiler::target::word |
| 21481 | AOT_TypedDataView_offset_in_bytes_offset = 0x10; |
| 21482 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 21483 | 0xc; |
| 21484 | static constexpr dart::compiler::target::word |
| 21485 | AOT_UnhandledException_exception_offset = 0x4; |
| 21486 | static constexpr dart::compiler::target::word |
| 21487 | AOT_UnhandledException_stacktrace_offset = 0x8; |
| 21488 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x8; |
| 21489 | static constexpr dart::compiler::target::word |
| 21490 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x4; |
| 21491 | static constexpr dart::compiler::target::word |
| 21492 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x8; |
| 21493 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x4; |
| 21494 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 21495 | 0x8; |
| 21496 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 21497 | 0x4; |
| 21498 | static constexpr dart::compiler::target::word |
| 21499 | AOT_WeakReference_type_arguments_offset = 0x8; |
| 21500 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 21501 | 0x4, 0xc, 0x8, 0x10}; |
| 21502 | static constexpr dart::compiler::target::word |
| 21503 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 21504 | -1, -1, -1, -1, -1, 0x2ec, 0x2f0, 0x2f4, -1, -1, 0x2f8, |
| 21505 | 0x2fc, 0x300, -1, -1, -1, 0x304, 0x308, 0x30c, 0x310, 0x314, 0x318, |
| 21506 | 0x31c, 0x320, -1, -1, -1, -1, 0x324, 0x328, 0x32c, 0x330}; |
| 21507 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 21508 | 0x14; |
| 21509 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x8; |
| 21510 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0xc; |
| 21511 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x8; |
| 21512 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 21513 | 0x10; |
| 21514 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x54; |
| 21515 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x20; |
| 21516 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 21517 | 0x14; |
| 21518 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 21519 | 0x8; |
| 21520 | static constexpr dart::compiler::target::word |
| 21521 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x4; |
| 21522 | static constexpr dart::compiler::target::word |
| 21523 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 21524 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0xc; |
| 21525 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 21526 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 21527 | 0xc; |
| 21528 | static constexpr dart::compiler::target::word |
| 21529 | AOT_ExternalOneByteString_InstanceSize = 0x14; |
| 21530 | static constexpr dart::compiler::target::word |
| 21531 | AOT_ExternalTwoByteString_InstanceSize = 0x14; |
| 21532 | static constexpr dart::compiler::target::word |
| 21533 | AOT_ExternalTypedData_InstanceSize = 0xc; |
| 21534 | static constexpr dart::compiler::target::word |
| 21535 | AOT_FfiTrampolineData_InstanceSize = 0x1c; |
| 21536 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x34; |
| 21537 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x1c; |
| 21538 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 21539 | 0x20; |
| 21540 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 21541 | 0x18; |
| 21542 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 21543 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 21544 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x28; |
| 21545 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 21546 | 0x2c; |
| 21547 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x8; |
| 21548 | static constexpr dart::compiler::target::word |
| 21549 | AOT_GrowableObjectArray_InstanceSize = 0x10; |
| 21550 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x18; |
| 21551 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x4; |
| 21552 | static constexpr dart::compiler::target::word |
| 21553 | AOT_Instructions_UnalignedHeaderSize = 0x8; |
| 21554 | static constexpr dart::compiler::target::word |
| 21555 | AOT_InstructionsSection_UnalignedHeaderSize = 0x14; |
| 21556 | static constexpr dart::compiler::target::word |
| 21557 | AOT_InstructionsTable_InstanceSize = 0x18; |
| 21558 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 21559 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x4; |
| 21560 | static constexpr dart::compiler::target::word |
| 21561 | AOT_KernelProgramInfo_InstanceSize = 0x30; |
| 21562 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 21563 | 0x1c; |
| 21564 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x50; |
| 21565 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 21566 | 0x14; |
| 21567 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 21568 | 0x1c; |
| 21569 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 21570 | 0x4; |
| 21571 | static constexpr dart::compiler::target::word |
| 21572 | AOT_MegamorphicCache_InstanceSize = 0x18; |
| 21573 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 21574 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 21575 | 0x8; |
| 21576 | static constexpr dart::compiler::target::word |
| 21577 | AOT_MonomorphicSmiableCall_InstanceSize = 0xc; |
| 21578 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x14; |
| 21579 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 21580 | 0x10; |
| 21581 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x4; |
| 21582 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x4; |
| 21583 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = 0xc; |
| 21584 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 21585 | 0x8; |
| 21586 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0xc; |
| 21587 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 21588 | 0xc; |
| 21589 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 21590 | 0x1c; |
| 21591 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x3c; |
| 21592 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x28; |
| 21593 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 21594 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x4; |
| 21595 | static constexpr dart::compiler::target::word |
| 21596 | AOT_SingleTargetCache_InstanceSize = 0x14; |
| 21597 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 21598 | 0x14; |
| 21599 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 21600 | 0x18; |
| 21601 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0xc; |
| 21602 | static constexpr dart::compiler::target::word |
| 21603 | AOT_SubtypeTestCache_InstanceSize = 0x10; |
| 21604 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 21605 | 0x14; |
| 21606 | static constexpr dart::compiler::target::word |
| 21607 | AOT_TransferableTypedData_InstanceSize = 0x4; |
| 21608 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x18; |
| 21609 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 21610 | 0x1c; |
| 21611 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 21612 | 0x14; |
| 21613 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0xc; |
| 21614 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 21615 | 0xc; |
| 21616 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 21617 | 0x14; |
| 21618 | static constexpr dart::compiler::target::word |
| 21619 | AOT_UnhandledException_InstanceSize = 0xc; |
| 21620 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 21621 | 0x10; |
| 21622 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 21623 | 0xc; |
| 21624 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x10; |
| 21625 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 21626 | 0x10; |
| 21627 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 21628 | 0x10; |
| 21629 | static constexpr dart::compiler::target::word |
| 21630 | AOT_WeakSerializationReference_InstanceSize = 0xc; |
| 21631 | #endif // defined(PRODUCT) && \ |
| 21632 | // defined(TARGET_ARCH_RISCV32) && \ |
| 21633 | // !defined(DART_COMPRESSED_POINTERS) |
| 21634 | |
| 21635 | #if defined(PRODUCT) && defined(TARGET_ARCH_RISCV64) && \ |
| 21636 | !defined(DART_COMPRESSED_POINTERS) |
| 21637 | static constexpr dart::compiler::target::word AOT_Closure_entry_point_offset = |
| 21638 | 0x38; |
| 21639 | static constexpr dart::compiler::target::word AOT_Array_elements_start_offset = |
| 21640 | 0x18; |
| 21641 | static constexpr dart::compiler::target::word AOT_Array_element_size = 0x8; |
| 21642 | static constexpr dart::compiler::target::word AOT_Code_elements_start_offset = |
| 21643 | 0x78; |
| 21644 | static constexpr dart::compiler::target::word AOT_Code_element_size = 0x4; |
| 21645 | static constexpr dart::compiler::target::word |
| 21646 | AOT_Context_elements_start_offset = 0x18; |
| 21647 | static constexpr dart::compiler::target::word AOT_Context_element_size = 0x8; |
| 21648 | static constexpr dart::compiler::target::word |
| 21649 | AOT_ContextScope_elements_start_offset = 0x10; |
| 21650 | static constexpr dart::compiler::target::word AOT_ContextScope_element_size = |
| 21651 | 0x48; |
| 21652 | static constexpr dart::compiler::target::word |
| 21653 | AOT_ExceptionHandlers_elements_start_offset = 0x18; |
| 21654 | static constexpr dart::compiler::target::word |
| 21655 | AOT_ExceptionHandlers_element_size = 0xc; |
| 21656 | static constexpr dart::compiler::target::word |
| 21657 | AOT_ObjectPool_elements_start_offset = 0x10; |
| 21658 | static constexpr dart::compiler::target::word AOT_ObjectPool_element_size = 0x8; |
| 21659 | static constexpr dart::compiler::target::word |
| 21660 | AOT_OneByteString_elements_start_offset = 0x10; |
| 21661 | static constexpr dart::compiler::target::word AOT_OneByteString_element_size = |
| 21662 | 0x1; |
| 21663 | static constexpr dart::compiler::target::word AOT_Record_elements_start_offset = |
| 21664 | 0x10; |
| 21665 | static constexpr dart::compiler::target::word AOT_Record_element_size = 0x8; |
| 21666 | static constexpr dart::compiler::target::word |
| 21667 | AOT_TypeArguments_elements_start_offset = 0x28; |
| 21668 | static constexpr dart::compiler::target::word AOT_TypeArguments_element_size = |
| 21669 | 0x8; |
| 21670 | static constexpr dart::compiler::target::word |
| 21671 | AOT_TwoByteString_elements_start_offset = 0x10; |
| 21672 | static constexpr dart::compiler::target::word AOT_TwoByteString_element_size = |
| 21673 | 0x2; |
| 21674 | static constexpr dart::compiler::target::word |
| 21675 | AOT_WeakArray_elements_start_offset = 0x18; |
| 21676 | static constexpr dart::compiler::target::word AOT_WeakArray_element_size = 0x8; |
| 21677 | static constexpr dart::compiler::target::word AOT_Array_kMaxElements = |
| 21678 | 0x7ffffffffffffff; |
| 21679 | static constexpr dart::compiler::target::word AOT_Array_kMaxNewSpaceElements = |
| 21680 | 0x7ffd; |
| 21681 | static constexpr dart::compiler::target::word AOT_Context_kMaxElements = |
| 21682 | 0x7ffffffffffffff; |
| 21683 | static constexpr dart::compiler::target::word |
| 21684 | AOT_Instructions_kMonomorphicEntryOffsetJIT = 0x6; |
| 21685 | static constexpr dart::compiler::target::word |
| 21686 | AOT_Instructions_kPolymorphicEntryOffsetJIT = 0x2c; |
| 21687 | static constexpr dart::compiler::target::word |
| 21688 | AOT_Instructions_kMonomorphicEntryOffsetAOT = 0x6; |
| 21689 | static constexpr dart::compiler::target::word |
| 21690 | AOT_Instructions_kPolymorphicEntryOffsetAOT = 0x12; |
| 21691 | static constexpr dart::compiler::target::word |
| 21692 | AOT_Instructions_kBarePayloadAlignment = 0x4; |
| 21693 | static constexpr dart::compiler::target::word |
| 21694 | AOT_Instructions_kNonBarePayloadAlignment = 0x8; |
| 21695 | static constexpr dart::compiler::target::word |
| 21696 | AOT_NativeEntry_kNumCallWrapperArguments = 0x2; |
| 21697 | static constexpr dart::compiler::target::word AOT_Page_kBytesPerCardLog2 = 0x8; |
| 21698 | static constexpr dart::compiler::target::word AOT_Record_kMaxElements = 0xffff; |
| 21699 | static constexpr dart::compiler::target::word |
| 21700 | AOT_RecordShape_kFieldNamesIndexMask = 0x3fffffffffff; |
| 21701 | static constexpr dart::compiler::target::word |
| 21702 | AOT_RecordShape_kFieldNamesIndexShift = 0x10; |
| 21703 | static constexpr dart::compiler::target::word |
| 21704 | AOT_RecordShape_kMaxFieldNamesIndex = 0x3fffffffffff; |
| 21705 | static constexpr dart::compiler::target::word AOT_RecordShape_kMaxNumFields = |
| 21706 | 0xffff; |
| 21707 | static constexpr dart::compiler::target::word AOT_RecordShape_kNumFieldsMask = |
| 21708 | 0xffff; |
| 21709 | static constexpr dart::compiler::target::word AOT_String_kMaxElements = |
| 21710 | 0x1fffffffffffffff; |
| 21711 | static constexpr dart::compiler::target::word |
| 21712 | AOT_OneByteString_kMaxNewSpaceElements = 0x3fff0; |
| 21713 | static constexpr dart::compiler::target::word |
| 21714 | AOT_TwoByteString_kMaxNewSpaceElements = 0x1fff8; |
| 21715 | static constexpr dart::compiler::target::word |
| 21716 | AOT_SubtypeTestCache_kFunctionTypeArguments = 0x3; |
| 21717 | static constexpr dart::compiler::target::word |
| 21718 | AOT_SubtypeTestCache_kInstanceCidOrSignature = 0x0; |
| 21719 | static constexpr dart::compiler::target::word |
| 21720 | AOT_SubtypeTestCache_kDestinationType = 0x6; |
| 21721 | static constexpr dart::compiler::target::word |
| 21722 | AOT_SubtypeTestCache_kInstanceDelayedFunctionTypeArguments = 0x5; |
| 21723 | static constexpr dart::compiler::target::word |
| 21724 | AOT_SubtypeTestCache_kInstanceParentFunctionTypeArguments = 0x4; |
| 21725 | static constexpr dart::compiler::target::word |
| 21726 | AOT_SubtypeTestCache_kInstanceTypeArguments = 0x1; |
| 21727 | static constexpr dart::compiler::target::word |
| 21728 | AOT_SubtypeTestCache_kInstantiatorTypeArguments = 0x2; |
| 21729 | static constexpr dart::compiler::target::word |
| 21730 | AOT_SubtypeTestCache_kTestEntryLength = 0x8; |
| 21731 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kMaxInputs = |
| 21732 | 0x7; |
| 21733 | static constexpr dart::compiler::target::word AOT_SubtypeTestCache_kTestResult = |
| 21734 | 0x7; |
| 21735 | static constexpr dart::compiler::target::word AOT_TypeArguments_kMaxElements = |
| 21736 | 0x7ffffffffffffff; |
| 21737 | static constexpr dart::compiler::target::word AOT_AbstractType_flags_offset = |
| 21738 | 0x10; |
| 21739 | static constexpr dart::compiler::target::word AOT_AbstractType_hash_offset = |
| 21740 | 0x20; |
| 21741 | static constexpr dart::compiler::target::word |
| 21742 | AOT_AbstractType_type_test_stub_entry_point_offset = 0x8; |
| 21743 | static constexpr dart::compiler::target::word |
| 21744 | AOT_ArgumentsDescriptor_count_offset = 0x20; |
| 21745 | static constexpr dart::compiler::target::word |
| 21746 | AOT_ArgumentsDescriptor_size_offset = 0x28; |
| 21747 | static constexpr dart::compiler::target::word |
| 21748 | AOT_ArgumentsDescriptor_first_named_entry_offset = 0x38; |
| 21749 | static constexpr dart::compiler::target::word |
| 21750 | AOT_ArgumentsDescriptor_named_entry_size = 0x10; |
| 21751 | static constexpr dart::compiler::target::word |
| 21752 | AOT_ArgumentsDescriptor_name_offset = 0x0; |
| 21753 | static constexpr dart::compiler::target::word |
| 21754 | AOT_ArgumentsDescriptor_position_offset = 0x8; |
| 21755 | static constexpr dart::compiler::target::word |
| 21756 | AOT_ArgumentsDescriptor_positional_count_offset = 0x30; |
| 21757 | static constexpr dart::compiler::target::word |
| 21758 | AOT_ArgumentsDescriptor_type_args_len_offset = 0x18; |
| 21759 | static constexpr dart::compiler::target::word AOT_Array_data_offset = 0x18; |
| 21760 | static constexpr dart::compiler::target::word AOT_Array_length_offset = 0x10; |
| 21761 | static constexpr dart::compiler::target::word AOT_Array_tags_offset = 0x0; |
| 21762 | static constexpr dart::compiler::target::word AOT_Array_type_arguments_offset = |
| 21763 | 0x8; |
| 21764 | static constexpr dart::compiler::target::word |
| 21765 | AOT_Class_declaration_type_offset = 0x60; |
| 21766 | static constexpr dart::compiler::target::word |
| 21767 | AOT_Class_num_type_arguments_offset = 0x7c; |
| 21768 | static constexpr dart::compiler::target::word AOT_Class_super_type_offset = |
| 21769 | 0x50; |
| 21770 | static constexpr dart::compiler::target::word |
| 21771 | AOT_Class_host_type_arguments_field_offset_in_words_offset = 0x88; |
| 21772 | static constexpr dart::compiler::target::word AOT_Closure_context_offset = 0x28; |
| 21773 | static constexpr dart::compiler::target::word |
| 21774 | AOT_Closure_delayed_type_arguments_offset = 0x18; |
| 21775 | static constexpr dart::compiler::target::word AOT_Closure_function_offset = |
| 21776 | 0x20; |
| 21777 | static constexpr dart::compiler::target::word |
| 21778 | AOT_Closure_function_type_arguments_offset = 0x10; |
| 21779 | static constexpr dart::compiler::target::word AOT_Closure_hash_offset = 0x30; |
| 21780 | static constexpr dart::compiler::target::word |
| 21781 | AOT_Closure_instantiator_type_arguments_offset = 0x8; |
| 21782 | static constexpr dart::compiler::target::word |
| 21783 | AOT_ClosureData_packed_fields_offset = 0x20; |
| 21784 | static constexpr dart::compiler::target::word AOT_Code_instructions_offset = |
| 21785 | 0x30; |
| 21786 | static constexpr dart::compiler::target::word AOT_Code_object_pool_offset = |
| 21787 | 0x28; |
| 21788 | static constexpr dart::compiler::target::word AOT_Code_owner_offset = 0x38; |
| 21789 | static constexpr dart::compiler::target::word AOT_Context_num_variables_offset = |
| 21790 | 0x8; |
| 21791 | static constexpr dart::compiler::target::word AOT_Context_parent_offset = 0x10; |
| 21792 | static constexpr dart::compiler::target::word AOT_Double_value_offset = 0x8; |
| 21793 | static constexpr dart::compiler::target::word |
| 21794 | AOT_ExternalOneByteString_external_data_offset = 0x10; |
| 21795 | static constexpr dart::compiler::target::word |
| 21796 | AOT_ExternalTwoByteString_external_data_offset = 0x10; |
| 21797 | static constexpr dart::compiler::target::word AOT_Float32x4_value_offset = 0x8; |
| 21798 | static constexpr dart::compiler::target::word AOT_Float64x2_value_offset = 0x8; |
| 21799 | static constexpr dart::compiler::target::word |
| 21800 | AOT_Field_initializer_function_offset = 0x20; |
| 21801 | static constexpr dart::compiler::target::word |
| 21802 | AOT_Field_host_offset_or_field_id_offset = 0x28; |
| 21803 | static constexpr dart::compiler::target::word AOT_Field_guarded_cid_offset = |
| 21804 | 0x48; |
| 21805 | static constexpr dart::compiler::target::word |
| 21806 | AOT_Field_guarded_list_length_in_object_offset_offset = 0x50; |
| 21807 | static constexpr dart::compiler::target::word |
| 21808 | AOT_Field_guarded_list_length_offset = 0x30; |
| 21809 | static constexpr dart::compiler::target::word AOT_Field_is_nullable_offset = |
| 21810 | 0x4c; |
| 21811 | static constexpr dart::compiler::target::word AOT_Field_kind_bits_offset = 0x52; |
| 21812 | static constexpr dart::compiler::target::word AOT_Function_code_offset = 0x40; |
| 21813 | static constexpr dart::compiler::target::word AOT_Function_data_offset = 0x30; |
| 21814 | static constexpr dart::compiler::target::word |
| 21815 | AOT_Function_entry_point_offset[] = {0x8, 0x10}; |
| 21816 | static constexpr dart::compiler::target::word AOT_Function_kind_tag_offset = |
| 21817 | 0x48; |
| 21818 | static constexpr dart::compiler::target::word AOT_Function_signature_offset = |
| 21819 | 0x28; |
| 21820 | static constexpr dart::compiler::target::word |
| 21821 | AOT_FutureOr_type_arguments_offset = 0x8; |
| 21822 | static constexpr dart::compiler::target::word |
| 21823 | AOT_GrowableObjectArray_data_offset = 0x18; |
| 21824 | static constexpr dart::compiler::target::word |
| 21825 | AOT_GrowableObjectArray_length_offset = 0x10; |
| 21826 | static constexpr dart::compiler::target::word |
| 21827 | AOT_GrowableObjectArray_type_arguments_offset = 0x8; |
| 21828 | static constexpr dart::compiler::target::word AOT_Page_card_table_offset = 0x20; |
| 21829 | static constexpr dart::compiler::target::word |
| 21830 | AOT_CallSiteData_arguments_descriptor_offset = 0x10; |
| 21831 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedMask = |
| 21832 | 0x3; |
| 21833 | static constexpr dart::compiler::target::word AOT_ICData_NumArgsTestedShift = |
| 21834 | 0x0; |
| 21835 | static constexpr dart::compiler::target::word AOT_ICData_entries_offset = 0x18; |
| 21836 | static constexpr dart::compiler::target::word AOT_ICData_owner_offset = 0x20; |
| 21837 | static constexpr dart::compiler::target::word AOT_ICData_state_bits_offset = |
| 21838 | 0x28; |
| 21839 | static constexpr dart::compiler::target::word AOT_Int32x4_value_offset = 0x8; |
| 21840 | static constexpr dart::compiler::target::word AOT_Isolate_current_tag_offset = |
| 21841 | 0x28; |
| 21842 | static constexpr dart::compiler::target::word AOT_Isolate_default_tag_offset = |
| 21843 | 0x30; |
| 21844 | static constexpr dart::compiler::target::word AOT_Isolate_finalizers_offset = |
| 21845 | 0x40; |
| 21846 | static constexpr dart::compiler::target::word |
| 21847 | AOT_IsolateGroup_object_store_offset = 0x20; |
| 21848 | static constexpr dart::compiler::target::word |
| 21849 | AOT_IsolateGroup_class_table_offset = 0x10; |
| 21850 | static constexpr dart::compiler::target::word |
| 21851 | AOT_IsolateGroup_cached_class_table_table_offset = 0x18; |
| 21852 | static constexpr dart::compiler::target::word AOT_Isolate_user_tag_offset = |
| 21853 | 0x20; |
| 21854 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_data_offset = |
| 21855 | 0x18; |
| 21856 | static constexpr dart::compiler::target::word |
| 21857 | AOT_ImmutableLinkedHashBase_data_offset = 0x18; |
| 21858 | static constexpr dart::compiler::target::word |
| 21859 | AOT_LinkedHashBase_deleted_keys_offset = 0x28; |
| 21860 | static constexpr dart::compiler::target::word |
| 21861 | AOT_LinkedHashBase_hash_mask_offset = 0x10; |
| 21862 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_index_offset = |
| 21863 | 0x30; |
| 21864 | static constexpr dart::compiler::target::word |
| 21865 | AOT_LinkedHashBase_type_arguments_offset = 0x8; |
| 21866 | static constexpr dart::compiler::target::word |
| 21867 | AOT_LinkedHashBase_used_data_offset = 0x20; |
| 21868 | static constexpr dart::compiler::target::word AOT_LocalHandle_ptr_offset = 0x0; |
| 21869 | static constexpr dart::compiler::target::word |
| 21870 | AOT_MarkingStackBlock_pointers_offset = 0x10; |
| 21871 | static constexpr dart::compiler::target::word AOT_MarkingStackBlock_top_offset = |
| 21872 | 0x8; |
| 21873 | static constexpr dart::compiler::target::word |
| 21874 | AOT_MegamorphicCache_buckets_offset = 0x18; |
| 21875 | static constexpr dart::compiler::target::word AOT_MegamorphicCache_mask_offset = |
| 21876 | 0x20; |
| 21877 | static constexpr dart::compiler::target::word AOT_Mint_value_offset = 0x8; |
| 21878 | static constexpr dart::compiler::target::word |
| 21879 | AOT_NativeArguments_argc_tag_offset = 0x8; |
| 21880 | static constexpr dart::compiler::target::word AOT_NativeArguments_argv_offset = |
| 21881 | 0x10; |
| 21882 | static constexpr dart::compiler::target::word |
| 21883 | AOT_NativeArguments_retval_offset = 0x18; |
| 21884 | static constexpr dart::compiler::target::word |
| 21885 | AOT_NativeArguments_thread_offset = 0x0; |
| 21886 | static constexpr dart::compiler::target::word |
| 21887 | AOT_ObjectStore_double_type_offset = 0x180; |
| 21888 | static constexpr dart::compiler::target::word AOT_ObjectStore_int_type_offset = |
| 21889 | 0x128; |
| 21890 | static constexpr dart::compiler::target::word |
| 21891 | AOT_ObjectStore_record_field_names_offset = 0x3f8; |
| 21892 | static constexpr dart::compiler::target::word |
| 21893 | AOT_ObjectStore_string_type_offset = 0x1a8; |
| 21894 | static constexpr dart::compiler::target::word AOT_ObjectStore_type_type_offset = |
| 21895 | 0x108; |
| 21896 | static constexpr dart::compiler::target::word |
| 21897 | AOT_ObjectStore_ffi_callback_code_offset = 0x4f0; |
| 21898 | static constexpr dart::compiler::target::word |
| 21899 | AOT_ObjectStore_suspend_state_await_offset = 0x448; |
| 21900 | static constexpr dart::compiler::target::word |
| 21901 | AOT_ObjectStore_suspend_state_await_with_type_check_offset = 0x450; |
| 21902 | static constexpr dart::compiler::target::word |
| 21903 | AOT_ObjectStore_suspend_state_handle_exception_offset = 0x490; |
| 21904 | static constexpr dart::compiler::target::word |
| 21905 | AOT_ObjectStore_suspend_state_init_async_offset = 0x440; |
| 21906 | static constexpr dart::compiler::target::word |
| 21907 | AOT_ObjectStore_suspend_state_init_async_star_offset = 0x468; |
| 21908 | static constexpr dart::compiler::target::word |
| 21909 | AOT_ObjectStore_suspend_state_init_sync_star_offset = 0x480; |
| 21910 | static constexpr dart::compiler::target::word |
| 21911 | AOT_ObjectStore_suspend_state_return_async_offset = 0x458; |
| 21912 | static constexpr dart::compiler::target::word |
| 21913 | AOT_ObjectStore_suspend_state_return_async_not_future_offset = 0x460; |
| 21914 | static constexpr dart::compiler::target::word |
| 21915 | AOT_ObjectStore_suspend_state_return_async_star_offset = 0x478; |
| 21916 | static constexpr dart::compiler::target::word |
| 21917 | AOT_ObjectStore_suspend_state_suspend_sync_star_at_start_offset = 0x488; |
| 21918 | static constexpr dart::compiler::target::word |
| 21919 | AOT_ObjectStore_suspend_state_yield_async_star_offset = 0x470; |
| 21920 | static constexpr dart::compiler::target::word AOT_OneByteString_data_offset = |
| 21921 | 0x10; |
| 21922 | static constexpr dart::compiler::target::word AOT_PointerBase_data_offset = 0x8; |
| 21923 | static constexpr dart::compiler::target::word |
| 21924 | AOT_Pointer_type_arguments_offset = 0x10; |
| 21925 | static constexpr dart::compiler::target::word AOT_ReceivePort_send_port_offset = |
| 21926 | 0x8; |
| 21927 | static constexpr dart::compiler::target::word AOT_ReceivePort_handler_offset = |
| 21928 | 0x10; |
| 21929 | static constexpr dart::compiler::target::word AOT_Record_shape_offset = 0x8; |
| 21930 | static constexpr dart::compiler::target::word |
| 21931 | AOT_SingleTargetCache_entry_point_offset = 0x10; |
| 21932 | static constexpr dart::compiler::target::word |
| 21933 | AOT_SingleTargetCache_lower_limit_offset = 0x18; |
| 21934 | static constexpr dart::compiler::target::word |
| 21935 | AOT_SingleTargetCache_target_offset = 0x8; |
| 21936 | static constexpr dart::compiler::target::word |
| 21937 | AOT_SingleTargetCache_upper_limit_offset = 0x1c; |
| 21938 | static constexpr dart::compiler::target::word |
| 21939 | AOT_StoreBufferBlock_pointers_offset = 0x10; |
| 21940 | static constexpr dart::compiler::target::word AOT_StoreBufferBlock_top_offset = |
| 21941 | 0x8; |
| 21942 | static constexpr dart::compiler::target::word AOT_StreamInfo_enabled_offset = |
| 21943 | 0x8; |
| 21944 | static constexpr dart::compiler::target::word AOT_String_hash_offset = 0x4; |
| 21945 | static constexpr dart::compiler::target::word AOT_String_length_offset = 0x8; |
| 21946 | static constexpr dart::compiler::target::word |
| 21947 | AOT_SubtypeTestCache_cache_offset = 0x8; |
| 21948 | static constexpr dart::compiler::target::word |
| 21949 | AOT_SubtypeTestCache_num_inputs_offset = 0x10; |
| 21950 | static constexpr dart::compiler::target::word |
| 21951 | AOT_SuspendState_FrameSizeGrowthGap = 0x0; |
| 21952 | static constexpr dart::compiler::target::word |
| 21953 | AOT_SuspendState_error_callback_offset = 0x28; |
| 21954 | static constexpr dart::compiler::target::word |
| 21955 | AOT_SuspendState_frame_size_offset = 0x8; |
| 21956 | static constexpr dart::compiler::target::word |
| 21957 | AOT_SuspendState_function_data_offset = 0x18; |
| 21958 | static constexpr dart::compiler::target::word AOT_SuspendState_payload_offset = |
| 21959 | 0x30; |
| 21960 | static constexpr dart::compiler::target::word AOT_SuspendState_pc_offset = 0x10; |
| 21961 | static constexpr dart::compiler::target::word |
| 21962 | AOT_SuspendState_then_callback_offset = 0x20; |
| 21963 | static constexpr dart::compiler::target::word |
| 21964 | AOT_Thread_AllocateArray_entry_point_offset = 0x2c0; |
| 21965 | static constexpr dart::compiler::target::word |
| 21966 | AOT_Thread_active_exception_offset = 0x718; |
| 21967 | static constexpr dart::compiler::target::word |
| 21968 | AOT_Thread_active_stacktrace_offset = 0x720; |
| 21969 | static constexpr dart::compiler::target::word |
| 21970 | AOT_Thread_array_write_barrier_entry_point_offset = 0x1e8; |
| 21971 | static constexpr dart::compiler::target::word |
| 21972 | AOT_Thread_allocate_mint_with_fpu_regs_entry_point_offset = 0x1f8; |
| 21973 | static constexpr dart::compiler::target::word |
| 21974 | AOT_Thread_allocate_mint_with_fpu_regs_stub_offset = 0x110; |
| 21975 | static constexpr dart::compiler::target::word |
| 21976 | AOT_Thread_allocate_mint_without_fpu_regs_entry_point_offset = 0x200; |
| 21977 | static constexpr dart::compiler::target::word |
| 21978 | AOT_Thread_allocate_mint_without_fpu_regs_stub_offset = 0x118; |
| 21979 | static constexpr dart::compiler::target::word |
| 21980 | AOT_Thread_allocate_object_entry_point_offset = 0x208; |
| 21981 | static constexpr dart::compiler::target::word |
| 21982 | AOT_Thread_allocate_object_stub_offset = 0x120; |
| 21983 | static constexpr dart::compiler::target::word |
| 21984 | AOT_Thread_allocate_object_parameterized_entry_point_offset = 0x210; |
| 21985 | static constexpr dart::compiler::target::word |
| 21986 | AOT_Thread_allocate_object_parameterized_stub_offset = 0x128; |
| 21987 | static constexpr dart::compiler::target::word |
| 21988 | AOT_Thread_allocate_object_slow_entry_point_offset = 0x218; |
| 21989 | static constexpr dart::compiler::target::word |
| 21990 | AOT_Thread_allocate_object_slow_stub_offset = 0x130; |
| 21991 | static constexpr dart::compiler::target::word AOT_Thread_api_top_scope_offset = |
| 21992 | 0x758; |
| 21993 | static constexpr dart::compiler::target::word |
| 21994 | AOT_Thread_async_exception_handler_stub_offset = 0x138; |
| 21995 | static constexpr dart::compiler::target::word |
| 21996 | AOT_Thread_auto_scope_native_wrapper_entry_point_offset = 0x278; |
| 21997 | static constexpr dart::compiler::target::word AOT_Thread_bool_false_offset = |
| 21998 | 0x78; |
| 21999 | static constexpr dart::compiler::target::word AOT_Thread_bool_true_offset = |
| 22000 | 0x70; |
| 22001 | static constexpr dart::compiler::target::word |
| 22002 | AOT_Thread_bootstrap_native_wrapper_entry_point_offset = 0x268; |
| 22003 | static constexpr dart::compiler::target::word |
| 22004 | AOT_Thread_call_to_runtime_entry_point_offset = 0x1f0; |
| 22005 | static constexpr dart::compiler::target::word |
| 22006 | AOT_Thread_call_to_runtime_stub_offset = 0xa8; |
| 22007 | static constexpr dart::compiler::target::word AOT_Thread_dart_stream_offset = |
| 22008 | 0x790; |
| 22009 | static constexpr dart::compiler::target::word |
| 22010 | AOT_Thread_dispatch_table_array_offset = 0x58; |
| 22011 | static constexpr dart::compiler::target::word |
| 22012 | AOT_Thread_double_truncate_round_supported_offset = 0x760; |
| 22013 | static constexpr dart::compiler::target::word |
| 22014 | AOT_Thread_service_extension_stream_offset = 0x798; |
| 22015 | static constexpr dart::compiler::target::word AOT_Thread_optimize_entry_offset = |
| 22016 | 0x240; |
| 22017 | static constexpr dart::compiler::target::word AOT_Thread_optimize_stub_offset = |
| 22018 | 0x190; |
| 22019 | static constexpr dart::compiler::target::word |
| 22020 | AOT_Thread_deoptimize_entry_offset = 0x248; |
| 22021 | static constexpr dart::compiler::target::word |
| 22022 | AOT_Thread_deoptimize_stub_offset = 0x198; |
| 22023 | static constexpr dart::compiler::target::word |
| 22024 | AOT_Thread_double_abs_address_offset = 0x298; |
| 22025 | static constexpr dart::compiler::target::word |
| 22026 | AOT_Thread_double_negate_address_offset = 0x290; |
| 22027 | static constexpr dart::compiler::target::word AOT_Thread_end_offset = 0x50; |
| 22028 | static constexpr dart::compiler::target::word |
| 22029 | AOT_Thread_enter_safepoint_stub_offset = 0x1c0; |
| 22030 | static constexpr dart::compiler::target::word |
| 22031 | AOT_Thread_execution_state_offset = 0x740; |
| 22032 | static constexpr dart::compiler::target::word |
| 22033 | AOT_Thread_exit_safepoint_stub_offset = 0x1c8; |
| 22034 | static constexpr dart::compiler::target::word |
| 22035 | AOT_Thread_exit_safepoint_ignore_unwind_in_progress_stub_offset = 0x1d0; |
| 22036 | static constexpr dart::compiler::target::word |
| 22037 | AOT_Thread_call_native_through_safepoint_stub_offset = 0x1d8; |
| 22038 | static constexpr dart::compiler::target::word |
| 22039 | AOT_Thread_call_native_through_safepoint_entry_point_offset = 0x250; |
| 22040 | static constexpr dart::compiler::target::word |
| 22041 | AOT_Thread_fix_allocation_stub_code_offset = 0x98; |
| 22042 | static constexpr dart::compiler::target::word |
| 22043 | AOT_Thread_fix_callers_target_code_offset = 0x90; |
| 22044 | static constexpr dart::compiler::target::word |
| 22045 | AOT_Thread_float_absolute_address_offset = 0x2b0; |
| 22046 | static constexpr dart::compiler::target::word |
| 22047 | AOT_Thread_float_negate_address_offset = 0x2a8; |
| 22048 | static constexpr dart::compiler::target::word |
| 22049 | AOT_Thread_float_not_address_offset = 0x2a0; |
| 22050 | static constexpr dart::compiler::target::word |
| 22051 | AOT_Thread_float_zerow_address_offset = 0x2b8; |
| 22052 | static constexpr dart::compiler::target::word |
| 22053 | AOT_Thread_global_object_pool_offset = 0x728; |
| 22054 | static constexpr dart::compiler::target::word |
| 22055 | AOT_Thread_invoke_dart_code_stub_offset = 0xa0; |
| 22056 | static constexpr dart::compiler::target::word |
| 22057 | AOT_Thread_exit_through_ffi_offset = 0x750; |
| 22058 | static constexpr dart::compiler::target::word AOT_Thread_isolate_offset = 0x6c0; |
| 22059 | static constexpr dart::compiler::target::word AOT_Thread_isolate_group_offset = |
| 22060 | 0x6c8; |
| 22061 | static constexpr dart::compiler::target::word |
| 22062 | AOT_Thread_field_table_values_offset = 0x60; |
| 22063 | static constexpr dart::compiler::target::word |
| 22064 | AOT_Thread_lazy_deopt_from_return_stub_offset = 0x1a0; |
| 22065 | static constexpr dart::compiler::target::word |
| 22066 | AOT_Thread_lazy_deopt_from_throw_stub_offset = 0x1a8; |
| 22067 | static constexpr dart::compiler::target::word |
| 22068 | AOT_Thread_lazy_specialize_type_test_stub_offset = 0x1b8; |
| 22069 | static constexpr dart::compiler::target::word |
| 22070 | AOT_Thread_marking_stack_block_offset = 0x6f0; |
| 22071 | static constexpr dart::compiler::target::word |
| 22072 | AOT_Thread_megamorphic_call_checked_entry_offset = 0x230; |
| 22073 | static constexpr dart::compiler::target::word |
| 22074 | AOT_Thread_switchable_call_miss_entry_offset = 0x238; |
| 22075 | static constexpr dart::compiler::target::word |
| 22076 | AOT_Thread_switchable_call_miss_stub_offset = 0x170; |
| 22077 | static constexpr dart::compiler::target::word |
| 22078 | AOT_Thread_no_scope_native_wrapper_entry_point_offset = 0x270; |
| 22079 | static constexpr dart::compiler::target::word |
| 22080 | AOT_Thread_late_initialization_error_shared_with_fpu_regs_stub_offset = |
| 22081 | 0xb8; |
| 22082 | static constexpr dart::compiler::target::word |
| 22083 | AOT_Thread_late_initialization_error_shared_without_fpu_regs_stub_offset = |
| 22084 | 0xb0; |
| 22085 | static constexpr dart::compiler::target::word |
| 22086 | AOT_Thread_null_error_shared_with_fpu_regs_stub_offset = 0xc8; |
| 22087 | static constexpr dart::compiler::target::word |
| 22088 | AOT_Thread_null_error_shared_without_fpu_regs_stub_offset = 0xc0; |
| 22089 | static constexpr dart::compiler::target::word |
| 22090 | AOT_Thread_null_arg_error_shared_with_fpu_regs_stub_offset = 0xd8; |
| 22091 | static constexpr dart::compiler::target::word |
| 22092 | AOT_Thread_null_arg_error_shared_without_fpu_regs_stub_offset = 0xd0; |
| 22093 | static constexpr dart::compiler::target::word |
| 22094 | AOT_Thread_null_cast_error_shared_with_fpu_regs_stub_offset = 0xe8; |
| 22095 | static constexpr dart::compiler::target::word |
| 22096 | AOT_Thread_null_cast_error_shared_without_fpu_regs_stub_offset = 0xe0; |
| 22097 | static constexpr dart::compiler::target::word |
| 22098 | AOT_Thread_range_error_shared_with_fpu_regs_stub_offset = 0xf8; |
| 22099 | static constexpr dart::compiler::target::word |
| 22100 | AOT_Thread_range_error_shared_without_fpu_regs_stub_offset = 0xf0; |
| 22101 | static constexpr dart::compiler::target::word |
| 22102 | AOT_Thread_write_error_shared_with_fpu_regs_stub_offset = 0x108; |
| 22103 | static constexpr dart::compiler::target::word |
| 22104 | AOT_Thread_write_error_shared_without_fpu_regs_stub_offset = 0x100; |
| 22105 | static constexpr dart::compiler::target::word AOT_Thread_resume_stub_offset = |
| 22106 | 0x140; |
| 22107 | static constexpr dart::compiler::target::word |
| 22108 | AOT_Thread_return_async_not_future_stub_offset = 0x150; |
| 22109 | static constexpr dart::compiler::target::word |
| 22110 | AOT_Thread_return_async_star_stub_offset = 0x158; |
| 22111 | static constexpr dart::compiler::target::word |
| 22112 | AOT_Thread_return_async_stub_offset = 0x148; |
| 22113 | static constexpr dart::compiler::target::word AOT_Thread_object_null_offset = |
| 22114 | 0x68; |
| 22115 | static constexpr dart::compiler::target::word |
| 22116 | AOT_Thread_predefined_symbols_address_offset = 0x280; |
| 22117 | static constexpr dart::compiler::target::word AOT_Thread_resume_pc_offset = |
| 22118 | 0x730; |
| 22119 | static constexpr dart::compiler::target::word |
| 22120 | AOT_Thread_saved_shadow_call_stack_offset = 0x738; |
| 22121 | static constexpr dart::compiler::target::word |
| 22122 | AOT_Thread_safepoint_state_offset = 0x748; |
| 22123 | static constexpr dart::compiler::target::word |
| 22124 | AOT_Thread_slow_type_test_stub_offset = 0x1b0; |
| 22125 | static constexpr dart::compiler::target::word |
| 22126 | AOT_Thread_slow_type_test_entry_point_offset = 0x260; |
| 22127 | static constexpr dart::compiler::target::word AOT_Thread_stack_limit_offset = |
| 22128 | 0x38; |
| 22129 | static constexpr dart::compiler::target::word |
| 22130 | AOT_Thread_saved_stack_limit_offset = 0x6d0; |
| 22131 | static constexpr dart::compiler::target::word |
| 22132 | AOT_Thread_stack_overflow_flags_offset = 0x6d8; |
| 22133 | static constexpr dart::compiler::target::word |
| 22134 | AOT_Thread_stack_overflow_shared_with_fpu_regs_entry_point_offset = 0x228; |
| 22135 | static constexpr dart::compiler::target::word |
| 22136 | AOT_Thread_stack_overflow_shared_with_fpu_regs_stub_offset = 0x168; |
| 22137 | static constexpr dart::compiler::target::word |
| 22138 | AOT_Thread_stack_overflow_shared_without_fpu_regs_entry_point_offset = |
| 22139 | 0x220; |
| 22140 | static constexpr dart::compiler::target::word |
| 22141 | AOT_Thread_stack_overflow_shared_without_fpu_regs_stub_offset = 0x160; |
| 22142 | static constexpr dart::compiler::target::word |
| 22143 | AOT_Thread_store_buffer_block_offset = 0x6e8; |
| 22144 | static constexpr dart::compiler::target::word |
| 22145 | AOT_Thread_suspend_state_await_entry_point_offset = 0x670; |
| 22146 | static constexpr dart::compiler::target::word |
| 22147 | AOT_Thread_suspend_state_await_with_type_check_entry_point_offset = 0x678; |
| 22148 | static constexpr dart::compiler::target::word |
| 22149 | AOT_Thread_suspend_state_init_async_entry_point_offset = 0x668; |
| 22150 | static constexpr dart::compiler::target::word |
| 22151 | AOT_Thread_suspend_state_return_async_entry_point_offset = 0x680; |
| 22152 | static constexpr dart::compiler::target::word |
| 22153 | AOT_Thread_suspend_state_return_async_not_future_entry_point_offset = 0x688; |
| 22154 | static constexpr dart::compiler::target::word |
| 22155 | AOT_Thread_suspend_state_init_async_star_entry_point_offset = 0x690; |
| 22156 | static constexpr dart::compiler::target::word |
| 22157 | AOT_Thread_suspend_state_yield_async_star_entry_point_offset = 0x698; |
| 22158 | static constexpr dart::compiler::target::word |
| 22159 | AOT_Thread_suspend_state_return_async_star_entry_point_offset = 0x6a0; |
| 22160 | static constexpr dart::compiler::target::word |
| 22161 | AOT_Thread_suspend_state_init_sync_star_entry_point_offset = 0x6a8; |
| 22162 | static constexpr dart::compiler::target::word |
| 22163 | AOT_Thread_suspend_state_suspend_sync_star_at_start_entry_point_offset = |
| 22164 | 0x6b0; |
| 22165 | static constexpr dart::compiler::target::word |
| 22166 | AOT_Thread_suspend_state_handle_exception_entry_point_offset = 0x6b8; |
| 22167 | static constexpr dart::compiler::target::word |
| 22168 | AOT_Thread_top_exit_frame_info_offset = 0x6e0; |
| 22169 | static constexpr dart::compiler::target::word AOT_Thread_top_offset = 0x48; |
| 22170 | static constexpr dart::compiler::target::word AOT_Thread_top_resource_offset = |
| 22171 | 0x20; |
| 22172 | static constexpr dart::compiler::target::word |
| 22173 | AOT_Thread_unboxed_runtime_arg_offset = 0x708; |
| 22174 | static constexpr dart::compiler::target::word AOT_Thread_vm_tag_offset = 0x700; |
| 22175 | static constexpr dart::compiler::target::word |
| 22176 | AOT_Thread_write_barrier_entry_point_offset = 0x1e0; |
| 22177 | static constexpr dart::compiler::target::word |
| 22178 | AOT_Thread_write_barrier_mask_offset = 0x40; |
| 22179 | static constexpr dart::compiler::target::word AOT_Thread_next_task_id_offset = |
| 22180 | 0x768; |
| 22181 | static constexpr dart::compiler::target::word AOT_Thread_random_offset = 0x770; |
| 22182 | static constexpr dart::compiler::target::word |
| 22183 | AOT_Thread_jump_to_frame_entry_point_offset = 0x258; |
| 22184 | static constexpr dart::compiler::target::word AOT_Thread_tsan_utils_offset = |
| 22185 | 0x778; |
| 22186 | static constexpr dart::compiler::target::word |
| 22187 | AOT_TsanUtils_setjmp_function_offset = 0x0; |
| 22188 | static constexpr dart::compiler::target::word |
| 22189 | AOT_TsanUtils_setjmp_buffer_offset = 0x8; |
| 22190 | static constexpr dart::compiler::target::word |
| 22191 | AOT_TsanUtils_exception_pc_offset = 0x10; |
| 22192 | static constexpr dart::compiler::target::word |
| 22193 | AOT_TsanUtils_exception_sp_offset = 0x18; |
| 22194 | static constexpr dart::compiler::target::word |
| 22195 | AOT_TsanUtils_exception_fp_offset = 0x20; |
| 22196 | static constexpr dart::compiler::target::word |
| 22197 | AOT_TimelineStream_enabled_offset = 0x10; |
| 22198 | static constexpr dart::compiler::target::word AOT_TwoByteString_data_offset = |
| 22199 | 0x10; |
| 22200 | static constexpr dart::compiler::target::word AOT_Type_arguments_offset = 0x28; |
| 22201 | static constexpr dart::compiler::target::word |
| 22202 | AOT_Finalizer_type_arguments_offset = 0x30; |
| 22203 | static constexpr dart::compiler::target::word AOT_Finalizer_callback_offset = |
| 22204 | 0x28; |
| 22205 | static constexpr dart::compiler::target::word |
| 22206 | AOT_FinalizerBase_all_entries_offset = 0x18; |
| 22207 | static constexpr dart::compiler::target::word |
| 22208 | AOT_FinalizerBase_detachments_offset = 0x10; |
| 22209 | static constexpr dart::compiler::target::word |
| 22210 | AOT_FinalizerBase_entries_collected_offset = 0x20; |
| 22211 | static constexpr dart::compiler::target::word AOT_FinalizerBase_isolate_offset = |
| 22212 | 0x8; |
| 22213 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_detach_offset = |
| 22214 | 0x10; |
| 22215 | static constexpr dart::compiler::target::word |
| 22216 | AOT_FinalizerEntry_external_size_offset = 0x38; |
| 22217 | static constexpr dart::compiler::target::word |
| 22218 | AOT_FinalizerEntry_finalizer_offset = 0x20; |
| 22219 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_next_offset = |
| 22220 | 0x28; |
| 22221 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_token_offset = |
| 22222 | 0x18; |
| 22223 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_value_offset = |
| 22224 | 0x8; |
| 22225 | static constexpr dart::compiler::target::word |
| 22226 | AOT_NativeFinalizer_callback_offset = 0x28; |
| 22227 | static constexpr dart::compiler::target::word |
| 22228 | AOT_FunctionType_named_parameter_names_offset = 0x40; |
| 22229 | static constexpr dart::compiler::target::word |
| 22230 | AOT_FunctionType_packed_parameter_counts_offset = 0x48; |
| 22231 | static constexpr dart::compiler::target::word |
| 22232 | AOT_FunctionType_packed_type_parameter_counts_offset = 0x4c; |
| 22233 | static constexpr dart::compiler::target::word |
| 22234 | AOT_FunctionType_parameter_types_offset = 0x38; |
| 22235 | static constexpr dart::compiler::target::word |
| 22236 | AOT_FunctionType_type_parameters_offset = 0x28; |
| 22237 | static constexpr dart::compiler::target::word AOT_TypeParameter_index_offset = |
| 22238 | 0x32; |
| 22239 | static constexpr dart::compiler::target::word AOT_TypeArguments_hash_offset = |
| 22240 | 0x18; |
| 22241 | static constexpr dart::compiler::target::word |
| 22242 | AOT_TypeArguments_instantiations_offset = 0x8; |
| 22243 | static constexpr dart::compiler::target::word AOT_TypeArguments_length_offset = |
| 22244 | 0x10; |
| 22245 | static constexpr dart::compiler::target::word |
| 22246 | AOT_TypeArguments_nullability_offset = 0x20; |
| 22247 | static constexpr dart::compiler::target::word AOT_TypeArguments_types_offset = |
| 22248 | 0x28; |
| 22249 | static constexpr dart::compiler::target::word AOT_TypeParameters_names_offset = |
| 22250 | 0x8; |
| 22251 | static constexpr dart::compiler::target::word AOT_TypeParameters_flags_offset = |
| 22252 | 0x10; |
| 22253 | static constexpr dart::compiler::target::word AOT_TypeParameters_bounds_offset = |
| 22254 | 0x18; |
| 22255 | static constexpr dart::compiler::target::word |
| 22256 | AOT_TypeParameters_defaults_offset = 0x20; |
| 22257 | static constexpr dart::compiler::target::word AOT_TypedDataBase_length_offset = |
| 22258 | 0x10; |
| 22259 | static constexpr dart::compiler::target::word |
| 22260 | AOT_TypedDataView_typed_data_offset = 0x18; |
| 22261 | static constexpr dart::compiler::target::word |
| 22262 | AOT_TypedDataView_offset_in_bytes_offset = 0x20; |
| 22263 | static constexpr dart::compiler::target::word AOT_TypedData_payload_offset = |
| 22264 | 0x18; |
| 22265 | static constexpr dart::compiler::target::word |
| 22266 | AOT_UnhandledException_exception_offset = 0x8; |
| 22267 | static constexpr dart::compiler::target::word |
| 22268 | AOT_UnhandledException_stacktrace_offset = 0x10; |
| 22269 | static constexpr dart::compiler::target::word AOT_UserTag_tag_offset = 0x10; |
| 22270 | static constexpr dart::compiler::target::word |
| 22271 | AOT_MonomorphicSmiableCall_expected_cid_offset = 0x8; |
| 22272 | static constexpr dart::compiler::target::word |
| 22273 | AOT_MonomorphicSmiableCall_entrypoint_offset = 0x10; |
| 22274 | static constexpr dart::compiler::target::word AOT_WeakProperty_key_offset = 0x8; |
| 22275 | static constexpr dart::compiler::target::word AOT_WeakProperty_value_offset = |
| 22276 | 0x10; |
| 22277 | static constexpr dart::compiler::target::word AOT_WeakReference_target_offset = |
| 22278 | 0x8; |
| 22279 | static constexpr dart::compiler::target::word |
| 22280 | AOT_WeakReference_type_arguments_offset = 0x10; |
| 22281 | static constexpr dart::compiler::target::word AOT_Code_entry_point_offset[] = { |
| 22282 | 0x8, 0x18, 0x10, 0x20}; |
| 22283 | static constexpr dart::compiler::target::word |
| 22284 | AOT_Thread_write_barrier_wrappers_thread_offset[] = { |
| 22285 | -1, -1, -1, -1, -1, 0x5d8, 0x5e0, 0x5e8, -1, -1, 0x5f0, |
| 22286 | 0x5f8, 0x600, -1, -1, -1, 0x608, 0x610, 0x618, 0x620, 0x628, 0x630, |
| 22287 | 0x638, 0x640, -1, -1, -1, -1, 0x648, 0x650, 0x658, 0x660}; |
| 22288 | static constexpr dart::compiler::target::word AOT_AbstractType_InstanceSize = |
| 22289 | 0x28; |
| 22290 | static constexpr dart::compiler::target::word AOT_ApiError_InstanceSize = 0x10; |
| 22291 | static constexpr dart::compiler::target::word AOT_Array_header_size = 0x18; |
| 22292 | static constexpr dart::compiler::target::word AOT_Bool_InstanceSize = 0x10; |
| 22293 | static constexpr dart::compiler::target::word AOT_Capability_InstanceSize = |
| 22294 | 0x10; |
| 22295 | static constexpr dart::compiler::target::word AOT_Class_InstanceSize = 0x90; |
| 22296 | static constexpr dart::compiler::target::word AOT_Closure_InstanceSize = 0x40; |
| 22297 | static constexpr dart::compiler::target::word AOT_ClosureData_InstanceSize = |
| 22298 | 0x28; |
| 22299 | static constexpr dart::compiler::target::word AOT_CodeSourceMap_HeaderSize = |
| 22300 | 0x10; |
| 22301 | static constexpr dart::compiler::target::word |
| 22302 | AOT_CompressedStackMaps_ObjectHeaderSize = 0x8; |
| 22303 | static constexpr dart::compiler::target::word |
| 22304 | AOT_CompressedStackMaps_PayloadHeaderSize = 0x4; |
| 22305 | static constexpr dart::compiler::target::word AOT_Context_header_size = 0x18; |
| 22306 | static constexpr dart::compiler::target::word AOT_Double_InstanceSize = 0x10; |
| 22307 | static constexpr dart::compiler::target::word AOT_DynamicLibrary_InstanceSize = |
| 22308 | 0x18; |
| 22309 | static constexpr dart::compiler::target::word |
| 22310 | AOT_ExternalOneByteString_InstanceSize = 0x20; |
| 22311 | static constexpr dart::compiler::target::word |
| 22312 | AOT_ExternalTwoByteString_InstanceSize = 0x20; |
| 22313 | static constexpr dart::compiler::target::word |
| 22314 | AOT_ExternalTypedData_InstanceSize = 0x18; |
| 22315 | static constexpr dart::compiler::target::word |
| 22316 | AOT_FfiTrampolineData_InstanceSize = 0x30; |
| 22317 | static constexpr dart::compiler::target::word AOT_Field_InstanceSize = 0x58; |
| 22318 | static constexpr dart::compiler::target::word AOT_Finalizer_InstanceSize = 0x38; |
| 22319 | static constexpr dart::compiler::target::word AOT_FinalizerEntry_InstanceSize = |
| 22320 | 0x40; |
| 22321 | static constexpr dart::compiler::target::word AOT_NativeFinalizer_InstanceSize = |
| 22322 | 0x30; |
| 22323 | static constexpr dart::compiler::target::word AOT_Float32x4_InstanceSize = 0x18; |
| 22324 | static constexpr dart::compiler::target::word AOT_Float64x2_InstanceSize = 0x18; |
| 22325 | static constexpr dart::compiler::target::word AOT_Function_InstanceSize = 0x50; |
| 22326 | static constexpr dart::compiler::target::word AOT_FunctionType_InstanceSize = |
| 22327 | 0x50; |
| 22328 | static constexpr dart::compiler::target::word AOT_FutureOr_InstanceSize = 0x10; |
| 22329 | static constexpr dart::compiler::target::word |
| 22330 | AOT_GrowableObjectArray_InstanceSize = 0x20; |
| 22331 | static constexpr dart::compiler::target::word AOT_ICData_InstanceSize = 0x30; |
| 22332 | static constexpr dart::compiler::target::word AOT_Instance_InstanceSize = 0x8; |
| 22333 | static constexpr dart::compiler::target::word |
| 22334 | AOT_Instructions_UnalignedHeaderSize = 0x10; |
| 22335 | static constexpr dart::compiler::target::word |
| 22336 | AOT_InstructionsSection_UnalignedHeaderSize = 0x28; |
| 22337 | static constexpr dart::compiler::target::word |
| 22338 | AOT_InstructionsTable_InstanceSize = 0x30; |
| 22339 | static constexpr dart::compiler::target::word AOT_Int32x4_InstanceSize = 0x18; |
| 22340 | static constexpr dart::compiler::target::word AOT_Integer_InstanceSize = 0x8; |
| 22341 | static constexpr dart::compiler::target::word |
| 22342 | AOT_KernelProgramInfo_InstanceSize = 0x60; |
| 22343 | static constexpr dart::compiler::target::word AOT_LanguageError_InstanceSize = |
| 22344 | 0x30; |
| 22345 | static constexpr dart::compiler::target::word AOT_Library_InstanceSize = 0x98; |
| 22346 | static constexpr dart::compiler::target::word AOT_LibraryPrefix_InstanceSize = |
| 22347 | 0x28; |
| 22348 | static constexpr dart::compiler::target::word AOT_LinkedHashBase_InstanceSize = |
| 22349 | 0x38; |
| 22350 | static constexpr dart::compiler::target::word AOT_LocalHandle_InstanceSize = |
| 22351 | 0x8; |
| 22352 | static constexpr dart::compiler::target::word |
| 22353 | AOT_MegamorphicCache_InstanceSize = 0x30; |
| 22354 | static constexpr dart::compiler::target::word AOT_Mint_InstanceSize = 0x10; |
| 22355 | static constexpr dart::compiler::target::word AOT_MirrorReference_InstanceSize = |
| 22356 | 0x10; |
| 22357 | static constexpr dart::compiler::target::word |
| 22358 | AOT_MonomorphicSmiableCall_InstanceSize = 0x18; |
| 22359 | static constexpr dart::compiler::target::word AOT_Namespace_InstanceSize = 0x28; |
| 22360 | static constexpr dart::compiler::target::word AOT_NativeArguments_StructSize = |
| 22361 | 0x20; |
| 22362 | static constexpr dart::compiler::target::word AOT_Number_InstanceSize = 0x8; |
| 22363 | static constexpr dart::compiler::target::word AOT_Object_InstanceSize = 0x8; |
| 22364 | static constexpr dart::compiler::target::word AOT_PatchClass_InstanceSize = |
| 22365 | 0x18; |
| 22366 | static constexpr dart::compiler::target::word AOT_PcDescriptors_HeaderSize = |
| 22367 | 0x10; |
| 22368 | static constexpr dart::compiler::target::word AOT_Pointer_InstanceSize = 0x18; |
| 22369 | static constexpr dart::compiler::target::word AOT_ReceivePort_InstanceSize = |
| 22370 | 0x18; |
| 22371 | static constexpr dart::compiler::target::word AOT_RecordType_InstanceSize = |
| 22372 | 0x38; |
| 22373 | static constexpr dart::compiler::target::word AOT_RegExp_InstanceSize = 0x78; |
| 22374 | static constexpr dart::compiler::target::word AOT_Script_InstanceSize = 0x48; |
| 22375 | static constexpr dart::compiler::target::word AOT_SendPort_InstanceSize = 0x18; |
| 22376 | static constexpr dart::compiler::target::word AOT_Sentinel_InstanceSize = 0x8; |
| 22377 | static constexpr dart::compiler::target::word |
| 22378 | AOT_SingleTargetCache_InstanceSize = 0x20; |
| 22379 | static constexpr dart::compiler::target::word AOT_StackTrace_InstanceSize = |
| 22380 | 0x28; |
| 22381 | static constexpr dart::compiler::target::word AOT_SuspendState_HeaderSize = |
| 22382 | 0x30; |
| 22383 | static constexpr dart::compiler::target::word AOT_String_InstanceSize = 0x10; |
| 22384 | static constexpr dart::compiler::target::word |
| 22385 | AOT_SubtypeTestCache_InstanceSize = 0x18; |
| 22386 | static constexpr dart::compiler::target::word AOT_LoadingUnit_InstanceSize = |
| 22387 | 0x20; |
| 22388 | static constexpr dart::compiler::target::word |
| 22389 | AOT_TransferableTypedData_InstanceSize = 0x8; |
| 22390 | static constexpr dart::compiler::target::word AOT_Type_InstanceSize = 0x30; |
| 22391 | static constexpr dart::compiler::target::word AOT_TypeParameter_InstanceSize = |
| 22392 | 0x38; |
| 22393 | static constexpr dart::compiler::target::word AOT_TypeParameters_InstanceSize = |
| 22394 | 0x28; |
| 22395 | static constexpr dart::compiler::target::word AOT_TypedData_HeaderSize = 0x18; |
| 22396 | static constexpr dart::compiler::target::word AOT_TypedDataBase_InstanceSize = |
| 22397 | 0x18; |
| 22398 | static constexpr dart::compiler::target::word AOT_TypedDataView_InstanceSize = |
| 22399 | 0x28; |
| 22400 | static constexpr dart::compiler::target::word |
| 22401 | AOT_UnhandledException_InstanceSize = 0x18; |
| 22402 | static constexpr dart::compiler::target::word AOT_UnlinkedCall_InstanceSize = |
| 22403 | 0x20; |
| 22404 | static constexpr dart::compiler::target::word AOT_UnwindError_InstanceSize = |
| 22405 | 0x18; |
| 22406 | static constexpr dart::compiler::target::word AOT_UserTag_InstanceSize = 0x20; |
| 22407 | static constexpr dart::compiler::target::word AOT_WeakProperty_InstanceSize = |
| 22408 | 0x20; |
| 22409 | static constexpr dart::compiler::target::word AOT_WeakReference_InstanceSize = |
| 22410 | 0x20; |
| 22411 | static constexpr dart::compiler::target::word |
| 22412 | AOT_WeakSerializationReference_InstanceSize = 0x18; |
| 22413 | #endif // defined(PRODUCT) && \ |
| 22414 | // defined(TARGET_ARCH_RISCV64) && \ |
| 22415 | // !defined(DART_COMPRESSED_POINTERS) |
| 22416 | |
| 22417 | #endif // RUNTIME_VM_COMPILER_RUNTIME_OFFSETS_EXTRACTED_H_ |
| 22418 | |