Searched defs:messageId (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 29 #define SUBENTRY(messageId, condition) \ argument 37 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 46 #define ASM_ASSERT(messageId, condition) \ argument 48 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 51 #define ASM_ASSERT(messageId, condition) \ argument 53 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 56 #define ASM_ASSERT(messageId, ...) ((void)0) argument 57 #define ASM_ASSERT_WITH_GLUE(messageId, ...) ((void)0) argument
|
| D | stub_builder.cpp | 856 void StubBuilder::ThrowTypeAndReturn(GateRef glue, int messageId, GateRef val) in ThrowTypeAndReturn() 5142 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()
|
| /arkcompiler/runtime_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
|