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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 43 uint64_t LoadAddress; // For each section, the address it will be
53 : Address(address), Size(size), LoadAddress((uintptr_t)address),
RuntimeDyld.cpp 47 reassignSectionAddress(i, Sections[i].LoadAddress);
358 Sections[SectionID].LoadAddress = Addr;
376 resolveRelocation(Target, Sections[RE.SectionID].LoadAddress + RE.Offset,
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 421 __ LoadAddress(r9, ExternalReference::isolate_address());
432 __ LoadAddress(rcx, ExternalReference::isolate_address());
    [all...]
deoptimizer-x64.cc 820 __ LoadAddress(arg5, ExternalReference::isolate_address());
824 __ LoadAddress(r9, ExternalReference::isolate_address());
    [all...]
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...]
ic-x64.cc 480 __ LoadAddress(kScratchRegister, cache_keys);
505 __ LoadAddress(kScratchRegister, cache_field_offsets);
    [all...]
code-stubs-x64.cc 505 __ LoadAddress(rcx, ExternalReference::isolate_address());
507 __ LoadAddress(rdi, ExternalReference::isolate_address());
    [all...]
macro-assembler-x64.h 126 void LoadAddress(Register destination, ExternalReference source);
127 // Returns the size of the code generated by LoadAddress.
    [all...]
stub-cache-x64.cc 66 __ LoadAddress(kScratchRegister, key_offset);
83 __ LoadAddress(kScratchRegister, value_offset);
397 __ LoadAddress(rbx, ref);
    [all...]

Completed in 146 milliseconds