HomeSort by relevance Sort by last modified time
    Searched refs:previousStructure (Results 1 - 3 of 3) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.h 109 void initPutByIdTransition(Structure* previousStructure, Structure* structure, StructureChain* chain)
113 u.putByIdTransition.previousStructure = previousStructure;
114 previousStructure->ref();
167 Structure* previousStructure;
StructureStubInfo.cpp 59 u.putByIdTransition.previousStructure->deref();
CodeBlock.cpp 248 printf(" [%4d] %s: %s, %s, %s\n", instructionOffset, "put_by_id_transition", pointerToSourceString(stubInfo.u.putByIdTransition.previousStructure).UTF8String().c_str(), pointerToSourceString(stubInfo.u.putByIdTransition.structure).UTF8String().c_str(), pointerToSourceString(stubInfo.u.putByIdTransition.chain).UTF8String().c_str());
    [all...]

Completed in 38 milliseconds