Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.cpp53 case access_get_by_id: in deref()
98 case access_get_by_id: in markAggregate()
DStructureStubInfo.h46 access_get_by_id, enumerator
DCodeBlock.cpp255 case access_get_by_id: in printStructureStubInfo()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1389 m_codeBlock->addStructureStubInfo(StructureStubInfo(access_get_by_id)); in emitGetById()