Searched refs:ToDirectStringAssembler (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-intl-gen.cc | 49 ToDirectStringAssembler to_direct( in TF_BUILTIN() 50 state(), string, ToDirectStringAssembler::kDontUnpackSlicedStrings); in TF_BUILTIN()
|
D | builtins-string-gen.cc | 847 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()
|
D | builtins-regexp-gen.cc | 334 ToDirectStringAssembler to_direct(state(), string); in RegExpExecInternal()
|
/external/v8/src/ |
D | code-stub-assembler.h | 3038 class ToDirectStringAssembler : public CodeStubAssembler { 3048 ToDirectStringAssembler(compiler::CodeAssemblerState* state, Node* string,
|
D | code-stub-assembler.cc | 5955 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()
|