/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 30 for(size_t i = 0; i < callees.size(); i++) in addCallee() 32 if(callees[i] == callee) in addCallee() 38 callees.push_back(callee); in addCallee() 49 for(size_t i = 0; i < callees.size(); i++) in analyzeCallDepth() 52 switch(callees[i]->visit) in analyzeCallDepth() 58 calleeDepth = callees[i]->getLastDepth(); in analyzeCallDepth() 61 calleeDepth = callees[i]->analyzeCallDepth(analyzeCallDepth); in analyzeCallDepth() 64 UNREACHABLE(callees[i]->visit); in analyzeCallDepth()
|
D | AnalyzeCallDepth.h | 49 TVector<FunctionNode*> callees; variable
|
/external/mesa3d/src/glsl/ |
D | ir_function_detect_recursion.cpp | 165 exec_list callees; member in function 227 this->current->callees.push_tail(node); in visit_enter() 268 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions() 271 destroy_links(& n->func->callees, f); in remove_unlinked_functions() 274 while (!f->callees.is_empty()) { in remove_unlinked_functions() 275 struct call_node *n = (struct call_node *) f->callees.pop_head(); in remove_unlinked_functions()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 166 CalleesSet* callees = callgraph_[name]; in EnterScope() local 168 if (callees == NULL) { in EnterScope() 169 callgraph_[name] = callees = new CalleesSet(); in EnterScope() 172 scopes_.push(callees); in EnterScope() 189 CalleesSet* callees = i->second; in PrintCallGraph() local 190 for (CalleesSet::const_iterator j = callees->begin(), e = callees->end(); in PrintCallGraph()
|
/external/llvm/test/tools/llvm-profdata/ |
D | inline-samples.test | 8 inlined callees.
|
D | gcc-gcov-sample-profile.test | 9 inlined callees.
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 226 pairs of lines (odd lines are callers, even lines are callees) 237 * Only the first 14 callees for every caller are recorded, the rest are silently
|
/external/llvm/docs/ |
D | TypeMetadata.rst | 11 callees for a given virtual call.
|
D | Passes.rst | 596 Bottom-up inlining of functions into callees. 1080 #. If it can prove that callees do not access theier caller stack frame, they
|
D | WritingAnLLVMPass.rst | 370 passes that need to traverse the program bottom-up on the call graph (callees 384 in the current SCC and the direct callers and direct callees of the SCC.
|
D | CodeGenerator.rst | 2368 to spill registers r3-r10. This allows callees blind to the call signature,
|
D | LangRef.rst | 304 support varargs and requires the prototype of all callees to exactly 312 prototype of all callees to exactly match the prototype of the 5496 "normal" label. If the callee (or any indirect callees) returns via the
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 212 // "normal" call instructions to callees which do not return.
|
/external/curl/ |
D | CHANGES.0 | 3484 - Make Curl_write and it's callees accept a const pointer, in preparation
|
/external/strace/ |
D | ChangeLog | 27885 recent kernels. IOW: syscall_fixup_for_fork_exec() and its callees
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |