HomeSort by relevance Sort by last modified time
    Searched refs:LTemplateInstruction (Results 1 - 18 of 18) sorted by null

  /external/v8/src/arm/
lithium-arm.h 295 class LTemplateInstruction: public LInstruction {
319 class LGap: public LTemplateInstruction<0, 0, 0> {
373 class LGoto: public LTemplateInstruction<0, 0, 0> {
388 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
404 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
432 class LParameter: public LTemplateInstruction<1, 0, 0> {
438 class LCallStub: public LTemplateInstruction<1, 0, 0> {
449 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
456 class LControlInstruction: public LTemplateInstruction<0, I, T> {
472 class LWrapReceiver: public LTemplateInstruction<1, 2, 0>
    [all...]
lithium-arm.cc 112 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
122 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
690 LTemplateInstruction<1, I, T>* instr) {
698 LTemplateInstruction<1, I, T>* instr, int index) {
706 LTemplateInstruction<1, I, T>* instr) {
714 LTemplateInstruction<1, I, T>* instr, Register reg) {
721 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
    [all...]
lithium-codegen-arm.h 110 void DoDeferredBinaryOpStub(LTemplateInstruction<1, 2, T>* instr,
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.h 291 class LTemplateInstruction: public LInstruction {
312 class LGap: public LTemplateInstruction<0, 0, 0> {
365 class LGoto: public LTemplateInstruction<0, 0, 0> {
380 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
386 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
414 class LParameter: public LTemplateInstruction<1, 0, 0> {
420 class LCallStub: public LTemplateInstruction<1, 1, 0> {
437 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
444 class LControlInstruction: public LTemplateInstruction<0, I, T> {
460 class LWrapReceiver: public LTemplateInstruction<1, 2, 1>
    [all...]
lithium-ia32.cc 675 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
685 LTemplateInstruction<1, I, T>* instr) {
693 LTemplateInstruction<1, I, T>* instr,
702 LTemplateInstruction<1, I, T>* instr) {
709 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
717 LTemplateInstruction<1, I, T>* instr,
    [all...]
  /external/v8/src/mips/
lithium-mips.h 294 class LTemplateInstruction: public LInstruction {
318 class LGap: public LTemplateInstruction<0, 0, 0> {
372 class LGoto: public LTemplateInstruction<0, 0, 0> {
387 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
403 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
431 class LParameter: public LTemplateInstruction<1, 0, 0> {
437 class LCallStub: public LTemplateInstruction<1, 0, 0> {
448 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
455 class LControlInstruction: public LTemplateInstruction<0, I, T> {
471 class LWrapReceiver: public LTemplateInstruction<1, 2, 0>
    [all...]
lithium-mips.cc 112 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
122 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
680 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
690 LTemplateInstruction<1, I, T>* instr) {
698 LTemplateInstruction<1, I, T>* instr, int index) {
706 LTemplateInstruction<1, I, T>* instr) {
714 LTemplateInstruction<1, I, T>* instr, Register reg) {
721 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/x64/
lithium-x64.h 296 class LTemplateInstruction: public LInstruction {
320 class LGap: public LTemplateInstruction<0, 0, 0> {
374 class LGoto: public LTemplateInstruction<0, 0, 0> {
389 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
405 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
433 class LParameter: public LTemplateInstruction<1, 0, 0> {
439 class LCallStub: public LTemplateInstruction<1, 0, 0> {
450 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
457 class LControlInstruction: public LTemplateInstruction<0, I, T> {
473 class LWrapReceiver: public LTemplateInstruction<1, 2, 0>
    [all...]
lithium-x64.cc 114 void LTemplateInstruction<R, I, T>::PrintDataTo(StringStream* stream) {
124 void LTemplateInstruction<R, I, T>::PrintOutputOperandTo(StringStream* stream) {
673 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
683 LTemplateInstruction<1, I, T>* instr) {
691 LTemplateInstruction<1, I, T>* instr,
700 LTemplateInstruction<1, I, T>* instr) {
707 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
715 LTemplateInstruction<1, I, T>* instr,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 317 class LTemplateInstruction: public LInstruction {
339 class LGap: public LTemplateInstruction<0, 0, 0> {
399 class LGoto: public LTemplateInstruction<0, 0, 0> {
415 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
431 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
440 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
471 class LParameter: public LTemplateInstruction<1, 0, 0> {
478 class LCallStub: public LTemplateInstruction<1, 0, 0> {
489 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
497 class LControlInstruction: public LTemplateInstruction<0, I, T>
    [all...]
lithium-arm.cc 547 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
557 LTemplateInstruction<1, I, T>* instr) {
565 LTemplateInstruction<1, I, T>* instr, int index) {
573 LTemplateInstruction<1, I, T>* instr) {
581 LTemplateInstruction<1, I, T>* instr, Register reg) {
588 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 323 class LTemplateInstruction: public LInstruction {
346 class LGap: public LTemplateInstruction<0, 0, 0> {
405 class LGoto: public LTemplateInstruction<0, 0, 0> {
421 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
427 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
436 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
467 class LParameter: public LTemplateInstruction<1, 0, 0> {
474 class LCallStub: public LTemplateInstruction<1, 1, 0> {
491 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
499 class LControlInstruction: public LTemplateInstruction<0, I, T>
    [all...]
lithium-ia32.cc 597 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
607 LTemplateInstruction<1, I, T>* instr) {
615 LTemplateInstruction<1, I, T>* instr,
624 LTemplateInstruction<1, I, T>* instr) {
631 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
639 LTemplateInstruction<1, I, T>* instr,
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 313 class LTemplateInstruction: public LInstruction {
335 class LGap: public LTemplateInstruction<0, 0, 0> {
395 class LGoto: public LTemplateInstruction<0, 0, 0> {
411 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
427 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
436 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
467 class LParameter: public LTemplateInstruction<1, 0, 0> {
474 class LCallStub: public LTemplateInstruction<1, 0, 0> {
485 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
493 class LControlInstruction: public LTemplateInstruction<0, I, T>
    [all...]
lithium-mips.cc 552 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
562 LTemplateInstruction<1, I, T>* instr) {
570 LTemplateInstruction<1, I, T>* instr, int index) {
578 LTemplateInstruction<1, I, T>* instr) {
586 LTemplateInstruction<1, I, T>* instr, Register reg) {
593 LTemplateInstruction<1, I, T>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 314 class LTemplateInstruction: public LInstruction {
337 class LGap: public LTemplateInstruction<0, 0, 0> {
398 class LGoto: public LTemplateInstruction<0, 0, 0> {
414 class LLazyBailout: public LTemplateInstruction<0, 0, 0> {
430 class LDummyUse: public LTemplateInstruction<1, 1, 0> {
439 class LDeoptimize: public LTemplateInstruction<0, 0, 0> {
470 class LParameter: public LTemplateInstruction<1, 0, 0> {
477 class LCallStub: public LTemplateInstruction<1, 0, 0> {
488 class LUnknownOSRValue: public LTemplateInstruction<1, 0, 0> {
496 class LControlInstruction: public LTemplateInstruction<0, I, T>
    [all...]
lithium-x64.cc 553 LInstruction* LChunkBuilder::Define(LTemplateInstruction<1, I, T>* instr,
563 LTemplateInstruction<1, I, T>* instr) {
571 LTemplateInstruction<1, I, T>* instr,
580 LTemplateInstruction<1, I, T>* instr) {
587 LInstruction* LChunkBuilder::DefineFixed(LTemplateInstruction<1, I, T>* instr,
595 LTemplateInstruction<1, I, T>* instr,
    [all...]

Completed in 80 milliseconds