Searched refs:code_index (Results 1 – 6 of 6) sorted by relevance
162 Object value = DataAt(code_index(is_latin1)); in code()168 SetDataAt(code_index(is_latin1), ToCodeT(*code)); in set_code()
142 static constexpr int code_index(bool is_latin1) { in code_index() function
935 int code_index) { in WriteHuffmanCode() argument936 const int depth = code->code_lengths[code_index]; in WriteHuffmanCode()937 const int symbol = code->codes[code_index]; in WriteHuffmanCode()944 int code_index, in WriteHuffmanCodeWithExtraBits() argument947 const int depth = code->code_lengths[code_index]; in WriteHuffmanCodeWithExtraBits()948 const int symbol = code->codes[code_index]; in WriteHuffmanCodeWithExtraBits()
573 data->set(JSRegExp::code_index(is_one_byte), ToCodeT(code)); in CompileIrregexp()587 data->set(JSRegExp::code_index(is_one_byte), *trampoline); in CompileIrregexp()627 return Code::cast(re.get(JSRegExp::code_index(is_one_byte))); in IrregexpNativeCode()
1292 TNode<UintPtrT> code_index = ChangeUint32ToWord(char_code); in StringToArray() local1293 TNode<Object> entry = LoadFixedArrayElement(cache, code_index); in StringToArray()
7081 TNode<IntPtrT> code_index = Signed(ChangeUint32ToWord(code)); in StringFromSingleCharCode() local7087 TNode<Object> entry = UnsafeLoadFixedArrayElement(cache, code_index); in StringFromSingleCharCode()7097 StoreFixedArrayElement(cache, code_index, result); in StringFromSingleCharCode()