Searched defs:function_size (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dpreparse-data.cc93 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 >
[all...]
H A Druntime-profiler.cc332 int function_size = function->shared()->SourceSize(); local
333 int threshold_size_factor = (function_size > kSizeLimit)

Completed in 52 milliseconds