Searched defs:ProfileOperation (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ic_stub_builder.h | 29 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 D | profiler_operation.h | 47 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 D | call_stub_builder.h | 112 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