• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/

Lines Matching defs:cond

701 PassRefPtr<Label> BytecodeGenerator::emitJumpIfTrue(RegisterID* cond, Label* target)
710 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
727 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
744 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
761 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
777 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
792 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
806 instructions().append(cond->index());
811 PassRefPtr<Label> BytecodeGenerator::emitJumpIfFalse(RegisterID* cond, Label* target)
820 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
837 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
854 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
871 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
887 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
902 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
917 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
930 instructions().append(cond->index());
935 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionCall(RegisterID* cond, Label* target)
940 instructions().append(cond->index());
946 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionApply(RegisterID* cond, Label* target)
951 instructions().append(cond->index());