HomeSort by relevance Sort by last modified time
    Searched refs:Prologue (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 76 assert(((PC == Call) || (PC == Prologue)) &&
78 "or prologue generation.");
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 150 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-arm.cc 146 __ Prologue(info()->IsCodePreAgingActive());
241 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
  /external/chromium_org/v8/src/arm64/
full-codegen-arm64.cc 151 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-arm64.cc 670 __ Prologue(info()->IsCodePreAgingActive());
748 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 140 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-ia32.cc 196 __ Prologue(info()->IsCodePreAgingActive());
317 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 158 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-mips.cc 169 __ Prologue(info()->IsCodePreAgingActive());
256 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 155 __ Prologue(info->IsCodePreAgingActive());
    [all...]
macro-assembler-mips64.cc     [all...]
lithium-codegen-mips64.cc 144 __ Prologue(info()->IsCodePreAgingActive());
231 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 140 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-x64.cc 158 __ Prologue(info()->IsCodePreAgingActive());
249 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 140 __ Prologue(info->IsCodePreAgingActive());
    [all...]
lithium-codegen-x87.cc 165 __ Prologue(info()->IsCodePreAgingActive());
283 // Generate the OSR entry prologue at the first unknown OSR value, or if there
    [all...]

Completed in 434 milliseconds

12