Home
last modified time | relevance | path

Searched refs:prototypeOffset (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStructure.h138 static ptrdiff_t prototypeOffset() in prototypeOffset() function
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp602 …load32(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), … in emit_op_instanceof()
1359 …callHasProperty.append(branch32(Equal, Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSET… in emit_op_next_pname()
1360 …loadPtr(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)),… in emit_op_next_pname()
DJITOpcodes.cpp420 loadPtr(Address(regT2, Structure::prototypeOffset()), regT2); in emit_op_instanceof()
968 loadPtr(Address(regT2, Structure::prototypeOffset()), regT2); in emit_op_next_pname()