Searched refs:ToInt64Constant (Results 1 – 3 of 3) sorted by relevance
363 CHECK(m.ToInt64Constant(a, value64)); in TEST()367 CHECK(m.ToInt64Constant(a, value64)); in TEST()371 CHECK(m.ToInt64Constant(a, value64)); in TEST()375 CHECK(!m.ToInt64Constant(a, value64)); in TEST()379 CHECK(!m.ToInt64Constant(a, value64)); in TEST()
220 bool ToInt64Constant(Node* node, int64_t& out_value);
144 bool CodeAssembler::ToInt64Constant(Node* node, int64_t& out_value) { in ToInt64Constant() function in v8::internal::compiler::CodeAssembler