Home
last modified time | relevance | path

Searched refs:GetFirstChar (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.cc485 if (!string.GetFirstChar().has_value()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()
486 Node* constant_repl = jsgraph()->Constant(string.GetFirstChar().value()); in TryReduceStringComparisonOfStringFromSingleCharCode()
Dheap-refs.h924 base::Optional<uint16_t> GetFirstChar() const;
Dheap-refs.cc1303 base::Optional<uint16_t> StringRef::GetFirstChar() const { return GetChar(0); } in GetFirstChar() function in v8::internal::compiler::StringRef