Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp41 … 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
Dcommon_stubs.cpp691 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/
Djit_profiler.cpp450 JSTaggedValue secondValue = profileTypeInfo_->Get(slotId + 1); in ConvertICByName() local
461JSTaggedValue 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/
Dsetrefgetvalue_fuzzer.cpp55 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in SetRefGetValueFuzztest() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h87 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByName()
117 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue()
156JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue()
185 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
Dinvoke_cache.cpp80 …Value InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct()
Dprofile_type_info.h302 uint32_t secondIdx, const JSTaggedValue& secondValue) in SetMultiIcSlotLocked()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp2224 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 …]
Dinterpreter_assembly.cpp2266 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/
Danalysis.cpp170 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue()
224 Inst *secondValue = nullptr; in InstStoredValue() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp972 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/
Dencode.cpp1841 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/
Dtyped_array_helper.cpp1055 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp142 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1059 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1942 Inst *secondValue; in CreatePostWRB() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2153 Inst *secondValue; in CreatePostWRB() local