/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 46 kSandboxedPointer, enumerator 230 return MachineType(MachineRepresentation::kSandboxedPointer, in SandboxedPointer() 271 case MachineRepresentation::kSandboxedPointer: 399 case MachineRepresentation::kSandboxedPointer: in ElementSizeLog2Of()
|
D | machine-type.cc | 60 case MachineRepresentation::kSandboxedPointer: in MachineReprToString()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocation.h | 60 case MachineRepresentation::kSandboxedPointer: in ByteWidthForStackSlot()
|
D | instruction.cc | 267 case MachineRepresentation::kSandboxedPointer: in operator <<() 941 case MachineRepresentation::kSandboxedPointer: in FilterRepresentation()
|
D | instruction.h | 557 case MachineRepresentation::kSandboxedPointer: in IsSupportedRepresentation()
|
/third_party/node/deps/v8/src/compiler/ |
D | machine-graph-verifier.cc | 88 case MachineRepresentation::kSandboxedPointer: in PromoteRepresentation() 1003 case MachineRepresentation::kSandboxedPointer: in IsCompatible()
|
D | load-elimination.cc | 1073 case MachineRepresentation::kSandboxedPointer: in ReduceLoadElement() 1130 case MachineRepresentation::kSandboxedPointer: in ReduceStoreElement() 1435 case MachineRepresentation::kSandboxedPointer: in FieldIndexOf()
|
D | types.h | 210 kSandboxedPointer | kOtherInternal) \
|
D | representation-change.cc | 248 case MachineRepresentation::kSandboxedPointer: in GetRepresentationFor() 1256 } else if (output_rep == MachineRepresentation::kSandboxedPointer) { in GetWord64RepresentationFor()
|
D | machine-operator.cc | 686 V(kSandboxedPointer) \
|
D | js-native-context-specialization.cc | 2529 case MachineRepresentation::kSandboxedPointer: in BuildPropertyStore()
|
D | simplified-lowering.cc | 166 case MachineRepresentation::kSandboxedPointer: in TruncatingUseInfoFromRepresentation()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 373 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitLoad() 454 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitStore() 1431 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitUnalignedLoad() 1486 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitUnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 506 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitLoad() 580 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitStore() 1864 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitUnalignedLoad() 1919 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitUnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 563 case MachineRepresentation::kSandboxedPointer: in VisitLoad() 643 case MachineRepresentation::kSandboxedPointer: in VisitStore() 1802 case MachineRepresentation::kSandboxedPointer: in VisitUnalignedLoad() 1857 case MachineRepresentation::kSandboxedPointer: in VisitUnalignedStore()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 349 case MachineRepresentation::kSandboxedPointer: in EmitStore() 519 if (rep == MachineRepresentation::kSandboxedPointer) { in GetTSANValueRegister() 540 if (rep == MachineRepresentation::kSandboxedPointer) { in GetTSANValueRegister() 2491 MachineRepresentation::kSandboxedPointer); in AssembleArchInstruction()
|
D | instruction-selector-x64.cc | 300 case MachineRepresentation::kSandboxedPointer: in GetLoadOpcode() 339 case MachineRepresentation::kSandboxedPointer: in GetStoreOpcode()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 204 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitLoadCommon() 350 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitStoreCommon()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 295 case MachineRepresentation::kSandboxedPointer: // Fall through. in SelectLoadOpcode() 778 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitGeneralStore()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 470 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitLoad() 549 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitStore()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 629 case MachineRepresentation::kSandboxedPointer: // Fall through. in VisitLoad() 667 case MachineRepresentation::kSandboxedPointer: // Fall through. in GetStoreOpcode()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 281 case MachineRepresentation::kSandboxedPointer: // Fall through. in GetLoadOpcode() 637 case MachineRepresentation::kSandboxedPointer: // Fall through. in GetStoreOpcode()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 842 case MachineRepresentation::kSandboxedPointer: in VisitLoad() 946 case MachineRepresentation::kSandboxedPointer: in VisitStore()
|