Home
last modified time | relevance | path

Searched refs:literal_ (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.cc32 literal_ = literal; in UnoptimizedCompilationInfo()
37 DCHECK_NOT_NULL(literal_); in scope()
38 return literal_->scope(); in scope()
57 return !literal_->AllowsLazyCompilation() in SourcePositionRecordingMode()
H A Dunoptimized-compilation-info.h45 FunctionLiteral* literal() const { return literal_; } in literal()
48 literal_ = literal; in set_literal()
50 void ClearLiteral() { literal_ = nullptr; } in ClearLiteral()
98 FunctionLiteral* literal_; member in v8::internal::final
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.c35 uint32_t* const literal = p->literal_; in HistogramClear()
40 p->literal_ = literal; in HistogramClear()
52 uint32_t* const dst_literal = dst->literal_; in HistogramCopy()
58 dst->literal_ = dst_literal; in HistogramCopy()
59 memcpy(dst->literal_, src->literal_, literal_size * sizeof(*dst->literal_)); in HistogramCopy()
117 // literal_ won't necessary be aligned. in VP8LAllocateHistogram()
118 histo->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram)); in VP8LAllocateHistogram()
133 // literal_ wo in HistogramSetResetPointers()
[all...]
H A Dbackward_references_cost_enc.c37 double* literal_; member
79 histo->literal_, m->literal_); in CostModelBuild()
98 m->literal_[(v >> 8) & 0xff] + in GetLiteralCost()
104 return m->literal_[literal_idx]; in GetCacheCost()
111 return m->literal_[VALUES_IN_BYTE + code] + extra_bits; in GetLengthCost()
588 cost_model->literal_ = (double*)(cost_model + 1); in BackwardReferencesHashChainDistanceOnly()
H A Dhistogram_enc.h32 // literal_ contains green literal, palette-code and
34 uint32_t* literal_; // Pointer to the allocated buffer for literal. member
H A Dbackward_references_enc.c771 ++histos[0]->literal_[g]; in CalculateBestCacheSize()
777 ++histos[i]->literal_[NUM_LITERAL_CODES + NUM_LENGTH_CODES + key]; in CalculateBestCacheSize()
781 ++histos[i]->literal_[g]; in CalculateBestCacheSize()
792 // prefix that is part of the literal_ histogram. in CalculateBestCacheSize()
797 ++histos[i]->literal_[NUM_LITERAL_CODES + code]; in CalculateBestCacheSize()
H A Dvp8l_enc.c747 VP8LCreateHuffmanTree(histo->literal_, 15, buf_rle, huff_tree, codes + 0); in GetHuffBitLengthsAndCodes()
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h312 FunctionLiteral* literal() const { return literal_; } in literal()
313 void set_literal(FunctionLiteral* literal) { literal_ = literal; } in set_literal()
366 FunctionLiteral* literal_; member in v8::internal::ParseInfo
H A Dparse-info.cc219 literal_(nullptr), in ParseInfo()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc.c701 ADD(0, literal_, literal_size); in VP8LHistogramAdd()
710 ADD_EQ(0, literal_, literal_size); in VP8LHistogramAdd()

Completed in 13 milliseconds