Home
last modified time | relevance | path

Searched refs:LCmpConstantEqAndBranch (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.h627 class LCmpConstantEqAndBranch: public LControlInstruction<1, 0> {
629 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch() function
Dlithium-x64.cc1498 return new(zone()) LCmpConstantEqAndBranch(value); in DoCompareConstantEqAndBranch()
Dlithium-codegen-x64.cc1593 void LCodeGen::DoCmpConstantEqAndBranch(LCmpConstantEqAndBranch* instr) { in DoCmpConstantEqAndBranch()
/external/v8/src/mips/
Dlithium-mips.h644 class LCmpConstantEqAndBranch: public LControlInstruction<1, 0> {
646 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch() function
Dlithium-mips.cc1502 return new(zone()) LCmpConstantEqAndBranch( in DoCompareConstantEqAndBranch()
Dlithium-codegen-mips.cc1666 void LCodeGen::DoCmpConstantEqAndBranch(LCmpConstantEqAndBranch* instr) { in DoCmpConstantEqAndBranch()
/external/v8/src/arm/
Dlithium-arm.h645 class LCmpConstantEqAndBranch: public LControlInstruction<1, 0> {
647 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch() function
Dlithium-arm.cc1502 return new(zone()) LCmpConstantEqAndBranch(value); in DoCompareConstantEqAndBranch()
Dlithium-codegen-arm.cc1806 void LCodeGen::DoCmpConstantEqAndBranch(LCmpConstantEqAndBranch* instr) { in DoCmpConstantEqAndBranch()
/external/v8/src/ia32/
Dlithium-ia32.h640 class LCmpConstantEqAndBranch: public LControlInstruction<1, 0> {
642 explicit LCmpConstantEqAndBranch(LOperand* left) { in LCmpConstantEqAndBranch() function
Dlithium-ia32.cc1538 return new(zone()) LCmpConstantEqAndBranch( in DoCompareConstantEqAndBranch()
Dlithium-codegen-ia32.cc1622 void LCodeGen::DoCmpConstantEqAndBranch(LCmpConstantEqAndBranch* instr) { in DoCmpConstantEqAndBranch()