Home
last modified time | relevance | path

Searched defs:firstValue (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp40 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local
77 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in NamedICAccessor() local
112 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
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 = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h87JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
117JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
155 … JSTaggedValue key, JSTaggedValue firstValue, in TryStoreICByValue()
185JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
Dinvoke_cache.cpp80 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue seco… in Construct()
Dprofile_type_info.h301 …ine void SetMultiIcSlotLocked(JSThread* thread, uint32_t firstIdx, const JSTaggedValue& firstValue, in SetMultiIcSlotLocked()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_queue_test.cpp94 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2220 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 …]
Dinterpreter_assembly.cpp2259 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/
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); in ConvertInstanceof() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp961 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/
Djs_date.cpp893 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp1054 … const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, in SortCompare()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp141 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp1460 JSHandle<JSTaggedValue> firstValue = in Shift() local
Dbuiltins_array.cpp2095 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local