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

  /external/v8/src/ia32/
cpu-ia32.cc 45 CpuFeatures::Probe();
assembler-ia32.h 454 static void Probe();
    [all...]
assembler-ia32.cc 58 void CpuFeatures::Probe() {
136 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
137 supported_ = probe();
    [all...]
  /external/v8/src/x64/
cpu-x64.cc 45 CpuFeatures::Probe();
assembler-x64.h 441 static void Probe();
    [all...]
assembler-x64.cc 49 void CpuFeatures::Probe() {
137 F0 probe = FUNCTION_CAST<F0>(reinterpret_cast<Address>(memory->address())); local
138 supported_ = probe();
    [all...]
  /external/v8/src/mips/
cpu-mips.cc 52 cpu_features->Probe(true);
assembler-mips.h 349 void Probe(bool portable);
    [all...]
assembler-mips.cc 52 void CpuFeatures::Probe(bool portable) {
    [all...]
  /external/llvm/lib/Support/
FoldingSet.cpp 260 void *Probe = OldBuckets[i];
261 if (!Probe) continue;
262 while (Node *NodeInBucket = GetNextPtr(Probe)) {
264 Probe = NodeInBucket->getNextInBucket();
286 void *Probe = *Bucket;
291 while (Node *NodeInBucket = GetNextPtr(Probe)) {
296 Probe = NodeInBucket->getNextInBucket();
401 void *Probe = NodePtr->getNextInBucket();
403 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
407 void **Bucket = GetBucketPtr(Probe);
    [all...]
  /external/llvm/lib/VMCore/
DebugInfoProbe.cpp 1 //===-- DebugInfoProbe.cpp - DebugInfo Probe ------------------------------===//
10 // This file implements DebugInfoProbe. This probe can be used by a pass
32 EnableDebugInfoProbe("enable-debug-info-probe", cl::Hidden,
33 cl::desc("Enable debug info probe"));
208 DebugInfoProbe *&Probe = Entry.getValue();
209 if (!Probe)
210 Probe = new DebugInfoProbe();
211 Probe->initialize(P->getPassName(), F);
222 DebugInfoProbe *&Probe = Entry.getValue();
223 assert (Probe && "DebugInfoProbe is not initialized!")
    [all...]
  /external/v8/src/arm/
cpu-arm.cc 45 CpuFeatures::Probe();
assembler-arm.h 479 static void Probe();
    [all...]
assembler-arm.cc 74 void CpuFeatures::Probe() {
    [all...]
  /external/v8/src/
hashmap.cc 66 Entry* p = Probe(key, hash);
81 p = Probe(key, hash);
94 Entry* p = Probe(key, hash);
178 HashMap::Entry* HashMap::Probe(void* key, uint32_t hash) {
hashmap.h 113 Entry* Probe(void* key, uint32_t hash);
date.js 415 // Probe the Date cache. If we already have a time value for the
  /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
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 305 Bool (*Probe)(struct _DriverRec *drv, int flags);
315 Bool (*Probe)(struct _DriverRec *drv, int flags);
817 * Flags for driver Probe() functions.
982 xf86ProbeProc *Probe;
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 576 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
577 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/openssl/crypto/
sparccpuid.S 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it

Completed in 1137 milliseconds