HomeSort by relevance Sort by last modified time
    Searched refs:BytecodeGraphBuilder (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
bytecode-graph-builder.cc 26 class BytecodeGraphBuilder::Environment : public ZoneObject {
28 Environment(BytecodeGraphBuilder* builder, int register_count,
95 BytecodeGraphBuilder* builder() const { return builder_; }
101 BytecodeGraphBuilder* builder_;
119 BytecodeGraphBuilder::Environment::Environment(BytecodeGraphBuilder* builder,
160 BytecodeGraphBuilder::Environment::Environment(
161 const BytecodeGraphBuilder::Environment* other)
178 int BytecodeGraphBuilder::Environment::RegisterToValuesIndex(
187 Node* BytecodeGraphBuilder::Environment::LookupAccumulator() const
    [all...]
bytecode-graph-builder.h 23 // The BytecodeGraphBuilder produces a high-level IR graph based on
25 class BytecodeGraphBuilder {
27 BytecodeGraphBuilder(Zone* local_zone, Handle<SharedFunctionInfo> shared,
337 DISALLOW_COPY_AND_ASSIGN(BytecodeGraphBuilder);
js-inlining.cc 602 // Run the BytecodeGraphBuilder to create the subgraph.
604 BytecodeGraphBuilder graph_builder(
pipeline.cc 756 BytecodeGraphBuilder graph_builder(
    [all...]

Completed in 141 milliseconds