Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp33 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local
71 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
Dcommon_stubs.cpp491 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local
532 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
571 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local
610 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h86JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
110JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
138 … JSTaggedValue key, JSTaggedValue firstValue, in TryStoreICByValue()
168JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
Dinvoke_cache.cpp79 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue seco… in Construct()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2159 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
2475 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
2538 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
2854 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
2928 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
5281 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
5332 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
6114 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
6176 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
6716 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2232 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm8V8V8() local
2549 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm8Id16V8() local
3039 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm16V8V8() local
5273 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm16Id16V8() local
5347 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm16Id16() local
5414 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm8Id16() local
5741 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm16V8() local
5797 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm8V8() local
5970 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm16V8() local
6034 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_queue_test.cpp137 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp118 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp590 … const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, in SortCompare()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp863 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp1941 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local