Home
last modified time | relevance | path

Searched refs:analyze_environment_liveness (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h38 bool stack_check = true, bool analyze_environment_liveness = true);
358 bool analyze_environment_liveness() const { in analyze_environment_liveness() function
Dbytecode-graph-builder.cc522 bool analyze_environment_liveness) in BytecodeGraphBuilder() argument
540 analyze_environment_liveness_(analyze_environment_liveness), in BytecodeGraphBuilder()
877 analyze_environment_liveness()); in VisitBytecodes()
886 if (analyze_environment_liveness() && FLAG_trace_environment_liveness) { in VisitBytecodes()
/external/v8/src/
Dflag-definitions.h483 DEFINE_BOOL(analyze_environment_liveness, true,