| /ark/runtime_core/verification/ |
| D | messages.yaml | 156 …${reg} is of wrong type: '${reg_type}'. Expected a subtype of one from ${target_types}. Compatible… 180 …Wrong 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}. 240 … Wrong return value type (in accumulator): '${acc_type}'. Compatible types are: ${expected_types}. 246 … Wrong return value type (in accumulator): '${acc_type}'. Expected a subtype of '${expected_type}'. 266 …Wrong type for 'checkcast'. It is a non-object type '${type}'. Possible types are ${possible_types… 314 …Wrong 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 …]
|
| D | verification.yaml | 24 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/ |
| D | config_handler_method_options.cpp | 64 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()
|
| D | config_handler_allowlist.cpp | 75 … LOG(DEBUG, VERIFIER) << "Wrong debug verifier allowlist section: '" << s.name << "'"; in RegisterConfigHandlerAllowlist() 83 LOG(DEBUG, VERIFIER) << "Wrong allowlist line: '" << i << "'"; in RegisterConfigHandlerAllowlist()
|
| D | config_handler_options.cpp | 117 {"wrong-subclassing-in-method-args", in RegisterConfigHandlerOptions()
|
| /ark/js_runtime/ecmascript/tooling/agent/ |
| D | heapprofiler_impl.cpp | 50 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()
|
| D | debugger_impl.cpp | 276 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()
|
| D | profiler_impl.cpp | 81 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval() 110 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
|
| D | runtime_impl.cpp | 70 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetProperties() 94 SendResponse(request, DispatchResponse::Fail("wrong params")); in CallFunctionOn()
|
| /ark/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 15 Or access to wrong fields of object. 21 The checks eliminate calls of methods with incorrect this, wrong access to arrays, etc.
|
| D | types_n_values.md | 56 should be the same as of `T(...)`, i.e. `i16() <: i8()`. And this is obviously wrong, because of th…
|
| /ark/ts2abc/ts2panda/src/ |
| D | hoisting.ts | 48 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/ |
| D | CMakeLists.txt | 755 … 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/ |
| D | verifier.config | 14 wrong-subclassing-in-method-args
|
| /ark/runtime_core/verification/debug/ |
| D | default_config.cpp | 31 " wrong-subclassing-in-method-args\n"
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.obj.yaml | 230 # Check lda.obj with wrong type 262 # Check lda.obj with wrong arguments
|
| D | mov.obj.yaml | 264 # Check mov.obj with wrong type 296 description: Check mov.obj instruction with wrong arguments.
|
| D | checkcast.yaml | 422 …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/ |
| D | mark_word.cpp | 23 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured()
|
| D | mark_word.h | 294 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/ |
| D | bridge.cpp | 27 // Actually it is wrong signature but it is the only way to make linker don't remove this function
|
| /ark/runtime_core/libpandabase/tests/ |
| D | pandargs_test.cpp | 219 // 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/ |
| D | gc_static_impl.cpp | 108 LOG(FATAL, GC) << "Wrong handling, missed type: " << cls->GetDescriptor(); in MarkInstance()
|
| /ark/runtime_core/tests/cts-generator/ |
| D | README.md | 69 -i clang_release_sanitizer,wrong-tag
|
| /ark/runtime_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 134 LOG(FATAL, GC) << "Wrong GCTrigger type"; in CreateGCTrigger()
|