Home
last modified time | relevance | path

Searched refs:old_input (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc314 static void CheckToI32(Node* old_input, Node* new_input, bool is_signed) { in CheckToI32() argument
315 Type* old_type = NodeProperties::GetType(old_input); in CheckToI32()
320 CHECK_EQ(old_input, new_input); in CheckToI32()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh167 hb_set_t *old_input = input; in recurse() local
176 input = old_input; in recurse()