Home
last modified time | relevance | path

Searched refs:funcPoint (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DLogParser.js31 funcPoint: null,
63 func: this.initBlock_.funcPoint,
100 [this.initBlock_.funcPoint, this.initBlock_.filePoint] = [tt[0], tt[tt.length - 1]];
117 [this.initBlock_.funcPoint, this.initBlock_.filePoint] = [tt2[0], tt2[tt2.length - 1]];
261 [ib.funcPoint, ib.filePoint] = this.splitLast(ret[1]);
270 [ib.funcPoint, ib.filePoint] = this.splitLast(ret[1]);
279 [ib.funcPoint, ib.filePoint] = this.splitLast(ret[1]);
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp187 auto funcPoint = JSFunction::Cast(func->GetTaggedObject()); in FilterMethodToPrint() local
188 auto method = funcPoint->GetMethod(); in FilterMethodToPrint()

Completed in 2 milliseconds