| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Function.h | 166 Vector<DbeInstr*> *instrs; member in class:Function
|
| PathTree.cc | 2275 Vector<Histable*> * instrs = NULL; local 2285 instrs = new Vector<Histable*>(instr_num); 2289 instrs->store (instr_num, instr); 2295 instrs->store (instr_num, instr); 2297 return instrs; 2301 PathTree::get_cle_instr (Histable * func, Vector<Histable*>*&instrs) 2309 instrs = new Vector<Histable*>(); 2315 instrs = new Vector<Histable*>(instr_num); 2320 instrs->store (instr_num, instr); 2329 //XXXX Note: there can be more than one instrs in one leaf functio [all...] |
| Print.cc | 1375 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local 1376 if (instrs != NULL) 1378 int stSize = instrs->size (); 1381 Histable *instr = instrs->fetch (j); 1385 delete instrs; 1622 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local 1623 if (instrs != NULL) 1625 int stSize = instrs->size (); 1628 Histable *instr = instrs->fetch (j); 1632 delete instrs; [all...] |
| Dbe.cc | 3155 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, obj->id); local 3156 if (instrs == NULL) 3158 int stsize = instrs->size (); 3162 Histable *objFunc = (DbeInstr*) (instrs->fetch (i)); 3169 delete instrs; 4616 Vector<Histable*> *instrs = NULL; 4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs); 4624 Histable* instr0 = (Histable*) instrs->fetch (a); 4647 delete instrs; 7773 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, stack) local 7815 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stack, !show_all); local 7842 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, stack); local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Function.h | 166 Vector<DbeInstr*> *instrs; member in class:Function
|
| PathTree.cc | 2275 Vector<Histable*> * instrs = NULL; local 2285 instrs = new Vector<Histable*>(instr_num); 2289 instrs->store (instr_num, instr); 2295 instrs->store (instr_num, instr); 2297 return instrs; 2301 PathTree::get_cle_instr (Histable * func, Vector<Histable*>*&instrs) 2309 instrs = new Vector<Histable*>(); 2315 instrs = new Vector<Histable*>(instr_num); 2320 instrs->store (instr_num, instr); 2329 //XXXX Note: there can be more than one instrs in one leaf functio [all...] |
| Print.cc | 1375 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local 1376 if (instrs != NULL) 1378 int stSize = instrs->size (); 1381 Histable *instr = instrs->fetch (j); 1385 delete instrs; 1622 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stackId); local 1623 if (instrs != NULL) 1625 int stSize = instrs->size (); 1628 Histable *instr = instrs->fetch (j); 1632 delete instrs; [all...] |
| Dbe.cc | 3155 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, obj->id); local 3156 if (instrs == NULL) 3158 int stsize = instrs->size (); 3162 Histable *objFunc = (DbeInstr*) (instrs->fetch (i)); 3169 delete instrs; 4616 Vector<Histable*> *instrs = NULL; 4617 Vector<void*> *callee_instrs = ptree->get_cle_instr (given_func, instrs); 4624 Histable* instr0 = (Histable*) instrs->fetch (a); 4647 delete instrs; 7773 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, stack) local 7815 Vector<Histable*> *instrs = CallStack::getStackPCs ((void *) stack, !show_all); local 7842 Vector<Obj> *instrs = dbeGetStackPCs (dbevindex, stack); local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MachineBasicBlock.h | 263 instr_range instrs() { return instr_range(instr_begin(), instr_end()); } function in class:llvm::MachineBasicBlock 264 const_instr_range instrs() const { function in class:llvm::MachineBasicBlock
|
| /src/sys/arch/hppa/hppa/ |
| db_disasm.c | 992 /* a) locate the desired entry in instrs[] below */ 1000 static const struct inst instrs[] = { variable in typeref:struct:inst 1258 for (i = &instrs[0]; *i->mnem; i++) { 1281 for (i = &instrs[0]; *i->mnem; i++) {
|