Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h29 SetParameters(GateRef glue, GateRef receiver, GateRef profileTypeInfo, GateRef value, GateRef slotId, ProfileOperation callback = ProfileOperation()) SetParameters() argument
40 SetParameters(GateRef glue, GateRef receiver, GateRef profileTypeInfo, GateRef value, GateRef slotId, GateRef propKey, ProfileOperation callback = ProfileOperation()) SetParameters() argument
H A Dprofiler_operation.h47 class ProfileOperation { class
49 ProfileOperation() : callback_(nullptr), jitCallback_(nullptr) {} in ProfileOperation() function in panda::ecmascript::kungfu::ProfileOperation
50 explicit ProfileOperation(Callback callback, Callback jitCallback) : callback_(callback), in ProfileOperation() function in panda::ecmascript::kungfu::ProfileOperation
H A Dcall_stub_builder.h112 CallStubBuilder(StubBuilder *parent, GateRef glue, GateRef func, GateRef actualNumArgs, GateRef jumpSize, Variable *result, GateRef hotnessCounter, JSCallArgs callArgs, ProfileOperation callback = ProfileOperation(), bool checkIsCallable = true, GateRef hir = Circuit::NullGate()) CallStubBuilder() argument

Completed in 2 milliseconds