| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | alloc_config.h | 30 …* We want to record stats about allocations and free events. Allocators don't care about the type … 154 // We don't use crossing map in this config. 157 // We don't use crossing map in this config. 165 // We don't use crossing map in this config. 168 // We can't call CrossingMap when we don't use it in FindFirstObjInCrossingMap() 173 // We don't use crossing map in this config. 176 // We don't use crossing map in this config. 204 /// @brief We don't need it for raw memory. 207 // We don't use crossing map for raw memory allocations. 210 // We don't use crossing map for raw memory allocations. [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 8 In type annotations don't place a space before colon and place single after, like `let x: number | … 28 Place `else` on the line of `if`'s closing brace `}`, if then clause wasn't a one-liner. And don't … 65 Don't use vertical spaces longer than two lines in declarations and longer than one line in code. D… 95 Don't use prefixes or suffixes, including `_`, "Hungarian notation" and others. Also don't use `_` … 107 Don't omit `public` and `override` 117 Don't `return` from `finally` 119 Don't annotate `main` with `throws` 122 For documentation use doc comments, that start with `/**` instead of `/*` and don't use this notati… 124 For commenting out parts of code, don't use spaces after `//` and do for text comments. Example:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/ |
| D | spec_examples.ets | 25 let f = "don't do it" 26 let g = 'don\'t do it' 27 let h = 'don\u0027t do it'
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | task_queue.cpp | 37 LOG_COMMON(FATAL) << "Don't know how to dump heap"; in Execute() 42 LOG_COMMON(FATAL) << "Don't know how to dump heap OOM"; in Execute() 48 LOG_COMMON(FATAL) << "Don't know how to dump heap OOM"; in Execute()
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/ |
| D | _version.py | 17 # don't change, don't track in version control
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeError.h | 30 // Don't spread the error in AssignmentSource() 37 // Don't spread the error in AssignmentTarget()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | value_serializer.cpp | 97 …std::string errorMessage = "Serialize don't support object type: " + ConvertToStdString(JSHClass::… in CheckObjectCanSerialize() 135 … std::string errorMessage = "Serialize don't support NativeBindingObject detachNative is nullptr"; in WriteValue() 358 … std::string errorMessage = "Serialize don't support nativeBindingValue is not JSNativePointer"; in SerializeNativeBindingObject() 366 std::string errorMessage = "Serialize don't support NativeBindingInfo is nullptr"; in SerializeNativeBindingObject() 387 std::string errorMessage = "Serialize don't support detached array buffer"; in SerializeJSArrayBufferPrologue() 399 …std::string errorMessage = "Serialize don't support arraybuffer in both transfer list and clone li… in SerializeJSArrayBufferPrologue() 408 …std::string errorMessage = "Serialize don't support clone arraybuffer has external allocated buffe… in SerializeJSArrayBufferPrologue() 434 … std::string errorMessage = "Serialize don't support detached or transfer shared array buffer"; in SerializeJSSharedArrayBufferPrologue() 460 … std::string errorMessage = "Serialize don't support serialize detached sendable array buffer"; in SerializeJSSendableArrayBufferPrologue() 469 …std::string errorMessage = "Serialize don't support clone sendablearraybuffer has external alloca… in SerializeJSSendableArrayBufferPrologue() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop-cookbook/ |
| D | draft.txt | 18 Use cases in this section are not implemented yet or don't work as intended. 34 TS indexers and iterable types don't work in ArkTS;
|
| /arkcompiler/ets_frontend/es2panda/test/size_statistics/ |
| D | README.md | 19 + `--no-progress`: Don't show progress bar.
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | mem_hooks.h | 84 // Don't use for musl and mobile 85 // Sanitizers hook malloc functions, so we don't use memory hooks
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | README.md | 27 - `--no-progress`: Don't show progress bar
|
| /arkcompiler/ets_frontend/test/scripts/ |
| D | readme.md | 13 …, get commit log script, and send email, you can delete any of them if you don't need run the test…
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 14 # We can't call runtime with 64 bits pointer to an internal memory on arm (we don't have enought ar…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | ets_string_builder_deopt1.ets | 16 //! CHECKER JIT optimize string builder instance, don't insert deoptimization 28 //! CHECKER AOT optimize string builder instance, don't insert deoptimization
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | scheduled_gc_trigger_exception.ets | 24 …, "scheduleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with neede…
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | lambda-class-field.ets | 18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_imm_valid.cpp | 30 DEBUG_ASSERT(val != 0, "IsBitmaskImmediate() don's accept 0 or -1"); in IsBitmaskImmediate() 31 DEBUG_ASSERT(static_cast<int64>(val) != -1, "IsBitmaskImmediate() don's accept 0 or -1"); in IsBitmaskImmediate()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen_native.cpp | 41 // we don't need to setup frame in native mode in CreateFrameInfo() 43 // we don't need to save FP and LR registers only for leaf methods in CreateFrameInfo()
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | orphaned_md.erb | 16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
| D | get.S | 38 // we don't need executable stack.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
| D | get.S | 38 // we don't need executable stack.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/amd64/ |
| D | get.S | 37 // we don't need executable stack.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference_processor.h | 101 … LOG(DEBUG, REF_PROC) << "Don't process reference " << GetDebugInfoAboutObject(weakRefObj) in ProcessReferences() 107 … LOG(DEBUG, REF_PROC) << "Don't process reference " << GetDebugInfoAboutObject(weakRefObj) in ProcessReferences()
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | expect_output.txt | 353 don't throw error if length not writeable 354 don't throw error if value not configurable
|