| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 40 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local 77 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in NamedICAccessor() local 112 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
|
| D | common_stubs.cpp | 690 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 731 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 770 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 809 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 87 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName() 117 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue() 155 … JSTaggedValue key, JSTaggedValue firstValue, in TryStoreICByValue() 185 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
| D | invoke_cache.cpp | 80 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue seco… in Construct()
|
| D | profile_type_info.h | 301 …ine void SetMultiIcSlotLocked(JSThread* thread, uint32_t firstIdx, const JSTaggedValue& firstValue, in SetMultiIcSlotLocked()
|
| /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/interpreter/ |
| D | interpreter-inl.cpp | 2220 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2539 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2602 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2920 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2994 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5390 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5445 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 6236 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 6298 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 6847 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2259 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm8V8V8() local 2578 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm8Id16V8() local 3094 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm16V8V8() local 5341 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm16Id16V8() local 5415 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm16Id16() local 5482 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm8Id16() local 5809 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm16V8() local 5865 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm8V8() local 6135 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm16V8() local 6199 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm8V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 439 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertICByName() local 649 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertICByValue() local 817 JSTaggedValue firstValue = profileTypeInfo_->Get(slotId); in ConvertInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 961 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByName() local 984 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByValue() local 1496 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpInstanceof() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 893 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 1054 … const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, in SortCompare()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 141 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 1460 JSHandle<JSTaggedValue> firstValue = in Shift() local
|
| D | builtins_array.cpp | 2095 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local
|