Home
last modified time | relevance | path

Searched defs:u64Ptr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1152 auto u64Ptr = reinterpret_cast<const uint64_t *>(content.c_str()); in HWTEST_F_L0() local
1201 auto u64Ptr = reinterpret_cast<const uint64_t *>(content.c_str()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp449 uint64_t *u64Ptr = reinterpret_cast<uint64_t *>(&u32Ptr[2]); in DecodeStrTable() local