OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cachedStructure
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h
70
ASSERT(!
m_cachedStructure
);
72
m_cachedStructure
.set(globalData, this, structure);
74
Structure* cachedStructure() { return
m_cachedStructure
.get(); }
83
WriteBarrier<Structure>
m_cachedStructure
;
JSPropertyNameIterator.cpp
90
if (
m_cachedStructure
.get() == base->structure() && m_cachedPrototypeChain.get() == base->structure()->prototypeChain(exec))
/external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp
163
addSlowCase(branchPtr(NotEqual, regT2, Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator,
m_cachedStructure
))));
[
all
...]
JITPropertyAccess32_64.cpp
[
all
...]
JITOpcodes.cpp
[
all
...]
JITOpcodes32_64.cpp
[
all
...]
Completed in 871 milliseconds