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

  /external/v8/src/arm/
lithium-arm.h 324 class LGap : public LTemplateInstruction<0, 0, 0> {
326 explicit LGap(HBasicBlock* block)
337 static LGap* cast(LInstruction* instr) {
339 return reinterpret_cast<LGap*>(instr);
372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
440 class LLabel FINAL : public LGap {
443 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 325 class LGap : public LTemplateInstruction<0, 0, 0> {
327 explicit LGap(HBasicBlock* block) : block_(block) {
337 static LGap* cast(LInstruction* instr) {
339 return reinterpret_cast<LGap*>(instr);
372 class LInstructionGap FINAL : public LGap {
374 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
435 class LLabel FINAL : public LGap {
438 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/mips/
lithium-mips.h 321 class LGap : public LTemplateInstruction<0, 0, 0> {
323 explicit LGap(HBasicBlock* block)
334 static LGap* cast(LInstruction* instr) {
336 return reinterpret_cast<LGap*>(instr);
369 class LInstructionGap FINAL : public LGap {
371 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
437 class LLabel FINAL : public LGap {
440 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 320 class LGap : public LTemplateInstruction<0, 0, 0> {
322 explicit LGap(HBasicBlock* block)
333 static LGap* cast(LInstruction* instr) {
335 return reinterpret_cast<LGap*>(instr);
368 class LInstructionGap FINAL : public LGap {
370 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
436 class LLabel FINAL : public LGap {
439 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/x64/
lithium-x64.h 328 class LGap : public LTemplateInstruction<0, 0, 0> {
330 explicit LGap(HBasicBlock* block)
341 static LGap* cast(LInstruction* instr) {
343 return reinterpret_cast<LGap*>(instr);
377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
445 class LLabel FINAL : public LGap {
448 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/x87/
lithium-x87.h 330 class LGap : public LTemplateInstruction<0, 0, 0> {
332 explicit LGap(HBasicBlock* block) : block_(block) {
342 static LGap* cast(LInstruction* instr) {
344 return reinterpret_cast<LGap*>(instr);
377 class LInstructionGap FINAL : public LGap {
379 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
453 class LLabel FINAL : public LGap {
456 : LGap(block), replacement_(NULL) { }
    [all...]
  /external/v8/src/arm64/
lithium-arm64.h 402 class LGap : public LTemplateInstruction<0, 0, 0> {
404 explicit LGap(HBasicBlock* block)
415 static LGap* cast(LInstruction* instr) {
417 return reinterpret_cast<LGap*>(instr);
450 class LInstructionGap FINAL : public LGap {
452 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { }
523 class LLabel FINAL : public LGap {
526 : LGap(block), replacement_(NULL) { }
    [all...]

Completed in 135 milliseconds