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

/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.h50 /// An oracle for answering whether two values are equivalent as
74 /// Installs an oracle to decide whether two global values are
75 /// equivalent as operands. Without an oracle, global values are
78 void setGlobalValueOracle(Oracle *oracle) { argument
79 globalValueOracle = oracle;
/external/chromium_org/v8/src/
H A Dtyping.h49 TypeFeedbackOracle* oracle() { return &oracle_; } function in class:v8::internal::AstTyper
H A Dast.cc418 void UnaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
424 set_to_boolean_types(oracle->ToBooleanTypes(expression()->test_id()));
428 void BinaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
434 set_to_boolean_types(oracle->ToBooleanTypes(right()->test_id()));
562 void Expression::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
563 to_boolean_types_ = oracle->ToBooleanTypes(test_id());
609 void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) { argument
614 oracle->GetCallNewAllocationSite(allocation_site_feedback_slot);
615 is_monomorphic_ = oracle->CallNewIsMonomorphic(CallNewFeedbackSlot());
617 target_ = oracle
625 RecordTypeFeedback(TypeFeedbackOracle* oracle) argument
[all...]
/external/chromium_org/content/browser/media/capture/
H A Dcontent_video_capture_device_core.cc46 scoped_ptr<VideoCaptureOracle> oracle,
49 oracle_(oracle.Pass()),
256 scoped_ptr<VideoCaptureOracle> oracle(
260 new ThreadSafeCaptureOracle(client.Pass(), oracle.Pass(), new_params);
44 ThreadSafeCaptureOracle( scoped_ptr<media::VideoCaptureDevice::Client> client, scoped_ptr<VideoCaptureOracle> oracle, const media::VideoCaptureParams& params) argument
H A Dweb_contents_video_capture_device.cc139 const scoped_refptr<ThreadSafeCaptureOracle>& oracle,
142 oracle_proxy_(oracle),
296 // oracle, and initiating captures accordingly.
343 // oracle.
138 FrameSubscriber(VideoCaptureOracle::Event event_type, const scoped_refptr<ThreadSafeCaptureOracle>& oracle, VideoFrameDeliveryLog* delivery_log) argument

Completed in 137 milliseconds