CONSTRUCT_CALL   2584 src/arm/full-codegen-arm.cc   __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
CONSTRUCT_CALL   3702 src/arm/lithium-codegen-arm.cc   CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
CONSTRUCT_CALL    619 src/assembler.cc     case RelocInfo::CONSTRUCT_CALL:
CONSTRUCT_CALL    714 src/assembler.cc     case CONSTRUCT_CALL:
CONSTRUCT_CALL    230 src/assembler.h     return mode == CONSTRUCT_CALL;
CONSTRUCT_CALL    234 src/disassembler.cc         if (rmode == RelocInfo::CONSTRUCT_CALL) {
CONSTRUCT_CALL   2514 src/ia32/full-codegen-ia32.cc   __ call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
CONSTRUCT_CALL   3585 src/ia32/lithium-codegen-ia32.cc   CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
CONSTRUCT_CALL   2606 src/mips/full-codegen-mips.cc   __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
CONSTRUCT_CALL   3469 src/mips/lithium-codegen-mips.cc   CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
CONSTRUCT_CALL   8143 src/objects.cc              RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) |
CONSTRUCT_CALL   2486 src/x64/full-codegen-x64.cc   __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
CONSTRUCT_CALL   3457 src/x64/lithium-codegen-x64.cc   CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);