Home
last modified time | relevance | path

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

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