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

  /external/v8/src/compiler/
move-optimizer.h 18 MoveOptimizer(Zone* local_zone, InstructionSequence* code);
26 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::final
jump-threading.cc 57 bool JumpThreading::ComputeForwarding(Zone* local_zone,
61 ZoneStack<RpoNumber> stack(local_zone);
147 Zone local_zone(code->isolate()->allocator(), ZONE_NAME);
148 ZoneVector<bool> skip(static_cast<int>(result.size()), false, &local_zone); local
liveness-analyzer.h 26 bool has_accumulator, Zone* local_zone)
29 local_zone_(local_zone),
32 local_zone),
33 inputs_buffer_(local_zone),
43 Zone* local_zone() { return local_zone_; } function in class:v8::internal::compiler::NonLiveFrameStateSlotReplacer
bytecode-graph-builder.h 27 BytecodeGraphBuilder(Zone* local_zone, Handle<SharedFunctionInfo> shared,
247 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::BytecodeGraphBuilder
ast-graph-builder.h 39 AstGraphBuilder(Zone* local_zone, CompilationInfo* info, JSGraph* jsgraph,
127 Zone* local_zone() const { return local_zone_; } function in class:v8::internal::compiler::AstGraphBuilder
544 Zone* zone() const { return builder_->local_zone(); }
561 AstGraphBuilderWithPositions(Zone* local_zone, CompilationInfo* info,
register-allocator.cc 3752 LiveRangeFinder finder(data(), local_zone); local
    [all...]

Completed in 138 milliseconds