Home
last modified time | relevance | path

Searched full:always (Results 1 – 25 of 83) sorted by relevance

1234

/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md31 Some code may exibit behavior of permanently throwing of exceptions, like always throwing NPE.
33 … control-flow in code, so verifier can detect such situations (when code always throws an exceptio…
Dcflow_checks.md101 Conditional jumps are in grey zone, if they may be proven as always jump
/arkcompiler/runtime_core/verification/
Dmessages.yaml167 short_message: always NPE in register
168 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator …
173 short_message: always NPE in accumulator
174 message: constant null in accumulator. NPE exception will always be thrown here.
282 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Checkcast is redundant here. It m…
291 …Instruction 'checkcast' will always throw an exception here. It may be a sign of possible error he…
299 …${possible_types}. Instruction 'checkcast' will always throw an exception here. It may be a sign of
321 …Accumulator type '${acc_type}' is always a subtype of '${type}'. Result of 'isinstance' is always
330 Result of 'isinstance' is always zero. It may be a sign of possible error here.
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h62 // V: Not Enabled, T: Enabled, D: Always Disable SingleStepDebugging
287 // V: Not Enabled, T: Enabled, D: Always Disable SingleStepDebugging
337 // V: Not Enabled, T: Enabled, D: Always Disable SingleStepDebugging
360 // V: Not Enabled, T: Enabled, D: Always Disable SingleStepDebugging
373 // V: Not Enabled, T: Enabled, D: Always Disable SingleStepDebugging
/arkcompiler/runtime_core/docs/
Dcoding-style.md26 10. Always explicitly mark fall through in switch … case. Google uses its own macro, we can agree o…
62 15. Always put { } even if the body is one line:
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_relative_time_format_test.cpp186 // format(-1, always)
191 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); // the default value in HWTEST_F_L0()
211 // format(1, always)
216 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); // the default value in HWTEST_F_L0()
241 JSHandle<JSTaggedValue> numericValue(factory->NewFromASCII("always")); in HWTEST_F_L0()
/arkcompiler/runtime_core/verification/config/
DREADME.md22 List of methods, calls to which always be considered as correct (signature checks is turned off for…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md18 …st Perfect Elimination Order (PEO) - order in which graph deconstruction always keeps chordality-p…
32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq…
Dpaoc.md53 - Generate symbols for compiled methods (always true in debug builds).
Dplt.md8 but not always.
28 During calls, first parameter is always a callee `Method pointer`, so the trick from previous parag…
/arkcompiler/toolchain/
Dtoolchain.gni31 # For OpenHarmony build, always link with the static lib:
/arkcompiler/ets_runtime/ecmascript/
Djs_relative_time_format.cpp112 // 18. Let numeric be ? GetOption(options, "numeric", "string", ?"always", "auto"?, "always"). in InitializeRelativeTimeFormat()
115 …JSLocale::GetOptionOfString(thread, rtfOptions, property, {NumericOption::ALWAYS, NumericOption::A… in InitializeRelativeTimeFormat()
116 {"always", "auto"}, NumericOption::ALWAYS); in InitializeRelativeTimeFormat()
272 case NumericOption::ALWAYS: in GetIcuFormatted()
507 if (numeric == NumericOption::ALWAYS) { in ResolvedOptions()
Djs_primitive_ref.h76 // ES6 9.4.3.4 StringCreate( value, prototype)// proto always be %StringPrototype%
Djs_relative_time_format.h38 enum class NumericOption : uint8_t { ALWAYS = 0x01, AUTO, EXCEPTION }; enumerator
/arkcompiler/runtime_core/templates/
Dcommon.rb31 raise "Compound option should not have `type` field, it is always bool" if respond_to?(:type)
32 …raise "Compound option should not have `default` field, it is always `false``" if respond_to?(:def…
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_trigger.h43 DEBUG, // Debug TRIGGER which always returns true
198 * Trigger always returns true after given start
/arkcompiler/ets_runtime/
Djs_runtime_config.gni47 # For OpenHarmony build, always link with the static lib:
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml93 description: Generate symbols for compiled methods (always true in debug builds)
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h24 * To maintain consistency with the frontend, ITERATOR_INSTANCE should always be at
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml111 The callee must always return the result in the accumulator.
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dredundant_loop_elimination.cpp64 // We can remove only loops that is always finite. in IsRedundant()
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml169 description: If false, we always call C impementation of an intrinsic
391 - name: compiler-inlining-skip-always-throw-methods
394 description: Don't inline methods that always throw an exception
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_field.h69 * Same as NextField, but no need to specify number of bits, it is always 1.
/arkcompiler/ets_runtime/docs/
Doverview.md51 …ct operation on the TS object. The TS type or its internal layout is not always fixed. Therefore, …
/arkcompiler/runtime_core/libpandabase/mem/
Dmem_pool.h81 // TODO(aemelenko): We must always define allocator_addr for AllocArena

1234