Searched defs:DebugName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterface-descriptors.cc45 const char* CallInterfaceDescriptor::DebugName(Isolate* isolate) { function in class:v8::internal::CallInterfaceDescriptor
H A Dobjects.cc1208 Object* fun_name = function->shared()->DebugName();
1434 shared->DebugName()->ToCString();
9532 SmartArrayPointer<char> name = shared()->DebugName()->ToCString();
9552 String* name = shared()->DebugName();
9752 String* SharedFunctionInfo::DebugName() { function in class:v8::internal::SharedFunctionInfo
10676 os << Brief(JSFunction::cast(function)->shared()->DebugName());
10696 os << "{function=" << Brief(function->shared()->DebugName())
10706 os << "{function=" << Brief(function->shared()->DebugName()) << "}";
/external/llvm/tools/llvm-symbolizer/
H A DLLVMSymbolize.cpp267 static bool getGNUDebuglinkContents(const Binary *Bin, std::string &DebugName, argument
285 DebugName = DebugNameStr;

Completed in 187 milliseconds