Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction.h257 constexpr size_t SIZE = 3; in Size() local
261 constexpr size_t SIZE = 5; in Size() local
265 constexpr size_t SIZE = 3; in Size() local
269 constexpr size_t SIZE = 5; in Size() local
273 constexpr size_t SIZE = 5; in Size() local
277 constexpr size_t SIZE = 3; in Size() local
281 constexpr size_t SIZE = 4; in Size() local
285 constexpr size_t SIZE = 9; in Size() local
289 constexpr size_t SIZE = 2; in Size() local
293 constexpr size_t SIZE = 1; in Size() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_global_object.h31 static constexpr size_t SIZE = JSObject::SIZE; variable
44 static constexpr size_t SIZE = JSObject::SIZE; variable
Djs_async_function.h57 static constexpr size_t SIZE = JSFunction::SIZE; variable
Djs_iterator.h51 static constexpr size_t SIZE = JSObject::SIZE; variable
Dtagged_node.h43 static constexpr size_t SIZE = DATA_OFFSET; variable
106 static constexpr size_t SIZE = LAST_OFFSET; variable
Djs_function.h454 static constexpr size_t SIZE = JSFunction::SIZE; variable
528 static constexpr size_t SIZE = JSFunction::SIZE; variable
539 static constexpr size_t SIZE = JSFunction::SIZE; variable
645 static constexpr size_t SIZE = JSFunction::SIZE; variable
663 static constexpr size_t SIZE = JSFunction::SIZE; variable
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.h88 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, SIZE, SIZE) in DECL_VISIT_OBJECT_FOR_JS_OBJECT() argument
/arkcompiler/runtime_core/common_interfaces/objects/
Dcomposite_base_class.h111 static constexpr size_t SIZE = 1416; // Note: should be same with 1.2 string Class size variable
113 static constexpr size_t SIZE = 88; // Note: At least same with JSHClass::SIZE variable
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_object.h26 static constexpr size_t SIZE = JSObject::SIZE; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dthrow_oom_error_test.cpp40 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0() local
60 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0() local
Dhandle_leak_test.cpp116 static constexpr int SIZE = 100; in HWTEST_F_L0() local
136 static constexpr int SIZE = 100; in HWTEST_F_L0() local
Dmem_controller_test.cpp90 static constexpr size_t SIZE = 1_MB; in HWTEST_F_L0() local
136 static constexpr size_t SIZE = 1_MB; in HWTEST_F_L0() local
184 static constexpr size_t SIZE = 1_MB; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp201 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/runtime_core/static_core/verification/util/
Denum_tag.h75 static constexpr size_t SIZE = Base::SIZE; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dstring_helpers.h35 static constexpr size_t SIZE = 1024; in Vformat() local
Dbit_field.h40 static constexpr unsigned SIZE = bits_num; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dstring_helpers.h36 static constexpr size_t SIZE = 1024; in Vformat() local
Dbit_field.h39 static constexpr unsigned SIZE = BITS_NUM; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.h94 static constexpr size_t SIZE = 1U << CACHE_SIZE_SHIFT; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dtagged_object.h81 static constexpr int SIZE = sizeof(TaggedStateWord); variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpanda_smart_pointers_test.cpp71 static constexpr size_t SIZE = 3; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_pause_tracker.h105 static constexpr int SIZE = 16; variable
/arkcompiler/runtime_core/common_interfaces/base/
Dbit_field.h42 static constexpr unsigned SIZE = bits_num; variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Darena_allocator_test.cpp221 constexpr size_t SIZE = 2048; in TEST_F() local
242 constexpr size_t SIZE = 512; in TEST_F() local
318 constexpr size_t SIZE = 2048; in TEST_F() local
395 constexpr size_t SIZE = 3250000; in TEST_F() local
482 constexpr size_t SIZE = 0.3_KB; in TEST_F() local
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_config.py163 SIZE = 3 variable in LogType

12