| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_queue_test.cpp | 94 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | invoke_cache.cpp | 80 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct() argument
|
| H A D | ic_runtime_stub-inl.h | 87 TryLoadICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue) TryLoadICByName() argument 117 TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue) TryLoadICByValue() argument 155 TryStoreICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByValue() argument 193 TryStoreICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByName() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ic_stub_builder.cpp | 36 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local 70 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in NamedICAccessor() local 105 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local [all...] |
| H A 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 in GenerateCircuit() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_date.cpp | 898 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 1103 SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHandle, const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, const JSHandle<JSTaggedValue> &secondValue) SortCompare() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 1634 JSHandle<JSTaggedValue> firstValue = in Shift() local
|
| H A D | builtins_array.cpp | 2101 JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetValue(); in Shift() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A 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); ConvertInstanceof() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 970 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByName() local 993 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByValue() local 1505 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); DumpInstanceof() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 2234 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2553 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2616 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2934 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 3008 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 5421 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 5476 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 5789 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 5846 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 6320 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 6382 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 6931 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 6984 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7038 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7100 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7156 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7214 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7272 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local 7344 JSTaggedValue firstValue = profileTypeArray->Get(slotId); RunInternal() local [all...] |