Searched refs:baseCell (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1214 JSCell* baseCell = baseValue.asCell(); local
1215 Structure* structure = baseCell->structure();
1238 // If baseCell != slot.base(), then baseCell must be a proxy for another object.
1239 if (baseCell != slot.base()) {
1252 normalizePrototypeChain(callFrame, baseCell);
2518 JSCell* baseCell = baseValue.asCell();
2521 if (LIKELY(baseCell->structure() == structure)) {
2522 ASSERT(baseCell->isObject());
2523 JSObject* baseObject = asObject(baseCell);
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp819 JSCell* baseCell = baseValue.asCell(); local
820 Structure* structure = baseCell->structure();
827 // If baseCell != base, then baseCell must be a proxy for another object.
828 if (baseCell != slot.base()) {
843 normalizePrototypeChain(callFrame, baseCell);
887 JSCell* baseCell = baseValue.asCell(); local
888 Structure* structure = baseCell->structure();

Completed in 1380 milliseconds