Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp22 void ICStubBuilder::NamedICAccessorWithMega(Variable *cachedHandler, Label *tryICHandler) in NamedICAccessorWithMega()
57 void ICStubBuilder::NamedICAccessor(Variable* cachedHandler, Label *tryICHandler) in NamedICAccessor()
133 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElemen… in ValuedICAccessor()
Dcommon_stubs.cpp810 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local
853 auto cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local
890 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local
931 GateRef cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h96 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryLoadICByName() local
134 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryLoadICByValue() local
139 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryLoadICByValue() local
167 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryStoreICByValue() local
203 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryStoreICByName() local