Home
last modified time | relevance | path

Searched refs:LoadAddress (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h56 /// LoadAddress - the address of the section in the target process's memory.
60 uint64_t LoadAddress; member in llvm::SectionEntry
78 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size), in SectionEntry()
97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress()
98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress()
103 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp139 uint64_t LoadAddress; in getLoadAddress() local
140 bool success = (S_OK == Session->get_loadAddress(&LoadAddress)); in getLoadAddress()
141 return (success) ? LoadAddress : 0; in getLoadAddress()
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc105 void TurboAssembler::LoadAddress(Register destination, in LoadAddress() function in v8::internal::TurboAssembler
155 LoadAddress(kScratchRegister, source); in PushAddress()
719 LoadAddress(rax, ExternalReference::abort_with_reason()); in CallRecordWriteStub()
751 LoadAddress(rbx, ExternalReference::Create(f)); in CallRecordWriteStub()
780 LoadAddress(rbx, ext); in CallRecordWriteStub()
1847 LoadAddress(kScratchRegister, ext); in CallRecordWriteStub()
3013 LoadAddress(rax, function); in CallRecordWriteStub()
H A Dmacro-assembler-x64.h359 void LoadAddress(Register destination, ExternalReference source);
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc45 __ LoadAddress(kJavaScriptCallExtraArg1Register, in Generate_Adaptor()
4604 __ LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate)); in CallApiFunctionAndReturn()
4605 __ LoadAddress(rax, ExternalReference::delete_handle_scope_extensions()); in CallApiFunctionAndReturn()
4881 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate)); in Generate_DeoptimizationEntry()
4885 __ LoadAddress(r8, ExternalReference::isolate_address(isolate)); in Generate_DeoptimizationEntry()
4942 __ LoadAddress(arg_reg_2, ExternalReference::isolate_address(isolate)); in Generate_DeoptimizationEntry()
5111 __ LoadAddress(get_baseline_pc, get_baseline_pc_extref); in Generate_BaselineOrInterpreterEntry()
5161 __ LoadAddress(get_baseline_pc, in Generate_BaselineOrInterpreterEntry()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc365 __ LoadAddress(arg_reg_4, ExternalReference::isolate_address(isolate())); in CheckNotBackReferenceIgnoreCase()
537 __ LoadAddress(arg_reg_3, ExternalReference::isolate_address(isolate())); in CallIsCharacterInRangeArray()
1064 __ LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate())); in GetCode()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h298 void LoadAddress(Register destination, ExternalReference source);
H A Dmacro-assembler-ia32.cc292 void TurboAssembler::LoadAddress(Register destination, in LoadAddress() function in v8::internal::TurboAssembler
1502 LoadAddress(dst, src.external_reference()); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h246 void LoadAddress(Register dst, Label* target);
H A Dmacro-assembler-mips64.cc4671 void TurboAssembler::LoadAddress(Register dst, Label* target) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h222 void LoadAddress(Register dst, Label* target);
H A Dmacro-assembler-mips.cc4147 void TurboAssembler::LoadAddress(Register dst, Label* target) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h247 void LoadAddress(
H A Dmacro-assembler-riscv64.cc3535 void TurboAssembler::LoadAddress(Register dst, Label* target, in LoadAddress() function in v8::TurboAssembler
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc4253 __ LoadAddress(get_baseline_pc, get_baseline_pc_extref); in Generate_BaselineOrInterpreterEntry()
4305 __ LoadAddress(get_baseline_pc, in Generate_BaselineOrInterpreterEntry()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc769 __ LoadAddress(kScratchReg, &after_call, RelocInfo::EXTERNAL_REFERENCE); in AssembleArchInstruction()

Completed in 61 milliseconds