Home
last modified time | relevance | path

Searched defs:secondValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp106 GateRef secondValue = GetValueFromTaggedArray( in LoadICByName() local
124 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local
144 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local
169 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
Dcommon_stubs.cpp492 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
533 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
572 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
611 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h86 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
110 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
139JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue()
168 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
Dinvoke_cache.cpp79 …Value InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2163 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2482 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2545 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2861 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2935 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5285 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5336 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6119 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6181 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6720 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2239 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local
2556 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local
3046 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local
5280 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local
5352 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local
5419 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local
5745 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local
5801 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local
5977 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local
6041 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp119 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp591 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp105 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local