Home
last modified time | relevance | path

Searched refs:kMaxPCRelativeCodeRangeInMB (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
Dconstants-ia32.h19 constexpr size_t kMaxPCRelativeCodeRangeInMB = 0; variable
/third_party/node/deps/v8/src/codegen/x64/
Dconstants-x64.h18 constexpr size_t kMaxPCRelativeCodeRangeInMB = 2048; variable
/third_party/node/deps/v8/src/snapshot/
Dmksnapshot.cc278 ? i::kMaxPCRelativeCodeRangeInMB in main()
280 i::kMaxPCRelativeCodeRangeInMB); in main()
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h688 constexpr size_t kMaxPCRelativeCodeRangeInMB = 32; variable
/third_party/node/deps/v8/src/builtins/
Dsetup-builtins-internal.cc50 kMaxPCRelativeCodeRangeInMB; in BuiltinAssemblerOptions()
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h24 constexpr size_t kMaxPCRelativeCodeRangeInMB = 128; variable
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h143 constexpr size_t kMaxPCRelativeCodeRangeInMB = 4096; variable
/third_party/node/deps/v8/src/execution/
Disolate.cc384 STATIC_ASSERT(kMaxPCRelativeCodeRangeInMB <= 4096); in GetShortBuiltinsCallRegion()
385 if (kMaxPCRelativeCodeRangeInMB == 0) { in GetShortBuiltinsCallRegion()
390 if (uint64_t{kMaxPCRelativeCodeRangeInMB} * MB > max_size) { in GetShortBuiltinsCallRegion()
394 constexpr size_t radius = kMaxPCRelativeCodeRangeInMB * MB; in GetShortBuiltinsCallRegion()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h105 constexpr size_t kMaxPCRelativeCodeRangeInMB = 0; variable
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h60 constexpr size_t kMaxPCRelativeCodeRangeInMB = 4094; variable
/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h31 constexpr size_t kMaxPCRelativeCodeRangeInMB = 128; variable
/third_party/node/deps/v8/src/codegen/ppc/
Dconstants-ppc.h63 constexpr size_t kMaxPCRelativeCodeRangeInMB = 0; variable
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h32 constexpr size_t kMaxPCRelativeCodeRangeInMB = 4096; variable