Searched refs:uncacheGetByID (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.h | 136 void uncacheGetByID(CodeBlock*, Instruction* vPC);
|
D | Interpreter.cpp | 1409 NEVER_INLINE void Interpreter::uncacheGetByID(CodeBlock*, Instruction* vPC) in uncacheGetByID() function in JSC::Interpreter 2535 uncacheGetByID(codeBlock, vPC); in privateExecute() 2571 uncacheGetByID(codeBlock, vPC); in privateExecute() 2613 uncacheGetByID(codeBlock, vPC); in privateExecute() 2655 uncacheGetByID(codeBlock, vPC); in privateExecute() 2749 uncacheGetByID(codeBlock, vPC); in privateExecute() 2790 uncacheGetByID(codeBlock, vPC); in privateExecute() 2827 uncacheGetByID(codeBlock, vPC); in privateExecute() 2902 uncacheGetByID(codeBlock, vPC); in privateExecute() 2954 uncacheGetByID(codeBlock, vPC); in privateExecute() [all …]
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 21622 (JSC::Interpreter::uncacheGetByID): 21858 (JSC::Interpreter::uncacheGetByID): 22124 (JSC::BytecodeInterpreter::uncacheGetByID): 22710 (JSC::BytecodeInterpreter::uncacheGetByID): 23089 (JSC::BytecodeInterpreter::uncacheGetByID): 23364 (JSC::BytecodeInterpreter::uncacheGetByID):
|
D | ChangeLog | 374 (JSC::Interpreter::uncacheGetByID):
|