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

  /external/webkit/Source/JavaScriptCore/runtime/
JSPropertyNameIterator.cpp 61 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() &&
Structure.cpp 381 ASSERT(!structure->isUncacheableDictionary());
448 ASSERT(!structure->isUncacheableDictionary());
554 if (isUncacheableDictionary()) {
600 ASSERT(isUncacheableDictionary());
Structure.h 95 bool isUncacheableDictionary() const { return m_dictionaryKind == UncachedDictionaryKind; }
JSObject.cpp 528 if (m_structure->isUncacheableDictionary()) {
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp 822 if (structure->isUncacheableDictionary()) {
890 if (structure->isUncacheableDictionary()) {
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 179 if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
254 if (slot.isCacheableValue() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
    [all...]

Completed in 345 milliseconds