Searched defs:function_name_ (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/
H A Dlocation.h37 // No need to use |function_name_| since the other two fields uniquely
44 const char* function_name() const { return function_name_; }
55 // No need to use |function_name_| since the other two fields uniquely
69 // string to |output|. Inclusion of the file_name_ and function_name_ are
74 // Write function_name_ in HTML with '<' and '>' properly encoded.
78 const char* function_name_; member in class:tracked_objects::Location
/external/v8/src/
H A Dbasic-block-profiler.h45 std::string function_name_; member in class:v8::internal::BasicBlockProfiler::Data
H A Dcompilation-statistics.h42 std::string function_name_; member in class:v8::internal::final::BasicStats
/external/v8/src/compiler/
H A Dpipeline-statistics.h62 std::string function_name_; member in class:v8::internal::compiler::PipelineStatistics
H A Dwasm-compiler.h78 char function_name_[16]; member in class:v8::internal::compiler::final
/external/v8/src/parsing/
H A Dparse-info.h138 const AstRawString* function_name() const { return function_name_; }
140 function_name_ = function_name;
284 const AstRawString* function_name_; member in class:v8::internal::ParseInfo

Completed in 5591 milliseconds