Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-intl-gen.cc49 ToDirectStringAssembler to_direct( in TF_BUILTIN()
50 state(), string, ToDirectStringAssembler::kDontUnpackSlicedStrings); in TF_BUILTIN()
Dbuiltins-string-gen.cc847 ToDirectStringAssembler subject_to_direct(state(), subject_string); in StringIndexOf()
848 ToDirectStringAssembler search_to_direct(state(), search_string); in StringIndexOf()
1839 ToDirectStringAssembler to_direct(state(), subject_string); in StringToArray()
2247 ToDirectStringAssembler to_direct(state(), string); in Generate()
Dbuiltins-regexp-gen.cc334 ToDirectStringAssembler to_direct(state(), string); in RegExpExecInternal()
/external/v8/src/
Dcode-stub-assembler.h3038 class ToDirectStringAssembler : public CodeStubAssembler {
3048 ToDirectStringAssembler(compiler::CodeAssemblerState* state, Node* string,
Dcode-stub-assembler.cc5955 ToDirectStringAssembler to_direct(state(), string); in StringCharCodeAt()
6097 ToDirectStringAssembler to_direct(state(), string); in SubString()
6225 ToDirectStringAssembler::ToDirectStringAssembler( in ToDirectStringAssembler() function in v8::internal::ToDirectStringAssembler
6242 TNode<String> ToDirectStringAssembler::TryToDirect(Label* if_bailout) { in TryToDirect()
6328 TNode<RawPtrT> ToDirectStringAssembler::TryToSequential( in TryToSequential()