| /arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/ |
| D | setrefgetsize_fuzzer.cpp | 55 JSHandle<JSTaggedValue> firstValue(factory->NewFromStdString(str)); in SetRefGetSizeFuzztest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/ |
| D | setrefgettotalelements_fuzzer.cpp | 55 JSHandle<JSTaggedValue> firstValue(factory->NewFromStdString(str)); in SetRefGetTotalElementsFuzztest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/ |
| D | setrefgetvalue_fuzzer.cpp | 57 JSHandle<JSTaggedValue> firstValue(factory->NewFromStdString(str1)); in SetRefGetValueFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 136 GateRef firstValue = GetValueFromTaggedArray(glue_, profileTypeInfo_, slotId_); in TryPrimitiveLoadIC() local 176 GateRef firstValue = GetValueFromTaggedArray(glue_, profileTypeInfo_, slotId_); in NamedICAccessor() local 223 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
|
| D | common_stubs.cpp | 1119 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 1160 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 1201 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 1240 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 88 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName() 118 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue() 156 … JSTaggedValue key, JSTaggedValue firstValue, in TryStoreICByValue() 194 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
| D | profile_type_info.h | 319 …ine void SetMultiIcSlotLocked(JSThread* thread, uint32_t firstIdx, const JSTaggedValue& firstValue, in SetMultiIcSlotLocked()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2237 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 2558 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 2621 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 2942 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 3016 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 5459 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 5514 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 5827 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 5884 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local 6365 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2300 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStobjbyvalueImm8V8V8() local 2621 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStobjbynameImm8Id16V8() local 3137 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStobjbyvalueImm16V8V8() local 5405 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStobjbynameImm16Id16V8() local 5479 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleLdobjbynameImm16Id16() local 5547 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleLdobjbynameImm8Id16() local 5876 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleLdobjbyvalueImm16V8() local 5932 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleLdobjbyvalueImm8V8() local 6203 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStthisbyvalueImm16V8() local 6267 JSTaggedValue firstValue = profileTypeArray->Get(thread, slotId); in HandleStthisbyvalueImm8V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_queue_test.cpp | 94 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 478 JSTaggedValue firstValue = profileTypeInfo_->Get(mainThread_, slotId); in ConvertICByName() local 709 JSTaggedValue firstValue = profileTypeInfo_->Get(mainThread_, slotId); in ConvertICByValue() local 905 JSTaggedValue firstValue = profileTypeInfo_->Get(mainThread_, slotId); in ConvertInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 913 JSTaggedValue firstValue = profileTypeInfo->Get(thread, slotId); in DumpICByName() local 937 JSTaggedValue firstValue = profileTypeInfo->Get(thread, slotId); in DumpICByValue() local 1473 JSTaggedValue firstValue = profileTypeInfo->Get(thread, slotId); in DumpInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 880 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 1104 … const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, in SortCompare()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 148 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 1639 …JSHandle<JSTaggedValue> firstValue(thread, BuiltinsSharedArray::GetElementByKey(thread, thisObjHan… in Shift() local
|
| D | builtins_array.cpp | 2083 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local
|