OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canInitializeWithMemset
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h
42
static const bool
canInitializeWithMemset
= false;
54
static const bool
canInitializeWithMemset
= false;
66
static const bool
canInitializeWithMemset
= true;
87
static const bool
canInitializeWithMemset
= FirstTraits::
canInitializeWithMemset
&& SecondTraits::
canInitializeWithMemset
;
/external/webkit/Source/JavaScriptCore/bytecompiler/
RegisterID.h
116
static const bool
canInitializeWithMemset
= true; // Default initialization just sets everything to 0 or false, so this is safe.
/external/webkit/Source/JavaScriptCore/heap/
Local.h
147
static const bool
canInitializeWithMemset
= false;
Completed in 541 milliseconds