#include <regexp.h>
Definition at line 1450 of file regexp.h.
◆ CompilationResult() [1/3]
dart::RegExpEngine::CompilationResult::CompilationResult |
( |
const char * |
error_message | ) |
|
|
inlineexplicit |
Definition at line 1451 of file regexp.h.
1453#if !defined(DART_PRECOMPILED_RUNTIME)
1454 backtrack_goto(nullptr),
1455 graph_entry(nullptr),
1456 num_blocks(-1),
1457 num_stack_locals(-1),
1458#endif
1461 }
const char * error_message
◆ CompilationResult() [2/3]
dart::RegExpEngine::CompilationResult::CompilationResult |
( |
TypedData * |
bytecode, |
|
|
intptr_t |
num_registers |
|
) |
| |
|
inline |
Definition at line 1463 of file regexp.h.
1465#if !defined(DART_PRECOMPILED_RUNTIME)
1466 backtrack_goto(nullptr),
1467 graph_entry(nullptr),
1468 num_blocks(-1),
1469 num_stack_locals(-1),
1470#endif
1473 }
◆ CompilationResult() [3/3]
dart::RegExpEngine::CompilationResult::CompilationResult |
( |
IndirectGotoInstr * |
backtrack_goto, |
|
|
GraphEntryInstr * |
graph_entry, |
|
|
intptr_t |
num_blocks, |
|
|
intptr_t |
num_stack_locals, |
|
|
intptr_t |
num_registers |
|
) |
| |
|
inline |
Definition at line 1476 of file regexp.h.
1482 backtrack_goto(backtrack_goto),
1483 graph_entry(graph_entry),
1484 num_blocks(num_blocks),
1485 num_stack_locals(num_stack_locals),
◆ NOT_IN_PRECOMPILED() [1/4]
dart::RegExpEngine::CompilationResult::NOT_IN_PRECOMPILED |
( |
const intptr_t |
num_blocks | ) |
|
◆ NOT_IN_PRECOMPILED() [2/4]
dart::RegExpEngine::CompilationResult::NOT_IN_PRECOMPILED |
( |
const intptr_t |
num_stack_locals | ) |
|
◆ NOT_IN_PRECOMPILED() [3/4]
dart::RegExpEngine::CompilationResult::NOT_IN_PRECOMPILED |
( |
GraphEntryInstr * |
graph_entry | ) |
|
◆ NOT_IN_PRECOMPILED() [4/4]
dart::RegExpEngine::CompilationResult::NOT_IN_PRECOMPILED |
( |
IndirectGotoInstr * |
backtrack_goto | ) |
|
◆ bytecode
TypedData* dart::RegExpEngine::CompilationResult::bytecode |
◆ error_message
const char* dart::RegExpEngine::CompilationResult::error_message |
◆ num_registers
intptr_t dart::RegExpEngine::CompilationResult::num_registers |
The documentation for this struct was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/regexp.h