HomeSort by relevance Sort by last modified time
    Searched defs:LInstruction (Results 1 - 9 of 9) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-arm.h 148 Opcode opcode() const final { return LInstruction::k##type; } \
151 static L##type* cast(LInstruction* instr) { \
163 class LInstruction : public ZoneObject {
165 LInstruction()
171 virtual ~LInstruction() {}
271 class LTemplateResultInstruction : public LInstruction {
316 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 160 Opcode opcode() const final { return LInstruction::k##type; } \
163 static L##type* cast(LInstruction* instr) { \
175 class LInstruction : public ZoneObject {
177 LInstruction()
182 virtual ~LInstruction() { }
275 class LTemplateResultInstruction : public LInstruction {
371 static LGap* cast(LInstruction* instr) {
698 Opcode opcode() const override { return LInstruction::kArithmeticD; }
724 Opcode opcode() const override { return LInstruction::kArithmeticT; }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 151 Opcode opcode() const final { return LInstruction::k##type; } \
154 static L##type* cast(LInstruction* instr) { \
166 class LInstruction : public ZoneObject {
168 LInstruction()
174 virtual ~LInstruction() {}
274 class LTemplateResultInstruction : public LInstruction {
318 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 146 Opcode opcode() const final { return LInstruction::k##type; } \
149 static L##type* cast(LInstruction* instr) { \
161 class LInstruction : public ZoneObject {
163 LInstruction()
169 virtual ~LInstruction() {}
269 class LTemplateResultInstruction : public LInstruction {
314 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 149 Opcode opcode() const final { return LInstruction::k##type; } \
152 static L##type* cast(LInstruction* instr) { \
164 class LInstruction : public ZoneObject {
166 LInstruction()
172 virtual ~LInstruction() {}
272 class LTemplateResultInstruction : public LInstruction {
317 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 150 Opcode opcode() const final { return LInstruction::k##type; } \
153 static L##type* cast(LInstruction* instr) { \
163 class LInstruction : public ZoneObject {
165 LInstruction()
170 virtual ~LInstruction() {}
269 class LTemplateResultInstruction : public LInstruction {
313 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 147 Opcode opcode() const final { return LInstruction::k##type; } \
150 static L##type* cast(LInstruction* instr) { \
158 class LInstruction : public ZoneObject {
160 LInstruction()
165 virtual ~LInstruction() {}
263 class LTemplateResultInstruction : public LInstruction {
305 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 147 Opcode opcode() const final { return LInstruction::k##type; } \
150 static L##type* cast(LInstruction* instr) { \
162 class LInstruction : public ZoneObject {
164 LInstruction()
170 virtual ~LInstruction() {}
274 class LTemplateResultInstruction : public LInstruction {
321 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 150 Opcode opcode() const final { return LInstruction::k##type; } \
153 static L##type* cast(LInstruction* instr) { \
165 class LInstruction : public ZoneObject {
167 LInstruction()
173 virtual ~LInstruction() {}
277 class LTemplateResultInstruction : public LInstruction {
321 static LGap* cast(LInstruction* instr) {
    [all...]

Completed in 465 milliseconds