/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 56 /// 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 D | DIASession.cpp | 139 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 D | macro-assembler-x64.cc | 105 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 D | macro-assembler-x64.h | 359 void LoadAddress(Register destination, ExternalReference source);
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 45 __ 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 D | regexp-macro-assembler-x64.cc | 365 __ 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 D | macro-assembler-ia32.h | 298 void LoadAddress(Register destination, ExternalReference source);
|
H A D | macro-assembler-ia32.cc | 292 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 D | macro-assembler-mips64.h | 246 void LoadAddress(Register dst, Label* target);
|
H A D | macro-assembler-mips64.cc | 4671 void TurboAssembler::LoadAddress(Register dst, Label* target) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 222 void LoadAddress(Register dst, Label* target);
|
H A D | macro-assembler-mips.cc | 4147 void TurboAssembler::LoadAddress(Register dst, Label* target) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 247 void LoadAddress(
|
H A D | macro-assembler-riscv64.cc | 3535 void TurboAssembler::LoadAddress(Register dst, Label* target, in LoadAddress() function in v8::TurboAssembler
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 4253 __ 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 D | code-generator-riscv64.cc | 769 __ LoadAddress(kScratchReg, &after_call, RelocInfo::EXTERNAL_REFERENCE); in AssembleArchInstruction()
|