Home
last modified time | relevance | path

Searched full:wraps (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/toolchain/build/misc/mac/
Dcheck_return_value.py16 """This program wraps an arbitrary command and prints "1" if the command ran
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.boxed_types/
Dbt.sts20 that wraps the value of the predefined value type: Number, Byte, Short, Int, Long,
Dbt_nan.sts20 that wraps the value of the predefined value type: Number, Byte, Short, Int, Long,
Dbt_default.sts19 that wraps the value of the predefined value type: Number, Byte, Short, Int, Long,
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dobject_pointer.h28 …* Wraps pointer Object * into class ObjectPointer<Object> and provides interfaces to work with it …
/arkcompiler/runtime_core/libpandabase/mem/
Dobject_pointer.h28 …* Wraps pointer Object * into class ObjectPointer<Object> and provides interfaces to work with it …
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md61 The class is responsible for communication with client. It wraps the `Server` class and gives a con…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/merge_local_scopes/
Dmerge_local_scopes.sts281 //! INST_COUNT "Intrinsic.CompilerConvertI32ToLocal", 3 # duplicate wraps of x removed
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp530 // If our contiguous sequence of ones wraps around from the MSB into the LSB, in TrySequenceOfOnes()
/arkcompiler/runtime_core/isa/
Disa.yaml103 …which wraps a value itself (both primitive and objects) and corresponding type info. VM tracks typ…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst121 *boxed type*) that wraps the value of the predefined value type:
D17_experimental.rst2511 an instance of the dynamic object implementation class that wraps an object
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml103 …which wraps a value itself (both primitive and objects) and corresponding type info. VM tracks typ…
/arkcompiler/runtime_core/static_core/patches/zydis/
D0001-Simplify-Zydis-build.patch2326 + * Wraps a 32-bit value to provide atomic access.
2334 + * Wraps a 64-bit value to provide atomic access.
2342 + * Wraps a pointer-sized value to provide atomic access.