Searched refs:code_index (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 162 Object value = DataAt(code_index(is_latin1)); in code() 168 SetDataAt(code_index(is_latin1), ToCodeT(*code)); in set_code()
|
H A D | js-regexp.h | 142 static constexpr int code_index(bool is_latin1) { in code_index() function in v8::internal::JSRegExp
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 935 int code_index) { in WriteHuffmanCode() 936 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() 947 const int depth = code->code_lengths[code_index]; in WriteHuffmanCodeWithExtraBits() 948 const int symbol = code->codes[code_index]; in WriteHuffmanCodeWithExtraBits() 933 WriteHuffmanCode(VP8LBitWriter* const bw, const HuffmanTreeCode* const code, int code_index) WriteHuffmanCode() argument 941 WriteHuffmanCodeWithExtraBits( VP8LBitWriter* const bw, const HuffmanTreeCode* const code, int code_index, int bits, int n_bits) WriteHuffmanCodeWithExtraBits() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 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()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string-gen.cc | 1292 TNode<UintPtrT> code_index = ChangeUint32ToWord(char_code); in StringToArray() local 1293 TNode<Object> entry = LoadFixedArrayElement(cache, code_index); in StringToArray()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 7081 TNode<IntPtrT> code_index = Signed(ChangeUint32ToWord(code)); 7087 TNode<Object> entry = UnsafeLoadFixedArrayElement(cache, code_index); 7097 StoreFixedArrayElement(cache, code_index, result);
|
Completed in 44 milliseconds