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

1 2 3 4

  /art/compiler/optimizing/
code_generator_vector_arm.cc 26 LOG(FATAL) << "No SIMD for " << instruction->GetId();
30 LOG(FATAL) << "No SIMD for " << instruction->GetId();
34 LOG(FATAL) << "No SIMD for " << instruction->GetId();
38 LOG(FATAL) << "No SIMD for " << instruction->GetId();
42 LOG(FATAL) << "No SIMD for " << instruction->GetId();
46 LOG(FATAL) << "No SIMD for " << instruction->GetId();
73 LOG(FATAL) << "No SIMD for " << instruction->GetId();
81 LOG(FATAL) << "No SIMD for " << instruction->GetId();
89 LOG(FATAL) << "No SIMD for " << instruction->GetId();
97 LOG(FATAL) << "No SIMD for " << instruction->GetId();
    [all...]
code_generator_vector_arm_vixl.cc 26 LOG(FATAL) << "No SIMD for " << instruction->GetId();
30 LOG(FATAL) << "No SIMD for " << instruction->GetId();
34 LOG(FATAL) << "No SIMD for " << instruction->GetId();
38 LOG(FATAL) << "No SIMD for " << instruction->GetId();
42 LOG(FATAL) << "No SIMD for " << instruction->GetId();
46 LOG(FATAL) << "No SIMD for " << instruction->GetId();
73 LOG(FATAL) << "No SIMD for " << instruction->GetId();
81 LOG(FATAL) << "No SIMD for " << instruction->GetId();
89 LOG(FATAL) << "No SIMD for " << instruction->GetId();
97 LOG(FATAL) << "No SIMD for " << instruction->GetId();
    [all...]
code_generator_vector_mips.cc 26 LOG(FATAL) << "No SIMD for " << instruction->GetId();
30 LOG(FATAL) << "No SIMD for " << instruction->GetId();
34 LOG(FATAL) << "No SIMD for " << instruction->GetId();
38 LOG(FATAL) << "No SIMD for " << instruction->GetId();
42 LOG(FATAL) << "No SIMD for " << instruction->GetId();
46 LOG(FATAL) << "No SIMD for " << instruction->GetId();
73 LOG(FATAL) << "No SIMD for " << instruction->GetId();
81 LOG(FATAL) << "No SIMD for " << instruction->GetId();
89 LOG(FATAL) << "No SIMD for " << instruction->GetId();
97 LOG(FATAL) << "No SIMD for " << instruction->GetId();
    [all...]
code_generator_vector_mips64.cc 26 LOG(FATAL) << "No SIMD for " << instruction->GetId();
30 LOG(FATAL) << "No SIMD for " << instruction->GetId();
34 LOG(FATAL) << "No SIMD for " << instruction->GetId();
38 LOG(FATAL) << "No SIMD for " << instruction->GetId();
42 LOG(FATAL) << "No SIMD for " << instruction->GetId();
46 LOG(FATAL) << "No SIMD for " << instruction->GetId();
73 LOG(FATAL) << "No SIMD for " << instruction->GetId();
81 LOG(FATAL) << "No SIMD for " << instruction->GetId();
89 LOG(FATAL) << "No SIMD for " << instruction->GetId();
97 LOG(FATAL) << "No SIMD for " << instruction->GetId();
    [all...]
graph_checker.cc 115 last_instruction->GetId()));
132 current->GetId()));
149 current->GetId()));
206 try_entry.GetId()));
223 stored_try_entry.GetId(),
230 stored_try_entry.GetId(),
232 incoming_try_entry->GetId(),
240 incoming_try_entry->GetId(),
256 check->GetId()));
284 try_boundary->GetId(),
    [all...]
pretty_printer.h 32 PrintInt(instruction->GetId());
53 PrintInt(input->GetId());
66 PrintInt(use.GetUser()->GetId());
134 PrintInt(gota->GetId());
code_sinking.cc 106 !processed_instructions.IsBitSet(instruction->GetId()) &&
286 if (processed_instructions.IsBitSet(instruction->GetId())) {
298 !instructions_that_can_move.IsBitSet(user->GetId())) {
305 if (processed_instructions.IsBitSet(user->GetId()) ||
334 processed_instructions.SetBit(instruction->GetId());
339 instructions_that_can_move.SetBit(instruction->GetId());
341 processed_instructions.SetBit(instruction->GetId());
376 if (!instructions_that_can_move.IsBitSet(instruction->InputAt(0)->GetId())) {
ssa_phi_elimination.cc 152 visited_phis_in_cycle.SetBit(phi->GetId());
182 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) {
184 visited_phis_in_cycle.SetBit(input->GetId());
233 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) {
  /art/runtime/verifier/
register_line-inl.h 49 line_[vdst] = new_type.GetId();
73 line_[vdst] = new_type1.GetId();
74 line_[vdst + 1] = new_type2.GetId();
83 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId();
90 result_[0] = new_type.GetId();
91 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId();
97 result_[0] = new_type1.GetId();
98 result_[1] = new_type2.GetId();
register_line.cc 103 line_[i] = init_type.GetId();
116 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
123 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
132 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId();
159 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId();
174 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId();
191 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId();
192 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId();
438 line_[idx] = new_type.GetId();
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension_unittest.cc 101 TEST_F(RtpHeaderExtensionTest, GetId) {
103 EXPECT_EQ(-1, map_.GetId(kRtpExtensionTransmissionTimeOffset, &idOut));
106 EXPECT_EQ(0, map_.GetId(kRtpExtensionTransmissionTimeOffset, &idOut));
rtp_header_extension.cc 81 if (GetId(type, &id) != 0) {
115 int32_t RtpHeaderExtensionMap::GetId(const RTPExtensionType type,
156 if (GetId(type, &id) != 0) {
202 if (GetId(type, &id) != 0) {
rtp_header_extension.h 93 int32_t GetId(const RTPExtensionType type, uint8_t* id) const;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 46 s->dd.ctx = s->GetId();
107 u64 mid = s->GetId();
151 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId());
171 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
178 u64 mid = s->GetId();
195 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
214 thr->mset.Del(s->GetId(), true);
220 u64 mid = s->GetId();
239 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId());
249 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch())
    [all...]
tsan_sync.h 52 u64 GetId() const {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaDataTable.py 66 self.ID = self.GetId()
91 TotalCount = self.GetId()
115 def GetId(self):
128 self.ID = self.GetId()
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaDataTable.py 66 self.ID = self.GetId()
91 TotalCount = self.GetId()
112 def GetId(self):
125 self.ID = self.GetId()
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_descriptor.h 82 gralloc1_buffer_descriptor_t GetId() const { return id_; }
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_descriptor.h 78 gralloc1_buffer_descriptor_t GetId() const { return id_; }
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 249 LOG(LS_INFO) << "File video capturer '" << GetId() << "' started";
252 LOG(LS_ERROR) << "File video capturer '" << GetId() << "' failed to start";
265 LOG(LS_INFO) << "File video capturer '" << GetId() << "' stopped";
filevideocapturer_unittest.cc 90 EXPECT_EQ("", capturer_->GetId());
102 EXPECT_NE("", capturer_->GetId());
201 EXPECT_EQ(file_device.id, capturer_->GetId());
  /system/tools/aidl/
aidl.cpp 381 if (usedIds.find(item->GetId()) != usedIds.end()) {
386 item->GetId(), item->GetName().c_str());
390 if (item->GetId() < kMinUserSetMethodId ||
391 item->GetId() > kMaxUserSetMethodId) {
394 item->GetId(), item->GetName().c_str());
399 usedIds.insert(item->GetId());
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 310 LOG(LS_ERROR) << "Camera '" << GetId() << "' failed to start";
318 LOG(LS_INFO) << "Camera '" << GetId() << "' started with format "
343 LOG(LS_INFO) << "Camera '" << GetId() << "' stopped after capturing "
  /system/core/base/
logging.cpp 366 LogId GetId() const {
414 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(),
422 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(),
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 126 self.Bind(wx.EVT_BUTTON, self.OnQueueSegmentViaBut, id=self.btnQueue.GetId())
127 self.Bind(wx.EVT_BUTTON, self.OnCancelNQueue, id=self.btnCancelNQueue.GetId())
128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())
129 self.Bind(wx.EVT_BUTTON, self.OnQueueCancelCurrent, id=self.btnQueueCancelCurrent.GetId())
130 self.Bind(wx.EVT_BUTTON, self.OnPause, id=self.btnPause.GetId())
131 self.Bind(wx.EVT_BUTTON, self.OnMuteAll, id=self.btnMuteAll.GetId())
132 self.Bind(wx.EVT_BUTTON, self.OnUnMuteAll, id=self.btnUnMuteAll.GetId())
133 self.Bind(wx.EVT_BUTTON, self.OnMuteOrg, id=self.btnMuteOrg.GetId())

Completed in 3038 milliseconds

1 2 3 4