Searched refs:ToInt32Constant (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 96 bool is_left_constant = ToInt32Constant(left, left_constant); in IntPtrAddFoldConstants() 98 bool is_right_constant = ToInt32Constant(right, right_constant); in IntPtrAddFoldConstants() 116 bool is_left_constant = ToInt32Constant(left, left_constant); in IntPtrSubFoldConstants() 118 bool is_right_constant = ToInt32Constant(right, right_constant); in IntPtrSubFoldConstants() 379 if (ToInt32Constant(value, constant_value) && Smi::IsValid(constant_value)) { in SmiTag() 1343 if (ToInt32Constant(offset, const_offset)) { in StoreObjectField() 1359 if (ToInt32Constant(offset, const_offset)) { in StoreObjectFieldNoWriteBarrier() 2161 (ToInt32Constant(from_index, from_index_constant) && in CopyStringCharacters() 2162 ToInt32Constant(to_index, to_index_constant) && in CopyStringCharacters() 4991 constant_index = ToInt32Constant(index_node, temp); in ElementOffsetFromIndex() [all …]
|
/external/v8/src/compiler/ |
D | code-assembler.h | 237 bool ToInt32Constant(Node* node, int32_t& out_value);
|
D | code-assembler.cc | 144 bool CodeAssembler::ToInt32Constant(Node* node, int32_t& out_value) { in ToInt32Constant() function in v8::internal::compiler::CodeAssembler
|