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

  /external/v8/src/compiler/
pipeline.cc 485 void Run(PipelineData* data, Zone* temp_zone) {
496 void Run(PipelineData* data, Zone* temp_zone) {
508 void Run(PipelineData* data, Zone* temp_zone) {
513 BytecodeGraphBuilder graph_builder(temp_zone, data->info(),
518 temp_zone, data->info(), data->jsgraph(), data->loop_assignment(),
533 void Run(PipelineData* data, Zone* temp_zone) {
534 JSGraphReducer graph_reducer(data->jsgraph(), temp_zone);
562 data->native_context(), data->info()->dependencies(), temp_zone);
567 temp_zone, data->info(), data->jsgraph());
586 void Run(PipelineData* data, Zone* temp_zone, Typer* typer)
    [all...]
loop-analysis.h 148 static LoopTree* BuildLoopTree(Graph* graph, Zone* temp_zone);
js-inlining.cc 80 CopyVisitor(Graph* source_graph, Graph* target_graph, Zone* temp_zone)
84 copies_(source_graph->NodeCount(), sentinel_, temp_zone),
87 temp_zone_(temp_zone) {}
  /external/v8/src/ast/
ast.h     [all...]
  /external/v8/src/parsing/
parser.cc 4271 Zone temp_zone; local
4272 AstNodeFactory::BodyScope inner(factory(), &temp_zone, use_temp_zone); local
    [all...]

Completed in 243 milliseconds