Home
last modified time | relevance | path

Searched defs:curValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_indexof_stub_builder.cpp262 GateRef curValue = Load(VariableType::JS_ANY(), glue, elements, *curOffset); in IndexOfElements() local
375 return IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedUndefined()
379 return IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedUndefined()
388 return IndexOfElements(glue, elements, [this, env](GateRef curValue) { in IndexOfTaggedZero()
417 result = IndexOfElements(glue, elements, [this, ti32 = target](GateRef curValue) { in IndexOfTaggedIntElements()
430 result = IndexOfElements(glue, elements, [this, ti32 = taggedInt32](GateRef curValue) { in IndexOfTaggedIntElements()
462 …lt = IndexOfElements(glue, elements, [this, ti32 = target, tf64 = taggedDouble](GateRef curValue) { in IndexOfTaggedIntTarget()
529 result = IndexOfElements(glue, elements, [this](GateRef curValue) { in IndexOfTaggedNumber()
550 auto predicate = [this, ti32 = *taggedInt32, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber()
557 result = IndexOfElements(glue, elements, [this, tf64 = *taggedFloat](GateRef curValue) { in IndexOfTaggedNumber()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp172 auto curValue = curCachedArray->Get(thread, i); in MergeObjectLiteralHClassCache() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp1135 JSTaggedValue curValue(cur); in IndexOfString() local
1149 JSTaggedValue curValue(cur); in IndexOfString() local
1168 JSTaggedValue curValue(cur); in IndexOfBigInt() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp612 JSTaggedValue curValue = JSNApiHelper::ToJSTaggedValue(*value); in SetExportVariableValue() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1844 Local<JSValueRef> curValue = in HWTEST_F_L0() local