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.cpp476 TEST_F(StringTest, ObjectSize) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray.h177 size_t ObjectSize(uint32_t componentSize) const in ObjectSize() function
Dstring.h215 size_t ObjectSize() const in ObjectSize() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dobject_header.h304 size_t ObjectSize(BaseClass *baseKlass) const in ObjectSize() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h45 size_t ObjectSize() in ObjectSize() function
/arkcompiler/runtime_core/static_core/runtime/
Dobject_header.cpp241 size_t ObjectHeader::ObjectSize() const in ObjectSize() function in panda::ObjectHeader
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h780 static size_t ObjectSize(EcmaString *str) in ObjectSize() function
861 static size_t ObjectSize() in ObjectSize() function
911 static size_t ObjectSize() in ObjectSize() function
1138 size_t ObjectSize() const in ObjectSize() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dconstant_string_test.cpp92 HWTEST_F_L0(ConstantStringTest, ObjectSize) in HWTEST_F_L0() argument
Decma_string_accessor_test.cpp436 HWTEST_F_L0(EcmaStringAccessorTest, ObjectSize) in HWTEST_F_L0() argument
Decma_string_test.cpp169 HWTEST_F_L0(EcmaStringTest, ObjectSize) in HWTEST_F_L0() argument