Home
last modified time | relevance | path

Searched refs:SourceSize (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info.h588 int SourceSize();
Dshared-function-info.cc434 int SharedFunctionInfo::SourceSize() { return EndPosition() - StartPosition(); } in SourceSize() function in v8::internal::SharedFunctionInfo
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc502 code_size += function->shared().SourceSize(); in RecordCompilationStats()