Searched refs:Address (Results 1 - 25 of 167) sorted by relevance

1234567

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineCodeInfo.h27 void *Address; // The address of the function in memory member in class:llvm::MachineCodeInfo
30 MachineCodeInfo() : Size(0), Address(0) {}
37 Address = a;
45 return Address;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdbname.cpp30 Address.Length = inAddress.Length;
31 if (Address.Length > 0)
33 Address.Data = new uint8[Address.Length];
34 memcpy (Address.Data, inAddress.Data, Address.Length);
37 Address.Data = NULL;
43 Address.Length = other.Address.Length;
44 if (Address
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdbname.cpp30 Address.Length = inAddress.Length;
31 if (Address.Length > 0)
33 Address.Data = new uint8[Address.Length];
34 memcpy (Address.Data, inAddress.Data, Address.Length);
37 Address.Data = NULL;
43 Address.Length = other.Address.Length;
44 if (Address
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/lli/
H A DRemoteTarget.cpp24 uint64_t &Address) {
33 Address = reinterpret_cast<uint64_t>(Mem.base());
37 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { argument
38 memcpy ((void*)Address, Data, Size);
39 sys::MemoryBlock Mem((void*)Address, Size);
44 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { argument
45 memcpy ((void*)Address, Data, Size);
49 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { argument
50 int (*fn)(void) = (int(*)(void))Address;
23 allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address) argument
H A DRemoteTarget.h40 /// @param[out] Address Remote address of the allocated memory.
44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
48 /// @param Address Destination address in the target process.
54 bool loadData(uint64_t Address, const void *Data, size_t Size);
58 /// @param Address Destination address in the target process.
64 bool loadCode(uint64_t Address, const void *Data, size_t Size);
69 /// @param Address Address of the loaded function in the target
75 bool executeCode(uint64_t Address, int &RetVal);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp103 uint64_t Address,
108 uint64_t Address,
113 uint64_t Address,
118 uint64_t Address,
123 uint64_t Address,
128 uint64_t Address,
133 uint64_t Address,
138 uint64_t Address,
143 uint64_t Address,
148 uint64_t Address,
274 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
299 getInstruction(MCInst &instr, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &vStream, raw_ostream &cStream) const argument
335 DecodeCPU64RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
348 DecodeCPURegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
359 DecodeDSPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
366 DecodeFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
378 DecodeFGR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
390 DecodeCCRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
398 DecodeMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
420 DecodeFMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
439 DecodeHWRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
450 DecodeCondCode(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
459 DecodeAFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
472 DecodeHWRegs64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
483 DecodeACRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
495 DecodeBranchTarget(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
505 DecodeBC1(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
515 DecodeJumpTarget(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
526 DecodeSimm16(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
534 DecodeInsSize(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
545 DecodeExtSize(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/DebugInfo/
H A DDWARFDebugRangeList.h53 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const {
54 return (BaseAddress + StartAddress <= Address) &&
55 (Address < BaseAddress + EndAddress);
73 bool containsAddress(uint64_t BaseAddress, uint64_t Address) const;
H A DDWARFDebugArangeSet.cpp32 if (ArangeDescriptors[i].getEndAddress() >= ArangeDescriptors[i+1].Address){
39 ArangeDescriptors[i].Length = max_end_addr - ArangeDescriptors[i].Address;
55 // 7.20 Address Range Table
96 assert(sizeof(arangeDescriptor.Address) == sizeof(arangeDescriptor.Length));
97 assert(sizeof(arangeDescriptor.Address) >= Header.AddrSize);
100 arangeDescriptor.Address = data.getUnsigned(offset_ptr, Header.AddrSize);
105 if (arangeDescriptor.Address || arangeDescriptor.Length)
117 OS << format("Address Range Header: length = 0x%8.8x, version = 0x%4.4x, ",
125 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, pos->Address)
133 const uint64_t Address; member in class:__anon10233::DescriptorContainsAddress
[all...]
H A DDWARFContext.cpp159 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { argument
161 uint32_t CUOffset = getDebugAranges()->findAddress(Address);
188 uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName,
193 uint32_t RowIndex = LineTable->lookupAddress(Address);
206 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, argument
208 DWARFCompileUnit *CU = getCompileUnitForAddress(Address);
220 CU->getInlinedChainForAddress(Address);
232 getFileLineInfoForCompileUnit(CU, LineTable, Address,
240 DIInliningInfo DWARFContext::getInliningInfoForAddress(uint64_t Address, argument
242 DWARFCompileUnit *CU = getCompileUnitForAddress(Address);
186 getFileLineInfoForCompileUnit( DWARFCompileUnit *CU, const DWARFDebugLine::LineTable *LineTable, uint64_t Address, bool NeedsAbsoluteFilePath, std::string &FileName, uint32_t &Line, uint32_t &Column) argument
[all...]
H A DDWARFDebugArangeSet.h40 uint64_t Address; member in struct:llvm::DWARFDebugArangeSet::Descriptor
42 uint64_t getEndAddress() const { return Address + Length; }
H A DDWARFDebugRangeList.cpp59 uint64_t Address) const {
63 else if (Entries[i].containsAddress(BaseAddress, Address))
H A DDWARFContext.h67 virtual DILineInfo getLineInfoForAddress(uint64_t Address,
69 virtual DIInliningInfo getInliningInfoForAddress(uint64_t Address,
90 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp162 uint64_t Address, const void *Decoder);
164 unsigned RegNo, uint64_t Address,
167 uint64_t Address, const void *Decoder);
169 uint64_t Address, const void *Decoder);
171 uint64_t Address, const void *Decoder);
173 uint64_t Address, const void *Decoder);
175 uint64_t Address, const void *Decoder);
177 uint64_t Address, const void *Decoder);
180 uint64_t Address,
183 uint64_t Address, cons
406 getInstruction(MCInst &MI, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &os, raw_ostream &cs) const argument
505 tryAddingSymbolicOperand(uint64_t Address, int32_t Value, bool isBranch, uint64_t InstSize, MCInst &MI, const void *Decoder) argument
615 tryAddingPcLoadReferenceComment(uint64_t Address, int Value, const void *Decoder) argument
754 getInstruction(MCInst &MI, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &os, raw_ostream &cs) const argument
913 DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
924 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
936 DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
943 DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
973 DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
990 DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1011 DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1021 DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1029 DecodeDPR_VFP2RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1044 DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1064 DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1085 DecodeDPairSpacedRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1097 DecodePredicateOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1111 DecodeCCOutOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1120 DecodeSOImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1129 DecodeSORegImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1166 DecodeSORegRegOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1201 DecodeRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1236 DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1253 DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1272 DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1293 DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1438 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1543 DecodeSORegMemOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1587 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1778 DecodeRFEInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1807 DecodeMemMultipleWritebackInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1892 DecodeCPSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1932 DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1972 DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1996 DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2022 DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2050 DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2070 DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2089 DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2095 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2122 DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2148 DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2165 DecodeVLDInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2439 DecodeVSTInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2710 DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2757 DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2805 DecodeVLD3DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2840 DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2895 DecodeNEONModImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2940 DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2959 DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2965 DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2971 DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2977 DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2983 DecodeTBLInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3019 DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3043 DecodeThumbBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3051 DecodeT2BROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3059 DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3067 DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3082 DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3096 DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3106 DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3114 DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3131 DecodeT2LoadShift(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3186 DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3200 DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3215 DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val, uint64_t Address, const void *Decoder) argument
3230 DecodeT2Imm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3243 DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3274 DecodeT2LdStPre(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3304 DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3319 DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3330 DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3355 DecodeThumbCPS(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3366 DecodePostIdxReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3379 DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3403 DecodeCoprocessor(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3413 DecodeThumbTableBranch(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3429 DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3471 DecodeT2SOImm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3503 DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3511 DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3534 DecodeMemBarrierOption(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3543 DecodeMSRMask(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3550 DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3573 DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3600 DecodeLDRPreImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3625 DecodeLDRPreReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3653 DecodeSTRPreImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3678 DecodeSTRPreReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3703 DecodeVLD1LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3770 DecodeVST1LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3836 DecodeVLD2LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3903 DecodeVST2LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3967 DecodeVLD3LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4037 DecodeVST3LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4101 DecodeVLD4LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4182 DecodeVST4LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4254 DecodeVMOVSRR(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4280 DecodeVMOVRRS(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4306 DecodeIT(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4328 DecodeT2LDRDPreInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4365 DecodeT2STRDPreInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4399 DecodeT2Adr(MCInst &Inst, uint32_t Insn, uint64_t Address, const void *Decoder) argument
4414 DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, uint64_t Address, const void *Decoder) argument
4425 DecodeSwap(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4452 DecodeVCVTD(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4480 DecodeVCVTQ(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4508 DecodeLDR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
4535 DecodeMRRC2(llvm::MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A DMCFunction.h33 uint64_t Address; member in struct:llvm::MCDecodedInst
38 MCDecodedInst(uint64_t Address, uint64_t Size, MCInst Inst) argument
39 : Address(Address), Size(Size), Inst(Inst) {}
42 return Address < RHS.Address;
92 MCBasicBlock &addBlock(uint64_t Address, const MCBasicBlock &BB) { argument
93 Blocks.push_back(std::make_pair(Address, BB));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMemory.h31 MemoryBlock() : Address(0), Size(0) { }
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { }
33 void *base() const { return Address; }
36 void *Address; ///< Address of first byte of memory area member in class:llvm::sys::MemoryBlock
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DMemory.inc116 Result.Address = Addr;
120 Memory::InvalidateInstructionCache(Result.Address, Result.Size);
127 if (M.Address == 0 || M.Size == 0)
130 if (0 != ::munmap(M.Address, M.Size))
133 M.Address = 0;
141 if (M.Address == 0 || M.Size == 0)
149 int Result = ::mprotect(M.Address, M.Size, Protect);
154 Memory::InvalidateInstructionCache(M.Address, M.Size);
227 result.Address = pa;
234 if (M.Address
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJSInterfaceJIT.h191 inline Address tagFor(int index, RegisterID base = callFrameRegister);
211 void restoreReturnAddressBeforeReturn(Address);
214 inline Address payloadFor(int index, RegisterID base = callFrameRegister);
215 inline Address intPayloadFor(int index, RegisterID base = callFrameRegister);
216 inline Address intTagFor(int index, RegisterID base = callFrameRegister);
217 inline Address addressFor(int index, RegisterID base = callFrameRegister);
245 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base)
248 return Address(base, (static_cast<unsigned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.tag));
251 inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID base)
254 return Address(bas
[all...]
H A DJITOpcodes32_64.cpp90 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
119 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
145 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
204 restoreReturnAddressBeforeReturn(Address(callFrameRegister, JSStack::ReturnPC * static_cast<int>(sizeof(Register))));
247 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
248 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
267 loadPtr(Address(regT1, JSCell::structureOffset()), regT3);
278 loadPtr(Address(regT2, JSCell::structureOffset()), regT2);
279 load32(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT2);
336 loadPtr(Address(regT
[all...]
H A DJITCall.cpp94 store32(regT0, Address(regT1, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload)));
98 store64(regT2, Address(regT1, CallFrame::thisArgumentOffset() * static_cast<int>(sizeof(Register))));
174 loadPtr(Address(regT0, JSCell::structureOffset()), regT0);
180 store32(TrustedImm32(argCount), Address(regT1, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.payload)));
183 store32(TrustedImm32(instruction - m_codeBlock->instructions().begin()), Address(callFrameRegister, JSStack::ArgumentCount * static_cast<int>(sizeof(Register)) + OBJECT_OFFSETOF(EncodedValueDescriptor, asBits.tag)));
186 store64(callFrameRegister, Address(regT1, JSStack::CallerFrame * static_cast<int>(sizeof(Register))));
187 store64(regT0, Address(regT1, JSStack::Callee * static_cast<int>(sizeof(Register))));
207 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_scope)), regT1);
233 slowCases.append(branchPtr(NotEqual, Address(regT0, JSCell::structureOffset()), TrustedImmPtr(expectedStructure)));
234 slowCases.append(branchPtr(NotEqual, Address(regT
[all...]
H A DJITPropertyAccess.cpp60 failures.append(jit.branchPtr(NotEqual, Address(regT0, JSCell::structureOffset()), TrustedImmPtr(vm->stringStructure.get())));
63 jit.load32(Address(regT0, ThunkHelpers::jsStringLengthOffset()), regT2);
64 jit.loadPtr(Address(regT0, ThunkHelpers::jsStringValueOffset()), regT0);
74 jit.loadPtr(Address(regT0, StringImpl::flagsOffset()), regT2);
75 jit.loadPtr(Address(regT0, StringImpl::dataOffset()), regT0);
115 loadPtr(Address(regT0, JSCell::structureOffset()), regT2);
163 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT2);
164 slowCases.append(branch32(AboveOrEqual, regT1, Address(regT2, Butterfly::offsetOfPublicLength())));
178 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT2);
179 slowCases.append(branch32(AboveOrEqual, regT1, Address(regT
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGThunks.cpp124 CCallHelpers::Address(
151 CCallHelpers::Address(
170 CCallHelpers::Address(
176 CCallHelpers::Address(
252 jit.loadPtr(CCallHelpers::Address(GPRInfo::nonArgGPR0, JSCell::structureOffset()), GPRInfo::nonArgGPR2);
256 CCallHelpers::Address(GPRInfo::nonArgGPR2, Structure::classInfoOffset()),
262 CCallHelpers::Address(GPRInfo::nonArgGPR0, JSFunction::offsetOfExecutable()),
267 CCallHelpers::Address(
275 CCallHelpers::Address(GPRInfo::nonArgGPR0, JSFunction::offsetOfScopeChain()),
280 CCallHelpers::Address(
[all...]
H A DDFGAssemblyHelpers.h73 void restoreReturnAddressBeforeReturn(Address address)
90 ALWAYS_INLINE void restoreReturnAddressBeforeReturn(Address address)
107 ALWAYS_INLINE void restoreReturnAddressBeforeReturn(Address address)
115 loadPtr(Address(GPRInfo::callFrameRegister, entry * sizeof(Register)), to);
120 store64(from, Address(GPRInfo::callFrameRegister, entry * sizeof(Register)));
122 store32(from, Address(GPRInfo::callFrameRegister, entry * sizeof(Register)));
128 storePtr(TrustedImmPtr(value), Address(GPRInfo::callFrameRegister, entry * sizeof(Register)));
140 static Address addressFor(VirtualRegister virtualRegister)
142 return Address(GPRInfo::callFrameRegister, virtualRegister * sizeof(Register));
144 static Address addressFo
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCAtom.cpp16 void MCAtom::addInst(const MCInst &I, uint64_t Address, unsigned Size) { argument
19 assert(Address < End+Size &&
21 if (Address > End)
24 Text.push_back(std::make_pair(Address, I));
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86Common.h112 // may often be a memory location (explictly described using an Address
120 void add32(TrustedImm32 imm, Address address)
130 void add32(Address src, RegisterID dest)
135 void add32(RegisterID src, Address dest)
155 void and32(RegisterID src, Address dest)
160 void and32(Address src, RegisterID dest)
165 void and32(TrustedImm32 imm, Address address)
230 void mul32(Address src, RegisterID dest)
245 void neg32(Address srcDest)
260 void or32(RegisterID src, Address des
[all...]
H A DMacroAssemblerX86_64.h58 add32(imm, Address(scratchRegister));
64 and32(imm, Address(scratchRegister));
70 add32(Address(scratchRegister), dest);
76 or32(imm, Address(scratchRegister));
82 or32(reg, Address(scratchRegister));
88 sub32(imm, Address(scratchRegister));
122 store8(imm, Address(scratchRegister));
133 // Address is a memory location containing the address to jump to
137 jump(Address(scratchRegister));
160 add32(src, Address(scratchRegiste
[all...]

Completed in 153 milliseconds

1234567