Home
last modified time | relevance | path

Searched defs:local_zone (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/compiler/
Dall-nodes.cc13 AllNodes::AllNodes(Zone* local_zone, const Graph* graph) in AllNodes()
Djs-inlining.h24 JSInliner(Editor* editor, Zone* local_zone, CompilationInfo* info, in JSInliner()
Dmove-optimizer.h25 Zone* local_zone() const { return local_zone_; } in local_zone() function
Dliveness-analyzer.h26 Zone* local_zone) in NonLiveFrameStateSlotReplacer()
40 Zone* local_zone() { return local_zone_; } in local_zone() function
Djump-threading.cc57 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding()
137 Zone local_zone; in ApplyForwarding() local
Djs-inlining-heuristic.h17 JSInliningHeuristic(Editor* editor, Mode mode, Zone* local_zone, in JSInliningHeuristic()
Dgreedy-allocator.h112 Zone* local_zone() const { return local_zone_; } in local_zone() function
Dmove-optimizer.cc85 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code) in MoveOptimizer()
Dbytecode-graph-builder.h184 Zone* local_zone() const { return local_zone_; } in local_zone() function
Dgreedy-allocator.cc76 RegisterKind kind, Zone* local_zone) in GreedyAllocator()
Dast-graph-builder.h131 Zone* local_zone() const { return local_zone_; } in local_zone() function
Dgraph-visualizer.cc613 Zone local_zone; in operator <<() local
Dregister-allocator.cc1739 Zone* local_zone) in LiveRangeBuilder()
2402 RegisterKind kind, Zone* local_zone) in LinearScanAllocator()
3367 void LiveRangeConnector::ResolveControlFlow(Zone* local_zone) { in ResolveControlFlow()
3422 void LiveRangeConnector::ConnectRanges(Zone* local_zone) { in ConnectRanges()
Dpipeline.cc375 AstGraphBuilderWithPositions(Zone* local_zone, CompilationInfo* info, in AstGraphBuilderWithPositions()
Dbytecode-graph-builder.cc379 BytecodeGraphBuilder::BytecodeGraphBuilder(Zone* local_zone, in BytecodeGraphBuilder()
Dast-graph-builder.cc434 AstGraphBuilder::AstGraphBuilder(Zone* local_zone, CompilationInfo* info, in AstGraphBuilder()
/external/v8/test/cctest/compiler/
Dtest-jump-threading.cc109 Zone local_zone; in VerifyForwarding() local