| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 41 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 71 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 174 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local 200 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local 253 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
|
| D | common_stubs.cpp | 691 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 732 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local 771 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 810 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 450 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local 461 … JSTaggedValue secondValue, BCType type, uint32_t slotId) in ConvertICByNameWithHandler() 472 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadType() 482 JSHClass *hclass, JSTaggedValue &secondValue) in HandleLoadTypeInt() 497 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleLoadTypePrototypeHandler() 535 JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypes() 553 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransitionHandler() 564 JSHClass *hclass, JSTaggedValue &secondValue) in HandleTransWithProtoHandler() 581 … JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) in HandleOtherTypesPrototypeHandler() 608 JSHClass *hclass, JSTaggedValue &secondValue) in HandleStoreTSHandler() [all …]
|
| /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 | 87 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName() 117 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue() 156 … JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue() 185 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
| D | invoke_cache.cpp | 80 …Value InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct()
|
| D | profile_type_info.h | 302 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 2224 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2546 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2609 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2927 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 3001 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5394 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5449 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 6241 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 6303 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 6851 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 2266 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local 2585 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local 3101 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local 5348 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local 5420 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local 5487 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local 5813 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local 5869 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local 6142 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local 6206 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm8V8() local [all …]
|
| /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/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 972 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByName() local 995 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 1061 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler() 1114 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) in DumpICLoadByNameWithHandler() 1156 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 1841 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall() 1884 …ncoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult() 1922 …coder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult() 1961 …ncoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithInt64Result()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 1055 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 142 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1059 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1942 Inst *secondValue; in CreatePostWRB() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 2153 Inst *secondValue; in CreatePostWRB() local
|