/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma03.c | 73 void *map, *remap; in main() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-peeling.cc | 115 Node* PeeledIteration::map(Node* node) { in map() function in v8::internal::compiler::PeeledIteration
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-qnx.cc | 100 } map; in GetSharedLibraryAddresses() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-function.cc | 118 Handle<Map> map = Map::AsLanguageMode(isolate, initial_map, shared_info); in CreateDynamicFunction() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-inl.h | 61 NewFastOrSlowJSObjectFromMap( Handle<Map> map, int number_of_slow_properties, AllocationType allocation, Handle<AllocationSite> allocation_site) NewFastOrSlowJSObjectFromMap() argument
|
H A D | marking-worklist-inl.h | 54 bool MarkingWorklists::Local::ExtractWrapper(Map map, JSObject object, in ExtractWrapper() argument
|
H A D | factory-base-inl.h | 102 Map map = Map::GetInstanceTypeMap(roots, type); in NewStructInternal() local 108 Struct FactoryBase<Impl>::NewStructInternal(ReadOnlyRoots roots, Map map, in NewStructInternal() argument
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic-stats.cc | 136 ss << map; in AppendToTracedValue() local
|
H A D | ic-stats.h | 42 void* map; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-segment-iterator.cc | 41 Handle<Map> map = Handle<Map>( in Create() local
|
H A D | objects-body-descriptors.h | 86 static bool IsValidSlot(Map map, HeapObject obj, int offset) { in IsValidSlot() argument 91 static inline void IterateBody(Map map, HeapObject obj, ObjectVisitor* v) { in IterateBody() argument 96 static inline void IterateBody(Map map, HeapObjec argument 102 SizeOf(Map map, HeapObject object) SizeOf() argument 117 SizeOf(Map map, HeapObject object) SizeOf() argument 128 IsValidSlot(Map map, HeapObject obj, int offset) IsValidSlot() argument 133 IterateBody(Map map, HeapObject obj, int object_size, ObjectVisitor* v) IterateBody() argument 139 SizeOf(Map map, HeapObject object) SizeOf() argument 169 IsValidSlot(Map map, HeapObject obj, int offset) IsValidSlot() argument 174 IterateBody(Map map, HeapObject obj, int object_size, ObjectVisitor* v) IterateBody() argument 180 SizeOf(Map map, HeapObject object) SizeOf() argument 200 IsValidSlot(Map map, HeapObject obj, int offset) IsValidSlot() argument 203 IterateBody(Map map, HeapObject obj, int object_size, ObjectVisitor* v) IterateBody() argument 207 SizeOf(Map map, HeapObject object) SizeOf() argument 226 IsValidSlot(Map map, HeapObject obj, int offset) IsValidSlot() argument 232 IterateBody(Map map, HeapObject obj, ObjectVisitor* v) IterateBody() argument 238 IterateBody(Map map, HeapObject obj, int object_size, ObjectVisitor* v) IterateBody() argument 244 SizeOf(Map map, HeapObject object) SizeOf() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.c | 53 void *map; in realloc_query_bo() local
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_query.c | 148 uint32_t temp, *map; in r300_get_query_result() local
|
H A D | r300_transfer.c | 112 char *map; in r300_texture_transfer_map() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_algorithm.c | 42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, in algorithm_do_map() argument 117 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this() local
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | NfaFlattener.java | 185 recursivelySetMaxPathLength( Node node, int length, ValueGraph<Node, ?> graph, Map<Node, Integer> map) recursivelySetMaxPathLength() argument
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | DisjointRangeMap.java | 40 private final SortedMap<T, RangeTree> map = new TreeMap<>(); field in DisjointRangeMap.Builder 137 private final ImmutableSortedMap<T, RangeTree> map; field in DisjointRangeMap 140 DisjointRangeMap( Column<T> column, SortedMap<T, RangeTree> map, RangeTree assignedRanges) DisjointRangeMap() argument [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_script_run.c | 90 uint32_t map[FULL_MAPSIZE]; in script_run() local [all...] |
/third_party/openssl/crypto/ |
H A D | core_algorithm.c | 42 static int algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, in algorithm_do_map() argument 117 const OSSL_ALGORITHM *map = NULL; in algorithm_do_this() local
|
/third_party/skia/src/core/ |
H A D | SkImageFilterTypes.cpp | 96 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 101 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 108 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 115 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 122 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 127 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 132 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map() function in skif::Mapping 138 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | WeakMap.hpp | 84 Map map; member in vk::dbg::WeakMap [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | ScriptListTable.java | 24 public Map<ScriptTag, ScriptTable> map() { in map() method in ScriptListTable
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | HeaderTable.java | 33 private Map<Integer, Integer> map = new HashMap<Integer, Integer>(); field in HeaderTable.Builder
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | quant_levels_utils.c | 122 uint8_t map[NUM_SYMBOLS]; in QuantizeLevels() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-myanmar.cc | 77 hb_ot_map_builder_t *map = &plan->map; in collect_features_myanmar() local [all...] |