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

  /external/webkit/JavaScriptCore/jit/
JITStubs.h 243 class JITThunks {
245 JITThunks(JSGlobalData*);
JITStubs.cpp 758 JITThunks::JITThunks(JSGlobalData* globalData)
783 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo)
833 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo)
    [all...]

Completed in 13 milliseconds