Home
last modified time | relevance | path

Searched defs:indexInt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp88 int32_t indexInt = JSTaggedValue::ToInt32(thread, index); in Insert() local
189 int32_t indexInt = JSTaggedValue::ToInt32(thread, index); in Get() local
238 int32_t indexInt = JSTaggedValue::ToInt32(thread, index); in GetIndexFrom() local
328 int32_t indexInt = JSTaggedValue::ToInt32(thread, index); in GetLastIndexFrom() local
432 int32_t indexInt = JSTaggedValue::ToInt32(thread, index); in Set() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp356 auto indexInt = requestIndex->GetInt(); in GetViewValue() local
416 auto indexInt = requestIndex->GetInt(); in SetViewValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp967 GateRef indexInt = builder_.TaggedGetInt(index); in TryInlineDataViewGet() local
999 GateRef indexInt = builder_.TaggedGetInt(index); in TryInlineDataViewSet() local