OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setMarked
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
Heap.h
62
static void
setMarked
(JSCell*);
155
inline void Heap::
setMarked
(JSCell* cell)
157
MarkedSpace::
setMarked
(cell);
MarkedSpace.h
56
static void
setMarked
(const JSCell*);
135
inline void MarkedSpace::
setMarked
(const JSCell* cell)
137
MarkedBlock::blockFor(cell)->
setMarked
(cell);
MarkedBlock.h
75
void
setMarked
(const void*);
208
inline void MarkedBlock::
setMarked
(const void* p)
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnLocalTriangulator.h
88
void
setMarked
(bool marked)
/build/tools/zipalign/
ZipEntry.h
105
void
setMarked
(bool val) { mMarked = val; }
/frameworks/base/tools/aapt/
ZipEntry.h
110
void
setMarked
(bool val) { mMarked = val; }
Completed in 810 milliseconds