Searched defs:messageId (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 32 #define SUBENTRY(messageId, condition) \ argument 40 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 49 #define ASM_ASSERT(messageId, condition) \ argument 54 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 57 #define ASM_ASSERT(messageId, condition) \ argument 62 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 65 #define ASM_ASSERT(messageId, ...) ((void)0) argument 66 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument
|
| D | stub_builder.cpp | 1008 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn() 7670 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
|