Searched refs:canUseFastGetOwnProperty (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCellInlines.h218 ASSERT(canUseFastGetOwnProperty(structure));
227 inline bool JSCell::canUseFastGetOwnProperty(const Structure& structure) function in class:JSC::JSCell
H A DJSCell.h147 static bool canUseFastGetOwnProperty(const Structure&);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOperations.cpp299 if (JSCell::canUseFastGetOwnProperty(structure)) {
329 if (JSCell::canUseFastGetOwnProperty(structure)) {
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp723 if (JSCell::canUseFastGetOwnProperty(structure)) {
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1423 if (JSCell::canUseFastGetOwnProperty(structure)) {

Completed in 234 milliseconds