Home
last modified time | relevance | path

Searched refs:LTypeofIs (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dlithium-arm.h1870 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {
1872 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
Dlithium-arm.cc265 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()
2059 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
Dlithium-codegen-arm.cc4012 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()
/external/v8/src/x64/
Dlithium-x64.h1847 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {
1849 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
Dlithium-x64.cc267 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()
2053 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
Dlithium-codegen-x64.cc3773 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()
/external/v8/src/ia32/
Dlithium-ia32.h1939 class LTypeofIs: public LTemplateInstruction<1, 1, 0> {
1941 explicit LTypeofIs(LOperand* value) { in LTypeofIs() function
Dlithium-ia32.cc267 void LTypeofIs::PrintDataTo(StringStream* stream) { in PrintDataTo()
2117 return DefineSameAsFirst(new LTypeofIs(UseRegister(instr->value()))); in DoTypeofIs()
Dlithium-codegen-ia32.cc3959 void LCodeGen::DoTypeofIs(LTypeofIs* instr) { in DoTypeofIs()