Home
last modified time | relevance | path

Searched refs:FieldAddress (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.HeapAnalysis/
H A DAnalysisDecoder.cs255 SymValue destAddr = data.FieldAddress (obj, f, out fieldAddressType);
384 data.AssignConst (data.FieldAddress (ptr, field), fieldType, 0); in Entry()
386 data.AssignNull (data.FieldAddress (ptr, field)); in Entry()
686 SymValue dest = data.FieldAddress (obj, field); in Initobj()
798 data.CopyValue (data.FieldAddress (data.Value (obj), field), data.Address (value)); in StoreField()
808 data.CopyValue (data.FieldAddress (data.Globals, field), data.Address (value)); in StoreStaticField()
852 …MaterializeParameterInfo (data.FieldAddress (sv, field, out fieldAddressType), fieldAddressType, d… in MaterializeParameterInfo()
1178 SymValue srcAddr = data.FieldAddress (ptr, field, out fieldAddressType); in LoadFieldEffect()
1186 SymValue srcAddr = data.FieldAddress (sv, field, out fieldAddressType); in LoadFieldAddressEffect()
1200 SymValue srcAddr = data.FieldAddress (data.Globals, field, out fieldAddressType); in LoadStaticFieldEffect()
[all …]
H A DDomain.cs1253 public SymValue FieldAddress (SymValue ptr, Field field) in FieldAddress() method in Mono.CodeContracts.Static.Analysis.HeapAnalysis.Domain
1256 return FieldAddress (ptr, field, out fieldAddressType); in FieldAddress()
1259 public SymValue FieldAddress (SymValue ptr, Field field, out TypeNode fieldAddressType) in FieldAddress() method in Mono.CodeContracts.Static.Analysis.HeapAnalysis.Domain
1332 …MaterializeAccordingToType (FieldAddress (sv, field, out fieldAddressType), fieldAddressType, dept… in MaterializeAccordingToType()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/impl/
H A DComplexFormat.java60 private transient Map<String, FieldAddress> secKeyAddresses;
469 secKeyAddresses = new HashMap<String, FieldAddress>(); in initialize()
513 FieldAddress addr = new FieldAddress in initialize()
540 FieldAddress addr = secKeyAddresses.get(secKeyMeta.getKeyName()); in checkNewSecKeyInitializer()
777 FieldAddress addr = secKeyAddresses.get(keyName); in nullifySecKey()
846 FieldAddress addr = secKeyAddresses.get(keyName); in skipToSecKey()
892 private static class FieldAddress { class in ComplexFormat
900 FieldAddress(boolean isSecField, in FieldAddress() method in ComplexFormat.FieldAddress
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java60 private transient Map<String, FieldAddress> secKeyAddresses;
469 secKeyAddresses = new HashMap<String, FieldAddress>(); in initialize()
513 FieldAddress addr = new FieldAddress in initialize()
540 FieldAddress addr = secKeyAddresses.get(secKeyMeta.getKeyName()); in checkNewSecKeyInitializer()
777 FieldAddress addr = secKeyAddresses.get(keyName); in nullifySecKey()
846 FieldAddress addr = secKeyAddresses.get(keyName); in skipToSecKey()
892 private static class FieldAddress { class in ComplexFormat
900 FieldAddress(boolean isSecField, in FieldAddress() method in ComplexFormat.FieldAddress
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/impl/
H A DComplexFormat.java60 private transient Map<String, FieldAddress> secKeyAddresses;
469 secKeyAddresses = new HashMap<String, FieldAddress>(); in initialize()
513 FieldAddress addr = new FieldAddress in initialize()
540 FieldAddress addr = secKeyAddresses.get(secKeyMeta.getKeyName()); in checkNewSecKeyInitializer()
777 FieldAddress addr = secKeyAddresses.get(keyName); in nullifySecKey()
846 FieldAddress addr = secKeyAddresses.get(keyName); in skipToSecKey()
892 private static class FieldAddress { class in ComplexFormat
900 FieldAddress(boolean isSecField, in FieldAddress() method in ComplexFormat.FieldAddress
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dregistration.cpp99 m_fields |= FieldAddress; in Query()
194 if( m_fields & FieldAddress ) in tag()
H A Dregistration.h108 FieldAddress = 128, /**< Postal address requested */ enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h355 class FieldAddress : public Address {
357 FieldAddress(Register base, int32_t disp) in FieldAddress() function
361 FieldAddress(Register base, Register r);
363 FieldAddress(const FieldAddress &other) : Address(other) {} in FieldAddress() function
365 FieldAddress &operator=(const FieldAddress &other) {
H A Dassembler_arm.cc1501 ldr(IP, FieldAddress(CODE_REG, Code::saved_instructions_offset())); in CheckCodePointer()
1519 ldr(reg, FieldAddress(CODE_REG, Code::object_pool_offset())); in LoadPoolPointer()
1783 StoreIntoObject(object, FieldAddress(object, offset), value, in StoreIntoObjectOffset()
1900 ldrh(result, FieldAddress(object, class_id_offset), cond); in LoadClassId()
1946 ldr(hi, FieldAddress(value, Mint::value_offset() + kWordSize)); in ComputeRange()
1947 ldr(lo, FieldAddress(value, Mint::value_offset())); in ComputeRange()
1962 ldr(scratch2, FieldAddress(ic_data, ICData::state_bits_offset())); in UpdateRangeFeedback()
1965 str(scratch2, FieldAddress(ic_data, ICData::state_bits_offset())); in UpdateRangeFeedback()
2584 ldr(IP, FieldAddress(CODE_REG, Code::entry_point_offset()), cond); in Branch()
2596 ldr(LR, FieldAddress(CODE_REG, Code::entry_point_offset())); in BranchLink()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/objpas/classes/
H A Dcompon.inc190 Field := Owner.FieldAddress(Name);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dobjpash.inc229 function FieldAddress(const name : shortstring) : pointer;
H A Dobjpas.inc521 function TObject.FieldAddress(const name : shortstring) : pointer;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/objpas/classes/
H A Dcompon.inc190 Field := Owner.FieldAddress(Name);
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dobjpash.inc229 function FieldAddress(const name : shortstring) : pointer;
H A Dobjpas.inc521 function TObject.FieldAddress(const name : shortstring) : pointer;
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dobjpash.inc229 function FieldAddress(const name : shortstring) : pointer;
H A Dobjpas.inc521 function TObject.FieldAddress(const name : shortstring) : pointer;
/dports/lang/fpc-source/fpc-3.2.2/rtl/objpas/classes/
H A Dcompon.inc190 Field := Owner.FieldAddress(Name);
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dobjpash.inc229 function FieldAddress(const name : shortstring) : pointer;
H A Dobjpas.inc521 function TObject.FieldAddress(const name : shortstring) : pointer;
/dports/lang/fpc/fpc-3.2.2/rtl/objpas/classes/
H A Dcompon.inc190 Field := Owner.FieldAddress(Name);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jitclasses/test/
H A Dtestjitclass.pas568 …AssertEquals('Addr of Field', PtrUint(@JitObject.MyField), PtrUint(JitObject.FieldAddress('MyField…
569 AssertEquals('Addr of none Field', 0, PtrUint(JitObject.FieldAddress('NotHere')));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jitclasses/test/
H A Dtestjitclass.pas568 …AssertEquals('Addr of Field', PtrUint(@JitObject.MyField), PtrUint(JitObject.FieldAddress('MyField…
569 AssertEquals('Addr of none Field', 0, PtrUint(JitObject.FieldAddress('NotHere')));
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1406 Address FieldAddress = Address(FieldPtr, Align); in dumpRecord() local
1407 FieldPtr = CGF.Builder.CreateLoad(FieldAddress); in dumpRecord()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1239 Address FieldAddress = Address(FieldPtr, Align); in dumpRecord() local
1240 FieldPtr = CGF.Builder.CreateLoad(FieldAddress); in dumpRecord()

12