OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newroots
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
ConservativeRoots.cpp
39
JSCell**
newRoots
= static_cast<JSCell**>(OSAllocator::reserveAndCommit(newCapacity * sizeof(JSCell*)));
40
memcpy(
newRoots
, m_roots, m_size * sizeof(JSCell*));
44
m_roots =
newRoots
;
/prebuilt/common/ant/
ant.jar
Completed in 905 milliseconds