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

12345678

/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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:__anon10037::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))
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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.10.1/JavaScriptCore-7600.1.17/jit/
H A DJSInterfaceJIT.h65 inline Address tagFor(int index, RegisterID base = callFrameRegister);
83 inline Address payloadFor(int index, RegisterID base = callFrameRegister);
84 inline Address intPayloadFor(int index, RegisterID base = callFrameRegister);
85 inline Address intTagFor(int index, RegisterID base = callFrameRegister);
86 inline Address addressFor(int index, RegisterID base = callFrameRegister);
114 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base)
117 return Address(base, (static_cast<unsigned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.tag));
120 inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID base)
123 return Address(base, (static_cast<unsigned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.payload));
126 inline JSInterfaceJIT::Address JSInterfaceJI
[all...]
H A DAssemblyHelpers.h71 void storeCell(T cell, Address address)
81 void storeValue(JSValueRegs regs, Address address)
130 void restoreReturnAddressBeforeReturn(Address address)
165 ALWAYS_INLINE void restoreReturnAddressBeforeReturn(Address address)
188 ALWAYS_INLINE void restoreReturnAddressBeforeReturn(Address address)
211 ALWAYS_INLINE void restoreReturnAddressBeforeReturn(Address address)
219 loadPtr(Address(GPRInfo::callFrameRegister, entry * sizeof(Register)), to);
223 storePtr(from, Address(GPRInfo::callFrameRegister, entry * sizeof(Register)));
228 storePtr(TrustedImmPtr(value), Address(GPRInfo::callFrameRegister, entry * sizeof(Register)));
233 loadPtr(Address(GPRInf
[all...]
H A DRegisterPreservationWrapperGenerator.cpp73 AssemblyHelpers::Address(
92 jit.load64(AssemblyHelpers::Address(GPRInfo::regT4, offset), GPRInfo::regT0);
99 jit.storePtr(GPRInfo::regT1, AssemblyHelpers::Address(GPRInfo::regT4, currentOffset));
105 jit.store64(gpr, AssemblyHelpers::Address(GPRInfo::regT4, currentOffset));
111 jit.storeDouble(fpr, AssemblyHelpers::Address(GPRInfo::regT4, currentOffset));
161 AssemblyHelpers::Address(
189 jit.loadPtr(AssemblyHelpers::Address(GPRInfo::regT2, currentOffset), GPRInfo::regT1);
195 jit.load64(AssemblyHelpers::Address(GPRInfo::regT2, currentOffset), gpr);
201 jit.loadDouble(AssemblyHelpers::Address(GPRInfo::regT2, currentOffset), fpr);
207 AssemblyHelpers::Address(
[all...]
H A DJITPropertyAccess32_64.cpp86 failures.append(JSC::branchStructure(jit, NotEqual, Address(regT0, JSCell::structureIDOffset()), vm->stringStructure.get()));
89 jit.load32(Address(regT0, ThunkHelpers::jsStringLengthOffset()), regT1);
90 jit.loadPtr(Address(regT0, ThunkHelpers::jsStringValueOffset()), regT0);
100 jit.loadPtr(Address(regT0, StringImpl::flagsOffset()), regT1);
101 jit.loadPtr(Address(regT0, StringImpl::dataOffset()), regT0);
182 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT3);
183 slowCases.append(branch32(AboveOrEqual, regT2, Address(regT3, Butterfly::offsetOfPublicLength())));
198 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT3);
199 slowCases.append(branch32(AboveOrEqual, regT2, Address(regT3, Butterfly::offsetOfPublicLength())));
215 loadPtr(Address(regT
[all...]
H A DJITInlineCacheGenerator.cpp106 MacroAssembler::Address(m_base.payloadGPR(), JSCell::structureIDOffset()),
110 MacroAssembler::Address(m_base.payloadGPR(), JSObject::butterflyOffset()), butterfly);
127 MacroAssembler::Address(m_value.payloadGPR(), 0), m_value.payloadGPR()).label();
130 MacroAssembler::Address(m_value.payloadGPR(), 0), m_value.tagGPR()).label();
132 MacroAssembler::Address(m_value.payloadGPR(), 0), m_value.payloadGPR()).label();
156 m_value.payloadGPR(), MacroAssembler::Address(m_scratch, 0)).label();
159 m_value.tagGPR(), MacroAssembler::Address(m_scratch, 0)).label();
161 m_value.payloadGPR(), MacroAssembler::Address(m_scratch, 0)).label();
H A DJITPropertyAccess.cpp56 Address(regT0, JSCell::structureIDOffset()),
60 jit.load32(Address(regT0, ThunkHelpers::jsStringLengthOffset()), regT2);
61 jit.loadPtr(Address(regT0, ThunkHelpers::jsStringValueOffset()), regT0);
71 jit.loadPtr(Address(regT0, StringImpl::flagsOffset()), regT2);
72 jit.loadPtr(Address(regT0, StringImpl::dataOffset()), regT0);
159 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT2);
160 slowCases.append(branch32(AboveOrEqual, regT1, Address(regT2, Butterfly::offsetOfPublicLength())));
174 loadPtr(Address(regT0, JSObject::butterflyOffset()), regT2);
175 slowCases.append(branch32(AboveOrEqual, regT1, Address(regT2, Butterfly::offsetOfPublicLength())));
189 loadPtr(Address(regT
[all...]
H A DJITOpcodes32_64.cpp68 storePtr(X86Registers::ecx, Address(stackPointerRegister));
91 loadPtr(Address(argumentGPR1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
121 loadPtr(Address(callFrameRegister), X86Registers::ecx);
124 loadPtr(Address(callFrameRegister), argumentGPR0);
213 addSlowCase(branchTest8(Zero, Address(regT0, JSCell::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
242 loadPtr(Address(regT2, JSCell::structureIDOffset()), regT2);
243 load32(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT2);
298 Jump isMasqueradesAsUndefined = branchTest8(NonZero, Address(regT0, JSCell::typeInfoFlagsOffset()), TrustedImm32(MasqueradesAsUndefined));
303 loadPtr(Address(regT0, JSCell::structureIDOffset()), regT1);
305 loadPtr(Address(regT
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/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.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86_64.h65 add32(imm, Address(scratchRegister));
71 and32(imm, Address(scratchRegister));
77 add32(Address(scratchRegister), dest);
83 or32(imm, Address(scratchRegister));
89 or32(reg, Address(scratchRegister));
95 sub32(imm, Address(scratchRegister));
145 store8(imm, Address(scratchRegister));
151 store8(reg, Address(scratchRegister));
168 store64(X86Registers::ebp, Address(X86Registers::esp, -16));
185 load64(Address(X86Register
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLSaveRestore.cpp108 jit.store64(reg, MacroAssembler::Address(regs.first, offsetOfGPR(reg)));
113 jit.store64(regs.second, MacroAssembler::Address(regs.first, offsetOfGPR(regs.first)));
119 jit.storeDouble(reg, MacroAssembler::Address(regs.first, offsetOfFPR(reg)));
134 jit.loadDouble(MacroAssembler::Address(regs.first, offsetOfFPR(reg)), reg);
140 jit.load64(MacroAssembler::Address(regs.first, offsetOfGPR(reg)), reg);
143 jit.load64(MacroAssembler::Address(regs.first, offsetOfGPR(regs.first)), regs.first);
/macosx-10.10.1/llvmCore-3425.0.34/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));

Completed in 140 milliseconds

12345678