Searched defs:LoadAddress (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h56 /// LoadAddress - the address of the section in the target process's memory.
60 uint64_t LoadAddress; member in class:llvm::SectionEntry
73 LoadAddress((uintptr_t)address), StubOffset(size),
249 return Sections[SectionID].LoadAddress;
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc112 void MacroAssembler::LoadAddress(Register destination, function in class:v8::internal::MacroAssembler
128 // This calculation depends on the internals of LoadAddress.
156 LoadAddress(kScratchRegister, source);
651 LoadAddress(rbx, ExternalReference(f, isolate()));
660 LoadAddress(rbx, ext);
749 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
779 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
855 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
856 LoadAddress(rax,
867 LoadAddress(rb
[all...]

Completed in 882 milliseconds