Searched refs:compileGetByIdHotPath (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp361 compileGetByIdHotPath(resultVReg, baseVReg, ident, m_propertyAccessInstructionIndex++);
398 compileGetByIdHotPath(resultVReg, baseVReg, ident, m_propertyAccessInstructionIndex++);
402 void JIT::compileGetByIdHotPath(int, int baseVReg, Identifier*, unsigned propertyAccessInstructionIndex) function in class:JSC::JIT
H A DJITPropertyAccess32_64.cpp238 compileGetByIdHotPath();
413 compileGetByIdHotPath();
418 void JIT::compileGetByIdHotPath() function in class:JSC::JIT
H A DJIT.h330 void compileGetByIdHotPath();
571 void compileGetByIdHotPath(int resultVReg, int baseVReg, Identifier* ident, unsigned propertyAccessInstructionIndex);

Completed in 30 milliseconds