| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 75 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local 112 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in NamedICAccessor() local 147 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
|
| D | common_stubs.cpp | 789 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 830 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 869 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 908 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 | 318 …ine void SetMultiIcSlotLocked(JSThread* thread, uint32_t firstIdx, const JSTaggedValue& firstValue, in SetMultiIcSlotLocked()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2225 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2544 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2607 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2925 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2999 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5412 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5467 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5780 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5837 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 6311 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2263 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm8V8V8() local 2582 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm8Id16V8() local 3098 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm16V8V8() local 5359 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm16Id16V8() local 5433 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm16Id16() local 5500 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm8Id16() local 5827 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm16V8() local 5883 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm8V8() local 6154 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm16V8() local 6218 JSTaggedValue firstValue = profileTypeArray->Get(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 | 451 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertICByName() local 662 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertICByValue() local 838 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 887 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByName() local 910 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByValue() local 1435 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 886 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 | 144 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 1646 …JSHandle<JSTaggedValue> firstValue(thread, BuiltinsSharedArray::GetElementByKey(thread, thisObjHan… in Shift() local
|
| D | builtins_array.cpp | 2119 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local
|