Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::UnwindingRecordsPlatform Class Reference

#include <unwinding_records.h>

Inheritance diagram for dart::UnwindingRecordsPlatform:
dart::AllStatic

Static Public Member Functions

static intptr_t SizeInBytes ()
 
static void RegisterExecutableMemory (void *start, intptr_t size, void **pp_dynamic_table)
 
static void UnregisterDynamicTable (void *p_dynamic_table)
 

Detailed Description

Definition at line 13 of file unwinding_records.h.

Member Function Documentation

◆ RegisterExecutableMemory()

void dart::UnwindingRecordsPlatform::RegisterExecutableMemory ( void *  start,
intptr_t  size,
void **  pp_dynamic_table 
)
static

Definition at line 22 of file unwinding_records.cc.

25 {}

◆ SizeInBytes()

intptr_t dart::UnwindingRecordsPlatform::SizeInBytes ( )
static

Definition at line 13 of file unwinding_records.cc.

13 {
14 return 0;
15}

◆ UnregisterDynamicTable()

void dart::UnwindingRecordsPlatform::UnregisterDynamicTable ( void *  p_dynamic_table)
static

Definition at line 26 of file unwinding_records.cc.

26{}

The documentation for this class was generated from the following files: