| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | old_instruction.h | 256 constexpr size_t SIZE = 3; in Size() local 260 constexpr size_t SIZE = 5; in Size() local 264 constexpr size_t SIZE = 3; in Size() local 268 constexpr size_t SIZE = 5; in Size() local 272 constexpr size_t SIZE = 5; in Size() local 276 constexpr size_t SIZE = 3; in Size() local 280 constexpr size_t SIZE = 4; in Size() local 284 constexpr size_t SIZE = 9; in Size() local 288 constexpr size_t SIZE = 2; in Size() local 292 constexpr size_t SIZE = 1; in Size() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_global_object.h | 31 static constexpr size_t SIZE = JSObject::SIZE; variable 44 static constexpr size_t SIZE = JSObject::SIZE; variable
|
| D | js_async_function.h | 56 static constexpr size_t SIZE = JSFunction::SIZE; variable
|
| D | tagged_node.h | 43 static constexpr size_t SIZE = DATA_OFFSET; variable 100 static constexpr size_t SIZE = DATA_OFFSET; variable
|
| D | js_function.h | 242 static constexpr size_t SIZE = JSFunction::SIZE; variable 406 static constexpr size_t SIZE = JSFunction::SIZE; variable
|
| D | global_env.h | 258 static constexpr size_t SIZE = HEADER_SIZE + FINAL_INDEX * JSTaggedValue::TaggedTypeSize(); variable
|
| D | js_object.h | 336 static constexpr size_t SIZE = HASH_OFFSET + sizeof(JSTaggedType); variable
|
| D | js_locale.h | 163 ACCESSORS(IcuField, ICU_FIELD_OFFSET, SIZE) in ACCESSORS() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | throw_oom_error_test.cpp | 58 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0() local 77 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0() local
|
| D | handle_leak_test.cpp | 142 static constexpr int SIZE = 100; in HWTEST_F_L0() local 168 static constexpr int SIZE = 100; in HWTEST_F_L0() local 198 static constexpr int SIZE = 100; in HWTEST_F_L0() local
|
| D | huge_object_test.cpp | 72 static constexpr size_t SIZE = 1_MB; in LargeArrayTestCreate() local
|
| D | mem_controller_test.cpp | 113 static constexpr size_t SIZE = 1_MB; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | arena_allocator_test.cpp | 201 constexpr size_t SIZE = 2048; variable 222 constexpr size_t SIZE = 512; variable 298 constexpr size_t SIZE = 2048; variable 375 constexpr size_t SIZE = 3250000; variable 462 constexpr size_t SIZE = 0.3_KB; variable
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.h | 87 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LENGTH_OFFSET, SIZE) in DECL_VISIT_OBJECT_FOR_JS_OBJECT() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | string_helpers.h | 35 static constexpr size_t SIZE = 1024; in Vformat() local
|
| D | bit_field.h | 40 static constexpr unsigned SIZE = bits_num; variable
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | panda_smart_pointers_test.cpp | 66 static constexpr size_t SIZE = 3; in TEST_F() local
|
| D | malloc-proxy-allocator-test.cpp | 53 static constexpr size_t SIZE = 23; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | binary_section.h | 39 SIZE enumerator
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass_manager.h | 74 static constexpr size_t SIZE = sizeof...(Types); variable
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 29 constexpr size_t SIZE = 10; in ValidateSize() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 141 static inline vixl::aarch64::Register VixlReg(Reg reg, const uint8_t SIZE) in VixlReg()
|
| /arkcompiler/runtime_core/compiler/code_info/ |
| D | code_info.h | 65 … enum Elements { PROPERTIES, CALLEE_REG_MASK, CALLEE_FP_REG_MASK, TABLE_MASK, VREGS_COUNT, SIZE }; enumerator
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 322 static constexpr size_t SIZE = 1024; in Vformat() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 2500 static constexpr auto SIZE {n * sizeof(T)}; in CopyArrayToXmm() local
|