Home
last modified time | relevance | path

Searched defs:ObjectSize (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Darray_test.cpp71 TEST_F(ArrayTest, ObjectSize) in TEST_F() argument
Dstring_test.cpp478 TEST_F(StringTest, ObjectSize) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray.h180 size_t ObjectSize(uint32_t componentSize) const in ObjectSize() function
Dstring.h220 size_t ObjectSize() const in ObjectSize() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h306 size_t ObjectSize(BaseClass *baseKlass) const in ObjectSize() function
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp247 size_t ObjectHeader::ObjectSize() const in ObjectSize() function in ark::ObjectHeader
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h46 size_t ObjectSize() in ObjectSize() function
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h790 static size_t ObjectSize(EcmaString *str) in ObjectSize() function
871 static size_t ObjectSize() in ObjectSize() function
921 static size_t ObjectSize() in ObjectSize() function
1174 size_t ObjectSize() const in ObjectSize() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp68 HWTEST_F_L0(ConstantStringTest, ObjectSize) in HWTEST_F_L0() argument
Decma_string_test.cpp150 HWTEST_F_L0(EcmaStringTest, ObjectSize) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp360 HWTEST_F_L0(EcmaStringAccessorTest, ObjectSize) in HWTEST_F_L0() argument