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

  /external/vixl/src/vixl/
code-buffer.h 83 bool IsDirty() const { return dirty_; }
code-buffer.cc 57 VIXL_ASSERT(!IsDirty());
  /art/runtime/gc/accounting/
card_table_test.cc 86 EXPECT_TRUE(!card_table_->IsDirty(obj));
88 EXPECT_TRUE(card_table_->IsDirty(obj));
card_table.h 64 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)
mapiform.h 45 #define MAPI_IPERSISTMESSAGE_METHODS(IPURE) MAPIMETHOD(GetClassID) (THIS_ LPCLSID lpClassID) IPURE; MAPIMETHOD(IsDirty)(THIS) IPURE; MAPIMETHOD(InitNew)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage) IPURE; MAPIMETHOD(Load)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage,ULONG ulMessageStatus,ULONG ulMessageFlags) IPURE; MAPIMETHOD(Save)(THIS_ LPMESSAGE pMessage,ULONG fSameAsLoad) IPURE; MAPIMETHOD(SaveCompleted)(THIS_ LPMESSAGE pMessage) IPURE; MAPIMETHOD(HandsOffMessage)(THIS) IPURE;
ocidl.h     [all...]
objidl.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...]
  /art/compiler/dex/quick/
gen_loadstore.cc 176 if (IsDirty(rl_dest.reg) && LiveOut(rl_dest.s_reg_low)) {
265 if (IsDirty(rl_dest.reg) && (LiveOut(rl_dest.s_reg_low) ||
296 if (IsDirty(rl_dest.reg) && LiveOut(rl_dest.s_reg_low)) {
329 if (IsDirty(rl_dest.reg) && (LiveOut(rl_dest.s_reg_low) ||
ralloc_util.cc 150 info->IsDirty(), info->SReg(), info->DefStart() != nullptr);
602 bool Mir2Lir::IsDirty(RegStorage reg) {
607 res = p_lo->IsDirty() || p_hi->IsDirty();
610 res = p->IsDirty();
733 if ((info1->IsLive() && info1->IsDirty()) || (info2->IsLive() && info2->IsDirty())) {
750 if (info->IsLive() && info->IsDirty()) {
762 if (info->IsLive() && info->IsDirty()) {
780 if (info->IsDirty() && info->IsLive())
    [all...]
mir_to_lir-inl.h 32 DCHECK(!(p->IsLive() && p->IsDirty())) << "Live & dirty temp in clobber";
mir_to_lir.h 366 bool IsDirty() { return dirty_; }
735 bool IsDirty(RegStorage reg);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]
objects.h     [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 757 milliseconds