Searched refs:IsOneByteStringInstanceType (Results 1 – 5 of 5) sorted by relevance
56 GotoIfNot(IsOneByteStringInstanceType(instance_type), &runtime); in TF_BUILTIN()
1829 GotoIfNot(IsOneByteStringInstanceType(instance_type), &call_runtime); in StringToArray()2251 Node* const is_stringonebyte = IsOneByteStringInstanceType(instance_type); in Generate()
423 Branch(IsOneByteStringInstanceType(to_direct.instance_type()), in RegExpExecInternal()
5398 TNode<BoolT> CodeStubAssembler::IsOneByteStringInstanceType( in IsOneByteStringInstanceType() function in v8::internal::CodeStubAssembler5963 Branch(IsOneByteStringInstanceType(instance_type), &if_stringisonebyte, in StringCharCodeAt()6062 Branch(IsOneByteStringInstanceType(from_instance_type), &one_byte_sequential, in AllocAndCopyStringCharacters()6141 Branch(IsOneByteStringInstanceType(to_direct.instance_type()), in SubString()
1799 TNode<BoolT> IsOneByteStringInstanceType(SloppyTNode<Int32T> instance_type);