HomeSort by relevance Sort by last modified time
    Searched defs:local_zone (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
move-optimizer.h 17 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
25 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::final
greedy-allocator.h 85 Zone* local_zone);
112 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::final
jump-threading.cc 57 bool JumpThreading::ComputeForwarding(Zone* local_zone,
60 ZoneStack<RpoNumber> stack(local_zone);
137 Zone local_zone;
138 ZoneVector<bool> skip(static_cast<int>(result.size()), false, &local_zone); local
liveness-analyzer.h 26 Zone* local_zone)
29 local_zone_(local_zone),
31 local_zone),
32 inputs_buffer_(local_zone) {}
40 Zone* local_zone() { return local_zone_; } function in class:v8::internal::compiler::NonLiveFrameStateSlotReplacer
bytecode-graph-builder.h 22 BytecodeGraphBuilder(Zone* local_zone, CompilationInfo* info,
184 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::BytecodeGraphBuilder
317 Zone* zone() const { return builder_->local_zone(); }
ast-graph-builder.h 37 AstGraphBuilder(Zone* local_zone, CompilationInfo* info, JSGraph* jsgraph,
131 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::AstGraphBuilder
575 Zone* zone() const { return builder_->local_zone(); }
graph-visualizer.cc 613 Zone local_zone; local
614 ZoneVector<byte> state(ar.graph.NodeCount(), kUnvisited, &local_zone);
615 ZoneStack<Node*> stack(&local_zone);
register-allocator.cc 3369 LiveRangeFinder finder(data(), local_zone); local
    [all...]
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 109 Zone local_zone; local
110 ZoneVector<RpoNumber> result(&local_zone);
111 JumpThreading::ComputeForwarding(&local_zone, result, &code.sequence_);

Completed in 303 milliseconds