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

  /external/webkit/JavaScriptCore/jit/
JIT.h 314 static void compilePutByIdTransition(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress)
    [all...]
JITStubs.cpp 824 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress);
    [all...]

Completed in 999 milliseconds