HomeSort by relevance Sort by last modified time
    Searched refs:JSInliningHeuristic (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
js-inlining-heuristic.h 14 class JSInliningHeuristic final : public AdvancedReducer {
17 JSInliningHeuristic(Editor* editor, Mode mode, Zone* local_zone,
js-inlining-heuristic.cc 70 Reduction JSInliningHeuristic::Reduce(Node* node) {
154 void JSInliningHeuristic::Finalize() {
175 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate) {
281 bool JSInliningHeuristic::CandidateCompare::operator()(
292 void JSInliningHeuristic::PrintCandidates() {
308 Graph* JSInliningHeuristic::graph() const { return jsgraph()->graph(); }
310 CommonOperatorBuilder* JSInliningHeuristic::common() const {
314 SimplifiedOperatorBuilder* JSInliningHeuristic::simplified() const {
pipeline.cc 814 JSInliningHeuristic inlining(
816 ? JSInliningHeuristic::kGeneralInlining
817 : JSInliningHeuristic::kRestrictedInlining,
    [all...]

Completed in 56 milliseconds