Home
last modified time | relevance | path

Searched full:getmessage (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/pandastdlib/
Dpandastdlib.pa164 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) {
182 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE…
200 .function panda.String panda.IndexOutOfBoundsException.getMessage(panda.IndexOutOfBoundsException a…
218 .function panda.String panda.IllegalStateException.getMessage(panda.IllegalStateException a0) {
236 .function panda.String panda.UnsupportedOperationException.getMessage(panda.UnsupportedOperationExc…
254 .function panda.String panda.ArrayStoreException.getMessage(panda.ArrayStoreException a0) {
272 .function panda.String panda.StringIndexOutOfBoundsException.getMessage(panda.StringIndexOutOfBound…
290 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException…
308 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) {
326 .function panda.String panda.ClassCastException.getMessage(panda.ClassCastException a0) {
[all …]
/arkcompiler/runtime_core/tests/checked/
Dimplicit_nullcheck_tests.pa62 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
80 call.virt panda.NullPointerException.getMessage, a0
104 call.virt panda.NullPointerException.getMessage, a0
126 call.virt panda.NullPointerException.getMessage, a0
149 call.virt panda.NullPointerException.getMessage, a0
172 call.virt panda.NullPointerException.getMessage, a0
195 call.virt panda.NullPointerException.getMessage, a0
218 call.virt panda.NullPointerException.getMessage, a0
242 call.virt panda.NullPointerException.getMessage, a0
/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp30 ASSERT_EQ(err.GetMessage(), result1->GetMessage());
41 ASSERT_EQ(result4->GetMessage(), "Attribute 'ecmascript.annotation' must not have a value");
46 ASSERT_EQ(result5->GetMessage(), "Unknown attribute 'attribute'");
50 ASSERT_EQ(result6->GetMessage(), "Attribute 'ecmascript.annotation' already defined");
/arkcompiler/runtime_core/disassembler/tests/sources/
Dexceptions.pa17 .function A A_exception.getMessage(A_exception a0) <external>
30 call.virt A_exception.getMessage, v0
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-09.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
31 call.virt panda.NullPointerException.getMessage, v0
Darrays-11.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
30 call.virt panda.NullPointerException.getMessage, v0
Dexceptions-03.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
30 call.virt panda.NullPointerException.getMessage, v0
Dobj-27.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
36 call.virt panda.NullPointerException.getMessage, v0
Darrays-10.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
32 call.virt panda.NullPointerException.getMessage, v0
Dobj-26.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
35 call.virt panda.NullPointerException.getMessage, v0
Darrays-12.pa18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE…
35 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0
Dmath-47.pa18 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) <external>
34 call.virt panda.ArithmeticException.getMessage, v0
Dobj-28.pa18 .function panda.String panda.ClassCastException.getMessage(panda.ClassCastException a0) <external>
38 call.virt panda.ClassCastException.getMessage, v0
Darrays-14.pa18 .function panda.String panda.NegativeArraySizeException.getMessage(panda.NegativeArraySizeException…
33 call.virt panda.NegativeArraySizeException.getMessage, v0
Dmath-48.pa18 .function panda.String panda.ArithmeticException.getMessage(panda.ArithmeticException a0) <external>
33 call.virt panda.ArithmeticException.getMessage, v0
Dobj-29.pa17 .function panda.String panda.NullPointerException.getMessage(panda.NullPointerException a0) <extern…
37 call.virt panda.NullPointerException.getMessage, v0
Dobj-30.pa18 .function panda.String panda.AbstractMethodError.getMessage(panda.AbstractMethodError a0) <external>
38 call.virt panda.AbstractMethodError.getMessage, v0
Darrays-13.pa18 .function panda.String panda.ArrayIndexOutOfBoundsException.getMessage(panda.ArrayIndexOutOfBoundsE…
36 call.virt panda.ArrayIndexOutOfBoundsException.getMessage, v0
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp58 ASSERT_TRUE(response.GetMessage() == "AddInspectedHeapObject not support now"); in HWTEST_F_L0()
67 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
76 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
85 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
96 ASSERT_TRUE(response.GetMessage() == "GetHeapObjectId not support now"); in HWTEST_F_L0()
107 ASSERT_TRUE(response.GetMessage() == "GetObjectByHeapObjectId not support now"); in HWTEST_F_L0()
117 ASSERT_TRUE(response.GetMessage() == "GetSamplingProfile not support now"); in HWTEST_F_L0()
127 ASSERT_TRUE(response.GetMessage() == "StartSampling not support now"); in HWTEST_F_L0()
137 ASSERT_TRUE(response.GetMessage() == "StopSampling not support now."); in HWTEST_F_L0()
147 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
Dprofiler_impl_test.cpp57 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
66 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
89 ASSERT_TRUE(response.GetMessage().find("Stop is failure") != std::string::npos); in HWTEST_F_L0()
99 ASSERT_TRUE(response.GetMessage() == ""); in HWTEST_F_L0()
108 ASSERT_TRUE(response.GetMessage() == "GetBestEffortCoverage not support now"); in HWTEST_F_L0()
116 ASSERT_TRUE(response.GetMessage() == "StopPreciseCoverage not support now"); in HWTEST_F_L0()
124 ASSERT_TRUE(response.GetMessage() == "TakePreciseCoverage not support now"); in HWTEST_F_L0()
135 ASSERT_TRUE(response.GetMessage() == "StartPreciseCoverage not support now"); in HWTEST_F_L0()
143 ASSERT_TRUE(response.GetMessage() == "StartTypeProfile not support now"); in HWTEST_F_L0()
151 ASSERT_TRUE(response.GetMessage() == "StopTypeProfile not support now"); in HWTEST_F_L0()
[all …]
Dtracing_impl_test.cpp57 ASSERT_TRUE(response.GetMessage() == "End not support now."); in HWTEST_F_L0()
66 ASSERT_TRUE(response.GetMessage() == "GetCategories not support now."); in HWTEST_F_L0()
75 ASSERT_TRUE(response.GetMessage() == "RecordClockSyncMarker not support now."); in HWTEST_F_L0()
86 ASSERT_TRUE(response.GetMessage() == "RequestMemoryDump not support now."); in HWTEST_F_L0()
95 ASSERT_TRUE(response.GetMessage() == "Start not support now."); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/
Dprotocol_handler.cpp86 << (response.IsOk() ? "success" : "failed: " + response.GetMessage()); in SendResponse()
126 result->Add("message", response.GetMessage().c_str()); in CreateErrorReply()
Ddispatcher.h96 const std::string &GetMessage() const in GetMessage() function
/arkcompiler/runtime_core/runtime/tooling/inspector/
Derror.cpp24 LOG(ERROR, DEBUGGER) << error->GetMessage(); in HandleError()
/arkcompiler/runtime_core/panda/
Dpanda.cpp128 std::cerr << "Error: " << runtime_options_err.value().GetMessage() << std::endl; in PrepareArguments()
134 std::cerr << "Error: " << compiler_options_err.value().GetMessage() << std::endl; in PrepareArguments()

12