Home
last modified time | relevance | path

Searched refs:accessType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DStructureStubInfo.h55 StructureStubInfo(AccessType accessType) in StructureStubInfo()
56 : accessType(accessType) in StructureStubInfo()
63 accessType = access_get_by_id_self; in initGetByIdSelf()
71 accessType = access_get_by_id_proto; in initGetByIdProto()
82 accessType = access_get_by_id_chain; in initGetByIdChain()
93 accessType = access_get_by_id_self_list; in initGetByIdSelfList()
101 accessType = access_get_by_id_proto_list; in initGetByIdProtoList()
111 accessType = access_put_by_id_transition; in initPutByIdTransition()
125 accessType = access_put_by_id_replace; in initPutByIdReplace()
143 int accessType : 31; member
DStructureStubInfo.cpp34 switch (accessType) { in deref()
DCodeBlock.cpp233 switch (stubInfo.accessType) { in printStructureStubInfo()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp773 stubInfo->accessType = access_get_by_id_generic; in tryCacheGetByID()
1236 if (stubInfo->accessType == access_get_by_id_self) { in DEFINE_STUB_FUNCTION()
1260 switch (stubInfo->accessType) { in getPolymorphicAccessStructureListSlot()