Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.cpp48 case access_get_by_id_self: in deref()
69 case access_get_by_id_self: in markAggregate()
DStructureStubInfo.h39 access_get_by_id_self, enumerator
63 accessType = access_get_by_id_self; in initGetByIdSelf()
DCodeBlock.cpp234 case access_get_by_id_self: in printStructureStubInfo()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1631 if (stubInfo->accessType == access_get_by_id_self) { in DEFINE_STUB_FUNCTION()