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

  /art/runtime/gc/collector/
immune_region.h 55 void SetEnd(mirror::Object* end) {
  /external/chromium_org/v8/src/compiler/
generic-graph.h 41 void SetEnd(V* end) { end_ = end; }
  /art/runtime/gc/space/
space.h 265 void SetEnd(byte* end) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 297 virtual HRESULT WINAPI SetEnd(__LONG32 cpLim) = 0;
359 HRESULT (WINAPI *SetEnd)(ITextRange *This,__LONG32 cpLim);
423 #define ITextRange_SetEnd(This,cpLim) (This)->lpVtbl->SetEnd(This,cpLim)
    [all...]

Completed in 625 milliseconds