Searched defs:callID (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_native_inline_lowering.h | 49 inline bool NeedRunNaNLoopCheck(NumberCompareKind kind, BuiltinsStubCSigns::ID callID) in NeedRunNaNLoopCheck() argument
|
H A D | native_inline_lowering.cpp | 1512 GateRef callID = builder_.Int32(static_cast<int32_t>(id)); in TryInlineIndexOfIncludes() local
|
H A D | number_speculative_retype.cpp | 2133 GateRef callID = acc_.GetValueIn(gate, 3); in VisitArrayIncludesIndexOf() local
|
H A D | mcr_circuit_builder.cpp | 1864 GateRef CircuitBuilder::ArrayIteratorBuiltin(GateRef thisArray, GateRef callID) in ArrayIteratorBuiltin() argument 1848 ArrayIncludesIndexOf( GateRef thisArray, GateRef fromIndex, GateRef targetElement, GateRef callID, GateRef arrayKind) ArrayIncludesIndexOf() argument
|
H A D | typed_native_inline_lowering.cpp | 2853 BuiltinsStubCSigns::ID callID = static_cast<BuiltinsStubCSigns::ID>(acc_.GetConstantValue(callIDRef)); in LowerArrayIncludesIndexOf() local 3082 NormalCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, BuiltinsStubCSigns::ID callID, GateRef gate) NormalCompareLoop() argument 3154 BuiltinsStubCSigns::ID callID = static_cast<BuiltinsStubCSigns::ID>(acc_.GetConstantValue(callIDRef)); LowerArrayIteratorBuiltin() local 3171 GetArrayIterKindFromBuilin(BuiltinsStubCSigns::ID callID) GetArrayIterKindFromBuilin() argument 4113 TargetNumberCompareLoop(GateRef elements, GateRef fromIndex, GateRef targetElement, GateRef arrayLength, BuiltinsStubCSigns::ID callID, bool arrayHasHole, NumberCompareKind kind) TargetNumberCompareLoop() argument [all...] |
Completed in 17 milliseconds