Home
last modified time | relevance | path

Searched defs:isFastString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/
Djson_platform_helper.h30 bool &isFastString, const uint8_t *current, const uint8_t *range, const uint8_t *&end) in ReadJsonStringRangeForPlatformForUtf8()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Djson_helper_internal.h22 static bool ReadJsonStringRangeForUtf8(bool &isFastString, const uint8_t *current, in ReadJsonStringRangeForUtf8()
/arkcompiler/ets_runtime/ecmascript/platform/arm64/
Djson_helper_internal.h71 static bool ReadJsonStringRangeForUtf8(bool &isFastString, const uint8_t *current, in ReadJsonStringRangeForUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1160 bool isFastString = true; in ParseString() local
1197 bool Utf8JsonParser::ReadJsonStringRange(bool &isFastString) in ReadJsonStringRange()
1221 bool Utf8JsonParser::IsFastParseJsonString(bool &isFastString) in IsFastParseJsonString()
1254 bool isFastString = true; in ParseString() local
1298 bool Utf16JsonParser::ReadJsonStringRange(bool &isFastString, bool &isAscii) in ReadJsonStringRange()
1318 bool Utf16JsonParser::IsFastParseJsonString(bool &isFastString, bool &isAscii) in IsFastParseJsonString()