Home
last modified time | relevance | path

Searched refs:profileTypeArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2158 auto profileTypeArray = ProfileTypeInfo::Cast(profileTypeInfo.GetTaggedObject()); in RunInternal() local
2159 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal()
2163 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal()
2172 profileTypeArray = ProfileTypeInfo::Cast(profileTypeInfo.GetTaggedObject()); in RunInternal()
2175 … instOfHandler = ICRuntimeStub::LoadICByName(thread, profileTypeArray, target, key, slotId); in RunInternal()
2474 auto profileTypeArray = ProfileTypeInfo::Cast(profileTypeInfo.GetTaggedObject()); in RunInternal() local
2475 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in RunInternal()
2482 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in RunInternal()
2488 profileTypeArray, in RunInternal()
2537 auto profileTypeArray = ProfileTypeInfo::Cast(profileTypeInfo.GetTaggedObject()); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2231 auto profileTypeArray = ProfileTypeInfo::Cast(profileTypeInfo.GetTaggedObject()); in HandleStobjbyvalueImm8V8V8() local
2232 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbyvalueImm8V8V8()
2239 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbyvalueImm8V8V8()
2245 profileTypeArray, in HandleStobjbyvalueImm8V8V8()
2548 auto profileTypeArray = ProfileTypeInfo::Cast(tmpProfileTypeInfo.GetTaggedObject()); in HandleStobjbynameImm8Id16V8() local
2549 JSTaggedValue firstValue = profileTypeArray->Get(slotId); in HandleStobjbynameImm8Id16V8()
2556 JSTaggedValue secondValue = profileTypeArray->Get(slotId + 1); in HandleStobjbynameImm8Id16V8()
2571 profileTypeArray = ProfileTypeInfo::Cast(tmpProfileTypeInfo.GetTaggedObject()); in HandleStobjbynameImm8Id16V8()
2573 profileTypeArray, in HandleStobjbynameImm8Id16V8()
3038 auto profileTypeArray = ProfileTypeInfo::Cast(tmpProfileTypeInfo.GetTaggedObject()); in HandleStobjbyvalueImm16V8V8() local
[all …]