| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 453 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local 463 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local 474 … JSTaggedValue secondValue, BCType type, uint32_t slotId) in ConvertICByNameWithHandler() 485 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadType() 495 JSHClass *hclass, JSTaggedValue &secondValue) in HandleLoadTypeInt() 510 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadTypePrototypeHandler() 548 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypes() 566 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransitionHandler() 577 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransWithProtoHandler() 594 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypesPrototypeHandler() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 80 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 113 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 233 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local 276 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local 329 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
|
| D | common_stubs.cpp | 790 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 831 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local 870 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 909 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/ |
| D | setrefgetvalue_fuzzer.cpp | 55 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in SetRefGetValueFuzztest() 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 | 319 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2229 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2551 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2614 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2932 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 3006 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5416 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5471 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5784 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5841 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 6316 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2270 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local 2589 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local 3105 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local 5366 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local 5438 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local 5505 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local 5831 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local 5887 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local 6161 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local 6225 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm8V8() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 898 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByName() local 921 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 929 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 992 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler() 1045 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) in DumpICLoadByNameWithHandler() 1087 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 170 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue() 224 Inst *secondValue = nullptr; in InstStoredValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 1833 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall() 1876 …ncoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult() 1914 …coder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult() 1953 …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 | 145 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1070 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1924 Inst *secondValue; in CreatePostWRB() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2490 Inst *secondValue; in CreatePostWRB() local
|