HomeSort by relevance Sort by last modified time
    Searched refs:GetFunctionName (Results 1 - 24 of 24) sorted by null

  /external/v8/src/profiler/
strings-storage.h 30 const char* GetFunctionName(Name* name);
31 const char* GetFunctionName(const char* name);
profiler-listener.h 70 const char* GetFunctionName(Name* name) {
71 return function_and_resource_names_.GetFunctionName(name);
73 const char* GetFunctionName(const char* name) {
74 return function_and_resource_names_.GetFunctionName(name);
strings-storage.cc 99 const char* StringsStorage::GetFunctionName(Name* name) {
104 const char* StringsStorage::GetFunctionName(const char* name) {
profiler-listener.cc 39 tag, GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
53 tag, GetFunctionName(name), CodeEntry::kEmptyNamePrefix,
69 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
123 tag, GetFunctionName(shared->DebugName()), CodeEntry::kEmptyNamePrefix,
252 entry->tag(), GetFunctionName(shared_info->DebugName()),
allocation-tracker.cc 266 info->name = names_->GetFunctionName(shared->DebugName());
sampling-heap-profiler.cc 199 const char* name = this->names()->GetFunctionName(shared->DebugName());
  /system/core/include/backtrace/
Backtrace.h 108 virtual std::string GetFunctionName(uintptr_t pc, uintptr_t* offset);
155 // The name returned is not demangled, GetFunctionName() takes care of
  /system/core/libbacktrace/
UnwindPtrace.cpp 118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
Backtrace.cpp 55 std::string Backtrace::GetFunctionName(uintptr_t pc, uintptr_t* offset) {
UnwindCurrent.cpp 116 // GetFunctionName is an expensive call, only do it if we are
118 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
backtrace_test.cpp     [all...]
BacktraceOffline.cpp 177 frame->func_name = GetFunctionName(frame->pc, &frame->func_offset);
  /external/v8/test/cctest/wasm/
test-wasm-stack.cc 39 v8::Local<v8::String> func = frame->GetFunctionName();
68 v8::String::Utf8Value funName(frame->GetFunctionName());
test-wasm-trap-position.cc 54 v8::String::Utf8Value funName(frame->GetFunctionName());
  /external/v8/include/
v8-profiler.h 63 Local<String> GetFunctionName() const;
v8.h     [all...]
  /external/v8/src/
messages.h 50 Handle<Object> GetFunctionName();
    [all...]
messages.cc 206 Handle<Object> CallSite::GetFunctionName() {
api.cc     [all...]
  /system/core/debuggerd/
tombstone.cpp 260 std::string func_name(backtrace->GetFunctionName(stack_data[i], &offset));
  /external/v8/src/runtime/
runtime-internal.cc 427 CALLSITE_GET(GetFunctionName, ReturnDereferencedHandle)
  /external/v8/test/cctest/
test-profile-generator.cc 580 v8::String::Utf8Value function_name(child->GetFunctionName());
test-cpu-profiler.cc 465 if (name_handle->Equals(context, child->GetFunctionName()).FromJust()) {
    [all...]
test-api.cc     [all...]

Completed in 463 milliseconds