Home
last modified time | relevance | path

Searched full:wrong (Results 1 – 25 of 90) sorted by relevance

1234

/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa36 #! CHECKER Wrong AOT file with cha
42 #! CHECKER Wrong AOT file without cha
48 #! CHECKER Wrong path to AOT file with cha
54 #! CHECKER Wrong path to AOT file without cha
60 #! CHECKER Wrong path to boot panda files
71 #! CHECKER Wrong file in boot-locations
75 #! CHECKER Wrong numbers of files in boot-locations
/arkcompiler/runtime_core/verification/
Dmessages.yaml156 …${reg} is of wrong type: '${reg_type}'. Expected a subtype of one from ${target_types}. Compatible…
180Wrong array element type '${type}'. Expected a subtype of '${expected_type}'. Compatible subtypes …
186 Wrong type of array elements '${type}'. Expected '${expected_type}'.
192 Wrong type of array elements '${type}'. Expected one of ${expected_types}.
240Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}.
246Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'.
266Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types…
314Wrong type for 'isinstance'. It is a non-object/non-array type '${type}'. Possible types are ${pos…
392 Cannot make a call to '${name}' because of wrong type in register v${reg_idx}.
398 …Cannot make a call to '${name}' because of wrong type in actual parameter. Actual type: '${actual_…
[all …]
Dverification.yaml27 wrong_acc: Wrong accumulator type.
28 wrong_formal_param: Wrong formal parameter type.
29 wrong_actual_param: Wrong actual parameter type.
/arkcompiler/runtime_core/irtoc/lang/
Dregmask.rb49 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
67 raise "RegMask is initialized with wrong type: #{value.class}" unless value.is_a?(Integer)
73 raise "Wrong `position` type" unless position.is_a? Integer
83 raise "Wrong `position` type" unless position.is_a? Integer
Doutput.rb73 raise "Wrong indent" if @@indent < 0
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp51 SendResponse(request, DispatchResponse::Fail("wrong params")); in AddInspectedHeapObject()
80 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetHeapObjectId()
94 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetObjectByHeapObjectId()
127 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartSampling()
139 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartTrackingHeapObjects()
164 SendResponse(request, DispatchResponse::Fail("wrong params")); in StopTrackingHeapObjects()
175 SendResponse(request, DispatchResponse::Fail("wrong params")); in TakeHeapSnapshot()
Dprofiler_impl.cpp86 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval()
115 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
Ddebugger_impl.cpp314 SendResponse(request, DispatchResponse::Fail("wrong params")); in Enable()
335 SendResponse(request, DispatchResponse::Fail("wrong params")); in EvaluateOnCallFrame()
353 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleBreakpoints()
366 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetScriptSource()
385 SendResponse(request, DispatchResponse::Fail("wrong params")); in RemoveBreakpoint()
396 SendResponse(request, DispatchResponse::Fail("wrong params")); in Resume()
413 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetBreakpointByUrl()
428 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetPauseOnExceptions()
440 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepInto()
457 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepOver()
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratorthrow.js35 it.throw(new Error('async generator wrong')) // async generator wrong
Dexpect_output.txt25 Error: async generator wrong
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md15 Or access to wrong fields of object.
21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts48 throw new Error("Wrong declaration type to be hoisted");
68 throw new Error("Wrong scope to hoist");
89 throw new Error("Wrong scope to hoist");
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-wrong-function-decl-3-expected.txt1 SyntaxError: Primary expression expected [test-wrong-function-decl-3.js:19:5]
Dtest-wrong-function-decl-2-expected.txt1 SyntaxError: Unexpected token, expected '{' [test-wrong-function-decl-2.js:17:18]
Dtest-wrong-function-decl-1-expected.txt1 SyntaxError: Unexpected token, expected '(' [test-wrong-function-decl-1.js:17:11]
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb52 …std::cerr << "Wrong dst type '" << DataType::ToString(inst->GetType()) << "' for inst:\n" << *inst…
64 …std::cerr << "Wrong input <%= i %> type '" << DataType::ToString(GetInputType(inst, <%= i %>)) << …
/arkcompiler/runtime_core/verification/verifier/
Dverifier.config17 wrong-subclassing-in-method-args
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_whitelist.cpp72 … LOG(DEBUG, VERIFIER) << "Wrong debug verifier whitelist section: '" << s.name << "'"; in RegisterConfigHandlerWhitelist()
80 LOG(DEBUG, VERIFIER) << "Wrong whitelist line: '" << i << "'"; in RegisterConfigHandlerWhitelist()
/arkcompiler/ets_runtime/test/aottest/suspendgeneratorthrow/
Dsuspendgeneratorthrow.ts29 g.throw(new Error("Something went wrong"));
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp184 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
260 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
283 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
325 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
368 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
Druntime_impl_test.cpp145 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
170 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp70 return Unexpected(std::string("Wrong AotHeader magic")); in Open()
74 return Unexpected(std::string("Wrong AotHeader version")); in Open()
82 return Unexpected(std::string("Wrong AotHeader gc-type: ") + in Open()
/arkcompiler/runtime_core/verification/util/
Denum_tag.h43 // TagForEnumNumerated needs because recursive numeration with Size - 1 gives wrong ordering
/arkcompiler/runtime_core/runtime/
Dmark_word.cpp25 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured()
Dmark_word.h295 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetThreadId()
301 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetLockCount()
309 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddress()
315 LOG_IF(GetState() != STATE_HEAVY_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetMonitorId()
381 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddressField()

1234