Searched refs:DumpFunction (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ |
D | ldump.c | 96 static void DumpFunction(const Proto *f, TString *psource, DumpState *D); 133 DumpFunction(f->p[i], f->source, D); in DumpProtos() 166 static void DumpFunction (const Proto *f, TString *psource, DumpState *D) { in DumpFunction() function 212 DumpFunction(f, NULL, &D); in luaU_dump()
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 54 std::string DumpFunction(const Function *F) { in DumpFunction() function 76 : Result(Result), F(F), F_dump(DumpFunction(F)), in StartFunctionBodyCall() 102 : F(F), F_dump(DumpFunction(F)), in EndFunctionBodyCall() 143 : Result(Result), F(F), F_dump(DumpFunction(F)), in StartExceptionTableCall() 163 : F(F), F_dump(DumpFunction(F)), in EndExceptionTableCall()
|