HomeSort by relevance Sort by last modified time
    Searched defs:IsDirty (Results 1 - 12 of 12) sorted by null

  /art/runtime/gc/accounting/
card_table.h 62 bool IsDirty(const mirror::Object* obj) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scesvc.h 147 virtual HRESULT WINAPI IsDirty(LPTSTR lpTemplateName) = 0;
158 HRESULT (WINAPI *IsDirty)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName);
170 #define ISceSvcAttachmentPersistInfo_CloseHandle(This,lpTemplateName) (This)->lpVtbl->IsDirty(lpTemplateName)
ocidl.h     [all...]
urlmon.h 395 virtual HRESULT WINAPI IsDirty(void) = 0;
408 HRESULT (WINAPI *IsDirty)(IPersistMoniker *This);
423 #define IPersistMoniker_IsDirty(This) (This)->lpVtbl->IsDirty(This)
    [all...]
objidl.h     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 150 info->IsDirty(), info->SReg(), info->DefStart() != nullptr);
617 bool Mir2Lir::IsDirty(RegStorage reg) {
622 res = p_lo->IsDirty() || p_hi->IsDirty();
625 res = p->IsDirty();
750 if ((info1->IsLive() && info1->IsDirty()) || (info2->IsLive() && info2->IsDirty())) {
767 if (info->IsLive() && info->IsDirty()) {
779 if (info->IsLive() && info->IsDirty()) {
798 if (info->IsDirty() && info->IsLive())
    [all...]
mir_to_lir.h 387 bool IsDirty() { return dirty_; }
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
objects.cc 732 bool JSObject::IsDirty() {
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1006 milliseconds