Searched refs:TryToInt64Constant (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.cc | 354 bool CodeAssembler::TryToInt64Constant(TNode<IntegralT> node, in TryToInt64Constant() function in v8::internal::compiler::CodeAssembler 610 CODE_ASSEMBLER_COMPARE(Word64Equal, Word64T, int64_t, TryToInt64Constant, ==) 611 CODE_ASSEMBLER_COMPARE(Word64NotEqual, Word64T, int64_t, TryToInt64Constant, !=)
|
H A D | code-assembler.h | 571 bool TryToInt64Constant(TNode<IntegralT> node, int64_t* out_value);
|
Completed in 7 milliseconds