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

  /external/chromium_org/v8/src/arm/
lithium-arm.h 171 return LInstruction::k##type; \
177 static L##type* cast(LInstruction* instr) { \
189 class LInstruction : public ZoneObject {
191 LInstruction()
197 virtual ~LInstruction() {}
290 class LTemplateResultInstruction : public LInstruction {
337 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 172 return LInstruction::k##type; \
178 static L##type* cast(LInstruction* instr) { \
190 class LInstruction : public ZoneObject {
192 LInstruction()
198 virtual ~LInstruction() {}
291 class LTemplateResultInstruction : public LInstruction {
337 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 168 return LInstruction::k##type; \
174 static L##type* cast(LInstruction* instr) { \
186 class LInstruction : public ZoneObject {
188 LInstruction()
194 virtual ~LInstruction() {}
287 class LTemplateResultInstruction : public LInstruction {
334 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 167 return LInstruction::k##type; \
173 static L##type* cast(LInstruction* instr) { \
185 class LInstruction : public ZoneObject {
187 LInstruction()
193 virtual ~LInstruction() {}
286 class LTemplateResultInstruction : public LInstruction {
333 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 168 return LInstruction::k##type; \
174 static L##type* cast(LInstruction* instr) { \
186 class LInstruction : public ZoneObject {
188 LInstruction()
194 virtual ~LInstruction() {}
291 class LTemplateResultInstruction : public LInstruction {
341 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 173 return LInstruction::k##type; \
179 static L##type* cast(LInstruction* instr) { \
191 class LInstruction : public ZoneObject {
193 LInstruction()
199 virtual ~LInstruction() {}
296 class LTemplateResultInstruction : public LInstruction {
342 static LGap* cast(LInstruction* instr) {
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 183 return LInstruction::k##type; \
189 static L##type* cast(LInstruction* instr) { \
201 class LInstruction : public ZoneObject {
203 LInstruction()
208 virtual ~LInstruction() { }
294 class LTemplateResultInstruction : public LInstruction {
415 static LGap* cast(LInstruction* instr) {
725 return LInstruction::kArithmeticD;
753 return LInstruction::kArithmeticT;
    [all...]

Completed in 431 milliseconds