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

  /external/v8/src/ia32/
cpu-ia32.cc 43 CpuFeatures::Probe();
assembler-ia32.h 367 static void Probe();
assembler-ia32.cc 55 // The Probe method needs executable memory, so it uses Heap::CreateCode.
57 void CpuFeatures::Probe() {
127 Code::cast(code), "CpuFeatures::Probe"));
129 F0 probe = FUNCTION_CAST<F0>(Code::cast(code)->entry()); local
130 supported_ = probe();
    [all...]
  /external/v8/src/x64/
cpu-x64.cc 43 CpuFeatures::Probe();
assembler-x64.h 340 static void Probe();
    [all...]
assembler-x64.cc 45 void CpuFeatures::Probe() {
123 Code::cast(code), "CpuFeatures::Probe"));
125 F0 probe = FUNCTION_CAST<F0>(Code::cast(code)->entry()); local
126 supported_ = probe();
    [all...]
  /external/v8/src/arm/
cpu-arm.cc 42 CpuFeatures::Probe();
assembler-arm.h 468 static void Probe();
    [all...]
assembler-thumb2.h 468 static void Probe();
    [all...]
assembler-arm.cc 71 void CpuFeatures::Probe() {
    [all...]
assembler-thumb2.cc 50 void CpuFeatures::Probe() {
    [all...]
  /external/v8/src/
hashmap.cc 62 Entry* p = Probe(key, hash);
77 p = Probe(key, hash);
90 Entry* p = Probe(key, hash);
174 HashMap::Entry* HashMap::Probe(void* key, uint32_t hash) {
hashmap.h 112 Entry* Probe(void* key, uint32_t hash);
date.js 448 // Probe the Date cache. If we already have a time value for the
    [all...]
  /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...]

Completed in 128 milliseconds