Searched refs:LInstanceOfAndBranch (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/arm/ |
D | lithium-arm.h | 857 class LInstanceOfAndBranch: public LControlInstruction<2, 0> { 859 LInstanceOfAndBranch(LOperand* left, LOperand* right) { in LInstanceOfAndBranch() function
|
D | lithium-arm.cc | 1107 new LInstanceOfAndBranch(UseFixed(instance_of->left(), r0), in DoTest()
|
D | lithium-codegen-arm.cc | 1999 void LCodeGen::DoInstanceOfAndBranch(LInstanceOfAndBranch* instr) { in DoInstanceOfAndBranch()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 842 class LInstanceOfAndBranch: public LControlInstruction<2, 0> { 844 LInstanceOfAndBranch(LOperand* left, LOperand* right) { in LInstanceOfAndBranch() function
|
D | lithium-x64.cc | 1106 LInstanceOfAndBranch* result = in DoTest() 1107 new LInstanceOfAndBranch(UseFixed(instance_of->left(), rax), in DoTest()
|
D | lithium-codegen-x64.cc | 1892 void LCodeGen::DoInstanceOfAndBranch(LInstanceOfAndBranch* instr) { in DoInstanceOfAndBranch()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 877 class LInstanceOfAndBranch: public LControlInstruction<3, 0> { 879 LInstanceOfAndBranch(LOperand* context, LOperand* left, LOperand* right) { in LInstanceOfAndBranch() function
|
D | lithium-ia32.cc | 1113 LInstanceOfAndBranch* result = in DoTest() 1114 new LInstanceOfAndBranch(context, left, right); in DoTest()
|
D | lithium-codegen-ia32.cc | 1881 void LCodeGen::DoInstanceOfAndBranch(LInstanceOfAndBranch* instr) { in DoInstanceOfAndBranch()
|