Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp480 JSTaggedValue secondValue = profileTypeInfo_->Get(mainThread_, slotId + 1); in ConvertICByName() local
490 JSTaggedValue secondValue = profileTypeInfo_->Get(mainThread_, slotId + 1); in ConvertICByName() local
501JSTaggedValue secondValue, BCType type, uint32_t slotId) in ConvertICByNameWithHandler()
512 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadType()
522 JSHClass *hclass, JSTaggedValue &secondValue) in HandleLoadTypeInt()
540JSTaggedValue &secondValue, uint32_t slotId, JSTaggedValue name) in HandleLoadTypePrototypeHandler()
595 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypes()
613 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransitionHandler()
624 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransWithProtoHandler()
641 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypesPrototypeHandler()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
Dsetrefgetvalue_fuzzer.cpp60 JSHandle<JSTaggedValue> secondValue(factory->NewFromStdString(str2)); in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp137 …GateRef secondValue = GetValueFromTaggedArray(glue_, profileTypeInfo_, Int32Add(slotId_, Int32(1))… in TryPrimitiveLoadIC() local
180 GateRef secondValue = in NamedICAccessor() local
225 GateRef secondValue = GetValueFromTaggedArray( in ValuedICAccessor() local
Dcommon_stubs.cpp1120 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
1161 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
1202 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
1241 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h88 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
118 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
157JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue()
194 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
Dprofile_type_info.h320 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2241 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
2565 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
2628 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
2949 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
3023 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
5463 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
5518 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
5831 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
5888 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
6370 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2307 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStobjbyvalueImm8V8V8() local
2628 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStobjbynameImm8Id16V8() local
3144 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStobjbyvalueImm16V8V8() local
5412 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStobjbynameImm16Id16V8() local
5484 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleLdobjbynameImm16Id16() local
5552 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleLdobjbynameImm8Id16() local
5880 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleLdobjbyvalueImm16V8() local
5936 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleLdobjbyvalueImm8V8() local
6210 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStthisbyvalueImm16V8() local
6274 JSTaggedValue secondValue = profileTypeArray->Get(thread, slotId + 1); in HandleStthisbyvalueImm8V8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp924 JSTaggedValue secondValue = profileTypeInfo->Get(thread, slotId + 1); in DumpICByName() local
948 JSTaggedValue secondValue = profileTypeInfo->Get(thread, slotId + 1); in DumpICByValue() local
956 JSTaggedValue secondValue = profileTypeInfo->Get(thread, slotId + 1); in DumpICByValue() local
1021 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler()
1074 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) in DumpICLoadByNameWithHandler()
1116 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp172 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue()
227 Inst *secondValue = nullptr; in InstStoredValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1864 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall()
1907 …ncoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult()
1945 …coder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult()
1984 …ncoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithInt64Result()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp1105 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp149 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1079 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1961 Inst *secondValue; in CreatePostWRB() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2473 Inst *secondValue; in CreatePostWRB() local