Searched refs:byte_length (Results 1 – 2 of 2) sorted by relevance
259 inline String* String::AllocFromByteArray(Thread* self, int32_t byte_length, in AllocFromByteArray() argument265 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray()266 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray()
104 ALWAYS_INLINE static String* AllocFromByteArray(Thread* self, int32_t byte_length,