Searched refs:IsInlineable (Results 1 – 6 of 6) sorted by relevance
695 bool Declaration::IsInlineable() const { in IsInlineable() function in v8::internal::Declaration699 bool FunctionDeclaration::IsInlineable() const { in IsInlineable() function in v8::internal::FunctionDeclaration
532 virtual bool IsInlineable() const;588 bool IsInlineable() const override;
299 if (!function->shared()->IsInlineable()) { in ReduceJSCall()
8268 if (!target_shared->IsInlineable() && noopt_reason != kHydrogenFilter) { in InliningAstSize()8409 if (!decls->at(i)->IsInlineable()) { in TryInline()
6824 bool IsInlineable();
13617 bool SharedFunctionInfo::IsInlineable() { in IsInlineable() function in v8::internal::SharedFunctionInfo