Searched refs:CheckOutput (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 97 void CheckOutput() { in CheckOutput() function in __anon258ab2ec0111::QuantizeTestBase 135 CheckOutput(); in RunComparison()
|
/external/v8/src/compiler/ |
D | verifier.cc | 97 void CheckOutput(Node* node, Node* use, int count, const char* kind) { in CheckOutput() function in v8::internal::compiler::Verifier::Visitor 136 CheckOutput(value, node, value->op()->ValueOutputCount(), "value"); in Check() 144 CheckOutput(context, node, context->op()->ValueOutputCount(), "context"); in Check() 152 CheckOutput(effect, node, effect->op()->EffectOutputCount(), "effect"); in Check() 160 CheckOutput(control, node, control->op()->ControlOutputCount(), "control"); in Check()
|