Home
last modified time | relevance | path

Searched defs:messageId (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h30 #define SUBENTRY(messageId, condition) \ argument
38 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument
47 #define ASM_ASSERT(messageId, condition) \ argument
49 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
52 #define ASM_ASSERT(messageId, condition) \ argument
54 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
57 #define ASM_ASSERT(messageId, ...) ((void)0) argument
58 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument
Dstub_builder.cpp897 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn()
6006 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()