Home
last modified time | relevance | path

Searched refs:StringSubstring (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/builtins/
Dstring-pad.tq10 StringSubstring(implicit context: Context)(String, intptr, intptr): String;
82 StringSubstring(fillString, 0, Convert<intptr>(remainingWord32));
Dbuiltins-definitions.h117 TFC(StringSubstring, StringSubstring) \
Dbuiltins-string-gen.cc1802 TF_BUILTIN(StringSubstring, StringBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/compiler/
Dgraph-assembler.cc588 TNode<String> JSGraphAssembler::StringSubstring(TNode<String> string, in StringSubstring() function in v8::internal::compiler::JSGraphAssembler
592 simplified()->StringSubstring(), string, from, to, effect(), control())); in StringSubstring()
Dopcodes.h482 V(StringSubstring) \
Dsimplified-operator.h846 const Operator* StringSubstring(); in NON_EXPORTED_BASE()
Dgraph-assembler.h847 TNode<String> StringSubstring(TNode<String> string, TNode<Number> from,
Dsimplified-operator.cc834 V(StringSubstring, Operator::kNoProperties, 3, 1) \
Djs-call-reducer.cc1164 return StringSubstring(receiver_string, from, to); in ReduceStringPrototypeSubstring()
1205 .Then(_ { return StringSubstring(receiver_string, from, to); }) in ReduceStringPrototypeSlice()
4961 graph()->NewNode(simplified()->StringSubstring(), receiver, initStart, in ReduceStringPrototypeSubstr()
/external/v8/src/runtime/
Druntime.h442 F(StringSubstring, 3, 1) \
/external/v8/src/debug/
Ddebug-evaluate.cc337 V(StringSubstring) \ in IntrinsicHasNoSideEffect()
/external/v8/src/codegen/
Dinterface-descriptors.h94 V(StringSubstring) \