Home
last modified time | relevance | path

Searched full:don (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/arkcompiler/runtime_core/static_core/runtime/mem/
Dalloc_config.h30 …* 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/
DREADME.md8 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/05.string_literals/
Dspec_examples.sts25 let f = "don't do it"
26 let g = 'don\'t do it'
27 let h = 'don\u0027t do it'
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeError.h30 // Don't spread the error in AssignmentSource()
37 // Don't spread the error in AssignmentTarget()
/arkcompiler/runtime_core/static_core/runtime/
Dmark_word.cpp66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured()
84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
/arkcompiler/ets_frontend/es2panda/test/size_statistics/
DREADME.md19 + `--no-progress`: Don't show progress bar.
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem_hooks.h84 // Don't use for musl and mobile
85 // Sanitizers hook malloc functions, so we don't use memory hooks
/arkcompiler/ets_frontend/test/scripts/
Dreadme.md13 …, 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/
Dignore_checked_coverage.txt14 # 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/ets_test_suite/gc/
Dscheduled_gc_trigger_exception.sts24 …: "scheduleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with neede…
Dfinalization_registry_test.sts71 // Check that we don't call any callbacks here
75 // and check that we don't call object2 callback
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp40 // we don't need to setup frame in native mode in CreateFrameInfo()
42 // we don't need to save FP and LR registers only for leaf methods in CreateFrameInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_imm_valid.cpp30 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/ets_frontend/ets2panda/test/runtime/ets/
Dlambda-class-field.sts18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dorphaned_md.erb16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/templates/
Dorphaned_md.erb16 The test files listed below don't have properly formatted assertions, or contain assertions that co…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.h101 … 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/runtime_core/static_core/runtime/fibers/arch/aarch64/
Dget.S38 // we don't need executable stack.
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/amd64/
Dget.S37 // we don't need executable stack.
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/
Dget.S38 // we don't need executable stack.
/arkcompiler/ets_frontend/es2panda/
DREADME.md37 - `--no-progress`: Don't show progress bar
/arkcompiler/ets_frontend/ets2panda/
DREADME.md37 - `--no-progress`: Don't show progress bar
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h51 * Currently we don't support registers number greater than 32.
59 // We don't support architectures with CPU registers number, greater than 32.
241 // Don't use these method in a new code.
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dregmask.h51 * Currently we don't support registers number greater than 32.
59 // We don't support architectures with CPU registers number, greater than 32.
247 // Don't use these method in a new code.
/arkcompiler/runtime_core/static_core/scripts/cmake-checker/
Dcmake_checker.py44 # don't search in following files and folders
112 # in case we don't have them in main CMakeLists.txt

12345678910>>...17