Searched refs:BytecodeGraphBuilder (Results 1 – 3 of 3) sorted by relevance
17 class BytecodeGraphBuilder::FrameStateBeforeAndAfter {19 FrameStateBeforeAndAfter(BytecodeGraphBuilder* builder, in FrameStateBeforeAndAfter()68 BytecodeGraphBuilder* builder_;81 BytecodeGraphBuilder::Environment::Environment(BytecodeGraphBuilder* builder, in Environment()123 BytecodeGraphBuilder::Environment::Environment( in Environment()124 const BytecodeGraphBuilder::Environment* other) in Environment()141 int BytecodeGraphBuilder::Environment::RegisterToValuesIndex( in RegisterToValuesIndex()151 Node* BytecodeGraphBuilder::Environment::LookupAccumulator() const { in LookupAccumulator()156 Node* BytecodeGraphBuilder::Environment::LookupRegister( in LookupRegister()171 void BytecodeGraphBuilder::Environment::ExchangeRegisters( in ExchangeRegisters()[all …]
20 class BytecodeGraphBuilder {22 BytecodeGraphBuilder(Zone* local_zone, CompilationInfo* info,252 DISALLOW_COPY_AND_ASSIGN(BytecodeGraphBuilder);256 class BytecodeGraphBuilder::Environment : public ZoneObject {258 Environment(BytecodeGraphBuilder* builder, int register_count,320 BytecodeGraphBuilder* builder() const { return builder_; } in builder()326 BytecodeGraphBuilder* builder_;
513 BytecodeGraphBuilder graph_builder(temp_zone, data->info(), in Run()