Searched refs:getFunctionName (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBContext.h54 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/external/v8/test/mjsunit/es6/
H A Dtail-call-proxies.js12 assertEquals("CheckStackTrace", stack[0].getFunctionName());
14 assertEquals(expected[i].name, stack[i + 1].getFunctionName());
H A Dtail-call-megatest.js19 assertEquals("checkStackTrace", stack[0].getFunctionName());
21 assertEquals(expected[i].name, stack[i + 1].getFunctionName());
H A Dtail-call.js20 assertEquals("CheckStackTrace", stack[0].getFunctionName());
22 assertEquals(expected[i].name, stack[i + 1].getFunctionName());
/external/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address, Specifier.FNKind);
93 std::string PDBContext::getFunctionName(uint64_t Address, function in class:PDBContext
/external/v8/test/mjsunit/regress/
H A Dregress-2564.js80 assertEquals("f"+i, frames[i].getFunctionName());
109 assertEquals("f"+i, frames[i].getFunctionName());
/external/v8/test/mjsunit/wasm/
H A Dfunction-names.js66 assertEquals(names[i], e.stack[i].getFunctionName());
H A Dstack.js19 assertEquals(exp[1], frames[i].getFunctionName(),
20 "["+i+"].getFunctionName()");
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionsTable.java236 new Object[]{ns, extFunction.getFunctionName()}));
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java116 public String getFunctionName() method in class:FuncExtFunction
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java319 return getCurrentState().getFunctionName();
497 public String getFunctionName() { method in class:AutoEscapeContext.AutoEscapeState
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp322 std::string getFunctionName (ImageOperation function) function in namespace:deqp::gles31::Functional::NegativeTestShared::__anon4600
363 params["FUNCTION_NAME"] = getFunctionName(function);
373 ctx.beginSection(getFunctionName(function) + " " + getMemoryQualifier(memory) + " " + getShaderImageLayoutQualifier(format));
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp153 static StringRef getFunctionName(const DISubprogram *SP) { function
319 DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
333 FNLOS << getFunctionName(SP) << SP->getLine();
368 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
377 writeGCOVString(getFunctionName(SP));
869 ? Builder.CreateGlobalStringPtr(getFunctionName(SP))
/external/v8/test/mjsunit/es8/
H A Dsyntactic-tail-call.js20 assertEquals("CheckStackTrace", stack[0].getFunctionName());
22 assertEquals(expected[i].name, stack[i + 1].getFunctionName());
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DJAXPExtensionsProvider.java165 String functionName = extFunction.getFunctionName();
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp571 static std::string getFunctionName(const Decl *D) { function
586 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
/external/v8/src/js/
H A Dmessages.js348 CheckCallSite(this, "getFunctionName");
389 var funName = this.getFunctionName();
426 var functionName = this.getFunctionName();
468 "getFunctionName", CallSiteGetFunctionName,
/external/libunwind_llvm/src/
H A Dlibunwind.cpp264 if (co->getFunctionName(buf, bufLen, offset))
H A DUnwindCursor.hpp399 virtual bool getFunctionName(char *, size_t, unw_word_t *) { function in class:libunwind::AbstractUnwindCursor
400 _LIBUNWIND_ABORT("getFunctionName not implemented");
432 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
1326 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, function in class:libunwind::UnwindCursor
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java311 String getFunctionName(int funcID) { method in class:FunctionTable
H A DCompiler.java1059 java.lang.String name = m_functionTable.getFunctionName(funcID);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h477 StringRef getFunctionName(const FunctionDecl *FD);
H A DCGDebugInfo.cpp181 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) { function in class:CGDebugInfo
1133 StringRef MethodName = getFunctionName(Method);
2416 Name = getFunctionName(FD);
/external/clang/include/clang/AST/
H A DExpr.h1235 StringLiteral *getFunctionName();
1236 const StringLiteral *getFunctionName() const { function in class:clang::PredefinedExpr
1237 return const_cast<PredefinedExpr *>(this)->getFunctionName();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 607 milliseconds

12