/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ic_stub_builder.cpp | 40 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 70 … GateRef secondValue = GetValueFromTaggedArray(profileTypeInfo_, Int32Add(slotId_, Int32(1))); in NamedICAccessor() local 167 GateRef secondValue = GetValueFromTaggedArray( in StoreICByName() local 193 GateRef secondValue = GetValueFromTaggedArray( in LoadICByValue() local 246 GateRef secondValue = GetValueFromTaggedArray( in StoreICByValue() local
|
D | common_stubs.cpp | 574 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 615 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local 654 GateRef secondValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 693 GateRef secondValue = TaggedArgument(4); /* 4 : 5th parameter is value */ in GenerateCircuit() local
|
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/ |
D | setrefgetvalue_fuzzer.cpp | 53 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() 116 … JSTaggedValue firstValue, JSTaggedValue secondValue) in TryLoadICByValue() 155 … JSTaggedValue secondValue, JSTaggedValue value) in TryStoreICByValue() 192 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
D | invoke_cache.cpp | 79 …Value InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, in Construct()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 2208 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2530 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2593 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2911 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 2985 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5355 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5406 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5711 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 5768 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local 6243 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal() local [all …]
|
D | interpreter_assembly.cpp | 2274 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8() local 2593 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8() local 3083 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm16V8V8() local 5316 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm16Id16V8() local 5388 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm16Id16() local 5455 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbynameImm8Id16() local 5781 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm16V8() local 5837 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleLdobjbyvalueImm8V8() local 6104 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm16V8() local 6168 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStthisbyvalueImm8V8() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 742 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByName() local 765 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 773 JSTaggedValue secondValue = profileTypeInfo->Get(slotId + 1); in DumpICByValue() local 832 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByNameWithHandler() 917 … int32_t bcOffset, JSHClass *hclass, JSTaggedValue secondValue, BCType type) in DumpICByValueWithHandler()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | analysis.cpp | 125 Inst *InstStoredValue(Inst *inst, Inst **secondValue) in InstStoredValue() 167 Inst *secondValue = nullptr; in InstStoredValue() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_date_time_format_first_test.cpp | 106 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local
|
D | js_date_time_format_second_test.cpp | 125 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII(timeOptionsMap["second"].c_str())); in SetTimeOptionsTest() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
D | encode.cpp | 1487 void Aarch32Encoder::MakeLibCall(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCall() 1530 …ncoder::MakeLibCallWithFloatResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithFloatResult() 1568 …coder::MakeLibCallWithDoubleResult(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithDoubleResult() 1607 …ncoder::MakeLibCallWithInt64Result(Reg dst, Reg src0, Reg src1, void *entryPoint, bool secondValue) in MakeLibCallWithInt64Result()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 618 const JSHandle<JSTaggedValue> &secondValue) in SortCompare()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 119 JSMutableHandle<JSTaggedValue> secondValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_second_tests.cpp | 1063 JSHandle<JSTaggedValue> secondValue(factory->NewFromASCII("vlue2")); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
D | llvm_ir_constructor.cpp | 864 Inst *secondValue; in CreatePostWRB() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | codegen.cpp | 1935 Inst *secondValue; in CreatePostWRB() local
|