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

1 2

  /external/chromium_org/v8/test/cctest/
test-mementos.cc 41 // Allocate a string, the GC may suspect a memento behind the string.
46 // Create an allocation memento behind the string with a garbage allocation
48 AllocationMemento* memento = local
50 memento->set_map_no_write_barrier(heap->allocation_memento_map());
51 memento->set_allocation_site(
64 // Call GC to see if we can handle a poisonous memento right after the
78 // Force GC to test the poisoned memento handling
110 // The object of class f should have a memento secreted behind it.
112 AllocationMemento* memento = local
114 CHECK_EQ(memento->map(), heap->allocation_memento_map())
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 4006 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4117 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4128 MotionMemento& memento = mMotionMementos.editItemAt(index); local
4170 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4184 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4197 KeyMemento& memento = mKeyMementos.editTop(); local
4211 MotionMemento& memento = mMotionMementos.editTop(); local
4235 const KeyMemento& memento = mKeyMementos.itemAt(i); local
4245 const MotionMemento& memento = mMotionMementos.itemAt(i); local
4269 const MotionMemento& memento = mMotionMementos.itemAt(i); local
    [all...]
InputDispatcher.h 779 static bool shouldCancelKey(const KeyMemento& memento,
781 static bool shouldCancelMotion(const MotionMemento& memento,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 233 public void init(IViewSite site, IMemento memento) throws PartInitException {
234 super.init(site, memento);
235 this.viewState = memento;
376 * Restore the view state from the memento information.
404 public void saveState(IMemento memento) {
405 super.saveState(memento);
406 memento.putBoolean(IPerformancesConstants.PRE_FULL_LINE_SELECTION, this.fullLineSelection.isChecked());
PerformancesView.java 422 public void init(IViewSite site, IMemento memento) throws PartInitException {
423 super.init(site, memento);
424 this.viewState = memento;
598 * Restore the view state from the memento information.
634 public void saveState(IMemento memento) {
635 super.saveState(memento);
636 memento.putBoolean(IPerformancesConstants.PRE_FILTER_BASELINE_BUILDS, this.filterBaselineBuilds.isChecked());
ComponentsView.java 400 public void saveState(IMemento memento) {
402 memento.putString(IPerformancesConstants.PRE_WRITE_RESULTS_DIR, this.resultsDir.getPath());
404 super.saveState(memento);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 132 public void init(IViewSite site, IMemento memento) throws PartInitException {
133 super.init(site, memento);
134 mMemento = memento;
138 public void saveState(IMemento memento) {
139 super.saveState(memento);
141 mLintView.saveState(memento);
LintList.java 132 LintList(IWorkbenchPartSite site, Composite parent, IMemento memento, boolean singleFile) {
135 mMemento = memento;
618 public void saveState(IMemento memento) {
626 IMemento columnEntry = memento.createChild(KEY_WIDTHS);
640 IMemento visibleEntry = memento.createChild(KEY_VISIBLE);
    [all...]
  /external/chromium_org/v8/src/heap/
heap-inl.h 498 // Check if there is potentially a memento behind the object. If
499 // the last word of the memento is on another page we return
530 AllocationMemento* memento = AllocationMemento::cast(candidate);
531 if (!memento->IsValid()) return NULL;
532 return memento;
545 AllocationMemento* memento = heap->FindAllocationMemento(object);
546 if (memento == NULL) return;
548 if (memento->GetAllocationSite()->IncrementMementoFoundCount()) {
549 heap->AddAllocationSiteToScratchpad(memento->GetAllocationSite(), mode);
heap.cc 771 // There may be an allocation memento behind every object in new space.
    [all...]
heap.h     [all...]
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 76 // a has a memento so the transition caused by the store will affect the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/chromium_org/v8/src/
objects.cc 12670 AllocationMemento* memento = heap->FindAllocationMemento(*object); local
    [all...]

Completed in 638 milliseconds

1 2