Home
last modified time | relevance | path

Searched defs:local_zone (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dall-nodes.cc13 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 Djs-inlining.h26 JSInliner(Editor* editor, Zone* local_zone, OptimizedCompilationInfo* info, in JSInliner() argument
H A Djs-inlining-heuristic.h18 JSInliningHeuristic(Editor* editor, Zone* local_zone, in JSInliningHeuristic() argument
H A Dbytecode-graph-builder.cc398 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 Dmove-optimizer.h29 Zone* local_zone() const { return local_zone_; } in local_zone() function in v8::internal::compiler::final
H A Djump-threading.cc60 bool JumpThreading::ComputeForwarding(Zone* local_zone, in ComputeForwarding() argument
184 void JumpThreading::ApplyForwarding(Zone* local_zone, in ApplyForwarding() argument
H A Dmove-optimizer.cc128 MoveOptimizer::MoveOptimizer(Zone* local_zone, InstructionSequence* code) in MoveOptimizer() argument
H A Dregister-allocator.cc4877 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...]

Completed in 30 milliseconds