Home
last modified time | relevance | path

Searched refs:PrintName (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/runtime/
Druntime-compiler.cc27 function->PrintName(); in RUNTIME_FUNCTION()
172 function->PrintName(); in RUNTIME_FUNCTION()
262 function->PrintName(); in RUNTIME_FUNCTION()
274 function->PrintName(); in RUNTIME_FUNCTION()
281 function->PrintName(); in RUNTIME_FUNCTION()
328 function->PrintName(); in RUNTIME_FUNCTION()
/external/lzma/CPP/Windows/
DFileLink.cpp238 GetString(p + printOffs, printLen >> 1, PrintName); in Parse()
307 return PrintName.IsEmpty(); in IsOkNamePair()
308 if (wcscmp(SubsName.Ptr(k_LinkPrefix_Size), PrintName) == 0) in IsOkNamePair()
311 return wcscmp(SubsName, PrintName) == 0; in IsOkNamePair()
DFileIO.h43 UString PrintName; member
/external/v8/src/
Druntime-profiler.cc130 function->PrintName(); in AttemptOnStackReplacement()
239 function->PrintName(); in OptimizeNow()
Dstring-stream.cc325 void StringStream::PrintName(Object* name) { in PrintName() function in v8::internal::StringStream
514 PrintName(f); in PrintFunction()
550 PrintName(name); in PrintPrototype()
555 PrintName(fun->shared()->name()); in PrintPrototype()
Dcode-stubs.cc211 void CodeStub::PrintName(std::ostream& os) const { // NOLINT in PrintName() function in v8::internal::CodeStub
862 void ArgumentsAccessStub::PrintName(std::ostream& os) const { // NOLINT in PrintName() function in v8::internal::ArgumentsAccessStub
882 void RestParamAccessStub::PrintName(std::ostream& os) const { // NOLINT in PrintName() function in v8::internal::RestParamAccessStub
887 void ArrayConstructorStub::PrintName(std::ostream& os) const { // NOLINT in PrintName() function in v8::internal::ArrayConstructorStub
Dstring-stream.h142 void PrintName(Object* o);
Dframes.cc824 function->PrintName(file); in PrintFunctionAndOffset()
1210 accumulator->PrintName(script->name()); in Print()
1237 accumulator->PrintName(scope_info->ParameterName(i)); in Print()
1267 accumulator->PrintName(scope_info->StackLocalName(i)); in Print()
1293 accumulator->PrintName(scope_info->ContextLocalName(i)); in Print()
Dcode-stubs.h244 s.PrintName(os);
261 virtual void PrintName(std::ostream& os) const; // NOLINT
854 void PrintName(std::ostream& os) const override; // NOLINT
1790 void PrintName(std::ostream& os) const override { // NOLINT in PrintName() function
1847 void PrintName(std::ostream& os) const override; // NOLINT
1862 void PrintName(std::ostream& os) const override; // NOLINT
2611 void PrintName(std::ostream& os) const override { // NOLINT in PrintName() function
2631 void PrintName(std::ostream& os) const override { // NOLINT in PrintName() function
2651 void PrintName(std::ostream& os) const override { // NOLINT in PrintName() function
Doptimizing-compile-dispatcher.cc349 info->closure()->PrintName(); in AddToOsrBuffer()
Ddeoptimizer.cc313 function->PrintName(scope.file()); in DeoptimizeMarkedCodeForContext()
341 function->PrintName(scope.file()); in DeoptimizeMarkedCodeForContext()
828 function->PrintName(trace_scope_->file()); in DoComputeJSFrame()
1047 function->PrintName(trace_scope_->file()); in DoComputeInterpretedFrame()
Dobjects.h7386 void PrintName(FILE* out = stdout);
Dobjects.cc13211 void JSFunction::PrintName(FILE* out) { in PrintName() function in v8::internal::JSFunction
/external/v8/src/ast/
Dscopes.cc917 static void PrintName(const AstRawString* name) { in PrintName() function
952 PrintName(var->raw_name()); in PrintVar()
990 PrintName(scope_name_); in Print()
1002 PrintName(name); in Print()
1012 PrintName(function_->proxy()->raw_name()); in Print()
/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp523 s += attr.PrintName; in ConvertNtReparseToString()