HomeSort by relevance Sort by last modified time
    Searched refs:Probe (Results 26 - 50 of 52) sorted by null

12 3

  /external/oprofile/events/x86-64/family11h/
unit_masks 104 name:probe type:bitmask default:0x0f
105 0x01 Probe miss
106 0x02 Probe hit clean
107 0x04 Probe hit dirty without memory cancel
108 0x08 Probe hit dirty with memory cancel
events 70 event:0x86 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to instruction stream probe
123 event:0xec counters:0,1,2,3 um:probe minimum:500 name:PROBE_RESPONSES_AND_UPSTREAM_REQUESTS : Probe responses and upstream requests
  /external/oprofile/events/x86-64/hammer/
unit_masks 89 name:probe type:bitmask default:0x0f
90 0x01 Probe miss
91 0x02 Probe hit clean
92 0x04 Probe hit dirty without memory cancel
93 0x08 Probe hit dirty with memory cancel
events 70 event:0x86 counters:0,1,2,3 um:zero minimum:500 name:PIPELINE_RESTART_DUE_TO_INSTRUCTION_STREAM_PROBE : Pipeline restart due to instruction stream probe
119 event:0xec counters:0,1,2,3 um:probe minimum:500 name:PROBE_RESPONSES_AND_UPSTREAM_REQUESTS : Probe responses and upstream requests
  /external/llvm/include/llvm/ADT/
FoldingSet.h 691 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
692 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /external/oprofile/events/x86-64/family10/
unit_masks 110 name:probe type:bitmask default:0xff
111 0x01 Probe miss
112 0x02 Probe hit clean
113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel
353 0x01 Invalidating probe that did not hit any in-flight instructions
354 0x02 Invalidating probe that hit one or more in-flight instructions
  /external/chromium_org/v8/src/
flags.cc 525 CpuFeatures::Probe();
date.js 157 // Probe the Date cache. If we already have a time value for the
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /external/openssl/crypto/
sparccpuid.S 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
  /external/chromium_org/v8/src/mips/
assembler-mips.h 402 static void Probe();
    [all...]
assembler-mips.cc 104 void CpuFeatures::Probe() {
128 // Probe for additional features not already known to be available.
    [all...]
  /external/v8/src/mips/
assembler-mips.h 411 static void Probe();
    [all...]
assembler-mips.cc 76 void CpuFeatures::Probe() {
102 // Probe for additional features not already known to be available.
    [all...]
  /external/v8/src/
date.js 161 // Probe the Date cache. If we already have a time value for the
  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 531 static void Probe();
    [all...]
assembler-ia32.cc 91 // The Probe method needs executable memory, so it uses Heap::CreateCode.
93 void CpuFeatures::Probe() {
171 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
172 uint64_t probed_features = probe();
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 470 static void Probe();
    [all...]
assembler-x64.cc 55 void CpuFeatures::Probe() {
145 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
147 uint64_t probed_features = probe();
    [all...]
  /external/v8/src/arm/
assembler-arm.h 507 static void Probe();
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 457 static void Probe();
    [all...]
assembler-ia32.cc 58 // The Probe method needs executable memory, so it uses Heap::CreateCode.
60 void CpuFeatures::Probe() {
138 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
139 supported_ = probe();
    [all...]
  /external/v8/src/x64/
assembler-x64.h 451 static void Probe();
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 56 static void Probe();
    [all...]
assembler-arm.cc 101 void CpuFeatures::Probe() {
154 // Probe for additional features not already known to be available.
    [all...]

Completed in 995 milliseconds

12 3