Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.h74 Variable *cachedHandler; member
Dic_stub_builder.cpp24 void ICStubBuilder::NamedICAccessorWithMega(Variable *cachedHandler, Label *tryICHandler) in NamedICAccessorWithMega()
129 void ICStubBuilder::TryPrimitiveLoadIC(Variable* cachedHandler, Label *tryICHandler) in TryPrimitiveLoadIC()
158 void ICStubBuilder::NamedICAccessor(Variable* cachedHandler, Label *tryICHandler) in NamedICAccessor()
209 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElemen… in ValuedICAccessor()
Dcommon_stubs.cpp1140 GateRef cachedHandler = CheckPolyHClass(glue, firstValue, hclass); in GenerateCircuit() local
1185 auto cachedHandler = CheckPolyHClass(glue, secondValue, hclass); in GenerateCircuit() local
1222 GateRef cachedHandler = CheckPolyHClass(glue, firstValue, hclass); in GenerateCircuit() local
1265 GateRef cachedHandler = CheckPolyHClass(glue, secondValue, hclass); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h96 JSTaggedValue cachedHandler = CheckPolyHClass(thread, firstValue, hclass); in TryLoadICByName() local
134 JSTaggedValue cachedHandler = CheckPolyHClass(thread, firstValue, hclass); in TryLoadICByValue() local
139 JSTaggedValue cachedHandler = CheckPolyHClass(thread, secondValue, hclass); in TryLoadICByValue() local
167 JSTaggedValue cachedHandler = CheckPolyHClass(thread, secondValue, hclass); in TryStoreICByValue() local
203 JSTaggedValue cachedHandler = CheckPolyHClass(thread, firstValue, hclass); in TryStoreICByName() local