Searched defs:oracle (Results 1 - 4 of 4) 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/autotest/frontend/client/src/autotest/tko/
H A DExistingGraphsFrontend.java39 private MultiWordSuggestOracle oracle = new MultiWordSuggestOracle(); field in class:ExistingGraphsFrontend
41 private SuggestBox hostnameSuggest = new SuggestBox(oracle, hostname);
116 oracle.clear();
118 oracle.add(host);
/external/v8/src/crankshaft/
H A Dtyping.h48 TypeFeedbackOracle* oracle() { return &oracle_; } function in class:v8::internal::AstTyper
/external/v8/src/ast/
H A Dast.cc617 void UnaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
623 set_to_boolean_types(oracle->ToBooleanTypes(expression()->test_id()));
627 void BinaryOperation::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
633 set_to_boolean_types(oracle->ToBooleanTypes(right()->test_id()));
733 void Expression::RecordToBooleanTypeFeedback(TypeFeedbackOracle* oracle) { argument
734 set_to_boolean_types(oracle->ToBooleanTypes(test_id()));

Completed in 149 milliseconds