Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc26 class BytecodeGraphBuilder::Environment : public ZoneObject {
28 Environment(BytecodeGraphBuilder* builder, int register_count,
95 BytecodeGraphBuilder* builder() const { return builder_; } in builder()
101 BytecodeGraphBuilder* builder_;
119 BytecodeGraphBuilder::Environment::Environment(BytecodeGraphBuilder* builder, in Environment()
160 BytecodeGraphBuilder::Environment::Environment( in Environment()
161 const BytecodeGraphBuilder::Environment* other) in Environment()
178 int BytecodeGraphBuilder::Environment::RegisterToValuesIndex( in RegisterToValuesIndex()
187 Node* BytecodeGraphBuilder::Environment::LookupAccumulator() const { in LookupAccumulator()
192 Node* BytecodeGraphBuilder::Environment::LookupRegister( in LookupRegister()
[all …]
Dbytecode-graph-builder.h25 class BytecodeGraphBuilder {
27 BytecodeGraphBuilder(Zone* local_zone, Handle<SharedFunctionInfo> shared,
337 DISALLOW_COPY_AND_ASSIGN(BytecodeGraphBuilder);
Djs-inlining.cc604 BytecodeGraphBuilder graph_builder( in ReduceJSCall()
Dpipeline.cc756 BytecodeGraphBuilder graph_builder( in Run()