Home
last modified time | relevance | path

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

/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.h56 static constexpr size_t SIZE = JSFunction::SIZE; variable
Dtagged_node.h43 static constexpr size_t SIZE = DATA_OFFSET; variable
98 static constexpr size_t SIZE = DATA_OFFSET; variable
Djs_function.h248 static constexpr size_t SIZE = JSFunction::SIZE; variable
412 static constexpr size_t SIZE = JSFunction::SIZE; variable
Dglobal_env.h294 static constexpr size_t SIZE = HEADER_SIZE + FINAL_INDEX * JSTaggedValue::TaggedTypeSize(); variable
Djs_object.h337 static constexpr size_t SIZE = HASH_OFFSET + sizeof(JSTaggedType); variable
Djs_locale.h158 ACCESSORS(IcuField, ICU_FIELD_OFFSET, SIZE) in ACCESSORS() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dthrow_oom_error_test.cpp58 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
Dhandle_leak_test.cpp142 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
Dhuge_object_test.cpp72 static constexpr size_t SIZE = 1_MB; in LargeArrayTestCreate() local
Dmem_controller_test.cpp113 static constexpr size_t SIZE = 1_MB; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.h88 DECL_VISIT_OBJECT_FOR_JS_OBJECT(JSObject, LENGTH_OFFSET, SIZE) in DECL_VISIT_OBJECT_FOR_JS_OBJECT() argument
/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/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/ets_frontend/test/scripts/performance_test/
Dperformance_config.py141 SIZE = 2 variable in LogType
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h69 static constexpr size_t SIZE = sizeof...(Types); variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h44 SIZE enumerator
/arkcompiler/runtime_core/assembler/
Dmeta.cpp29 constexpr size_t SIZE = 10; in ValidateSize() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h339 static constexpr size_t SIZE = 1024; in Vformat() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1572 enum class Prediction { NONE, LIKELY, UNLIKELY, SIZE = UNLIKELY }; enumerator