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 56 /// LoadAddress - the address of the section in the target process's memory.
60 uint64_t LoadAddress;
73 LoadAddress((uintptr_t)address), StubOffset(size),
249 return Sections[SectionID].LoadAddress;
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 112 void MacroAssembler::LoadAddress(Register destination,
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(rbx, ext)
    [all...]

Completed in 141 milliseconds