Home
last modified time | relevance | path

Searched refs:hv (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_fullgc_test.cpp260 for (auto &hv : handles) { in DumpHandles()
261 for (auto *handle : hv) { in DumpHandles()
262 std::cout << "vector " << (void *)&hv << " handle " << (void *)handle << " obj " << handle->GetPtr() in DumpHandles()
280 for (auto &hv : handles) { in DeleteHandles()
281 for (auto *handle : hv) { in DeleteHandles()
H A Dmem_stats_gen_gc_test.cpp479 for (auto &hv : handles) { in DumpHandles()
480 for (auto *handle : hv) { in DumpHandles()
481 std::cout << "vector " << (void *)&hv << " handle " << (void *)handle << " obj " << handle->GetPtr() in DumpHandles()
499 for (auto &hv : handles) { in DeleteHandles()
500 for (auto *handle : hv) { in DeleteHandles()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h83 uint16_t hv = ((((vv - base::utf_helper::DECODE_SECOND_FACTOR) >> 10U) & base::utf_helper::BIT16_MASK) + in UTF16EncodeCodePoint() local
85 sStr = base::StringHelper::Append(base::StringHelper::Utf16ToU16String(&hv, 1), in UTF16EncodeCodePoint()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp652 uint16_t hv = ((((vv - base::utf_helper::DECODE_SECOND_FACTOR) >> 10U) & BIT16_MASK) + // NOLINT in UTF16EncodeCodePoint() local
654 sStr = StringHelper::Append(StringHelper::Utf16ToU16String(&hv, 1), in UTF16EncodeCodePoint()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 38 milliseconds