Home
last modified time | relevance | path

Searched refs:napiFrameStack (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp812 CVector<MethodKey> &napiFrameStack) in PostNapiFrame() argument
817 size_t frameStackLength = napiFrameStack.size(); in PostNapiFrame()
835 frames_[rear_].frameStack[i].methodIdentifier = napiFrameStack[i].methodIdentifier; in PostNapiFrame()
836 frames_[rear_].frameStack[i].state = napiFrameStack[i].state; in PostNapiFrame()
Dsamples_record.h96 CVector<MethodKey> &napiFrameStack);