Searched defs:messageId (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 33 #define SUBENTRY(messageId, condition) \ argument 41 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 50 #define ASM_ASSERT(messageId, condition) \ argument 56 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 59 #define ASM_ASSERT(messageId, condition) \ argument 65 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 68 #define ASM_ASSERT(messageId, ...) ((void)0) argument 69 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument
|
| D | stub_builder.cpp | 1569 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn() 8803 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
|