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

  /art/compiler/optimizing/
ssa_phi_elimination.cc 48 if (!use.GetUser()->IsPhi()) {
99 HInstruction* user = use.GetUser();
110 HEnvironment* user = use.GetUser();
239 HInstruction* user = use.GetUser();
prepare_for_register_allocation.cc 67 HInstruction* user = use.GetUser();
90 HInstruction* user = it->GetUser();
167 HInstruction* user = condition->GetUses().front().GetUser();
ssa_builder.cc 112 HInstruction* user = use.GetUser();
414 DCHECK(use.GetUser() != nullptr);
416 if (use.GetUser() == last_user) {
419 last_user = use.GetUser();
429 DCHECK(next->GetUser() != current->GetUser());
pretty_printer.h 64 PrintInt(use.GetUser()->GetId());
instruction_simplifier_arm64.cc 164 HInstruction* user = use.GetUser();
175 HInstruction* user = it->GetUser();
instruction_simplifier_shared.cc 109 HInstruction* use = mul->GetUses().front().GetUser();
reference_type_propagation.cc 215 HInstruction* user = use.GetUser();
271 HInstruction* user = it->GetUser();
411 HInstruction* user = it->GetUser();
    [all...]
ssa_liveness_analysis.h 127 HInstruction* GetUser() const { return user_; }
152 Location location = GetUser()->GetLocations()->InAt(GetInputIndex());
276 && (first_use_->GetUser() == actual_user)
    [all...]
nodes.cc     [all...]
ssa_liveness_analysis.cc 287 HInstruction* user = use.GetUser();
418 HInstruction* user = use->GetUser();
graph_checker.cc 355 HInstruction* user = use.GetUser();
379 HEnvironment* user = use.GetUser();
409 HInstruction* user = use.GetUser();
    [all...]
bounds_check_elimination.cc     [all...]
register_allocator.cc     [all...]
load_store_elimination.cc 47 HInstruction* user = use.GetUser();
    [all...]
nodes.h     [all...]
instruction_simplifier.cc 413 HInstruction* user = use.GetUser();
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengine.h 184 virtual const Jid & GetUser() = 0;
xmppengineimpl.h 57 virtual const Jid& GetUser();
xmppclient.cc 210 d_->engine_->GetUser(), d_->server_, d_->pass_,
217 d_->engine_->GetUser(), d_->pass_, d_->allow_plain_));
xmppengineimpl.cc 143 const Jid& XmppEngineImpl::GetUser() {
  /system/connectivity/shill/
profile.h 196 const std::string& GetUser() const { return name_.user; }
manager.cc 444 if (!profiles_.empty() && !profiles_.back()->GetUser().empty()) {
625 while (!profiles_.empty() && !profiles_.back()->GetUser().empty()) {
    [all...]
manager_unittest.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 2145 milliseconds