Searched refs:printConditionalJump (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.cpp157 void CodeBlock::printConditionalJump(ExecState* exec, const Vector<Instruction>::const_iterator&, Vector<Instruction>::const_iterator& it, int location, const char* op) const function in class:JSC::CodeBlock
964 printConditionalJump(exec, begin, it, location, "jtrue");
968 printConditionalJump(exec, begin, it, location, "loop_if_true");
972 printConditionalJump(exec, begin, it, location, "loop_if_false");
976 printConditionalJump(exec, begin, it, location, "jfalse");
980 printConditionalJump(exec, begin, it, location, "jeq_null");
984 printConditionalJump(exec, begin, it, location, "jneq_null");
H A DCodeBlock.h480 void printConditionalJump(ExecState*, const Vector<Instruction>::const_iterator&, Vector<Instruction>::const_iterator&, int location, const char* op) const;

Completed in 42 milliseconds