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

  /external/webkit/JavaScriptCore/runtime/
PutPropertySlot.h 64 bool isCacheable() const { return m_type != Uncachable; }
66 ASSERT(isCacheable());
PropertySlot.h 74 bool isCacheable() const { return m_offset != WTF::notFound; }
77 ASSERT(isCacheable());
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 791 if (!slot.isCacheable()) {
859 if (!slot.isCacheable()) {
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 172 if (slot.isCacheable() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 124 milliseconds