Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp355 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
486 uint64_t SourceSize = Ctx.getTypeSize(T); in checkPreStmt() local
489 if (SourceSize == TargetSize) in checkPreStmt()
498 if (ExplodedNode *N = SourceSize < TargetSize ? C.generateSink() in checkPreStmt()
503 os << (SourceSize == 8 ? "An " : "A ") in checkPreStmt()
504 << SourceSize << " bit integer is used to initialize a CFNumber " in checkPreStmt()
509 if (SourceSize < TargetSize) in checkPreStmt()
510 os << (TargetSize - SourceSize) in checkPreStmt()
513 os << (SourceSize - TargetSize) in checkPreStmt()
/external/v8/src/
Druntime-profiler.cc214 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) { in OptimizeNow()
Dcompiler.cc534 code_size += function->shared()->SourceSize(); in RecordOptimizationStats()
Dast.h2348 int SourceSize() const { return end_position() - start_position(); } in SourceSize() function
Dhydrogen.cc7735 if (target_shared->SourceSize() > in InliningAstSize()
12444 source_size_ += info->shared_info()->SourceSize(); in Initialize()
Dobjects.h6868 int SourceSize();
Dobjects.cc9783 int SharedFunctionInfo::SourceSize() { in SourceSize() function in v8::internal::SharedFunctionInfo