Searched refs:full_size (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp269 const unsigned orig_size = orig->full_size();
270 const unsigned new_size = D->full_size();
1053 unsigned PathDiagnostic::full_size() { function in class:PathDiagnostic
/external/v8/src/
H A Dfactory.cc2029 int full_size = isolate()->heap()->FullSizeNumberStringCacheLength(); local
2030 if (number_string_cache()->length() != full_size) {
2037 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h762 unsigned full_size();

Completed in 703 milliseconds