HomeSort by relevance Sort by last modified time
    Searched defs:LoadAddress (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 50 /// LoadAddress - the address of the section in the target process's memory.
54 uint64_t LoadAddress;
66 : Address(address), Size(size), LoadAddress((uintptr_t)address),
181 return Sections[SectionID].LoadAddress;
  /external/v8/src/x64/
macro-assembler-x64.cc 116 void MacroAssembler::LoadAddress(Register destination,
133 // This calculation depends on the internals of LoadAddress.
586 LoadAddress(rbx, ExternalReference(function, isolate()));
607 LoadAddress(rbx, ExternalReference(f, isolate()));
616 LoadAddress(rbx, ext);
748 LoadAddress(rcx, ExternalReference::isolate_address());
750 LoadAddress(rdi, ExternalReference::isolate_address());
752 LoadAddress(rax,
763 LoadAddress(rbx, ext);
    [all...]

Completed in 77 milliseconds