Home
last modified time | relevance | path

Searched refs:BytecodeGraphBuilder (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.cc29 class BytecodeGraphBuilder::Environment : public ZoneObject {
31 Environment(BytecodeGraphBuilder* builder, int register_count,
102 BytecodeGraphBuilder* builder() const { return builder_; } in builder()
108 BytecodeGraphBuilder* builder_;
122 struct BytecodeGraphBuilder::SubEnvironment final {
124 explicit SubEnvironment(BytecodeGraphBuilder* builder) in SubEnvironment()
130 BytecodeGraphBuilder* builder_;
131 BytecodeGraphBuilder::Environment* parent_;
137 BytecodeGraphBuilder::Environment::Environment( in Environment()
138 BytecodeGraphBuilder* builder, int register_count, int parameter_count, in Environment()
[all …]
Dbytecode-graph-builder.h29 class BytecodeGraphBuilder {
31 BytecodeGraphBuilder(
442 DISALLOW_COPY_AND_ASSIGN(BytecodeGraphBuilder);
Djs-inlining.cc489 BytecodeGraphBuilder graph_builder( in ReduceJSCall()
Dpipeline.cc1146 BytecodeGraphBuilder graph_builder( in Run()