HomeSort by relevance Sort by last modified time
    Searched refs:common_ (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/compiler/
tail-call-optimization.h 25 : common_(common), graph_(graph) {}
30 CommonOperatorBuilder* common() const { return common_; }
33 CommonOperatorBuilder* const common_; member in class:v8::internal::compiler::final
select-lowering.h 28 CommonOperatorBuilder* common() const { return common_; }
31 CommonOperatorBuilder* common_; member in class:v8::internal::compiler::final
control-flow-optimizer.h 38 CommonOperatorBuilder* common() const { return common_; }
43 CommonOperatorBuilder* const common_; member in class:v8::internal::compiler::final
dead-code-elimination.h 44 CommonOperatorBuilder* common() const { return common_; }
48 CommonOperatorBuilder* const common_; member in class:v8::internal::compiler::final
common-operator-reducer.h 47 CommonOperatorBuilder* common() const { return common_; }
52 CommonOperatorBuilder* const common_; member in class:v8::internal::compiler::final
simd-scalar-lowering.h 43 CommonOperatorBuilder* common() const { return common_; }
65 CommonOperatorBuilder* common_; member in class:v8::internal::compiler::SimdScalarLowering
select-lowering.cc 18 : common_(common), graph_(graph) {}
escape-analysis.h 72 CommonOperatorBuilder* common() const { return common_; }
76 CommonOperatorBuilder* const common_; member in class:v8::internal::compiler::EscapeAnalysis
int64-lowering.h 44 CommonOperatorBuilder* common() const { return common_; }
71 CommonOperatorBuilder* common_; member in class:v8::internal::compiler::Int64Lowering
js-graph.h 35 common_(common),
149 CommonOperatorBuilder* common() const { return common_; }
190 CommonOperatorBuilder* common_; member in class:v8::internal::compiler::JSGraph
loop-variable-optimizer.h 103 CommonOperatorBuilder* common() { return common_; }
107 CommonOperatorBuilder* common_; member in class:v8::internal::compiler::LoopVariableOptimizer
control-flow-optimizer.cc 21 common_(common),
dead-code-elimination.cc 20 common_(common),
raw-machine-assembler.cc 24 common_(zone()),
30 graph->SetStart(graph->NewNode(common_.Start(param_count + 1)));
35 graph->SetEnd(graph->NewNode(common_.End(0)));
common-operator-reducer.cc 45 common_(common),
loop-variable-optimizer.cc 29 common_(common),
simd-scalar-lowering.cc 25 common_(common),
pipeline.cc 110 common_ = new (graph_zone_) CommonOperatorBuilder(graph_zone_);
113 JSGraph(isolate_, graph_, common_, javascript_, simplified_, machine_);
186 CommonOperatorBuilder* common() const { return common_; }
246 common_ = nullptr;
331 CommonOperatorBuilder* common_ = nullptr; member in class:v8::internal::compiler::PipelineData
    [all...]
  /system/update_engine/
dbus_service.cc 30 : common_(new UpdateEngineService{system_state}) {
52 return common_->AttemptUpdate(
59 return common_->AttemptRollback(error, in_powerwash);
64 return common_->CanRollback(error, out_can_rollback);
68 return common_->ResetStatus(error);
77 return common_->GetStatus(error,
86 return common_->RebootIfNeeded(error);
92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed);
98 return common_->GetChannel(error, in_get_current_channel, out_channel);
103 return common_->GetCohortHint(error, out_cohort_hint)
    [all...]
binder_service_brillo.h 41 : common_(new UpdateEngineService(system_state)) {}
107 std::unique_ptr<UpdateEngineService> common_; member in class:chromeos_update_engine::BinderUpdateEngineBrilloService
dbus_service.h 148 std::unique_ptr<UpdateEngineService> common_; member in class:chromeos_update_engine::DBusUpdateEngineService
binder_service_brillo.cc 55 if (((common_.get())->*Handler)(&error, arguments...))
  /external/googletest/googletest/src/
gtest.cc 1190 size_t adds_, removes_, common_; member in class:testing::internal::edit_distance::__anon19651::Hunk
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 1190 size_t adds_, removes_, common_; member in class:testing::internal::edit_distance::__anon24430::Hunk
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 1190 size_t adds_, removes_, common_; member in class:testing::internal::edit_distance::__anon34517::Hunk
    [all...]

Completed in 639 milliseconds

1 2