/dalvik/tests/065-mismatched-implements/src/ |
Indirect.java | 23 public class Indirect {
|
Main.java | 23 Indirect.main();
|
/dalvik/tests/066-mismatched-super/src/ |
Indirect.java | 23 public class Indirect {
|
Main.java | 23 Indirect.main();
|
/external/clang/lib/CodeGen/ |
ABIInfo.h | 52 /// Indirect - Pass the argument indirectly via a hidden pointer 54 Indirect, 94 return ABIArgInfo(Indirect, 0, Alignment, ByVal, Realign); 104 bool isIndirect() const { return TheKind == Indirect; } 126 // Indirect accessors 128 assert(TheKind == Indirect && "Invalid kind!"); 133 assert(TheKind == Indirect && "Invalid kind!"); 138 assert(TheKind == Indirect && "Invalid kind!");
|
CGCall.cpp | 630 case ABIArgInfo::Indirect: { 631 assert(!retAI.getIndirectAlign() && "Align unused on indirect return."); 654 case ABIArgInfo::Indirect: { 655 // indirect arguments are always on the stack, which is addr space #0. 756 case ABIArgInfo::Indirect: 811 case ABIArgInfo::Indirect: [all...] |
CodeGenFunction.cpp | 170 // If someone did an indirect goto, emit the indirect goto block at the end of 182 // If someone took the address of a label but never did an indirect goto, we 314 } else if (CurFnInfo->getReturnInfo().getKind() == ABIArgInfo::Indirect && 316 // Indirect aggregate return; emit returned value directly into sret slot. 762 // Make sure that there is a block for the indirect goto. 768 // Make sure the indirect branch includes all of the address-taken blocks. 774 // If we already made the indirect branch for indirect goto, return its block. 779 // Create the PHI node that indirect gotos will add entries to [all...] |
CGObjC.cpp | 432 && CurFnInfo->getReturnInfo().getKind() == ABIArgInfo::Indirect [all...] |
CGVTables.cpp | 34 /// indirect base class. 124 /// and indirect base subobjects. [all...] |
TargetInfo.cpp | 76 case Indirect: 77 OS << "Indirect Align=" << getIndirectAlign() 526 // copy constructor are always indirect. 530 // Structures with flexible arrays are always indirect. 535 // If specified, structs and unions are always indirect. 665 // FIXME: Set alignment on indirect arguments. 667 // Structures with flexible arrays are always indirect. 670 // copy constructor are always indirect. [all...] |
/external/llvm/test/MC/X86/ |
x86_operands.s | 30 # Indirect Memory Operands
|
/external/llvm/lib/Target/X86/ |
X86CodeEmitter.cpp | 83 bool Indirect = false); 264 bool Indirect /* = false */) { 270 MachineRelocation MR = Indirect 423 bool Indirect = gvNeedsNonLazyPtr(*RelocOp, TM); 425 Adj, Indirect); 513 // indirect register encoding, this handles addresses like [EAX]. The 826 bool Indirect = gvNeedsNonLazyPtr(MO1, TM); 828 Indirect); [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
CallingConvLower.h | 41 Indirect // The location contains pointer to the value.
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 30 0x04 indirect_non_call Indirect non call branches executed 32 0x08 return_near Indirect return branches executed 34 0x20 indirect_near_call Indirect call branches executed 45 0x04 indirect_non_call Mispredicted indirect non call branches executed 49 0x20 indirect_near_call Mispredicted indirect call branches executed
|
/external/llvm/lib/Target/ARM/ |
ARMCodeEmitter.cpp | 357 bool MayNeedFarStub, bool Indirect, 481 bool MayNeedFarStub, bool Indirect, 483 MachineRelocation MR = Indirect [all...] |
ARMISelLowering.cpp | 67 cl::desc("Generate calls via indirect call instructions"), [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon
|
/external/doclava/res/assets/templates/ |
class.cs | 30 (subcount(class.subclasses.direct) || subcount(class.subclasses.indirect))) ?> 149 <?cs if:subcount(class.subclasses.indirect) && !class.subclasses.hidden ?> 151 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses 152 <?cs call:expandable_class_list("subclasses-indirect", class.subclasses.indirect, "list") ?>
|