Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.cpp55 bool HeapSampling::PushStackInfo(const struct MethodKey &methodKey) in PushStackInfo()
98 struct MethodKey methodKey; in GetStack() local
180 struct CallFrameInfo HeapSampling::GetMethodInfo(const MethodKey &methodKey) in GetMethodInfo()
190 …ct SamplingNode *HeapSampling::FindOrAddNode(struct SamplingNode *node, const MethodKey &methodKey) in FindOrAddNode()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h57 struct MethodKey methodKey = {0}; member
74 struct MethodKey methodKey = {0}; member
Djs_stackgetter.cpp51 bool JsStackGetter::ParseMethodInfo(struct MethodKey &methodKey, in ParseMethodInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp238 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo()
415 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
420 bool SamplesRecord::PushFrameStack(struct MethodKey &methodKey) in PushFrameStack()
429 bool SamplesRecord::PushNapiFrameStack(struct MethodKey &methodKey) in PushNapiFrameStack()
Dcpu_profiler.cpp263 struct MethodKey methodKey; in GetStack() local
332 struct MethodKey methodKey; in GetStackCallNapi() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_this_into_method.cpp155 es2panda_AstNode *methodKey = impl->ClassElementKey(context, node); in FindMethod() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsamples_record.h79 MethodKey methodKey; member
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrestTupleLowering.cpp324 …auto *methodKey = definition->AsMethodDefinition()->Key()->AsIdentifier()->Clone(allocator, nullpt… in CreateNewMethodDefinition() local