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

  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 294 class LTemplateResultInstruction : public LInstruction {
313 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-arm64.cc 429 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
438 LTemplateResultInstruction<1>* instr) {
445 LTemplateResultInstruction<1>* instr, int index) {
452 LTemplateResultInstruction<1>* instr) {
459 LTemplateResultInstruction<1>* instr, Register reg) {
465 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 296 class LTemplateResultInstruction : public LInstruction {
315 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-x87.cc 583 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
592 LTemplateResultInstruction<1>* instr) {
599 LTemplateResultInstruction<1>* instr,
607 LTemplateResultInstruction<1>* instr) {
613 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
619 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 290 class LTemplateResultInstruction : public LInstruction {
309 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-arm.cc 526 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
535 LTemplateResultInstruction<1>* instr) {
542 LTemplateResultInstruction<1>* instr, int index) {
549 LTemplateResultInstruction<1>* instr) {
556 LTemplateResultInstruction<1>* instr, Register reg) {
562 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 291 class LTemplateResultInstruction : public LInstruction {
310 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-ia32.cc 577 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
586 LTemplateResultInstruction<1>* instr) {
593 LTemplateResultInstruction<1>* instr,
601 LTemplateResultInstruction<1>* instr) {
607 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
614 LTemplateResultInstruction<1>* instr,
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 287 class LTemplateResultInstruction : public LInstruction {
306 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-mips.cc 533 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
542 LTemplateResultInstruction<1>* instr) {
549 LTemplateResultInstruction<1>* instr, int index) {
556 LTemplateResultInstruction<1>* instr) {
563 LTemplateResultInstruction<1>* instr, Register reg) {
569 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 286 class LTemplateResultInstruction : public LInstruction {
305 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-mips64.cc 533 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
542 LTemplateResultInstruction<1>* instr) {
549 LTemplateResultInstruction<1>* instr, int index) {
556 LTemplateResultInstruction<1>* instr) {
563 LTemplateResultInstruction<1>* instr, Register reg) {
569 LTemplateResultInstruction<1>* instr, DoubleRegister reg) {
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 291 class LTemplateResultInstruction : public LInstruction {
313 class LTemplateInstruction : public LTemplateResultInstruction<R> {
    [all...]
lithium-x64.cc 155 bool LTemplateResultInstruction<R>::MustSignExtendResult(
559 LInstruction* LChunkBuilder::Define(LTemplateResultInstruction<1>* instr,
568 LTemplateResultInstruction<1>* instr) {
575 LTemplateResultInstruction<1>* instr,
583 LTemplateResultInstruction<1>* instr) {
589 LInstruction* LChunkBuilder::DefineFixed(LTemplateResultInstruction<1>* instr,
596 LTemplateResultInstruction<1>* instr,
    [all...]

Completed in 444 milliseconds