#include <native_entry.h>
Definition at line 136 of file native_entry.h.
◆ NativeEntryData()
dart::NativeEntryData::NativeEntryData |
( |
const TypedData & |
data | ) |
|
|
inlineexplicit |
◆ argc_tag()
intptr_t dart::NativeEntryData::argc_tag |
( |
| ) |
const |
Definition at line 380 of file native_entry.cc.
380 {
381 return FromTypedArray(data_.
ptr())->argc_tag;
382}
◆ GetArgcTag()
intptr_t dart::NativeEntryData::GetArgcTag |
( |
TypedDataPtr |
data | ) |
|
|
static |
◆ GetKind()
◆ GetNativeFunction()
NativeFunction dart::NativeEntryData::GetNativeFunction |
( |
TypedDataPtr |
data | ) |
|
|
static |
◆ GetTrampoline()
◆ kind()
◆ native_function()
Definition at line 368 of file native_entry.cc.
368 {
369 return FromTypedArray(data_.
ptr())->native_function;
370}
◆ New()
Definition at line 392 of file native_entry.cc.
395 {
399 native_entry.set_kind(
kind);
402 native_entry.set_argc_tag(
argc_tag);
404}
NativeEntryData(const TypedData &data)
NativeFunctionWrapper trampoline() const
intptr_t argc_tag() const
MethodRecognizer::Kind kind() const
NativeFunction native_function() const
static TypedDataPtr New(intptr_t class_id, intptr_t len, Heap::Space space=Heap::kNew)
◆ set_argc_tag()
void dart::NativeEntryData::set_argc_tag |
( |
intptr_t |
value | ) |
const |
◆ set_kind()
◆ set_native_function()
void dart::NativeEntryData::set_native_function |
( |
NativeFunction |
value | ) |
const |
◆ set_trampoline()
◆ trampoline()
Definition at line 356 of file native_entry.cc.
356 {
357 return FromTypedArray(data_.
ptr())->trampoline;
358}
◆ ObjectPoolSerializationCluster
The documentation for this class was generated from the following files: