Home
last modified time | relevance | path

Searched refs:stringObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_additional_info_test.cpp68 coretypes::String *stringObject = coretypes::String::CreateFromMUtf8( in TEST_F() local
71 size_t stringSize = stringObject->ObjectSize(); in TEST_F()
91 [[maybe_unused]] coretypes::String *stringObject = coretypes::String::CreateFromMUtf8( in TEST_F() local
94 [[maybe_unused]] VMHandle<ObjectHeader> handle(thread_, stringObject); in TEST_F()
Dmem_stats_test.cpp245 [[maybe_unused]] coretypes::String *stringObject = in TEST_F() local
248 ASSERT_TRUE(stringObject != nullptr); in TEST_F()
271 [[maybe_unused]] coretypes::String *stringObject = in TEST_F() local
274 ASSERT_TRUE(stringObject != nullptr); in TEST_F()
298 [[maybe_unused]] coretypes::String *stringObject = in TEST_F() local
301 ASSERT_TRUE(stringObject != nullptr); in TEST_F()
355 std::atomic_size_t &threadsReady, coretypes::String *stringObject) in FillMemStatsForConcurrency() argument
378 stats.RecordAllocateObject(stringObject->ObjectSize(), type); in FillMemStatsForConcurrency()
388 stats.RecordFreeObject(stringObject->ObjectSize(), type); in FillMemStatsForConcurrency()
399 coretypes::String *stringObject = in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h228 virtual size_t GetStringSize(const ObjectHeader *stringObject) const in GetStringSize() argument
230 return stringObject->ObjectSize(); in GetStringSize()
601 size_t GetStringSize(const ObjectHeader *stringObject) const in GetStringSize() argument
603 return base_->GetStringSize(stringObject); in GetStringSize()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp806 JSHandle<JSFunction> stringObject(env->GetStringFunction()); in HWTEST_F_L0() local
808 JSHandle<JSPrimitiveRef> str = factory->NewJSPrimitiveRef(stringObject, value); in HWTEST_F_L0()
829 JSHandle<JSFunction> stringObject(env->GetStringFunction()); in HWTEST_F_L0() local
831 JSHandle<JSPrimitiveRef> str = factory->NewJSPrimitiveRef(stringObject, value); in HWTEST_F_L0()
852 JSHandle<JSFunction> stringObject(env->GetStringFunction()); in HWTEST_F_L0() local
854 JSHandle<JSPrimitiveRef> str = factory->NewJSPrimitiveRef(stringObject, value); in HWTEST_F_L0()
872 JSHandle<JSFunction> stringObject(env->GetStringFunction()); in HWTEST_F_L0() local
874 JSHandle<JSPrimitiveRef> str = factory->NewJSPrimitiveRef(stringObject, value); in HWTEST_F_L0()