/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ic_stub_builder.cpp | 35 GateRef firstValue = GetValueFromTaggedArray( in NamedICAccessor() local 69 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo_, slotId_); in NamedICAccessor() local 98 GateRef firstValue = GetValueFromTaggedArray( in ValuedICAccessor() local
|
D | common_stubs.cpp | 573 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 614 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local 653 GateRef firstValue = TaggedArgument(2); /* 2 : 3rd parameter is value */ in GenerateCircuit() local 692 GateRef firstValue = TaggedArgument(3); /* 3 : 4th parameter is value */ in GenerateCircuit() local
|
D | interpreter_stub.cpp | 4977 GateRef firstValue = GetValueFromTaggedArray(profileTypeInfo, slotId); in DECLARE_ASM_HANDLER() 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() 154 … JSTaggedValue key, JSTaggedValue firstValue, in TryStoreICByValue() 192 … JSTaggedValue firstValue, JSTaggedValue secondValue, in TryStoreICByName()
|
D | invoke_cache.cpp | 79 JSTaggedValue InvokeCache::Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue seco… in Construct()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 2204 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2523 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2586 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2904 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 2978 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5351 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5402 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5707 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 5764 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local 6238 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal() local [all …]
|
D | interpreter_assembly.cpp | 2267 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm8V8V8() local 2586 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm8Id16V8() local 3076 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm16V8V8() local 5309 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm16Id16V8() local 5383 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm16Id16() local 5450 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbynameImm8Id16() local 5777 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm16V8() local 5833 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleLdobjbyvalueImm8V8() local 6097 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm16V8() local 6161 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStthisbyvalueImm8V8() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_queue_test.cpp | 137 std::string firstValue = queueValue + std::to_string(0U); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 731 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByName() local 754 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpICByValue() local 1196 JSTaggedValue firstValue = profileTypeInfo->Get(slotId); in DumpInstanceof() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 617 … const JSHandle<JSTaggedValue> &buffer, const JSHandle<JSTaggedValue> &firstValue, in SortCompare()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.cpp | 853 uint32_t firstValue = code & CODE_FLAG; in SetDateValue() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 118 JSMutableHandle<JSTaggedValue> firstValue(thread, JSTaggedValue::Undefined()); in ExtractAndReturnWhetherWithElements() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 1993 …JSHandle<JSTaggedValue> firstValue = JSTaggedValue::GetProperty(thread, thisObjVal, firstKey).GetV… in Shift() local
|