Home
last modified time | relevance | path

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

12

/ark/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.yaml24 wrong_acc: Wrong accumulator type.
25 wrong_formal_param: Wrong formal parameter type.
26 wrong_actual_param: Wrong actual parameter type.
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp64 LOG(DEBUG, VERIFIER) << "Wrong set of messages: '" << lines << "'"; in ProcessSectionMsg()
89 LOG(DEBUG, VERIFIER) << "Wrong options: '" << lines << "'"; in ProcessSectionShow()
102 LOG(DEBUG, VERIFIER) << "Wrong option: '" << option << "'"; in ProcessSectionShow()
121 LOG(DEBUG, VERIFIER) << "Wrong uplevel options: '" << lines << "'"; in ProcessSectionUplevel()
143 LOG(DEBUG, VERIFIER) << "Wrong checks section: '" << lines << "'"; in ProcessSectionCheck()
158 LOG(DEBUG, VERIFIER) << "Wrong check type: '" << c << "'"; in ProcessSectionCheck()
205 LOG(DEBUG, VERIFIER) << "Wrong section: '" << s.name << "'"; in MethodOptionsProcessor()
Dconfig_handler_allowlist.cpp75 … LOG(DEBUG, VERIFIER) << "Wrong debug verifier allowlist section: '" << s.name << "'"; in RegisterConfigHandlerAllowlist()
83 LOG(DEBUG, VERIFIER) << "Wrong allowlist line: '" << i << "'"; in RegisterConfigHandlerAllowlist()
Dconfig_handler_options.cpp117 {"wrong-subclassing-in-method-args", in RegisterConfigHandlerOptions()
/ark/js_runtime/ecmascript/tooling/agent/
Dheapprofiler_impl.cpp50 SendResponse(request, DispatchResponse::Fail("wrong params")); in AddInspectedHeapObject()
79 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetHeapObjectId()
93 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetObjectByHeapObjectId()
116 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartSampling()
128 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartTrackingHeapObjects()
148 SendResponse(request, DispatchResponse::Fail("wrong params")); in StopTrackingHeapObjects()
159 SendResponse(request, DispatchResponse::Fail("wrong params")); in TakeHeapSnapshot()
Ddebugger_impl.cpp276 SendResponse(request, DispatchResponse::Fail("wrong params")); in Enable()
297 SendResponse(request, DispatchResponse::Fail("wrong params")); in EvaluateOnCallFrame()
311 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleBreakpoints()
324 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetScriptSource()
343 SendResponse(request, DispatchResponse::Fail("wrong params")); in RemoveBreakpoint()
354 SendResponse(request, DispatchResponse::Fail("wrong params")); in Resume()
371 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetBreakpointByUrl()
386 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetPauseOnExceptions()
398 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepInto()
415 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepOver()
Dprofiler_impl.cpp81 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval()
110 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
Druntime_impl.cpp70 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetProperties()
94 SendResponse(request, DispatchResponse::Fail("wrong params")); in CallFunctionOn()
/ark/runtime_core/docs/bc_verification/
Dabsint_checks.md15 Or access to wrong fields of object.
21 The checks eliminate calls of methods with incorrect this, wrong access to arrays, etc.
Dtypes_n_values.md56 should be the same as of `T(...)`, i.e. `i16() <: i8()`. And this is obviously wrong, because of th…
/ark/ts2abc/ts2panda/src/
Dhoisting.ts48 throw new Error("Wrong declaration type to be hoisted");
64 throw new Error("Wrong scope to hoist");
91 throw new Error("Wrong scope to hoist");
/ark/runtime_core/tests/
DCMakeLists.txt755 … VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Register v0 is of wrong type: 'i64'\"")
758 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'.\"")
760 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'.\"")
765 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'.\"")
766 …IFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Register v1 is of wrong type: 'NullRefType…
771 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'.\"")
772 … VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'\"")
773 … VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'i32'\"")
776 …VERIFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Register v0 is of wrong type: 'i64'.\"")
778 …IFIER_FAIL_TEST VERIFIER_DEBUG_LOG_MESSAGE "\"verifier: Accumulator is of wrong type: 'NullRefType…
[all …]
/ark/runtime_core/verification/verifier/
Dverifier.config14 wrong-subclassing-in-method-args
/ark/runtime_core/verification/debug/
Ddefault_config.cpp31 " wrong-subclassing-in-method-args\n"
/ark/runtime_core/tests/cts-generator/cts-template/
Dlda.obj.yaml230 # Check lda.obj with wrong type
262 # Check lda.obj with wrong arguments
Dmov.obj.yaml264 # Check mov.obj with wrong type
296 description: Check mov.obj instruction with wrong arguments.
Dcheckcast.yaml422 …description: Check that verification fails when accumulator contains wrong value, not an object or…
448 …description: Check that verification fails when accumulator contains wrong value, not an object or…
/ark/runtime_core/runtime/
Dmark_word.cpp23 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured()
Dmark_word.h294 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetThreadId()
300 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetLockCount()
308 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddress()
314 LOG_IF(GetState() != STATE_HEAVY_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetMonitorId()
380 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddressField()
/ark/runtime_core/runtime/bridge/
Dbridge.cpp27 // Actually it is wrong signature but it is the only way to make linker don't remove this function
/ark/runtime_core/libpandabase/tests/
Dpandargs_test.cpp219 // expect wrong boolean arguments with "=" processed right in TEST()
449 // expect wrong positive and negative integer values with range processed right in TEST()
481 // expect wrong uint32_t values with range processed right in TEST()
513 // expect wrong uint64_t values with range processed right in TEST()
592 // expect parse fail on wrong tail argument type in TEST()
/ark/runtime_core/runtime/mem/gc/static/
Dgc_static_impl.cpp108 LOG(FATAL, GC) << "Wrong handling, missed type: " << cls->GetDescriptor(); in MarkInstance()
/ark/runtime_core/tests/cts-generator/
DREADME.md69 -i clang_release_sanitizer,wrong-tag
/ark/runtime_core/runtime/mem/gc/
Dgc_trigger.cpp134 LOG(FATAL, GC) << "Wrong GCTrigger type"; in CreateGCTrigger()

12