Home
last modified time | relevance | path

Searched full:otherwise (Results 1 – 25 of 113) sorted by relevance

12345

/arkcompiler/ets_runtime/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/toolchain/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/runtime_core/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h86 // returns true if the marker was set before, otherwise set marker and return false
99 // returns true if the marker was set before, otherwise false
108 // unset marker and returns true if the marker was set before, otherwise false
/arkcompiler/ets_frontend/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
60 excluding communication that is conspicuously marked or otherwise
78 use, offer to sell, sell, import, and otherwise transfer the Work,
128 reproduction, and distribution of the Work otherwise complies with
131 5. Submission of Contributions. Unless You explicitly state otherwise,
155 whether in tort (including negligence), contract, or otherwise,
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.h53 …// a static member, or the type of instances of the class is returned. Otherwise the type 'any' is…
56 …ion tries to get the type of 'newTarget'. In success, the type of the class is returned. Otherwise,
/arkcompiler/runtime_core/runtime/
Dmonitor.h113 * @return true if it was interrupted; false otherwise
131 * false otherwise
141 * @return true if object's monitor was found, acquired and freed; false otherwise
/arkcompiler/runtime_core/isa/
Dasserts.rb165 # Otherwise support it in Assembler IR
172 # Otherwise support it in Assembler IR
179 # Otherwise support it in Assembler
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.h71 * @return true if frame was successful allocated, false otherwise.
87 * @return true if current frame can store at least `size` references, false otherwise.
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcallconv.h120 // Panda ABI convention (native - otherwise)
122 // Compile for osr (jit - otherwise)
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
790 Otherwise ClassCastException is thrown.
859 Otherwise ClassCastException is thrown.
914 Otherwise ClassCastException is thrown.
959 Otherwise ClassCastException is thrown.
Disinstance.yaml52 put 1 into accumulator, otherwise put 0.
329 put 1 into accumulator, otherwise put 0.
454 put 1 into accumulator, otherwise put 0.
622 put 1 into accumulator, otherwise put 0.
727 put 1 into accumulator, otherwise put 0.
Du32tou1.yaml22 Otherwise the result is 0.
Di64tou1.yaml22 Otherwise the result is 0.
Du64tou1.yaml22 Otherwise the result is 0.
Di32tou1.yaml22 Otherwise the result is 0.
/arkcompiler/runtime_core/runtime/mem/
Drendezvous.h31 * * Otherwise, acquire write global Mutator lock and set field running_
/arkcompiler/runtime_core/runtime/include/coretypes/
Dclass.h36 // otherwise it may cause data race while visiting object's class concurrently in gc.
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_bigint.cpp41 // 4. Otherwise, return ? ToBigInt(value). in BigIntConstructor()
78 // 4. If mod ≥ 2bits - 1, return ℤ(mod - 2bits); otherwise, return ℤ(mod). in AsIntN()
/arkcompiler/runtime_core/runtime/mem/gc/
Dbitmap.h93 …lly set bit indexed by bit_offset. If the bit is not set, set it atomically. Otherwise, do nothing.
100 …lly clear bit corresponding to addr. If the bit is set, clear it atomically. Otherwise, do nothing.
494 …lly set bit corresponding to addr. If the bit is not set, set it atomically. Otherwise, do nothing.
505 …lly clear bit corresponding to addr. If the bit is set, clear it atomically. Otherwise, do nothing.
Dgc_adaptive_stack.h88 * \brief Returns true if stack supports parallel workers, false otherwise
/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.h62 // Each Handle must be managed by HandleScope, otherwise it may cause Handle leakage. in NewHandle()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp51 // 5. If name is undefined, let name be "Error"; otherwise let name be ToString(name). in ErrorCommonToString()
62 // 9. If msg is undefined, let msg be the empty String; otherwise let msg be ToString(msg). in ErrorCommonToString()
/arkcompiler/toolchain/build/config/
DBUILDCONFIG.gn120 # If a custom toolchain has been set in the args, set it as default. Otherwise,
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md112 some "stack-based'ness" into an otherwise register-based instruction set in attempt to make the
121 longer than accumulator value (otherwise calls will be accompanied with moves from and to

12345