Searched defs:cachedHandler (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 22 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()
|
| D | common_stubs.cpp | 810 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/ |
| D | ic_runtime_stub-inl.h | 96 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
|