Lines Matching refs:SetErrorString
496 error.SetErrorString(too_many_functions_error); in CanInterpret()
509 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
523 error.SetErrorString(interpreter_internal_error); in CanInterpret()
531 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
542 error.SetErrorString(interpreter_internal_error); in CanInterpret()
552 error.SetErrorString(unsupported_opcode_error); in CanInterpret()
602 error.SetErrorString(unsupported_operand_error); in CanInterpret()
614 error.SetErrorString(unsupported_operand_error); in CanInterpret()
622 error.SetErrorString(unsupported_operand_error); in CanInterpret()
661 error.SetErrorString("Couldn't allocate stack frame"); in Interpret()
670 error.SetErrorString("Not enough arguments passed in to function"); in Interpret()
713 error.SetErrorString(interpreter_internal_error); in Interpret()
726 error.SetErrorString(bad_value_error); in Interpret()
733 error.SetErrorString(bad_value_error); in Interpret()
808 error.SetErrorString(unsupported_opcode_error); in Interpret()
827 error.SetErrorString(memory_allocation_error); in Interpret()
837 error.SetErrorString(memory_allocation_error); in Interpret()
848 error.SetErrorString(memory_write_error); in Interpret()
874 error.SetErrorString(bad_value_error); in Interpret()
890 error.SetErrorString(bad_value_error); in Interpret()
911 error.SetErrorString(bad_value_error); in Interpret()
941 error.SetErrorString(interpreter_internal_error); in Interpret()
950 error.SetErrorString(bad_value_error); in Interpret()
973 error.SetErrorString(bad_value_error); in Interpret()
995 error.SetErrorString(bad_value_error); in Interpret()
1037 error.SetErrorString(bad_value_error); in Interpret()
1044 error.SetErrorString(bad_value_error); in Interpret()
1120 error.SetErrorString(bad_value_error); in Interpret()
1142 error.SetErrorString(bad_value_error); in Interpret()
1164 error.SetErrorString(bad_value_error); in Interpret()
1192 error.SetErrorString(interpreter_internal_error); in Interpret()
1203 error.SetErrorString(bad_value_error); in Interpret()
1210 error.SetErrorString(bad_value_error); in Interpret()
1221 error.SetErrorString(memory_read_error); in Interpret()
1234 error.SetErrorString(memory_read_error); in Interpret()
1244 error.SetErrorString(memory_read_error); in Interpret()
1282 error.SetErrorString(bad_value_error); in Interpret()
1289 error.SetErrorString(bad_value_error); in Interpret()
1300 error.SetErrorString(memory_read_error); in Interpret()
1313 error.SetErrorString(memory_read_error); in Interpret()
1323 error.SetErrorString(memory_write_error); in Interpret()
1344 error.SetErrorString("unable to access return type"); in Interpret()
1352 error.SetErrorString("return type is not supported"); in Interpret()
1359 error.SetErrorString("unable to acquire thread"); in Interpret()
1366 error.SetErrorString("unable to get the process"); in Interpret()
1376 error.SetErrorString("unable to get address of function"); in Interpret()
1388 error.SetErrorString("call need function pointer"); in Interpret()
1396 error.SetErrorString("call need function pointer"); in Interpret()
1407 error.SetErrorString("function takes too many arguments"); in Interpret()
1493 error.SetErrorString("ThreadPlanCallFunctionUsingABI failed"); in Interpret()
1514 error.SetErrorString("unable to get the return value"); in Interpret()
1533 error.SetErrorString(infinite_loop_error); in Interpret()