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

1 2 3 4 5

  /art/compiler/optimizing/
graph_checker.cc 127 last_instruction->GetId()));
144 current->GetId()));
161 current->GetId()));
218 try_entry.GetId()));
235 stored_try_entry.GetId(),
242 stored_try_entry.GetId(),
244 incoming_try_entry->GetId(),
252 incoming_try_entry->GetId(),
268 check->GetId()));
296 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 128 !processed_instructions.IsBitSet(instruction->GetId()) &&
315 if (processed_instructions.IsBitSet(instruction->GetId())) {
327 !instructions_that_can_move.IsBitSet(user->GetId())) {
334 if (processed_instructions.IsBitSet(user->GetId()) ||
363 processed_instructions.SetBit(instruction->GetId());
368 instructions_that_can_move.SetBit(instruction->GetId());
370 processed_instructions.SetBit(instruction->GetId());
407 if (!instructions_that_can_move.IsBitSet(instruction->InputAt(0)->GetId())) {
ssa_phi_elimination.cc 168 visited_phis_in_cycle.SetBit(phi->GetId());
198 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) {
200 visited_phis_in_cycle.SetBit(input->GetId());
249 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) {
  /frameworks/base/cmds/statsd/src/config/
ConfigKey.h 43 inline const int64_t& GetId() const {
85 return (7 * key.GetUid()) ^ ((hash<long long>()(key.GetId())));
  /art/runtime/verifier/
register_line-inl.h 51 line_[vdst] = new_type.GetId();
75 line_[vdst] = new_type1.GetId();
76 line_[vdst + 1] = new_type2.GetId();
85 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId();
92 result_[0] = new_type.GetId();
93 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId();
99 result_[0] = new_type1.GetId();
100 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();
  /frameworks/base/cmds/statsd/src/subscriber/
IncidentdReporter.cpp 35 configKey.GetUid(), (long long) configKey.GetId());
44 header.mutable_config_key()->set_id(configKey.GetId());
  /external/flatbuffers/tests/MyGame/Example/
Ability.php 28 public function GetId()
  /system/bt/tools/mcap_tool/
mcap_test_mdl.h 83 uint16_t 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/msm8909/gralloc/
gr_buf_descriptor.h 83 gralloc1_buffer_descriptor_t GetId() const { return id_; }
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_buf_descriptor.h 83 gralloc1_buffer_descriptor_t GetId() const { return id_; }
  /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 82 gralloc1_buffer_descriptor_t GetId() const { return id_; }
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
type_manager.h 53 uint32_t GetId(const Type* type) const;
  /frameworks/base/cmds/statsd/src/external/
Perfetto.cpp 55 snprintf(configId, sizeof(configId), "%" PRId64, configKey.GetId());
  /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());

Completed in 732 milliseconds

1 2 3 4 5