Home
last modified time | relevance | path

Searched refs:phase (Results 251 - 252 of 252) sorted by relevance

1...<<11

/third_party/typescript/lib/
H A Dtsserver.js3961 function instant(phase, name, args) {
3962 writeEvent("I", phase, name, args, "\"s\":\"g\"");
3972 function push(phase, name, args, separateBeginAndEnd) {
3975 writeEvent("B", phase, name, args);
3977 eventStack.push({ phase: phase, name: name, args: args, time: 1000 * ts.timestamp(), separateBeginAndEnd: separateBeginAndEnd });
3997 var _a = eventStack[index], phase = _a.phase, name = _a.name, args = _a.args, time = _a.time, separateBeginAndEnd = _a.separateBeginAndEnd;
4000 writeEvent("E", phase, name, args, /*extras*/ undefined, endTime);
4004 writeEvent("X", phase, nam
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 32 milliseconds

1...<<11