Home
last modified time | relevance | path

Searched refs:BuildJsStackInfoListWithCustomDepth (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h246 bool BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames)
H A Dark_native_engine.cpp672 engine->BuildJsStackInfoListWithCustomDepth(jsFrames); in StartNapiProfilerTrace()
2018 bool ArkNativeEngine::BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames) in BuildJsStackInfoListWithCustomDepth() function in ArkNativeEngine
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h200 virtual bool BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames)