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

  /external/oprofile/daemon/liblegacy/
opd_proc.h 39 int accessed; member in struct:opd_proc
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 55 public Collection accessed() { method in class:Subroutine
  /external/webkit/Source/WebCore/platform/graphics/android/
SkBitmapRef.h 53 bool accessed() { bool result = fAccessed; function in class:SkBitmapRef
  /external/v8/src/
profile-generator.h 343 // Accessed by VM thread and profile generator thread.
371 // As the result needs to be accessed from a different thread, we
379 // All other fields are accessed only from the sampler thread.
722 explicit EntryInfo(uint64_t id) : id(id), accessed(true) { }
723 EntryInfo(uint64_t id, bool accessed) : id(id), accessed(accessed) { }
725 bool accessed; member in struct:v8::internal::HeapObjectsMap::EntryInfo
    [all...]

Completed in 142 milliseconds