Searched refs:UTF8_MAX_BYTES (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ | ||
H A D | heap_snapshot_json_serializer.h | 119 static constexpr uint8_t UTF8_MAX_BYTES = 4; member in panda::ecmascript::HeapSnapshotJSONSerializer |
H A D | heap_snapshot_json_serializer.cpp | 350 while (len <= UTF8_MAX_BYTES && *(s + len) != '\0') { in SerializeString() |
Completed in 2 milliseconds