Home
last modified time | relevance | path

Searched refs:GetFrameCount (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-debug.h141 int GetFrameCount() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-debug.h141 int GetFrameCount() const;
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc40 int frameCount = std::min(v8StackTrace->GetFrameCount(), maxStackSize); in toFramesVector()
235 if (!v8StackTrace.IsEmpty() && v8StackTrace->GetFrameCount()) { in create()
H A Dinjected-script.cc825 if (!stackTrace.IsEmpty() && stackTrace->GetFrameCount() > 0) { in createExceptionDetails()
/third_party/node/src/
H A Dnode_report.cc485 if (stack->GetFrameCount() == 0) { in PrintJavaScriptStack()
492 for (int i = 0; i < stack->GetFrameCount(); i++) { in PrintJavaScriptStack()
H A Dnode_util.cc148 if (trace->GetFrameCount() != 2) { in GetCallerLocation()
H A Dinspector_agent.cc525 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
H A Djs_native_api_v8_inspector.cc1150 if (!stack_trace.IsEmpty() && stack_trace->GetFrameCount() > 0 && in ReportUncaughtException()
H A Dnode_errors.cc190 for (int i = 0; i < stack->GetFrameCount(); i++) { in FormatStackTrace()
/third_party/mesa3d/src/imgui/
H A Dimgui.h625 IMGUI_API int GetFrameCount(); // get global imgui frame count. incremented by 1 every frame.
1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } in operator bool()
H A Dimgui.cpp3064 int ImGui::GetFrameCount() in GetFrameCount() function in ImGui
9429 ImFormatString(p, buf_end - p, "TabBar (%d tabs)%s", tab_bar->Tabs.Size, (tab_bar->PrevFrameVisible < ImGui::GetFrameCount() - 2) ? " *Inactive*" : ""); in ShowMetricsWindow()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc1154 size_t FrameStateDescriptor::GetFrameCount() const {
H A Dcode-generator.cc1120 static_cast<int>(descriptor->GetFrameCount()), in BuildTranslation()
H A Dinstruction.h1424 size_t GetFrameCount() const;
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h865 IMGUI_API int GetFrameCount(); // get global imgui frame count. incremented by 1 every frame.
2071 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } in operator bool()
H A Dimgui_demo.cpp6723 ImGui::GetFrameCount(), category, ImGui::GetTime(), word);
7132 sprintf(buf, "Animated title %c %d###AnimatedTitle", "|/-\\"[(int)(ImGui::GetTime() / 0.25f) & 3], ImGui::GetFrameCount());
7552 //if ((ImGui::GetFrameCount() % 30) == 0) docs[1].Open ^= 1; // [DEBUG] Automatically show/hide a tab. Test various interactions e.g. dragging with this on.
H A Dimgui_tables.cpp3525 const bool is_active = (table->LastFrameActive >= ImGui::GetFrameCount() - 2); // Note that fully clipped early out scrolling tables will appear as inactive here.
H A Dimgui.cpp3495 int ImGui::GetFrameCount() in GetFrameCount() function in ImGui
11909 const bool is_active = (tab_bar->PrevFrameVisible >= GetFrameCount() - 2); in DebugNodeTabBar()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3160 int StackTrace::GetFrameCount() const { in GetFrameCount() function in v8::StackTrace

Completed in 149 milliseconds