HomeSort by relevance Sort by last modified time
    Searched refs:cachedStructure (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.h 74 Structure* cachedStructure() { return m_cachedStructure.get(); }
JSGlobalObject.h 377 WriteBarrier<Structure>* cachedStructure = cachedPrototypeChain->head();
378 while(*cachedStructure && !prototype.isNull()) {
379 if (asObject(prototype)->structure() != cachedStructure->get())
381 ++cachedStructure;
384 return prototype.isNull() && !*cachedStructure;
JSPropertyNameIterator.cpp 54 o->structure()->enumerationCache()->cachedStructure() != o->structure() ||
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 130 ASSERT(!cachedStructure);
136 ASSERT(!cachedStructure && !cachedPrototypeStructure);
137 // We use the values of cachedStructure & cachedPrototypeStructure to indicate the
140 // - Once this transition has been taken once, cachedStructure is
148 WriteBarrier<Structure> cachedStructure;
CodeBlock.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 655 ASSERT(!methodCallLinkInfo.cachedStructure);
656 methodCallLinkInfo.cachedStructure.set(globalData, codeBlock->ownerExecutable(), structure);
    [all...]
JITPropertyAccess32_64.cpp 679 ASSERT(!methodCallLinkInfo.cachedStructure);
680 methodCallLinkInfo.cachedStructure.set(globalData, codeBlock->ownerExecutable(), structure);
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 184 milliseconds