Home
last modified time | relevance | path

Searched defs:firstValue (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_queue_test.cpp94 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp80 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct() argument
H A Dic_runtime_stub-inl.h87 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 Dic_stub_builder.cpp36 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 Dcommon_stubs.cpp690 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 Djs_date.cpp898 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp1103 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 Dbuiltins_shared_array.cpp1634 JSHandle<JSTaggedValue> firstValue = in Shift() local
H A Dbuiltins_array.cpp2101 JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetValue(); in Shift() local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp439 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 Dpgo_profiler.cpp970 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 Dinterpreter-inl.cpp2234 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...]

Completed in 50 milliseconds