HomeSort by relevance Sort by last modified time
    Searched refs:function_size (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
preparse-data.cc 93 int function_size = function_store_.size(); local
94 int total_size = PreparseDataConstants::kHeaderSize + function_size;
96 preamble_[PreparseDataConstants::kFunctionsSizeOffset] = function_size;
99 int symbol_start = PreparseDataConstants::kHeaderSize + function_size;
100 if (function_size > 0) {
143 int function_size = function_store_.size(); local
149 int total_size = PreparseDataConstants::kHeaderSize + function_size
152 preamble_[PreparseDataConstants::kFunctionsSizeOffset] = function_size;
155 int symbol_start = PreparseDataConstants::kHeaderSize + function_size;
156 if (function_size > 0)
    [all...]
runtime-profiler.cc 332 int function_size = function->shared()->SourceSize(); local
333 int threshold_size_factor = (function_size > kSizeLimit)

Completed in 118 milliseconds