Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h41 ProfileOperation() : callback_(nullptr) {} in ProfileOperation() function
42 explicit ProfileOperation(Callback callback) : callback_(callback) {} in ProfileOperation() function