Searched refs:tryCacheGetByID (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h135 void tryCacheGetByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const Identifier& propertyName, const PropertySlot&);
H A DInterpreter.cpp1274 NEVER_INLINE void Interpreter::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, Instruction* vPC, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot) function in class:JSC::Interpreter
2501 tryCacheGetByID(callFrame, codeBlock, vPC, baseValue, ident, slot);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.h285 static void tryCacheGetByID(CallFrame*, CodeBlock*, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot&, StructureStubInfo* stubInfo);
H A DJITStubs.cpp856 NEVER_INLINE void JITThunks::tryCacheGetByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) function in class:JSC::JITThunks
1599 JITThunks::tryCacheGetByID(callFrame, codeBlock, STUB_RETURN_ADDRESS, baseValue, ident, slot, stubInfo);

Completed in 63 milliseconds