Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp453 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local
463 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local
474JSTaggedValue 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/
Dic_stub_builder.cpp80 … 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
Dcommon_stubs.cpp790 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/
Dsetrefgetvalue_fuzzer.cpp55 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in SetRefGetValueFuzztest() 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.h319 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2229 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 …]
Dinterpreter_assembly.cpp2270 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/
Dpgo_profiler.cpp898 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/
Danalysis.cpp170 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/
Dencode.cpp1833 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/
Dtyped_array_helper.cpp1105 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp145 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1070 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1924 Inst *secondValue; in CreatePostWRB() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2490 Inst *secondValue; in CreatePostWRB() local