Searched refs:BuildJsStackInfoList (Results 1 – 3 of 3) sorted by relevance
71 …static bool BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsF…
308 HWTEST_F_L0(DFXJSNApiTests, BuildJsStackInfoList) in HWTEST_F_L0() argument312 bool result = DFXJSNApi::BuildJsStackInfoList(vm_, hostTid, jsFrameInfo); in HWTEST_F_L0()
306 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList() function in panda::DFXJSNApi