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

  /external/llvm/tools/llvm-diff/
DifferenceEngine.h 50 /// An oracle for answering whether two values are equivalent as
52 class Oracle {
58 virtual ~Oracle() {}
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) {
79 globalValueOracle = oracle;
87 Oracle *globalValueOracle;
  /external/chromium_org/v8/src/
typing.cc 158 stmt->condition()->RecordToBooleanTypeFeedback(oracle());
186 stmt->expression()->RecordToBooleanTypeFeedback(oracle());
217 oracle()->CompareType(clause->CompareId(),
253 stmt->cond()->RecordToBooleanTypeFeedback(oracle());
270 stmt->cond()->RecordToBooleanTypeFeedback(oracle());
288 stmt->cond()->RecordToBooleanTypeFeedback(oracle());
305 oracle()->ForInType(stmt->ForInFeedbackSlot())));
364 expr->condition()->RecordToBooleanTypeFeedback(oracle());
411 prop->RecordTypeFeedback(oracle());
438 expr->set_is_uninitialized(oracle()->StoreIsUninitialized(id))
    [all...]
typing.h 49 TypeFeedbackOracle* oracle() { return &oracle_; } function in class:v8::internal::AstTyper
ast.cc 418 void UnaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) {
424 set_to_boolean_types(oracle->ToBooleanTypes(expression()->test_id()));
428 void BinaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) {
434 set_to_boolean_types(oracle->ToBooleanTypes(right()->test_id()));
562 void Expression::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) {
563 to_boolean_types_ = oracle->ToBooleanTypes(test_id());
609 void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) {
614 oracle->GetCallNewAllocationSite(allocation_site_feedback_slot);
615 is_monomorphic_ = oracle->CallNewIsMonomorphic(CallNewFeedbackSlot());
617 target_ = oracle->GetCallNewTarget(CallNewFeedbackSlot())
    [all...]
ast.h 376 virtual void RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle);
    [all...]
  /external/chromium_org/content/browser/media/capture/
video_capture_oracle_unittest.cc     [all...]
content_video_capture_device_core.cc 46 scoped_ptr<VideoCaptureOracle> oracle,
49 oracle_(oracle.Pass()),
256 scoped_ptr<VideoCaptureOracle> oracle(
260 new ThreadSafeCaptureOracle(client.Pass(), oracle.Pass(), new_params);
content_video_capture_device_core.h 53 scoped_ptr<VideoCaptureOracle> oracle,
108 // The video capture parameters used to construct the oracle proxy.
188 // Our thread-safe capture oracle which serves as the gateway to the video
web_contents_video_capture_device.cc 139 const scoped_refptr<ThreadSafeCaptureOracle>& oracle,
142 oracle_proxy_(oracle),
296 // oracle, and initiating captures accordingly.
343 // oracle.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-252797.js 30 // The type feedback oracle had a bug when retrieving the map from an IC
  /sdk/find_java/
find_java.bat 42 echo http://www.oracle.com/technetwork/java/javase/downloads
  /external/blktrace/doc/
blktrace.tex 22 \author{blktrace: Jens Axboe (jens.axboe@oracle.com)\\
    [all...]

Completed in 643 milliseconds