Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 92) sorted by relevance

1234

/external/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp99 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in replaceTLSBaseAddrCall() local
121 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in setRegister() local
/external/llvm/lib/Target/SystemZ/
DSystemZLDCleanup.cpp117 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local
137 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local
/external/v8/src/
Dtype-feedback-vector.cc14 Handle<TypeFeedbackVector> TypeFeedbackVector::Copy( in Copy() function in v8::internal::TypeFeedbackVector
Dhydrogen-load-elimination.cc27 HFieldApproximation* Copy(Zone* zone) { in Copy() function in v8::internal::HFieldApproximation
144 HLoadEliminationTable* Copy(HBasicBlock* succ, HBasicBlock* from_block, in Copy() function in v8::internal::HLoadEliminationTable
Dhydrogen-removable-simulates.cc130 State* Copy(HBasicBlock* succ_block, HBasicBlock* pred_block, Zone* zone) { in Copy() function in v8::internal::State
Dhydrogen-flow-engine.h39 inline NoState* Copy(HBasicBlock* succ, Zone* zone) { in Copy() function
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property
/external/llvm/unittests/ADT/
DFunctionRefTest.cpp19 TEST(FunctionRefTest, Copy) { in TEST() argument
DBitVectorTest.cpp89 TypeParam Copy = Vec; in TYPED_TEST() local
/external/llvm/include/llvm/ADT/
DSmallBitVector.h418 SmallBitVector Copy = RHS; variable
466 SmallBitVector Copy = RHS; variable
480 SmallBitVector Copy = RHS; variable
/external/google-breakpad/src/client/
Dminidump_file_writer.cc246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in google_breakpad::MinidumpFileWriter
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in google_breakpad::UntypedMDRVA
Dminidump_file_writer.h185 inline bool Copy(const void *src, size_t size) { in Copy() function
/external/google-breakpad/src/processor/
Dbasic_code_modules.cc124 const CodeModules* BasicCodeModules::Copy() const { in Copy() function in google_breakpad::BasicCodeModules
Dstackwalker_unittest_utils.h117 const google_breakpad::CodeModule *Copy() const { in Copy() function
160 const CodeModules *Copy() const { abort(); } // Tests won't use this. in Copy() function
Dbasic_code_module.h91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } in Copy() function
Dfast_source_line_resolver_unittest.cc82 virtual const CodeModule* Copy() const { in Copy() function in __anon3f974b530111::TestCodeModule
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc912 Rule *Copy() const { return new UndefinedRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::UndefinedRule
929 Rule *Copy() const { return new SameValueRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::SameValueRule
950 Rule *Copy() const { return new OffsetRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::OffsetRule
979 Rule *Copy() const { return new ValOffsetRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ValOffsetRule
1002 Rule *Copy() const { return new RegisterRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::RegisterRule
1022 Rule *Copy() const { return new ExpressionRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ExpressionRule
1043 Rule *Copy() const { return new ValExpressionRule(*this); } in Copy() function in dwarf2reader::CallFrameInfo::ValExpressionRule
/external/lzma/CPP/Windows/
DPropVariant.cpp147 HRESULT CPropVariant::Copy(const PROPVARIANT* pSrc) in Copy() function in NWindows::NCOM::CPropVariant
/external/regex-re2/re2/
Dwalker-inl.h112 template<typename T> T Regexp::Walker<T>::Copy(T arg) { in Copy() function
Dsimplify.cc154 Regexp* SimplifyWalker::Copy(Regexp* re) { in Copy() function in re2::SimplifyWalker
/external/openfst/src/include/fst/script/
Dweight-class.h48 virtual WeightClassImpl<W> *Copy() const { in Copy() function
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1791 struct Copy struct
1793 Copy (const IVec3& srcPos_, in Copy() argument
1809 IVec3 srcPos;
1810 int srcLevel;
1811 IVec3 dstPos;
1812 int dstLevel;
1813 IVec3 size;
/external/protobuf/src/google/protobuf/
Dreflection_ops.cc48 void ReflectionOps::Copy(const Message& from, Message* to) { in Copy() function in google::protobuf::internal::ReflectionOps
/external/llvm/lib/Target/R600/
DSIFixSGPRCopies.cpp178 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, in isVGPRToSGPRCopy()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp575 void CFX_PathData::Copy(const CFX_PathData &src) in Copy() function in CFX_PathData
595 void CFX_GraphStateData::Copy(const CFX_GraphStateData& src) in Copy() function in CFX_GraphStateData

1234