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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 150 bin_index oracle = random_number_pow2(num_bits, rng); local
151 oracles[i] = oracle;
154 ++(dist[oracle + 1]);
464 bin_index oracle = random_number_pow2(num_bits, bitrng); local
465 oracles[i] = oracle;
468 ++(dist0[oracle + 1]);
  /external/v8/src/
hydrogen.h 700 TypeFeedbackOracle* oracle,
705 TypeFeedbackOracle* oracle() { return oracle_; } function in class:v8::internal::FunctionState
804 HGraphBuilder(CompilationInfo* info, TypeFeedbackOracle* oracle);
835 TypeFeedbackOracle* oracle() const { return function_state()->oracle(); } function in class:v8::internal::HGraphBuilder
    [all...]

Completed in 449 milliseconds