| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | invoke_cache.cpp | 80 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct() argument
|
| H A D | ic_runtime_stub-inl.h | 87 TryLoadICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue) TryLoadICByName() argument 117 TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue) TryLoadICByValue() argument 155 TryStoreICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByValue() argument 193 TryStoreICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByName() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A 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 in StoreICByValue() local [all...] |
| H A 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/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | analysis.cpp | 170 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue() argument 224 Inst *secondValue = nullptr; in InstStoredValue() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 1103 SortCompare(JSThread *thread, const JSHandle<JSTaggedValue> &callbackfnHandle, const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, const JSHandle<JSTaggedValue> &secondValue) SortCompare() argument
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 450 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local 459 ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type, uint32_t slotId) ConvertICByNameWithHandler() argument 471 HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) HandleLoadType() argument 481 HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleLoadTypeInt() argument 496 HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) HandleLoadTypePrototypeHandler() argument 534 HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) HandleOtherTypes() argument 552 HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleTransitionHandler() argument 563 HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleTransWithProtoHandler() argument 580 HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue, uint32_t slotId) HandleOtherTypesPrototypeHandler() argument 607 HandleStoreTSHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleStoreTSHandler() argument 660 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); ConvertICByValue() local 674 ConvertICByValueWithHandler(ApEntityId abcId, int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) ConvertICByValueWithHandler() argument 700 HandleStoreType(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleStoreType() argument 726 HandleTransition(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleTransition() argument 746 HandleTransWithProto(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandleTransWithProto() argument 765 HandlePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hclass, JSTaggedValue &secondValue) HandlePrototypeHandler() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 981 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByName() local 1004 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 1069 DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) DumpICByNameWithHandler() argument 1122 DumpICLoadByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue) DumpICLoadByNameWithHandler() argument 1164 DumpICByValueWithHandler(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) DumpICByValueWithHandler() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| H A D | encode.cpp | 1833 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall() argument 1876 void Aarch32Encoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult() argument 1914 void Aarch32Encoder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult() argument 1953 MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) MakeLibCallWithInt64Result() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 2238 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2560 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2623 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2941 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 3015 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5425 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 5480 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 5793 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 5850 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 6325 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 6387 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 6935 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 6988 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7045 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7107 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7161 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7219 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7279 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local 7351 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); RunInternal() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | codegen.cpp | 1939 Inst *secondValue; in CreatePostWRB() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 2170 Inst *secondValue; in CreatePostWRB() local
|