Searched defs:Probe (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dhashmap.cc62 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) { function in class:v8::HashMap
/external/v8/src/ia32/
H A Dassembler-ia32.cc55 // The Probe method needs executable memory, so it uses Heap::CreateCode.
57 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
127 Code::cast(code), "CpuFeatures::Probe"));
/external/v8/src/x64/
H A Dassembler-x64.cc45 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
123 Code::cast(code), "CpuFeatures::Probe"));
/external/v8/src/arm/
H A Dassembler-arm.cc71 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures
H A Dassembler-thumb2.cc50 void CpuFeatures::Probe() { function in class:v8::internal::CpuFeatures

Completed in 69 milliseconds