Searched refs:BuildGetStringLength (Results 1 – 2 of 2) sorted by relevance
96 Node* BuildGetStringLength(Node* value); in NON_EXPORTED_BASE()
685 Node* first_length = BuildGetStringLength(first); in ReduceCreateConsString()686 Node* second_length = BuildGetStringLength(second); in ReduceCreateConsString()746 Node* JSTypedLowering::BuildGetStringLength(Node* value) { in BuildGetStringLength() function in v8::internal::compiler::JSTypedLowering