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

  /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) {
  /external/v8/src/ia32/
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/
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/
assembler-arm.cc 71 void CpuFeatures::Probe() {
    [all...]
assembler-thumb2.cc 50 void CpuFeatures::Probe() {
    [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 498 milliseconds