5 #ifndef V8_V8_PROFILER_H_
6 #define V8_V8_PROFILER_H_
8 #include <unordered_set>
31 template class V8_EXPORT std::vector<v8::CpuProfileDeoptFrame>;
45 template class V8_EXPORT std::vector<v8::CpuProfileDeoptInfo>;
93 bool use_simulator_reg_state =
true);
116 void** frames, size_t frames_limit,
118 bool use_simulator_reg_state =
true);
205 "Use GetScriptId, GetLineNumber, and GetColumnNumber instead.",
206 unsigned GetCallUid()
const);
739 int64_t* timestamp_us = NULL);
776 int stack_depth = 16,
801 WrapperInfoCallback callback);