Home
last modified time | relevance | path

Searched defs:LENGTH (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp36 constexpr int LENGTH = 10; in HWTEST_F_L0() local
58 constexpr int LENGTH = 10; in HWTEST_F_L0() local
83 constexpr int LENGTH = 10; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller_utils.h40 static constexpr int LENGTH = 10; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_buffer_js_suites/
Dtest_is_view.js25 const LENGTH = 32; constant
Dtest_length.js25 const LENGTH = 32; constant
Dtest_resize.js25 const LENGTH = 32; constant
Dtest_slice.js25 const LENGTH = 32; constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_arg_indices.h30 LENGTH, enumerator
/arkcompiler/toolchain/websocket/
Dhandshake_helper.h57 constexpr size_t CopyStringToBuffer(const T (&source)[LENGTH], size_t startIndex) in CopyStringToBuffer()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DInteropAPI.ts21 export const LENGTH = 'length'; constant
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp356 … constexpr size_t LENGTH = ZYDIS_MAX_INSTRUCTION_LENGTH; // 15 bytes is max inst length in amd64 in PrintCodeX8664() local
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h615 #define DECL_VISIT_ARRAY(BEGIN_OFFSET, REF_LENGTH, LENGTH) … argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp3343 …[[maybe_unused]] constexpr size_t LENGTH = ZYDIS_MAX_INSTRUCTION_LENGTH; // 15 bytes is max inst … in DisasmInstr() local