Home
last modified time | relevance | path

Searched defs:cachedValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h71 JSTaggedValue ICRuntimeStub::CheckPolyHClass(const JSThread *thread, JSTaggedValue cachedValue, JSH… in CheckPolyHClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h90 uintptr_t cachedValue; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2755 GateRef StubBuilder::CheckPolyHClass(GateRef glue, GateRef cachedValue, GateRef hclass) in CheckPolyHClass()
4774 … auto cachedValue = GetValueFromDictionary<TransitionsDictionary>(glue, transition, entryA); in FindTransitions() local