Searched refs:FatalPrint (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_collator_stub_builder.cpp | 143 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in UsageOptionsToEcmaString() 179 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in SensitivityOptionsToEcmaString() 209 FatalPrint(glue, {Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable))}); in CaseFirstOptionsToEcmaString()
|
H A D | builtins_function_stub_builder.cpp | 359 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in BuildArgumentsListFastElements()
|
H A D | builtins_object_stub_builder.cpp | 1741 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in GetAllElementKeys() 1799 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in GetAllPropertyKeys()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 134 V(FatalPrint) \
|
H A D | runtime_stubs.h | 91 static void FatalPrint(int fmtMessageId, ...);
|
H A D | runtime_stubs.cpp | 745 void RuntimeStubs::FatalPrint(int fmtMessageId, ...) in FatalPrint() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_signature.h | 502 V(FatalPrint) \
|
H A D | new_object_stub_builder.cpp | 979 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in LoadHClassFromMethod() 1022 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in LoadSHClassFromMethod() 2560 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in GetElementSizeFromType() 2678 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) });
in GetOnHeapHClassFromType()
|
H A D | stub_builder-inl.h | 309 inline void StubBuilder::FatalPrint(GateRef glue, std::initializer_list<GateRef> args) in FatalPrint() function in panda::ecmascript::kungfu::StubBuilder 311 CallNGCRuntime(glue, RTSTUB_ID(FatalPrint), args); in FatalPrint()
|
H A D | call_signature.cpp | 2239 DEF_CALL_SIGNATURE(FatalPrint) in DEF_CALL_SIGNATURE() 2242 CallSignature fatalPrint("FatalPrint", 0, 1, in DEF_CALL_SIGNATURE()
|
H A D | stub_builder.h | 197 void FatalPrint(GateRef thread, std::initializer_list<GateRef> args);
|
H A D | stub_builder.cpp | 1815 FatalPrint(glue, {Int32(msgId)}); in VerifyBarrier() 1848 FatalPrint(glue, {Int32(msgId)}); in SetValueWithBarrier() 8787 FatalPrint(glue, { Int32(messageId), Int32(line) }); in Assert()
|
H A D | interpreter_stub.cpp | 5224 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \
|
Completed in 67 milliseconds