Home
last modified time | relevance | path

Searched refs:jsFrames (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp658 std::vector<JsFrameInfo> jsFrames; in StartNapiProfilerTrace() local
660 jsFrames.reserve(g_hookJsConfig->maxJsStackDepth); in StartNapiProfilerTrace()
663 engine->BuildJsStackInfoListWithCustomDepth(jsFrames); in StartNapiProfilerTrace()
665 for (size_t i = 0; i < jsFrames.size() && i < g_hookJsConfig->maxJsStackDepth; i++) { in StartNapiProfilerTrace()
666 ssRawStack << jsFrames[i].functionName << JS_SYMBOL_FILEPATH_SEP << jsFrames[i].fileName << ":" << in StartNapiProfilerTrace()
667 jsFrames[i].pos; in StartNapiProfilerTrace()
668 if (i < jsFrames.size() - 1) { in StartNapiProfilerTrace()
2012 bool ArkNativeEngine::BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames) in BuildJsStackInfoListWithCustomDepth() argument
2015 bool sign = DFXJSNApi::BuildJsStackInfoList(vm_, gettid(), jsFrames); in BuildJsStackInfoListWithCustomDepth()
[all...]
H A Dark_native_engine.h247 bool BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames)
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h204 virtual bool BuildJsStackInfoListWithCustomDepth(std::vector<JsFrameInfo>& jsFrames)

Completed in 6 milliseconds