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.h70 JSTaggedValue ICRuntimeStub::CheckPolyHClass(JSTaggedValue cachedValue, JSHClass* hclass) in CheckPolyHClass()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h90 uintptr_t cachedValue; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2405 GateRef StubBuilder::CheckPolyHClass(GateRef cachedValue, GateRef hclass) in CheckPolyHClass()
4134 auto cachedValue = GetValueFromDictionary<TransitionsDictionary>(transition, entryA); in FindTransitions() local