Searched refs:UpdatePropAttrIC (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.h | 115 void UpdatePropAttrIC(GateRef glue, GateRef receiver, GateRef value, GateRef handler, ProfileOperation callback);
|
H A D | profiler_stub_builder.cpp | 462 void ProfilerStubBuilder::UpdatePropAttrIC( in UpdatePropAttrIC() function in panda::ecmascript::kungfu::ProfilerStubBuilder
|
H A D | stub_builder.cpp | 3044 ProfilerStubBuilder(env).UpdatePropAttrIC(glue, receiver, value, handler, callback); in StoreField() 3113 ProfilerStubBuilder(env).UpdatePropAttrIC(glue, receiver, value, handlerInfo, callback); in StoreWithTransition()
|
Completed in 20 milliseconds