| /third_party/node/deps/v8/src/compiler/ |
| H A D | all-nodes.cc | 13 AllNodes::AllNodes(Zone* local_zone, const Graph* graph, bool only_inputs) in AllNodes() argument 20 AllNodes::AllNodes(Zone* local_zone, Node* end, const Graph* graph, in AllNodes() argument 28 void AllNodes::Mark(Zone* local_zone, Node* end, const Graph* graph) { in Mark() argument
|
| H A D | js-inlining.h | 26 JSInliner(Editor* editor, Zone* local_zone, OptimizedCompilationInfo* info, in JSInliner() argument
|
| H A D | js-inlining-heuristic.h | 18 JSInliningHeuristic(Editor* editor, Zone* local_zone, in JSInliningHeuristic() argument
|
| H A D | bytecode-graph-builder.cc | 398 Zone* local_zone() const { return local_zone_; } in local_zone() function in v8::internal::compiler::BytecodeGraphBuilder 1020 BytecodeGraphBuilder( JSHeapBroker* broker, Zone* local_zone, NativeContextRef const& native_context, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BytecodeGraphBuilder() argument 4409 BuildGraphFromBytecode(JSHeapBroker* broker, Zone* local_zone, SharedFunctionInfoRef const& shared_info, FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, JSGraph* jsgraph, CallFrequency const& invocation_frequency, SourcePositionTable* source_positions, int inlining_id, CodeKind code_kind, BytecodeGraphBuilderFlags flags, TickCounter* tick_counter, ObserveNodeInfo const& observe_node_info) BuildGraphFromBytecode() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | move-optimizer.h | 29 Zone* local_zone() const { return local_zone_; } in local_zone() function in v8::internal::compiler::final
|
| H A D | jump-threading.cc | 60 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding() argument 184 void JumpThreading::ApplyForwarding(Zone* local_zone, in ApplyForwarding() argument
|
| H A D | move-optimizer.cc | 128 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code) in MoveOptimizer() argument
|
| H A D | register-allocator.cc | 4877 void LiveRangeConnector::ResolveControlFlow(Zone* local_zone) { in ResolveControlFlow() argument 4879 LiveRangeFinder finder(data(), local_zone); in ResolveControlFlow() local 1884 LiveRangeBuilder(TopTierRegisterAllocationData* data, Zone* local_zone) LiveRangeBuilder() argument 3015 LinearScanAllocator(TopTierRegisterAllocationData* data, RegisterKind kind, Zone* local_zone) LinearScanAllocator() argument 5008 ConnectRanges(Zone* local_zone) ConnectRanges() argument [all...] |