HomeSort by relevance Sort by last modified time
    Searched refs:EXECUTABLE (Results 51 - 62 of 62) sorted by null

1 23

  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc     [all...]
  /external/chromium_org/v8/src/
heap.cc     [all...]
spaces.h 575 Executability executable() { function in class:v8::internal::MemoryChunk
576 return IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE;
718 Executability executable,
798 Executability executable,
864 Space(Heap* heap, AllocationSpace id, Executability executable)
865 : heap_(heap), id_(id), executable_(executable) {}
871 // Does the space need executable memory?
872 Executability executable() { return executable_; } function in class:v8::internal::Space
904 // All heap objects containing executable code (code objects) must be allocated
    [all...]
deoptimizer.cc 51 EXECUTABLE,
    [all...]
  /external/v8/src/
deoptimizer.cc     [all...]
heap.cc     [all...]
serialize.cc 623 lo_space->AllocateRaw(size, EXECUTABLE)->ToObjectUnchecked();
    [all...]
spaces.h 515 Executability executable() { function in class:v8::internal::MemoryChunk
516 return IsFlagSet(IS_EXECUTABLE) ? EXECUTABLE : NOT_EXECUTABLE;
634 Executability executable,
708 Executability executable,
759 Space(Heap* heap, AllocationSpace id, Executability executable)
760 : heap_(heap), id_(id), executable_(executable) {}
766 // Does the space need executable memory?
767 Executability executable() { return executable_; } function in class:v8::internal::Space
807 // All heap objects containing executable code (code objects) must be allocated
948 // Max capacity of the total space and executable memory limit
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 291 milliseconds

1 23