Searched defs:cachedHandler (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 19 void ICStubBuilder::NamedICAccessor(Variable* cachedHandler, Label *tryICHandler) in NamedICAccessor() 57 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElemen… in ValuedICAccessor()
|
| D | common_stubs.cpp | 483 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local 526 auto cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local 563 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local 604 GateRef cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 94 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryLoadICByName() local 121 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryLoadICByValue() local 149 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryStoreICByValue() local 177 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryStoreICByName() local
|