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

  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.h 38 void LoadAddress(AutofillProfile* profile);
auxiliary_profiles_android.cc 76 // LoadAddress(profile.get());
81 void AuxiliaryProfilesAndroid::LoadAddress(AutofillProfile* profile) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 161 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
175 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
290 uint64_t FinalAddress = Section.LoadAddress + Offset;
306 uint64_t FinalAddress = Section.LoadAddress + Offset;
319 uint64_t FinalAddress = Section.LoadAddress + Offset;
345 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
362 uint64_t FinalAddress = Section.LoadAddress + Offset;
506 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
581 << format("%p", Section.LoadAddress + Offset) << " Value: "
793 uint64_t FinalAddress = (Section.LoadAddress + Offset)
    [all...]
RuntimeDyldMachO.cpp 179 intptr_t MemDistance = A->LoadAddress - B->LoadAddress;
209 MemMgr->registerEHFrames(EHFrame->Address, EHFrame->LoadAddress,
246 // into memory in the current (host) process. SectionEntry::LoadAddress is the
252 // SectionEntry::LoadAddress, but they will be applied at an address based
258 // current object Value will be the LoadAddress of the section in which
267 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
306 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
318 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress;
319 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress;
    [all...]
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;
RuntimeDyld.cpp 56 uint64_t Addr = Sections[i].LoadAddress;
612 Sections[SectionID].LoadAddress = Addr;
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 188 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate()));
192 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
241 __ LoadAddress(arg_reg_2, ExternalReference::isolate_address(isolate()));
regexp-macro-assembler-x64.cc 323 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
334 __ LoadAddress(rcx, ExternalReference::isolate_address(isolate()));
941 __ LoadAddress(r8, ExternalReference::isolate_address(isolate()));
946 __ LoadAddress(rdx, ExternalReference::isolate_address(isolate()));
    [all...]
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...]
ic-x64.cc 420 __ LoadAddress(kScratchRegister, cache_keys);
445 __ LoadAddress(kScratchRegister, cache_field_offsets);
    [all...]
stub-cache-x64.cc 46 __ LoadAddress(kScratchRegister, key_offset);
63 __ LoadAddress(kScratchRegister, value_offset);
    [all...]
macro-assembler-x64.h 111 void LoadAddress(Register destination, ExternalReference source);
112 // Returns the size of the code generated by LoadAddress.
    [all...]
code-stubs-x64.cc 477 __ LoadAddress(arg_reg_1,
    [all...]
lithium-codegen-x64.cc     [all...]

Completed in 313 milliseconds