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

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 76 // LoadAddress(profile.get());
81 void AuxiliaryProfilesAndroid::LoadAddress(AutofillProfile* profile) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 55 /// LoadAddress - the address of the section in the target process's memory.
59 uint64_t LoadAddress;
71 : Name(name), Address(address), Size(size), LoadAddress((uintptr_t)address),
203 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...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 125 void MacroAssembler::LoadAddress(Register destination,
142 // This calculation depends on the internals of LoadAddress.
171 LoadAddress(kScratchRegister, source);
609 LoadAddress(rbx, ExternalReference(function, isolate()));
630 LoadAddress(rbx, ExternalReference(f, isolate()));
639 LoadAddress(rbx, ext);
739 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
773 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
857 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
858 LoadAddress(rax
    [all...]

Completed in 7073 milliseconds