Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Macros
runtime_offsets_list.h File Reference

Go to the source code of this file.

Macros

#define COMPRESSED_ONLY(x)
 
#define COMMON_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT)
 
#define JIT_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT)
 
#define AOT_OFFSETS_LIST(FIELD, ARRAY, SIZEOF, ARRAY_SIZEOF, PAYLOAD_SIZEOF, RANGE, CONSTANT)    FIELD(Closure, entry_point_offset)
 

Macro Definition Documentation

◆ AOT_OFFSETS_LIST

#define AOT_OFFSETS_LIST (   FIELD,
  ARRAY,
  SIZEOF,
  ARRAY_SIZEOF,
  PAYLOAD_SIZEOF,
  RANGE,
  CONSTANT 
)     FIELD(Closure, entry_point_offset)

Definition at line 501 of file runtime_offsets_list.h.

◆ COMMON_OFFSETS_LIST

#define COMMON_OFFSETS_LIST (   FIELD,
  ARRAY,
  SIZEOF,
  ARRAY_SIZEOF,
  PAYLOAD_SIZEOF,
  RANGE,
  CONSTANT 
)

Definition at line 52 of file runtime_offsets_list.h.

153 { return true; }) \
154 FIELD(Function, kind_tag_offset) \
155 FIELD(Function, signature_offset) \
156 FIELD(FutureOr, type_arguments_offset) \
157 FIELD(GrowableObjectArray, data_offset) \
158 FIELD(GrowableObjectArray, length_offset) \
159 FIELD(GrowableObjectArray, type_arguments_offset) \
160 FIELD(Page, card_table_offset) \
161 FIELD(Page, original_top_offset) \
162 FIELD(Page, original_end_offset) \
163 FIELD(CallSiteData, arguments_descriptor_offset) \
164 FIELD(ICData, NumArgsTestedMask) \
165 FIELD(ICData, NumArgsTestedShift) \
166 FIELD(ICData, entries_offset) \
167 FIELD(ICData, owner_offset) \
168 FIELD(ICData, state_bits_offset) \
169 FIELD(Int32x4, value_offset) \
170 FIELD(Isolate, current_tag_offset) \
171 FIELD(Isolate, default_tag_offset) \
172 FIELD(Isolate, finalizers_offset) \
173 NOT_IN_PRODUCT(FIELD(Isolate, has_resumption_breakpoints_offset)) \
174 FIELD(IsolateGroup, object_store_offset) \
175 FIELD(IsolateGroup, class_table_offset) \
176 FIELD(IsolateGroup, cached_class_table_table_offset) \
177 NOT_IN_PRODUCT(FIELD(Isolate, single_step_offset)) \
178 FIELD(Isolate, user_tag_offset) \
179 FIELD(LinkedHashBase, data_offset) \
180 FIELD(ImmutableLinkedHashBase, data_offset) \
181 FIELD(LinkedHashBase, deleted_keys_offset) \
182 FIELD(LinkedHashBase, hash_mask_offset) \
183 FIELD(LinkedHashBase, index_offset) \
184 FIELD(LinkedHashBase, type_arguments_offset) \
185 FIELD(LinkedHashBase, used_data_offset) \
186 FIELD(LocalHandle, ptr_offset) \
187 FIELD(MarkingStackBlock, pointers_offset) \
188 FIELD(MarkingStackBlock, top_offset) \
189 FIELD(MegamorphicCache, buckets_offset) \
190 FIELD(MegamorphicCache, mask_offset) \
191 FIELD(Mint, value_offset) \
192 FIELD(NativeArguments, argc_tag_offset) \
193 FIELD(NativeArguments, argv_offset) \
194 FIELD(NativeArguments, retval_offset) \
195 FIELD(NativeArguments, thread_offset) \
196 FIELD(ObjectStore, double_type_offset) \
197 FIELD(ObjectStore, int_type_offset) \
198 FIELD(ObjectStore, record_field_names_offset) \
199 FIELD(ObjectStore, string_type_offset) \
200 FIELD(ObjectStore, type_type_offset) \
201 FIELD(ObjectStore, ffi_callback_code_offset) \
202 FIELD(ObjectStore, suspend_state_await_offset) \
203 FIELD(ObjectStore, suspend_state_await_with_type_check_offset) \
204 FIELD(ObjectStore, suspend_state_handle_exception_offset) \
205 FIELD(ObjectStore, suspend_state_init_async_offset) \
206 FIELD(ObjectStore, suspend_state_init_async_star_offset) \
207 FIELD(ObjectStore, suspend_state_init_sync_star_offset) \
208 FIELD(ObjectStore, suspend_state_return_async_offset) \
209 FIELD(ObjectStore, suspend_state_return_async_not_future_offset) \
210 FIELD(ObjectStore, suspend_state_return_async_star_offset) \
211 FIELD(ObjectStore, suspend_state_suspend_sync_star_at_start_offset) \
212 FIELD(ObjectStore, suspend_state_yield_async_star_offset) \
213 FIELD(OneByteString, data_offset) \
214 FIELD(PersistentHandle, ptr_offset) \
215 FIELD(PointerBase, data_offset) \
216 FIELD(Pointer, type_arguments_offset) \
217 FIELD(ReceivePort, send_port_offset) \
218 FIELD(ReceivePort, handler_offset) \
219 FIELD(Record, shape_offset) \
220 FIELD(SingleTargetCache, entry_point_offset) \
221 FIELD(SingleTargetCache, lower_limit_offset) \
222 FIELD(SingleTargetCache, target_offset) \
223 FIELD(SingleTargetCache, upper_limit_offset) \
224 FIELD(StoreBufferBlock, pointers_offset) \
225 FIELD(StoreBufferBlock, top_offset) \
226 FIELD(StreamInfo, enabled_offset) \
227 FIELD(String, hash_offset) \
228 FIELD(String, length_offset) \
229 FIELD(SubtypeTestCache, cache_offset) \
230 FIELD(SubtypeTestCache, num_inputs_offset) \
231 FIELD(SuspendState, FrameSizeGrowthGap) \
232 FIELD(SuspendState, error_callback_offset) \
233 FIELD(SuspendState, frame_size_offset) \
234 FIELD(SuspendState, function_data_offset) \
235 FIELD(SuspendState, payload_offset) \
236 FIELD(SuspendState, pc_offset) \
237 FIELD(SuspendState, then_callback_offset) \
238 FIELD(Thread, AllocateArray_entry_point_offset) \
239 FIELD(Thread, active_exception_offset) \
240 FIELD(Thread, active_stacktrace_offset) \
241 FIELD(Thread, array_write_barrier_entry_point_offset) \
242 FIELD(Thread, allocate_mint_with_fpu_regs_entry_point_offset) \
243 FIELD(Thread, allocate_mint_with_fpu_regs_stub_offset) \
244 FIELD(Thread, allocate_mint_without_fpu_regs_entry_point_offset) \
245 FIELD(Thread, allocate_mint_without_fpu_regs_stub_offset) \
246 FIELD(Thread, allocate_object_entry_point_offset) \
247 FIELD(Thread, allocate_object_stub_offset) \
248 FIELD(Thread, allocate_object_parameterized_entry_point_offset) \
249 FIELD(Thread, allocate_object_parameterized_stub_offset) \
250 FIELD(Thread, allocate_object_slow_entry_point_offset) \
251 FIELD(Thread, allocate_object_slow_stub_offset) \
252 FIELD(Thread, api_top_scope_offset) \
253 FIELD(Thread, async_exception_handler_stub_offset) \
254 FIELD(Thread, auto_scope_native_wrapper_entry_point_offset) \
255 FIELD(Thread, bool_false_offset) \
256 FIELD(Thread, bool_true_offset) \
257 FIELD(Thread, bootstrap_native_wrapper_entry_point_offset) \
258 FIELD(Thread, call_to_runtime_entry_point_offset) \
259 FIELD(Thread, call_to_runtime_stub_offset) \
260 FIELD(Thread, dart_stream_offset) \
261 FIELD(Thread, dispatch_table_array_offset) \
262 FIELD(Thread, double_truncate_round_supported_offset) \
263 FIELD(Thread, service_extension_stream_offset) \
264 FIELD(Thread, optimize_entry_offset) \
265 FIELD(Thread, optimize_stub_offset) \
266 FIELD(Thread, deoptimize_entry_offset) \
267 FIELD(Thread, deoptimize_stub_offset) \
268 FIELD(Thread, double_abs_address_offset) \
269 FIELD(Thread, double_negate_address_offset) \
270 FIELD(Thread, end_offset) \
271 FIELD(Thread, enter_safepoint_stub_offset) \
272 FIELD(Thread, execution_state_offset) \
273 FIELD(Thread, exit_safepoint_stub_offset) \
274 FIELD(Thread, exit_safepoint_ignore_unwind_in_progress_stub_offset) \
275 FIELD(Thread, call_native_through_safepoint_stub_offset) \
276 FIELD(Thread, call_native_through_safepoint_entry_point_offset) \
277 FIELD(Thread, fix_allocation_stub_code_offset) \
278 FIELD(Thread, fix_callers_target_code_offset) \
279 FIELD(Thread, float_absolute_address_offset) \
280 FIELD(Thread, float_negate_address_offset) \
281 FIELD(Thread, float_not_address_offset) \
282 FIELD(Thread, float_zerow_address_offset) \
283 FIELD(Thread, global_object_pool_offset) \
284 FIELD(Thread, invoke_dart_code_stub_offset) \
285 FIELD(Thread, exit_through_ffi_offset) \
286 FIELD(Thread, isolate_offset) \
287 FIELD(Thread, isolate_group_offset) \
288 FIELD(Thread, field_table_values_offset) \
289 FIELD(Thread, lazy_deopt_from_return_stub_offset) \
290 FIELD(Thread, lazy_deopt_from_throw_stub_offset) \
291 FIELD(Thread, lazy_specialize_type_test_stub_offset) \
292 FIELD(Thread, marking_stack_block_offset) \
293 FIELD(Thread, megamorphic_call_checked_entry_offset) \
294 FIELD(Thread, switchable_call_miss_entry_offset) \
295 FIELD(Thread, switchable_call_miss_stub_offset) \
296 FIELD(Thread, no_scope_native_wrapper_entry_point_offset) \
297 FIELD(Thread, late_initialization_error_shared_with_fpu_regs_stub_offset) \
298 FIELD(Thread, late_initialization_error_shared_without_fpu_regs_stub_offset) \
299 FIELD(Thread, null_error_shared_with_fpu_regs_stub_offset) \
300 FIELD(Thread, null_error_shared_without_fpu_regs_stub_offset) \
301 FIELD(Thread, null_arg_error_shared_with_fpu_regs_stub_offset) \
302 FIELD(Thread, null_arg_error_shared_without_fpu_regs_stub_offset) \
303 FIELD(Thread, null_cast_error_shared_with_fpu_regs_stub_offset) \
304 FIELD(Thread, null_cast_error_shared_without_fpu_regs_stub_offset) \
305 FIELD(Thread, range_error_shared_with_fpu_regs_stub_offset) \
306 FIELD(Thread, range_error_shared_without_fpu_regs_stub_offset) \
307 FIELD(Thread, write_error_shared_with_fpu_regs_stub_offset) \
308 FIELD(Thread, write_error_shared_without_fpu_regs_stub_offset) \
309 FIELD(Thread, resume_stub_offset) \
310 FIELD(Thread, return_async_not_future_stub_offset) \
311 FIELD(Thread, return_async_star_stub_offset) \
312 FIELD(Thread, return_async_stub_offset) \
313 FIELD(Thread, object_null_offset) \
314 FIELD(Thread, predefined_symbols_address_offset) \
315 FIELD(Thread, resume_pc_offset) \
316 FIELD(Thread, saved_shadow_call_stack_offset) \
317 FIELD(Thread, safepoint_state_offset) \
318 FIELD(Thread, slow_type_test_stub_offset) \
319 FIELD(Thread, slow_type_test_entry_point_offset) \
320 FIELD(Thread, stack_limit_offset) \
321 FIELD(Thread, saved_stack_limit_offset) \
322 FIELD(Thread, stack_overflow_flags_offset) \
323 FIELD(Thread, stack_overflow_shared_with_fpu_regs_entry_point_offset) \
324 FIELD(Thread, stack_overflow_shared_with_fpu_regs_stub_offset) \
325 FIELD(Thread, stack_overflow_shared_without_fpu_regs_entry_point_offset) \
326 FIELD(Thread, stack_overflow_shared_without_fpu_regs_stub_offset) \
327 FIELD(Thread, store_buffer_block_offset) \
328 FIELD(Thread, suspend_state_await_entry_point_offset) \
329 FIELD(Thread, suspend_state_await_with_type_check_entry_point_offset) \
330 FIELD(Thread, suspend_state_init_async_entry_point_offset) \
331 FIELD(Thread, suspend_state_return_async_entry_point_offset) \
332 FIELD(Thread, suspend_state_return_async_not_future_entry_point_offset) \
333 FIELD(Thread, suspend_state_init_async_star_entry_point_offset) \
334 FIELD(Thread, suspend_state_yield_async_star_entry_point_offset) \
335 FIELD(Thread, suspend_state_return_async_star_entry_point_offset) \
336 FIELD(Thread, suspend_state_init_sync_star_entry_point_offset) \
337 FIELD(Thread, suspend_state_suspend_sync_star_at_start_entry_point_offset) \
338 FIELD(Thread, suspend_state_handle_exception_entry_point_offset) \
339 FIELD(Thread, top_exit_frame_info_offset) \
340 FIELD(Thread, top_offset) \
341 FIELD(Thread, top_resource_offset) \
342 FIELD(Thread, unboxed_runtime_arg_offset) \
343 FIELD(Thread, vm_tag_offset) \
344 FIELD(Thread, write_barrier_entry_point_offset) \
345 FIELD(Thread, write_barrier_mask_offset) \
346 COMPRESSED_ONLY(FIELD(Thread, heap_base_offset)) \
347 FIELD(Thread, next_task_id_offset) \
348 FIELD(Thread, random_offset) \
349 FIELD(Thread, jump_to_frame_entry_point_offset) \
350 FIELD(Thread, tsan_utils_offset) \
351 FIELD(TsanUtils, setjmp_function_offset) \
352 FIELD(TsanUtils, setjmp_buffer_offset) \
353 FIELD(TsanUtils, exception_pc_offset) \
354 FIELD(TsanUtils, exception_sp_offset) \
355 FIELD(TsanUtils, exception_fp_offset) \
356 FIELD(TimelineStream, enabled_offset) \
357 FIELD(TwoByteString, data_offset) \
358 FIELD(Type, arguments_offset) \
359 FIELD(Finalizer, type_arguments_offset) \
360 FIELD(Finalizer, callback_offset) \
361 FIELD(FinalizerBase, all_entries_offset) \
362 FIELD(FinalizerBase, detachments_offset) \
363 FIELD(FinalizerBase, entries_collected_offset) \
364 FIELD(FinalizerBase, isolate_offset) \
365 FIELD(FinalizerEntry, detach_offset) \
366 FIELD(FinalizerEntry, external_size_offset) \
367 FIELD(FinalizerEntry, finalizer_offset) \
368 FIELD(FinalizerEntry, next_offset) \
369 FIELD(FinalizerEntry, token_offset) \
370 FIELD(FinalizerEntry, value_offset) \
371 FIELD(NativeFinalizer, callback_offset) \
372 FIELD(FunctionType, named_parameter_names_offset) \
373 FIELD(FunctionType, packed_parameter_counts_offset) \
374 FIELD(FunctionType, packed_type_parameter_counts_offset) \
375 FIELD(FunctionType, parameter_types_offset) \
376 FIELD(FunctionType, type_parameters_offset) \
377 FIELD(TypeParameter, index_offset) \
378 FIELD(TypeArguments, hash_offset) \
379 FIELD(TypeArguments, instantiations_offset) \
380 FIELD(TypeArguments, length_offset) \
381 FIELD(TypeArguments, nullability_offset) \
382 FIELD(TypeArguments, types_offset) \
383 FIELD(TypeParameters, names_offset) \
384 FIELD(TypeParameters, flags_offset) \
385 FIELD(TypeParameters, bounds_offset) \
386 FIELD(TypeParameters, defaults_offset) \
387 FIELD(TypedDataBase, length_offset) \
388 FIELD(TypedDataView, typed_data_offset) \
389 FIELD(TypedDataView, offset_in_bytes_offset) \
390 FIELD(TypedData, payload_offset) \
391 FIELD(UnhandledException, exception_offset) \
392 FIELD(UnhandledException, stacktrace_offset) \
393 FIELD(UserTag, tag_offset) \
394 FIELD(MonomorphicSmiableCall, expected_cid_offset) \
395 FIELD(MonomorphicSmiableCall, entrypoint_offset) \
396 FIELD(WeakProperty, key_offset) \
397 FIELD(WeakProperty, value_offset) \
398 FIELD(WeakReference, target_offset) \
399 FIELD(WeakReference, type_arguments_offset) \
400 RANGE(Code, entry_point_offset, CodeEntryKind, CodeEntryKind::kNormal, \
401 CodeEntryKind::kMonomorphicUnchecked, \
402 [](CodeEntryKind value) { return true; }) \
403 RANGE(Thread, write_barrier_wrappers_thread_offset, Register, 0, \
404 kNumberOfCpuRegisters - 1, [](Register reg) { \
405 return (kDartAvailableCpuRegs & (1 << reg)) != 0; \
406 }) \
407 SIZEOF(AbstractType, InstanceSize, UntaggedAbstractType) \
408 SIZEOF(ApiError, InstanceSize, UntaggedApiError) \
409 SIZEOF(Array, header_size, UntaggedArray) \
410 SIZEOF(Bool, InstanceSize, UntaggedBool) \
411 SIZEOF(Capability, InstanceSize, UntaggedCapability) \
412 SIZEOF(Class, InstanceSize, UntaggedClass) \
413 SIZEOF(Closure, InstanceSize, UntaggedClosure) \
414 SIZEOF(ClosureData, InstanceSize, UntaggedClosureData) \
415 SIZEOF(CodeSourceMap, HeaderSize, UntaggedCodeSourceMap) \
416 SIZEOF(CompressedStackMaps, ObjectHeaderSize, UntaggedCompressedStackMaps) \
417 SIZEOF(CompressedStackMaps, PayloadHeaderSize, \
418 UntaggedCompressedStackMaps::Payload::FlagsAndSizeHeader) \
419 SIZEOF(Context, header_size, UntaggedContext) \
420 SIZEOF(Double, InstanceSize, UntaggedDouble) \
421 SIZEOF(DynamicLibrary, InstanceSize, UntaggedDynamicLibrary) \
422 SIZEOF(ExternalTypedData, InstanceSize, UntaggedExternalTypedData) \
423 SIZEOF(FfiTrampolineData, InstanceSize, UntaggedFfiTrampolineData) \
424 SIZEOF(Field, InstanceSize, UntaggedField) \
425 SIZEOF(Finalizer, InstanceSize, UntaggedFinalizer) \
426 SIZEOF(FinalizerEntry, InstanceSize, UntaggedFinalizerEntry) \
427 SIZEOF(NativeFinalizer, InstanceSize, UntaggedNativeFinalizer) \
428 SIZEOF(Float32x4, InstanceSize, UntaggedFloat32x4) \
429 SIZEOF(Float64x2, InstanceSize, UntaggedFloat64x2) \
430 SIZEOF(Function, InstanceSize, UntaggedFunction) \
431 SIZEOF(FunctionType, InstanceSize, UntaggedFunctionType) \
432 SIZEOF(FutureOr, InstanceSize, UntaggedFutureOr) \
433 SIZEOF(GrowableObjectArray, InstanceSize, UntaggedGrowableObjectArray) \
434 SIZEOF(ICData, InstanceSize, UntaggedICData) \
435 SIZEOF(Instance, InstanceSize, UntaggedInstance) \
436 SIZEOF(Instructions, UnalignedHeaderSize, UntaggedInstructions) \
437 SIZEOF(InstructionsSection, UnalignedHeaderSize, \
438 UntaggedInstructionsSection) \
439 FIELD(InstructionsSection, HeaderSize) \
440 SIZEOF(InstructionsTable, InstanceSize, UntaggedInstructionsTable) \
441 SIZEOF(Int32x4, InstanceSize, UntaggedInt32x4) \
442 SIZEOF(Integer, InstanceSize, UntaggedInteger) \
443 SIZEOF(KernelProgramInfo, InstanceSize, UntaggedKernelProgramInfo) \
444 SIZEOF(LanguageError, InstanceSize, UntaggedLanguageError) \
445 SIZEOF(Library, InstanceSize, UntaggedLibrary) \
446 SIZEOF(LibraryPrefix, InstanceSize, UntaggedLibraryPrefix) \
447 SIZEOF(LinkedHashBase, InstanceSize, UntaggedLinkedHashBase) \
448 SIZEOF(LocalHandle, InstanceSize, LocalHandle) \
449 SIZEOF(MegamorphicCache, InstanceSize, UntaggedMegamorphicCache) \
450 SIZEOF(Mint, InstanceSize, UntaggedMint) \
451 SIZEOF(MirrorReference, InstanceSize, UntaggedMirrorReference) \
452 SIZEOF(MonomorphicSmiableCall, InstanceSize, UntaggedMonomorphicSmiableCall) \
453 SIZEOF(Namespace, InstanceSize, UntaggedNamespace) \
454 SIZEOF(NativeArguments, StructSize, NativeArguments) \
455 SIZEOF(Number, InstanceSize, UntaggedNumber) \
456 SIZEOF(Object, InstanceSize, UntaggedObject) \
457 SIZEOF(PatchClass, InstanceSize, UntaggedPatchClass) \
458 SIZEOF(PcDescriptors, HeaderSize, UntaggedPcDescriptors) \
459 SIZEOF(Pointer, InstanceSize, UntaggedPointer) \
460 SIZEOF(ReceivePort, InstanceSize, UntaggedReceivePort) \
461 SIZEOF(RecordType, InstanceSize, UntaggedRecordType) \
462 SIZEOF(RegExp, InstanceSize, UntaggedRegExp) \
463 SIZEOF(Script, InstanceSize, UntaggedScript) \
464 SIZEOF(SendPort, InstanceSize, UntaggedSendPort) \
465 SIZEOF(Sentinel, InstanceSize, UntaggedSentinel) \
466 SIZEOF(SingleTargetCache, InstanceSize, UntaggedSingleTargetCache) \
467 SIZEOF(StackTrace, InstanceSize, UntaggedStackTrace) \
468 SIZEOF(SuspendState, HeaderSize, UntaggedSuspendState) \
469 SIZEOF(String, InstanceSize, UntaggedString) \
470 SIZEOF(SubtypeTestCache, InstanceSize, UntaggedSubtypeTestCache) \
471 SIZEOF(LoadingUnit, InstanceSize, UntaggedLoadingUnit) \
472 SIZEOF(TransferableTypedData, InstanceSize, UntaggedTransferableTypedData) \
473 SIZEOF(Type, InstanceSize, UntaggedType) \
474 SIZEOF(TypeParameter, InstanceSize, UntaggedTypeParameter) \
475 SIZEOF(TypeParameters, InstanceSize, UntaggedTypeParameters) \
476 SIZEOF(TypedData, HeaderSize, UntaggedTypedData) \
477 SIZEOF(TypedDataBase, InstanceSize, UntaggedTypedDataBase) \
478 SIZEOF(TypedDataView, InstanceSize, UntaggedTypedDataView) \
479 SIZEOF(UnhandledException, InstanceSize, UntaggedUnhandledException) \
480 SIZEOF(UnlinkedCall, InstanceSize, UntaggedUnlinkedCall) \
481 SIZEOF(UnwindError, InstanceSize, UntaggedUnwindError) \
482 SIZEOF(UserTag, InstanceSize, UntaggedUserTag) \
483 SIZEOF(WeakProperty, InstanceSize, UntaggedWeakProperty) \
484 SIZEOF(WeakReference, InstanceSize, UntaggedWeakReference) \
485 SIZEOF(WeakSerializationReference, InstanceSize, \
486 UntaggedWeakSerializationReference) \
487 PAYLOAD_SIZEOF(CodeSourceMap, InstanceSize, HeaderSize) \
488 PAYLOAD_SIZEOF(CompressedStackMaps, InstanceSize, HeaderSize) \
489 PAYLOAD_SIZEOF(InstructionsSection, InstanceSize, HeaderSize) \
490 PAYLOAD_SIZEOF(PcDescriptors, InstanceSize, HeaderSize) \
491 PAYLOAD_SIZEOF(SuspendState, InstanceSize, HeaderSize) \
492 PAYLOAD_SIZEOF(TypedData, InstanceSize, HeaderSize)

◆ COMPRESSED_ONLY

#define COMPRESSED_ONLY (   x)

Definition at line 49 of file runtime_offsets_list.h.

◆ JIT_OFFSETS_LIST

#define JIT_OFFSETS_LIST (   FIELD,
  ARRAY,
  SIZEOF,
  ARRAY_SIZEOF,
  PAYLOAD_SIZEOF,
  RANGE,
  CONSTANT 
)
Value:
FIELD(Code, active_instructions_offset) \
FIELD(Function, usage_counter_offset) \
FIELD(ICData, receivers_static_type_offset) \
FIELD(SuspendState, frame_capacity_offset)

Definition at line 494 of file runtime_offsets_list.h.