/external/libweave/third_party/chromium/base/ |
location.h | 36 // No need to use |function_name_| since the other two fields uniquely 43 const char* function_name() const { return function_name_; } 52 // string to |output|. Inclusion of the file_name_ and function_name_ are 57 // Write function_name_ in HTML with '<' and '>' properly encoded. 61 const char* function_name_; member in class:tracked_objects::Location
|
/external/v8/src/ |
basic-block-profiler.h | 44 std::string function_name_; member in class:v8::internal::BasicBlockProfiler::Data
|
compilation-statistics.h | 36 std::string function_name_; member in class:v8::internal::final::BasicStats
|
/external/libchrome/base/ |
location.h | 37 // 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/compiler/ |
pipeline-statistics.h | 57 std::string function_name_; member in class:v8::internal::compiler::PipelineStatistics
|
/art/runtime/ |
check_jni.cc | 246 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) { 321 AbortF("the return type of %s does not match %s", function_name_, PrettyMethod(m).c_str()); 328 PrettyMethod(m).c_str(), function_name_); 331 PrettyMethod(m).c_str(), function_name_); 481 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")"; 485 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")"; 488 LOG(INFO) << "JNI: -> " << function_name_ << "(" << msg << ")"; 492 LOG(INFO) << StringPrintf("JNI: %*s<- %s returned %s", indent_, "", function_name_, msg.c_str()); 529 LOG(INFO) << "JNI: call to " << function_name_ << "(" << msg << ")"; 536 LOG(INFO) << "JNI: " << methodName << " -> " << function_name_ << "(" << msg << ")" 1342 const char* const function_name_; member in class:art::ScopedCheck [all...] |