Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h29 #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
Dstub_builder.cpp856 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/
Dipc_message.cpp23 Message::Id messageId = message.GetId(); in SendMessage() local
47 Message::Id messageId; in RecvMessage() local