Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp353 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
484 uint64_t SourceSize = Ctx.getTypeSize(T); in checkPreStmt() local
487 if (SourceSize == TargetSize) in checkPreStmt()
496 ExplodedNode *N = SourceSize < TargetSize ? C.generateErrorNode() in checkPreStmt()
502 os << (SourceSize == 8 ? "An " : "A ") in checkPreStmt()
503 << SourceSize << " bit integer is used to initialize a CFNumber " in checkPreStmt()
508 if (SourceSize < TargetSize) in checkPreStmt()
509 os << (TargetSize - SourceSize) in checkPreStmt()
512 os << (SourceSize - TargetSize) in checkPreStmt()
/external/v8/src/compiler/
Dpipeline-statistics.cc57 source_size_ = static_cast<size_t>(info->shared_info()->SourceSize()); in PipelineStatistics()
/external/v8/src/objects/
Dshared-function-info.h515 int SourceSize();
/external/v8/src/
Dcompiler.cc262 code_size += function->shared()->SourceSize(); in RecordCompilationStats()
Dobjects.cc14064 int SharedFunctionInfo::SourceSize() { return EndPosition() - StartPosition(); } in SourceSize() function in v8::internal::SharedFunctionInfo