Home
last modified time | relevance | path

Searched refs:TryToInt32Constant (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc331 bool CodeAssembler::TryToInt32Constant(TNode<IntegralT> node, in TryToInt32Constant() function in v8::internal::compiler::CodeAssembler
608 CODE_ASSEMBLER_COMPARE(Word32Equal, Word32T, int32_t, TryToInt32Constant, ==)
609 CODE_ASSEMBLER_COMPARE(Word32NotEqual, Word32T, int32_t, TryToInt32Constant, !=)
1273 if (TryToInt32Constant(condition, &constant)) { in Branch()
1289 if (TryToInt32Constant(condition, &constant)) { in Branch()
1306 if (TryToInt32Constant(condition, &constant)) { in Branch()
1320 if (TryToInt32Constant(condition, &constant)) { in Branch()
Dcode-assembler.h570 bool TryToInt32Constant(TNode<IntegralT> node, int32_t* out_value);
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1572 (TryToInt32Constant(from_index, &from_index_constant) && in CopyStringCharacters()
1573 TryToInt32Constant(to_index, &to_index_constant) && in CopyStringCharacters()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc310 if (TryToInt32Constant(maybe_constant, &int32_constant)) { in TryGetIntPtrOrSmiConstantValue()
778 if (TryToInt32Constant(value, &constant_value) && in SmiTag()
3031 if (TryToInt32Constant(offset, &const_offset)) { in StoreObjectField()
3055 if (TryToInt32Constant(offset, &const_offset)) { in StoreJSSharedStructInObjectField()
4043 if (TryToInt32Constant(capacity, &capacity_int)) { in AllocateUninitializedJSArrayWithElements()
11691 if (TryToInt32Constant(first_check, &first_check_val)) { in BuildFastLoop()
Dcode-stub-assembler.h1683 if (TryToInt32Constant(offset, &const_offset)) { in StoreObjectFieldNoWriteBarrier()