Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h391 case BuiltinsStubCSigns::ID::StringSubstring: in IsTypedInlineBuiltin()
588 case BuiltinsStubCSigns::ID::StringSubstring: in GetConstantIndex()
809 {StringSubstring, "String.prototype.substring"}, in GetBuiltinName()
913 {"substring", StringSubstring}, in GetBuiltinId()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h94 V("substring", Substring, 2, StringSubstring) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp89 case BuiltinsStubCSigns::ID::StringSubstring: in RunNativeInlineLowering()
455 … builder_.IntPtr(static_cast<int64_t>(BuiltinsStubCSigns::ID::StringSubstring)), in TryInlineStringSubstring()
461 ret = builder_.StringSubstring(thisValue, startTag, endTag); in TryInlineStringSubstring()
469 … builder_.IntPtr(static_cast<int64_t>(BuiltinsStubCSigns::ID::StringSubstring))); in TryInlineStringSubstring()
475 ret = builder_.StringSubstring(thisValue, startTag, endTag); in TryInlineStringSubstring()
Dmcr_opcodes.h64 V(StringSubstring, STRING_SUB_STRING, GateFlags::NO_WRITE, 1, 1, 3) \
Dmcr_circuit_builder.cpp1745 GateRef CircuitBuilder::StringSubstring(GateRef thisValue, GateRef startTag, GateRef endTag) in StringSubstring() function in panda::ecmascript::kungfu::CircuitBuilder
1751 GetCircuit()->NewGate(circuit_->StringSubstring(), MachineType::I64, in StringSubstring()
Dcircuit_builder.h770 GateRef StringSubstring(GateRef thisValue, GateRef startTag, GateRef endTag);
Dtyped_native_inline_lowering.cpp2225 const CallSignature *cs = BuiltinsStubCSigns::Get(BuiltinsStubCSigns::ID::StringSubstring); in LowerStringSubstring()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.h231 …V(JSTaggedValue, StringSubstring, STRING_SUB_STRING_INDEX, ecma_roots_special) …