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

  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.h 280 class JITThunks {
282 JITThunks(JSGlobalData*);
283 ~JITThunks();
JITStubs.cpp 754 JITThunks::JITThunks(JSGlobalData* globalData)
800 JITThunks::~JITThunks()
806 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct)
856 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
    [all...]

Completed in 83 milliseconds