Home
last modified time | relevance | path

Searched refs:UpdateTrackTypeInPropAttr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h114 GateRef UpdateTrackTypeInPropAttr(GateRef attr, GateRef value, ProfileOperation callback);
H A Dprofiler_stub_builder.cpp423 GateRef ProfilerStubBuilder::UpdateTrackTypeInPropAttr(GateRef attr, GateRef value, ProfileOperation callback) in UpdateTrackTypeInPropAttr() function in panda::ecmascript::kungfu::ProfilerStubBuilder
479 GateRef newAttr = UpdateTrackTypeInPropAttr(attr, value, callback); in UpdatePropAttrIC()
509 GateRef newAttr = UpdateTrackTypeInPropAttr(attr, value, callback); in UpdatePropAttrWithValue()
H A Dstub_builder.cpp1465 attr = ProfilerStubBuilder(env).UpdateTrackTypeInPropAttr(*attr, value, callback); in AddPropertyByName()
1564 attr = ProfilerStubBuilder(env).UpdateTrackTypeInPropAttr(*attr, value, callback); in AddPropertyByName()

Completed in 24 milliseconds