Searched refs:cast (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp35 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
56 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
57 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
60 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr);
H A DMipsPLT.cpp83 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
89 plta = &(llvm::cast<MipsPLTA>(*it));
106 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin()))
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
H A DHexagonPLT.cpp59 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
174 llvm::cast<HexagonPLT0>((*it)).getValue(),
182 plt1 = &(llvm::cast<HexagonPLT1>(*it));
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin()))
49 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
82 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
H A DX86PLT.cpp97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
127 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
187 plt1 = &(llvm::cast<PLTEntryBase>(*it));
274 plt1 = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/compile/mclinker/lib/Script/
H A DUnaryOp.cpp76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
153 llvm::cast<OutputSectDesc>(sections->back());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
215 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back());
H A DRpnEvaluator.cpp39 Operator* op = llvm::cast<Operator>(*it);
80 Operand* opd = llvm::cast<Operand>(*it);
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
H A DAssignment.cpp114 llvm::cast<Operand>(*it)->isDot()) {
151 llvm::cast<Operand>(*it)->isDot()) {
H A DGroupCmd.cpp54 InputToken* input = llvm::cast<InputToken>(*it);
87 InputToken* token = llvm::cast<InputToken>(*it);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp70 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first));
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
153 llvm::cast<AArch64PLT0>((*it)).getValue(),
161 plt1 = &(llvm::cast<AArch64PLT1>(*it));
H A DAArch64GOT.cpp97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase);
124 got = &(llvm::cast<AArch64GOTEntry>((*it)));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp81 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
117 plt1 = &(llvm::cast<ARMPLT1>(*it));
146 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
153 plt1 = &(llvm::cast<ARMPLT1>(*it));
H A DARMGOT.cpp94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin()))
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
121 got = &(llvm::cast<ARMGOTEntry>((*it)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DPluginFragmentListener.java59 mExpectedInterface.cast(plugin);
60 Fragment.class.cast(plugin);
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it));
75 llvm::cast<RegionFragment>(info->outSymbol()->fragRef()->frag());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
267 PointerType *PTy = cast<PointerType>(T);
277 FunctionType *FT = cast<FunctionType>(T);
289 StructType *ST = cast<StructType>(T);
316 ArrayType *AT = cast<ArrayType>(T);
325 VectorType *VT = cast<VectorType>(T);
654 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
663 const MDString *MDS = cast<MDString>(MD);
841 const Constant *C = cast<Constan
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
270 PointerType *PTy = cast<PointerType>(T);
280 FunctionType *FT = cast<FunctionType>(T);
291 StructType *ST = cast<StructType>(T);
318 ArrayType *AT = cast<ArrayType>(T);
327 VectorType *VT = cast<VectorType>(T);
684 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
693 const MDString *MDS = cast<MDString>(MD);
879 const Constant *C = cast<Constan
[all...]
/frameworks/base/core/java/android/util/
H A DExceptionUtils.java62 throw c.cast(t);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBracketExpr.java121 String cast = argCastsInteger() ? "(Integer) " : "";
127 app(cast, getArg().toCode()).app(")");
137 app(cast, getArg().toCode()).
143 app(cast, getArg().toCode()).
/frameworks/compile/libbcc/lib/
H A DRSAddDebugInfoPass.cpp152 DT = llvm::cast<llvm::DIDerivedType>(kernelPrototypeVarMD->getType());
153 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType());
154 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType());
155 kernelPrototypeMD = llvm::cast<llvm::MDTuple>(ST->getRawTypeArray());
217 llvm::cast<llvm::DIType>(argTypes->getOperand(argIdx).get()),
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewFocusRecoveryTest.java152 FocusViewHolder fvh = cast(focusVh(4));
187 FocusViewHolder fvh = cast(focusVh(3));
213 FocusViewHolder fvh = cast(focusVh(0));
276 FocusViewHolder fvh = cast(focusVh(6));
301 FocusViewHolder newVh = cast(mRecyclerView.findViewHolderForAdapterPosition(6));
443 FocusViewHolder fvh = cast(mRecyclerView.findViewHolderForAdapterPosition(0));
462 ? cast(mRecyclerView.findViewHolderForAdapterPosition(
465 ? cast(mRecyclerView.findViewHolderForAdapterPosition(
467 cast(mRecyclerView.findViewHolderForAdapterPosition(0)));
669 cast(holde
807 private <T extends FocusViewHolder> T cast(RecyclerView.ViewHolder vh) { method in class:RecyclerViewFocusRecoveryTest
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
102 GlobalVariable *GV = cast<GlobalVariable>(Val);
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
133 GlobalVariable *GV = cast<GlobalVariable>(Val);
188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
215 PHINode *PN = cast<PHINode>(II);
245 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
246 CallInst *Sel = cast<CallIns
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h127 static Camera3Stream* cast(camera3_stream *stream);
128 static const Camera3Stream* cast(const camera3_stream *stream);
426 // cast to camera3_stream*, implementations must increment the

Completed in 949 milliseconds

123