Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.h55 StructureStubInfo(AccessType accessType) in StructureStubInfo()
56 : accessType(accessType) in StructureStubInfo()
63 accessType = access_get_by_id_self; in initGetByIdSelf()
70 accessType = access_get_by_id_proto; in initGetByIdProto()
78 accessType = access_get_by_id_chain; in initGetByIdChain()
86 accessType = access_get_by_id_self_list; in initGetByIdSelfList()
94 accessType = access_get_by_id_proto_list; in initGetByIdProtoList()
104 accessType = access_put_by_id_transition; in initPutByIdTransition()
113 accessType = access_put_by_id_replace; in initPutByIdReplace()
131 int accessType : 31; member
DStructureStubInfo.cpp37 switch (accessType) { in deref()
68 switch (accessType) { in markAggregate()
DCodeBlock.cpp233 switch (stubInfo.accessType) { in printStructureStubInfo()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPAccessNetworkInfo.java52 private String accessType; field in PAccessNetworkInfo
84 this.accessType = accessTypeVal; in setAccessType()
91 return accessType; in getAccessType()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp936 stubInfo->accessType = access_get_by_id_generic; in tryCacheGetByID()
1631 if (stubInfo->accessType == access_get_by_id_self) { in DEFINE_STUB_FUNCTION()
1656 switch (stubInfo->accessType) { in getPolymorphicAccessStructureListSlot()