Home
last modified time | relevance | path

Searched defs:InlineCandidate (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
DSkSLInliner.cpp757 struct InlineCandidate { struct
758 std::shared_ptr<SymbolTable> fSymbols; // the SymbolTable of the candidate
759 std::unique_ptr<Statement>* fParentStmt; // the parent Statement of the enclosing stmt
760 std::unique_ptr<Statement>* fEnclosingStmt; // the Statement containing the candidate
761 std::unique_ptr<Expression>* fCandidateExpr; // the candidate FunctionCall to be inlined
762 FunctionDefinition* fEnclosingFunction; // the Function containing the candidate
/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc701 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate, in InlineCandidate() function in v8::internal::compiler::JSInliningHeuristic