Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.cc55 if (function->shared()->SourceSize() > FLAG_max_inlined_source_size) { in Reduce()
133 candidate.function->shared()->SourceSize(), in PrintCandidates()
Dpipeline-statistics.cc54 source_size_ = static_cast<size_t>(info->shared_info()->SourceSize()); in PipelineStatistics()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp354 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
485 uint64_t SourceSize = Ctx.getTypeSize(T); in checkPreStmt() local
488 if (SourceSize == TargetSize) in checkPreStmt()
497 ExplodedNode *N = SourceSize < TargetSize ? C.generateErrorNode() 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.cc201 (frame_count > 1 || shared->SourceSize() > kMaxToplevelSourceSize)) { in OptimizeNow()
Dcompiler.cc685 code_size += function->shared()->SourceSize(); in RecordOptimizationStats()
Dobjects.h6827 int SourceSize();
Dobjects.cc13624 int SharedFunctionInfo::SourceSize() { in SourceSize() function in v8::internal::SharedFunctionInfo
/external/v8/src/ast/
Dast.h2638 int SourceSize() const { return end_position() - start_position(); } in SourceSize() function
/external/v8/src/crankshaft/
Dhydrogen.cc8260 if (target_shared->SourceSize() > in InliningAstSize()
13512 source_size_ += info->shared_info()->SourceSize(); in Initialize()