Searched defs:messageId (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 34 #define SUBENTRY(messageId, condition) \ argument 42 #define SUBENTRY_WITH_LINE(messageId, condition, line) \ argument 50 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 59 #define ASM_ASSERT(messageId, condition) \ argument 65 #define ASM_ASSERT_WITH_LINE(messageId, condition, line) … argument 70 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 73 #define ASM_ASSERT(messageId, condition) \ argument 79 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 82 #define ASM_ASSERT(messageId, ...) ((void)0) argument 83 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument [all …]
|
| D | stub_builder.cpp | 1661 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn() 10321 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()
|
| /arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
| D | ipc_message.cpp | 23 Message::Id messageId = message.GetId(); in SendMessage() local 47 Message::Id messageId; in RecvMessage() local
|