public class AssertionSnippets extends Object implements Snippets
Modifier and Type | Class and Description |
---|---|
static class |
AssertionSnippets.Templates |
Modifier and Type | Field and Description |
---|---|
static ForeignCallDescriptor |
ASSERTION_VM_MESSAGE_C
This call can only be used with true for the "vmError" parameter, so that it can be
configured to be a leaf method.
|
Constructor and Description |
---|
AssertionSnippets() |
Modifier and Type | Method and Description |
---|---|
static void |
assertion(boolean value,
String message) |
static void |
stubAssertion(boolean value,
String message) |
(package private) static void |
vmMessageC(ForeignCallDescriptor stubPrintfC,
boolean vmError,
Word format,
long v1,
long v2,
long v3) |
public static final ForeignCallDescriptor ASSERTION_VM_MESSAGE_C
public AssertionSnippets()
public static void stubAssertion(boolean value, String message)
static void vmMessageC(ForeignCallDescriptor stubPrintfC, boolean vmError, Word format, long v1, long v2, long v3)