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

  /art/compiler/dex/quick/
quick_cfi_test.cc 92 if (m2l->num_core_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
98 if (m2l->num_fp_spills_ < 2 && !info->IsTemp() && !info->InUse()) {
ralloc_util.cc 149 info->IsTemp(), info->InUse(), info->IsWide(), info->Partner().GetReg(), info->IsLive(),
281 if (!info->IsTemp() && !info->InUse()) {
313 if (!info->IsTemp() && !info->InUse()) {
346 if (info->IsTemp() && !info->InUse() && info->IsDead()) {
372 if (info->IsTemp() && !info->InUse()) {
    [all...]
mir_to_lir.h 335 bool InUse() { return (storage_mask_ & master_->used_storage_) != 0; }
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 305 UINT InUse; /* Count of instances of this component in use */
560 increments the InUse field of the QOSCOMPONENT structure.
592 decrements the InUse field of the QOSCOMPONENT structure.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 299 UINT InUse; /* Count of instances of this component in use */
554 increments the InUse field of the QOSCOMPONENT structure.
586 decrements the InUse field of the QOSCOMPONENT structure.
  /external/valgrind/coregrind/
m_transtab.c 169 } prof; // if status == InUse
170 TTEno next_empty_tte; // if status != InUse
175 enum { InUse, Deleted, Empty } status;
350 /* The count of tt entries with state InUse. */
483 vg_assert(tte->status == InUse);
750 vg_assert(sec->tt[tteNo].status == InUse);
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 853 if (p->InUse() || p->IsTemp()) {
867 if (!info->IsTemp() && !info->InUse()) {
891 if (!info->IsTemp() && !info->InUse()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 629 BOOLEAN InUse;

Completed in 537 milliseconds