Home
last modified time | relevance | path

Searched refs:GetDebugType (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dcc-generator.cc62 << (is_cc_debug_ ? block->InputTypes().Peek(i)->GetDebugType() in EmitBlock()
140 << (is_cc_debug_ ? lowered[i]->GetDebugType() in EmitInstruction()
223 << (is_cc_debug_ ? lowered[i]->GetDebugType() in EmitInstruction()
409 std::string result_type = instruction.type->GetDebugType(); in EmitInstruction()
Dtypes.h144 virtual std::string GetDebugType() const;
396 std::string GetDebugType() const override { return parent()->GetDebugType(); } in GetDebugType() function
Dtypes.cc1335 std::string Type::GetDebugType() const { in GetDebugType() function in v8::internal::torque::Type
1347 result << field_type->GetDebugType(); in GetDebugType()
Dimplementation-visitor.cc1839 signature.return_type->GetDebugType() + ">"); in GenerateFunction()
1865 type = parameter_type->GetDebugType(); in GenerateFunction()
/third_party/cef/libcef/browser/views/
Dbasic_panel_impl.h29 std::string GetDebugType() override { return "Panel"; } in GetDebugType() function
Dview_adapter.h48 virtual std::string GetDebugType() = 0;
Dbasic_label_button_impl.h32 std::string GetDebugType() override { return "LabelButton"; } in GetDebugType() function
Dmenu_button_impl.h43 std::string GetDebugType() override { return "MenuButton"; } in GetDebugType() function
Dscroll_view_impl.h39 std::string GetDebugType() override { return "ScrollView"; } in GetDebugType() function
Dview_impl.h347 info->SetString("type", GetDebugType()); in GetDebugInfo()
451 return GetDebugType(); in GetTypeString()
460 info->SetString("type", GetDebugType()); in ToString()
Dtextfield_impl.h69 std::string GetDebugType() override { return "Textfield"; } in GetDebugType() function
Dbrowser_view_impl.h69 std::string GetDebugType() override { return "BrowserView"; } in GetDebugType() function
Dwindow_impl.h113 std::string GetDebugType() override { return "Window"; } in GetDebugType() function
/third_party/cef/libcef/browser/chrome/views/
Dtoolbar_view_impl.h35 std::string GetDebugType() override { return kTypeString; } in GetDebugType() function