HomeSort by relevance Sort by last modified time
    Searched defs:LoadAddress (Results 1 - 3 of 3) 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 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 110 void MacroAssembler::LoadAddress(Register destination,
126 // This calculation depends on the internals of LoadAddress.
154 LoadAddress(kScratchRegister, source);
650 LoadAddress(rbx, ExternalReference(f, isolate()));
659 LoadAddress(rbx, ext);
748 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
778 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
854 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
855 LoadAddress(rax,
866 LoadAddress(rbx, ext)
    [all...]

Completed in 66 milliseconds