Home
last modified time | relevance | path

Searched defs:callID (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp2755 …BuiltinsStubCSigns::ID callID = static_cast<BuiltinsStubCSigns::ID>(acc_.GetConstantValue(callIDRe… in LowerArrayIncludesIndexOf() local
2817 …BuiltinsStubCSigns::ID callID = static_cast<BuiltinsStubCSigns::ID>(acc_.GetConstantValue(callIDRe… in LowerArrayIteratorBuiltin() local
2833 IterationKind TypedNativeInlineLowering::GetArrayIterKindFromBuilin(BuiltinsStubCSigns::ID callID) in GetArrayIterKindFromBuilin()
Dnumber_speculative_retype.cpp2217 GateRef callID = acc_.GetValueIn(gate, Indices::CALL_ID); in VisitArrayIncludesIndexOf() local
Dmcr_circuit_builder.cpp1937 …GateRef elements, GateRef target, GateRef fromIndex, GateRef len, GateRef callID, GateRef arrayKin… in ArrayIncludesIndexOf()
1952 GateRef CircuitBuilder::ArrayIteratorBuiltin(GateRef thisArray, GateRef callID) in ArrayIteratorBuiltin()
Dnative_inline_lowering.cpp1489 GateRef callID = builder_.Int32(static_cast<int32_t>(id)); in TryInlineIndexOfIncludes() local