Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp40 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local
70 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local
167 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local
193 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local
246 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
Dcommon_stubs.cpp574 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
615 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
654 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
693 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
Dsetrefgetvalue_fuzzer.cpp53 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h87 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
116 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
155JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue()
192 … 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.h2208 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2530 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2593 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2911 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
2985 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5355 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5406 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5711 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
5768 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
6243 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2274 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local
2593 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local
3083 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local
5316 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local
5388 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local
5455 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local
5781 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local
5837 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local
6104 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local
6168 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp742 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByName() local
765 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local
773 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local
832 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler()
917 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp125 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue()
167 Inst *secondValue = nullptr; in InstStoredValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_first_test.cpp106 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local
Djs_date_time_format_second_test.cpp125 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1487 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall()
1530 …ncoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult()
1568 …coder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult()
1607 …ncoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithInt64Result()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp618 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp119 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1063 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp864 Inst *secondValue; in CreatePostWRB() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1935 Inst *secondValue; in CreatePostWRB() local