Home
last modified time | relevance | path

Searched defs:nameSize (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_get_static_field_by_name_ref_test.cpp54 ani_size nameSize = 0U; in TEST_F() local
70 ani_size nameSize = 0U; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/var_ops/
Dvariable_get_value_ref_test.cpp44 ani_size nameSize = 0U; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_get_field_by_name_ref_test.cpp38 ani_size nameSize = 0; in TEST_F() local
Dobject_set_field_by_name_ref_test.cpp52 ani_size nameSize; in TEST_F() local
Dobject_get_property_by_name_ref_test.cpp38 ani_size nameSize = 0; in TEST_F() local
Dobject_get_field_ref_test.cpp54 ani_size nameSize = 0; in TEST_F() local
Dobject_set_field_ref_test.cpp61 ani_size nameSize {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.h61 uint16_t nameSize = 0; member
95 uint16_t nameSize = 0; member
Dzip_file.cpp585 size_t ZipFile::GetLocalHeaderSize(const uint16_t nameSize, const uint16_t extraSize) const in GetLocalHeaderSize() argument
637 auto nameSize = zipEntry.fileName.length(); in CheckCoherencyLocalHeader() local
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.h59 uint16_t nameSize = 0; member
93 uint16_t nameSize = 0; member
Dzip_file.cpp349 size_t ZipFile::GetLocalHeaderSize(const uint16_t nameSize, const uint16_t extraSize) const in GetLocalHeaderSize() argument
397 auto nameSize = zipEntry.fileName.length(); in CheckCoherencyLocalHeader() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp552 size_t nameSize = name.size() + 1; in ParseJsFrameInfo() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp6117 size_t nameSize = codeName.size() + 1; in jsvm_parse_js_frame_info() local