Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h95 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryLoadICByName() local
133 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryLoadICByValue() local
138 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryLoadICByValue() local
166 JSTaggedValue cachedHandler = CheckPolyHClass(secondValue, hclass); in TryStoreICByValue() local
194 JSTaggedValue cachedHandler = CheckPolyHClass(firstValue, hclass); in TryStoreICByName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp22 void ICStubBuilder::NamedICAccessor(Variable* cachedHandler, Label *tryICHandler) in NamedICAccessor()
98 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElemen… in ValuedICAccessor()
Dcommon_stubs.cpp711 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local
754 auto cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local
791 GateRef cachedHandler = CheckPolyHClass(firstValue, hclass); in GenerateCircuit() local
832 GateRef cachedHandler = CheckPolyHClass(secondValue, hclass); in GenerateCircuit() local