Home
last modified time | relevance | path

Searched refs:execObjDump (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/test/command/
DCmd.test.ts21 expect(Cmd.execObjDump('', '')).toBeUndefined();
/developtools/smartperf_host/ide/src/command/
DCmd.ts48 static execObjDump(command: string, addr: string, callback: Function) { method in Cmd
/developtools/profiler/host/smartperf/ide/src/command/
DCmd.ts48 static execObjDump(command: string, addr: string, callback: Function) { method in Cmd
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts161 Cmd.execObjDump(cmd, perfSampleListAddrHex, (result: any) => {
DTabPerfProfile.ts245 Cmd.execObjDump(cmd, perfProfilerAddrHex, (result: any) => {
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts161 Cmd.execObjDump(cmd, perfSampleListAddrHex, (result: any) => {
DTabPerfProfile.ts245 Cmd.execObjDump(cmd, perfProfilerAddrHex, (result: any) => {