/third_party/node/deps/v8/src/base/ |
H A D | region-allocator.cc | 5 #include "src/base/region-allocator.h" 7 #include "src/base/bits.h" 8 #include "src/base/logging.h" 9 #include "src/base/macros.h" 12 namespace base { namespace 31 CHECK(base::bits::IsPowerOfTwo(page_size_)); in RegionAllocator() 380 } // namespace base
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-iterator-gen.cc | 63 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorStep() 112 base::Optional<TNode<Map>> fast_iterator_result_map) { in IteratorValue()
|
/third_party/node/deps/v8/src/execution/ |
H A D | tiering-manager.cc | 7 #include "src/base/platform/platform.h" 161 if (base::IsInRange(current_offset, iterator.GetJumpTargetOffset(), in HaveCachedOSRCodeForCurrentBytecodeOffset() 181 bool TiersUpToMaglev(base::Optional<CodeKind> code_kind) { in TiersUpToMaglev()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 9 #include "src/base/platform/wrappers.h" 58 int GetLEB128Size(base::Vector<const uint8_t> module_bytes, int offset) { in GetLEB128Size() 65 base::Vector<const uint8_t> wire_bytes = native_module->wire_bytes(); in ReturnPc()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-intrinsics-generator.cc | 147 auto base = __ Signed(__ IntPtrSub(args.base_reg_location(), offset)); in CopyDataPropertiesWithExcludedPropertiesOnStack() local 154 excluded_property_count, base); in CopyDataPropertiesWithExcludedPropertiesOnStack()
|
H A D | interpreter.cc | 164 base::Vector<const char> filter = in ShouldPrintBytecode() 165 base::CStrVector(FLAG_print_bytecode_filter); in ShouldPrintBytecode()
|
/third_party/node/deps/v8/src/objects/ |
H A D | dictionary.h | 8 #include "src/base/export-template.h" 9 #include "src/base/optional.h" 44 inline base::Optional<Object> TryValueAt(InternalIndex entry); 246 base::Optional<PropertyCell> TryFindPropertyCellForConcurrentLookupIterator(
|
H A D | intl-objects.h | 17 #include "src/base/timezone-cache.h" 127 V8_WARN_UNUSED_RESULT static base::Optional<int> StringLocaleCompare( 271 // static base::LazyInstance<Intl::AvailableLocales<icu::YYY>>::type 318 static base::TimezoneCache* CreateTimeZoneCache();
|
H A D | lookup.h | 339 V8_EXPORT_PRIVATE static base::Optional<Object> TryGetOwnCowElement( 363 V8_EXPORT_PRIVATE static base::Optional<PropertyCell> TryGetPropertyCell(
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.cc | 406 base::Optional<VariableProxy*> Rewriter::RewriteBody( in RewriteBody() 435 return base::nullopt; in RewriteBody()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 423 base::Vector<const byte> payload(data_ + kFirstHashedDataOffset, in CreateEmbeddedBlobDataHash() 430 base::Vector<const byte> payload(code_, code_size_); in CreateEmbeddedBlobCodeHash()
|
/third_party/node/deps/v8/src/torque/ |
H A D | class-debug-reader-generator.cc | 90 base::Optional<const StructType*> struct_type = type_->StructSupertype(); in end() 155 base::Optional<const ClassType*> field_class_type = in GetOriginalType()
|
/third_party/node/deps/v8/src/utils/ |
H A D | bit-vector.h | 8 #include "src/base/bits.h" 40 uintptr_t trailing_zeros = base::bits::CountTrailingZeros(current_value_); in operator ++() 370 base::bits::RoundUpToPowerOfTwo32(static_cast<uint32_t>(value)); in EnsureCapacity()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.h | 95 struct pipe_stream_output_target base; member 200 struct pipe_context base; member
|
H A D | freedreno_perfetto.cc | 256 uint64_t cpu_ts = perfetto::base::GetBootTimeNs().count(); in sync_timestamp() 302 packet->set_timestamp(perfetto::base::GetBootTimeNs().count()); in emit_submit_id()
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | gen_enum_to_str.py | 321 value=int(elem.attrib['value'], base=0)) 324 value=(1 << int(elem.attrib['bitpos'], base=0)))
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 121 struct tgsi_shader_info base; member 344 struct lp_build_context base; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 630 u_transfer_helper_destroy(screen->base.transfer_helper); in crocus_screen_destroy() 790 struct pipe_screen *pscreen = &screen->base; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.h | 196 struct pipe_sampler_view base; member 203 * derived from base. */ 274 /* const buffer base */ 301 struct pipe_surface base; member
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableTest.java | 18 import static com.google.common.base.Preconditions.checkArgument; 19 import static com.google.common.base.StandardSystemProperty.LINE_SEPARATOR;
|
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 558 with tempfile.NamedTemporaryFile(dir=directory) as base: 559 base_path = base.name
|
/third_party/python/Lib/ |
H A D | site.py | 277 base = os.environ.get("APPDATA") or "~" 278 return joinuser(base, "Python") 302 """Returns the `user base` directory path. 304 The `user base` directory can be used to store data. If the global 620 %s [--user-base] [--user-site] 626 Exit codes with --user-base or --user-site: 652 if '--user-base' in args:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 292 // word that follows the base address word. The second least significant bit in decode_relrs() 326 // Set base offset for subsequent bitmap entries. in decode_relrs() 331 // Odd entry: encodes bitmap for relocations starting at base. in decode_relrs() 342 // Advance base offset by NBits words. in decode_relrs() 511 reinterpret_cast<const Elf_Dyn *>(base() + Phdr.p_offset), in dynamicEntries() 583 return base() + Phdr.p_offset + Delta; in toMappedAddr()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DrawCallPerf.cpp | 39 DrawArraysPerfParams(const DrawCallPerfParams &base) : DrawCallPerfParams(base) {} in DrawArraysPerfParams()
|
/third_party/skia/src/core/ |
H A D | SkCompressedDataUtils.cpp | 36 static inline int extend_5plus3To8Bits(int base, int diff) { in extend_5plus3To8Bits() argument 39 return extend_5To8bits((0x1f & base) + kLookup[0x7 & diff]); in extend_5plus3To8Bits()
|