Index: src/arm/macro-assembler-arm.h |
=================================================================== |
--- src/arm/macro-assembler-arm.h (revision 5040) |
+++ src/arm/macro-assembler-arm.h (working copy) |
@@ -316,24 +316,6 @@ |
// --------------------------------------------------------------------------- |
// Inline caching support |
- // Generates code that verifies that the maps of objects in the |
- // prototype chain of object hasn't changed since the code was |
- // generated and branches to the miss label if any map has. If |
- // necessary the function also generates code for security check |
- // in case of global object holders. The scratch and holder |
- // registers are always clobbered, but the object register is only |
- // clobbered if it the same as the holder register. The function |
- // returns a register containing the holder - either object_reg or |
- // holder_reg. |
- // The function can optionally (when save_at_depth != |
- // kInvalidProtoDepth) save the object at the given depth by moving |
- // it to [sp]. |
- Register CheckMaps(JSObject* object, Register object_reg, |
- JSObject* holder, Register holder_reg, |
- Register scratch, |
- int save_at_depth, |
- Label* miss); |
- |
// Generate code for checking access rights - used for security checks |
// on access to global objects across environments. The holder register |
// is left untouched, whereas both scratch registers are clobbered. |