Searched defs:LTaggedToI (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2130 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2132 LTaggedToI(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2139 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> {
2141 LTaggedToI(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2094 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2096 LTaggedToI(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2078 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2080 LTaggedToI(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2126 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> {
2128 LTaggedToI(LOperand* value, LOperand* temp) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2147 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 0> {
2149 explicit LTaggedToI(LOperand* value) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h2715 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> {
2717 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::FINAL

Completed in 484 milliseconds