| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 480 JSTaggedValue secondValue = profileTypeInfo_->Get(mainThread_, slotId + 1); in ConvertICByName() local 490 JSTaggedValue secondValue = profileTypeInfo_->Get(mainThread_, slotId + 1); in ConvertICByName() local 501 … JSTaggedValue 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() 540 … JSTaggedValue &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/ |
| D | setrefgetvalue_fuzzer.cpp | 60 JSHandle<JSTaggedValue> secondValue(factory->NewFromStdString(str2)); in SetRefGetValueFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 137 …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
|
| D | common_stubs.cpp | 1120 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/ |
| D | ic_runtime_stub-inl.h | 88 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName() 118 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue() 157 … JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue() 194 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
| D | profile_type_info.h | 320 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2241 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 …]
|
| D | interpreter_assembly.cpp | 2307 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/ |
| D | pgo_profiler.cpp | 924 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/ |
| D | analysis.cpp | 172 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/ |
| D | encode.cpp | 1864 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/ |
| D | typed_array_helper.cpp | 1105 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 149 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1079 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1961 Inst *secondValue; in CreatePostWRB() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2473 Inst *secondValue; in CreatePostWRB() local
|