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

  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 66 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() &&
Structure.cpp 414 ASSERT(!structure->isUncacheableDictionary());
491 ASSERT(!structure->isUncacheableDictionary());
521 if (isUncacheableDictionary()) {
581 ASSERT(isUncacheableDictionary());
    [all...]
Structure.h 93 bool isUncacheableDictionary() const { return m_dictionaryKind == UncachedDictionaryKind; }
JSObject.cpp 494 if (m_structure->isUncacheableDictionary()) {
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 799 if (structure->isUncacheableDictionary()) {
867 if (structure->isUncacheableDictionary()) {
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 172 if (slot.isCacheable() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
    [all...]

Completed in 995 milliseconds