Home
last modified time | relevance | path

Searched refs:charPtr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h117 void DecodeStrTable(const char *charPtr);
H A Dheap_profiler.cpp240 void ChunkDecoder::DecodeStrTable(const char *charPtr) in DecodeStrTable() argument
244 LOG_ECMA(ERROR) << "DecodeStrTable no str table: str=" << charPtr; in DecodeStrTable()
249 auto u64Ptr = reinterpret_cast<const uint64_t *>(charPtr + currInd); in DecodeStrTable()
253 auto id = *reinterpret_cast<const uint64_t *>(charPtr + currInd); in DecodeStrTable()
258 auto *currPtr = &charPtr[currInd]; in DecodeStrTable()

Completed in 3 milliseconds