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

  /external/v8/src/arm/
lithium-arm.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
189 static L##type* cast(LInstruction* instr) { \
201 class LInstruction: public ZoneObject {
203 LInstruction()
208 virtual ~LInstruction() { }
295 class LTemplateInstruction: public LInstruction {
332 static LGap* cast(LInstruction* instr) {
1108 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 181 virtual Opcode opcode() const { return LInstruction::k##type; } \
184 static L##type* cast(LInstruction* instr) { \
196 class LInstruction: public ZoneObject {
198 LInstruction()
203 virtual ~LInstruction() { }
291 class LTemplateInstruction: public LInstruction {
324 static LGap* cast(LInstruction* instr) {
1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
    [all...]
  /external/v8/src/mips/
lithium-mips.h 185 virtual Opcode opcode() const { return LInstruction::k##type; } \
188 static L##type* cast(LInstruction* instr) { \
200 class LInstruction: public ZoneObject {
202 LInstruction()
207 virtual ~LInstruction() { }
294 class LTemplateInstruction: public LInstruction {
331 static LGap* cast(LInstruction* instr) {
1088 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1105 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }
    [all...]
  /external/v8/src/x64/
lithium-x64.h 186 virtual Opcode opcode() const { return LInstruction::k##type; } \
189 static L##type* cast(LInstruction* instr) { \
201 class LInstruction: public ZoneObject {
203 LInstruction()
209 virtual ~LInstruction() { }
296 class LTemplateInstruction: public LInstruction {
333 static LGap* cast(LInstruction* instr) {
1087 virtual Opcode opcode() const { return LInstruction::kArithmeticD; }
1104 virtual Opcode opcode() const { return LInstruction::kArithmeticT; }
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 194 virtual Opcode opcode() const { return LInstruction::k##type; } \
197 static L##type* cast(LInstruction* instr) { \
209 class LInstruction: public ZoneObject {
211 LInstruction()
218 virtual ~LInstruction() { }
317 class LTemplateInstruction: public LInstruction {
352 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 193 virtual Opcode opcode() const { return LInstruction::k##type; } \
196 static L##type* cast(LInstruction* instr) { \
208 class LInstruction: public ZoneObject {
210 LInstruction()
217 virtual ~LInstruction() { }
323 class LTemplateInstruction: public LInstruction {
358 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 190 virtual Opcode opcode() const { return LInstruction::k##type; } \
193 static L##type* cast(LInstruction* instr) { \
205 class LInstruction: public ZoneObject {
207 LInstruction()
214 virtual ~LInstruction() { }
313 class LTemplateInstruction: public LInstruction {
348 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 191 virtual Opcode opcode() const { return LInstruction::k##type; } \
194 static L##type* cast(LInstruction* instr) { \
206 class LInstruction: public ZoneObject {
208 LInstruction()
215 virtual ~LInstruction() { }
314 class LTemplateInstruction: public LInstruction {
350 static LGap* cast(LInstruction* instr) {
    [all...]

Completed in 280 milliseconds