Home
last modified time | relevance | path

Searched refs:FatalPrint (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp143 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 Dbuiltins_function_stub_builder.cpp359 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(ThisBranchIsUnreachable)) }); in BuildArgumentsListFastElements()
H A Dbuiltins_object_stub_builder.cpp1741 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 Druntime_stub_list.h134 V(FatalPrint) \
H A Druntime_stubs.h91 static void FatalPrint(int fmtMessageId, ...);
H A Druntime_stubs.cpp745 void RuntimeStubs::FatalPrint(int fmtMessageId, ...) in FatalPrint() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h502 V(FatalPrint) \
H A Dnew_object_stub_builder.cpp979 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 Dstub_builder-inl.h309 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 Dcall_signature.cpp2239 DEF_CALL_SIGNATURE(FatalPrint) in DEF_CALL_SIGNATURE()
2242 CallSignature fatalPrint("FatalPrint", 0, 1, in DEF_CALL_SIGNATURE()
H A Dstub_builder.h197 void FatalPrint(GateRef thread, std::initializer_list<GateRef> args);
H A Dstub_builder.cpp1815 FatalPrint(glue, {Int32(msgId)}); in VerifyBarrier()
1848 FatalPrint(glue, {Int32(msgId)}); in SetValueWithBarrier()
8787 FatalPrint(glue, { Int32(messageId), Int32(line) }); in Assert()
H A Dinterpreter_stub.cpp5224 FatalPrint(glue, { Int32(GET_MESSAGE_STRING_ID(name)) }); \

Completed in 67 milliseconds