OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoms
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/heap/
MarkedBlock.cpp
47
reinterpret_cast<JSCell*>(&block->
atoms
()[i])->~JSCell();
63
new (&
atoms
()[i]) JSCell(*globalData, dummyMarkableCellStructure);
74
JSCell* cell = reinterpret_cast<JSCell*>(&
atoms
()[i]);
MarkedBlock.h
90
Atom*
atoms
();
107
inline MarkedBlock::Atom* MarkedBlock::
atoms
()
function in class:JSC::MarkedBlock
218
functor(reinterpret_cast<JSCell*>(&
atoms
()[i]));
/external/chromium/chrome/browser/chromeos/
wm_ipc.cc
174
scoped_array<Atom>
atoms
(new Atom[kNumAtoms]);
183
atoms
.get());
186
type_to_atom_[kAtomInfos[i].atom] =
atoms
[i];
187
atom_to_string_[
atoms
[i]] = kAtomInfos[i].name;
/external/libxml2/
xmlregexp.c
251
xmlRegAtomPtr *
atoms
;
member in struct:_xmlAutomata
270
xmlRegAtomPtr *
atoms
;
member in struct:_xmlRegexp
433
ret->
atoms
= ctxt->
atoms
;
444
(ret->
atoms
!= NULL) &&
445
(ret->
atoms
[0] != NULL) &&
446
(ret->
atoms
[0]->type == XML_REGEXP_STRING)) {
458
* 2/ counting the unique number of
atoms
, and check that
496
if ((ret->
atoms
[i]->type == XML_REGEXP_STRING) &&
497
(ret->
atoms
[i]->quant == XML_REGEXP_QUANT_ONCE))
[
all
...]
/external/webkit/Source/JavaScriptCore/runtime/
JSCell.h
358
JSCell* cell = reinterpret_cast<JSCell*>(&
atoms
()[m_nextAtom]);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h
153
struct _XDisplayAtoms *
atoms
; /* for XInternAtom */
member in struct:_XDisplay
783
FreeFuncType
atoms
; /* _XFreeAtomTable */
member in struct:_XFreeFuncs
[
all
...]
Completed in 200 milliseconds