Searched refs:LClassOfTestAndBranch (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1069 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1071 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-arm.cc208 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1724 return new(zone()) LClassOfTestAndBranch(value, TempRegister());
H A Dlithium-codegen-arm.cc2444 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h976 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
978 LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-arm64.cc87 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1198 return new(zone()) LClassOfTestAndBranch(value,
H A Dlithium-codegen-arm64.cc2221 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1078 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1080 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-ia32.cc227 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1700 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()),
H A Dlithium-codegen-ia32.cc2241 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1047 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1049 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips.cc215 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1670 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()),
H A Dlithium-codegen-mips.cc2356 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1065 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1067 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-mips64.cc215 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1676 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()),
H A Dlithium-codegen-mips64.cc2480 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1056 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
1058 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-ppc.cc223 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1701 return new (zone()) LClassOfTestAndBranch(value, TempRegister());
H A Dlithium-codegen-ppc.cc2523 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h980 class LClassOfTestAndBranch final : public LControlInstruction<1, 1> {
982 LClassOfTestAndBranch(LOperand* value, LOperand* temp) { function in class:v8::internal::final
H A Dlithium-s390.cc206 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1553 return new (zone()) LClassOfTestAndBranch(value, TempRegister());
H A Dlithium-codegen-s390.cc2512 void LCodeGen::DoClassOfTestAndBranch(LClassOfTestAndBranch* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1072 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1074 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-x64.cc222 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1703 return new(zone()) LClassOfTestAndBranch(value,
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1072 class LClassOfTestAndBranch final : public LControlInstruction<1, 2> {
1074 LClassOfTestAndBranch(LOperand* value, LOperand* temp, LOperand* temp2) { function in class:v8::internal::final
H A Dlithium-x87.cc238 void LClassOfTestAndBranch::PrintDataTo(StringStream* stream) {
1703 return new(zone()) LClassOfTestAndBranch(UseRegister(instr->value()),

Completed in 1495 milliseconds

12