Searched defs:cachedHandler (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.h | 74 Variable *cachedHandler; member
|
| D | ic_stub_builder.cpp | 24 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()
|
| D | common_stubs.cpp | 1140 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/ |
| D | ic_runtime_stub-inl.h | 96 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
|