HomeSort by relevance Sort by last modified time
    Searched refs:LoadAddress (Results 1 - 21 of 21) 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/
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;
RuntimeDyldELF.cpp 236 uint64_t FinalAddress = Section.LoadAddress + Offset;
267 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
286 uint64_t FinalAddress = Section.LoadAddress + Offset;
390 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
467 << format("%p",Section.LoadAddress + Offset)
532 return it->LoadAddress + 0x8000;
664 uint64_t FinalAddress = (Section.LoadAddress + Offset);
672 uint64_t FinalAddress = (Section.LoadAddress + Offset);
679 uint64_t FinalAddress = (Section.LoadAddress + Offset);
714 int64_t Delta = (Value + Addend) - (Section.LoadAddress + Offset)
    [all...]
RuntimeDyldMachO.cpp 54 intptr_t MemDistance = A->LoadAddress - B->LoadAddress;
102 uint64_t FinalAddress = Section.LoadAddress + Offset;
RuntimeDyld.cpp 44 uint64_t Addr = Sections[i].LoadAddress;
442 Sections[SectionID].LoadAddress = Addr;
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 441 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate()));
445 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
494 __ LoadAddress(arg_reg_2, ExternalReference::isolate_address(isolate()));
regexp-macro-assembler-x64.cc 346 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
357 __ LoadAddress(rcx, ExternalReference::isolate_address(isolate()));
    [all...]
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...]
ic-x64.cc 443 __ LoadAddress(kScratchRegister, cache_keys);
468 __ LoadAddress(kScratchRegister, cache_field_offsets);
    [all...]
macro-assembler-x64.h 114 void LoadAddress(Register destination, ExternalReference source);
115 // Returns the size of the code generated by LoadAddress.
    [all...]
stub-cache-x64.cc 66 __ LoadAddress(kScratchRegister, key_offset);
83 __ LoadAddress(kScratchRegister, value_offset);
393 __ LoadAddress(rbx, ref);
    [all...]
code-stubs-x64.cc 540 __ LoadAddress(arg_reg_1,
    [all...]
lithium-codegen-x64.cc     [all...]
  /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 1098 milliseconds