Home
last modified time | relevance | path

Searched refs:ValuedICAccessor (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp91 void ICStubBuilder::ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC) in ValuedICAccessor() function in panda::ecmascript::kungfu::ICStubBuilder
205 ValuedICAccessor(&cachedHandler, &loadWithHandler, &loadElement); in LoadICByValue()
256 ValuedICAccessor(&cachedHandler, &storeWithHandler, &storeElement); in StoreICByValue()
H A Dic_stub_builder.h57 void ValuedICAccessor(Variable* cachedHandler, Label *tryICHandler, Label* tryElementIC);

Completed in 2 milliseconds