Searched refs:printStructure (Results 1 – 3 of 3) sorted by relevance
/external/webkit/JavaScriptCore/bytecode/ |
D | CodeBlock.cpp | 277 void CodeBlock::printStructure(const char* name, const Instruction* vPC, int operand) const in printStructure() function in JSC::CodeBlock 289 printStructure("get_by_id", vPC, 4); in printStructures() 293 printStructure("get_by_id_self", vPC, 4); in printStructures() 309 printStructure("put_by_id", vPC, 4); in printStructures() 313 printStructure("put_by_id_replace", vPC, 4); in printStructures() 317 printStructure("resolve_global", vPC, 4); in printStructures()
|
D | CodeBlock.h | 280 void printStructure(const char* name, const Instruction*, int operand) const;
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 18317 (JSC::CodeBlock::printStructure): 22105 (JSC::CodeBlock::printStructure):
|