Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.h119 static constexpr uint8_t UTF8_MAX_BYTES = 4; member in panda::ecmascript::HeapSnapshotJSONSerializer
H A Dheap_snapshot_json_serializer.cpp350 while (len <= UTF8_MAX_BYTES && *(s + len) != '\0') { in SerializeString()

Completed in 2 milliseconds