Home
last modified time | relevance | path

Searched refs:CCDebugName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarable.h348 virtual std::string CCDebugName() const { in CCDebugName() function
421 std::string CCDebugName() const override { in CCDebugName() function
447 std::string CCDebugName() const override { in CCDebugName() function
Dcc-generator.cc244 out() << instruction.macro->CCDebugName() << "(accessor"; in EmitInstruction()
Dimplementation-visitor.cc415 "V8_INTERNAL_DEFINED_"s + macro->CCDebugName()); in VisitMacroCommon()
1820 ? macro->CCDebugName() in GenerateMacroFunctionDeclaration()
2887 result << extern_macro->CCDebugName() << "(accessor"; in GenerateCall()