Home
last modified time | relevance | path

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

12345678910>>...19

/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/06.string_literals/
Dspec_examples.ets25 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/
Dtask_queue.cpp37 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.py17 # don't change, don't track in version control
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeError.h30 // Don't spread the error in AssignmentSource()
37 // Don't spread the error in AssignmentTarget()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp97 …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/
Ddraft.txt18 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/
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/ets2panda/
DREADME.md27 - `--no-progress`: Don't show progress bar
/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/checked/
Dets_string_builder_deopt1.ets16 //! 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/
Dscheduled_gc_trigger_exception.ets24 …, "scheduleGcAfterNthAlloc must throw UnsupportedOperationException if you don't use it with neede…
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dlambda-class-field.ets18 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/
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/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp41 // 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/
Dorphaned_md.erb16 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/
Dorphaned_md.erb16 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/
Dget.S38 // we don't need executable stack.
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/
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/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/ets_runtime/test/moduletest/builtins/
Dexpect_output.txt353 don't throw error if length not writeable
354 don't throw error if value not configurable

12345678910>>...19