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.cpp105 GateRef secondValue = GetValueFromTaggedArray( in LoadICByName() local
123 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local
142 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local
167 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
Dcommon_stubs.cpp463 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
504 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
543 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
582 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.h2336 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2399 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2712 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2786 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5135 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5186 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5969 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6031 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6566 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6615 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2159 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local
2467 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local
2946 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local
5180 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local
5252 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local
5319 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local
5645 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local
5701 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local
5877 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local
5941 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.cpp543 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp102 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local