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

  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 282 class LTemplateResultInstruction : public LInstruction {
299 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-arm64.cc 430 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
439 LTemplateResultInstruction<1>* instr) {
446 LTemplateResultInstruction<1>* instr, int index) {
453 LTemplateResultInstruction<1>* instr) {
460 LTemplateResultInstruction<1>* instr, Register reg) {
466 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 284 class LTemplateResultInstruction : public LInstruction {
301 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-x87.cc 582 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
591 LTemplateResultInstruction<1>* instr) {
598 LTemplateResultInstruction<1>* instr,
606 LTemplateResultInstruction<1>* instr) {
612 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
618 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 278 class LTemplateResultInstruction : public LInstruction {
295 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-arm.cc 527 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
536 LTemplateResultInstruction<1>* instr) {
543 LTemplateResultInstruction<1>* instr, int index) {
550 LTemplateResultInstruction<1>* instr) {
557 LTemplateResultInstruction<1>* instr, Register reg) {
563 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 279 class LTemplateResultInstruction : public LInstruction {
296 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-ia32.cc 576 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
585 LTemplateResultInstruction<1>* instr) {
592 LTemplateResultInstruction<1>* instr,
600 LTemplateResultInstruction<1>* instr) {
606 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
613 LTemplateResultInstruction<1>* instr,
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 275 class LTemplateResultInstruction : public LInstruction {
292 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-mips.cc 534 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
543 LTemplateResultInstruction<1>* instr) {
550 LTemplateResultInstruction<1>* instr, int index) {
557 LTemplateResultInstruction<1>* instr) {
564 LTemplateResultInstruction<1>* instr, Register reg) {
570 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 278 class LTemplateResultInstruction : public LInstruction {
295 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-mips64.cc 534 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
543 LTemplateResultInstruction<1>* instr) {
550 LTemplateResultInstruction<1>* instr, int index) {
557 LTemplateResultInstruction<1>* instr) {
564 LTemplateResultInstruction<1>* instr, Register reg) {
570 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 274 class LTemplateResultInstruction : public LInstruction {
291 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-ppc.cc 540 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
549 LTemplateResultInstruction<1>* instr) {
556 LTemplateResultInstruction<1>* instr, int index) {
563 LTemplateResultInstruction<1>* instr) {
569 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
576 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 279 class LTemplateResultInstruction : public LInstruction {
298 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-x64.cc 157 bool LTemplateResultInstruction<R>::MustSignExtendResult(
560 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
569 LTemplateResultInstruction<1>* instr) {
576 LTemplateResultInstruction<1>* instr,
584 LTemplateResultInstruction<1>* instr) {
590 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
597 LTemplateResultInstruction<1>* instr,
    [all...]

Completed in 69 milliseconds