/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | gencnvex.c | 306 int32_t *map; in reduceToUMappings() local 421 int32_t *map; in generateToUTable() local 594 int32_t *map; prepareFromUMappings() local 720 int32_t *map; generateFromUTable() local 937 int32_t *map; generateFromUTrie() local [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | vic.h | 161 struct drm_tegra_mapping *map; member 111 VIC_PUSH_BUFFER(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, uint32_t method, struct drm_tegra_mapping *map, unsigned long offset, unsigned long flags) VIC_PUSH_BUFFER() argument
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-tap.c | 1450 tp_tap_config_set_map(struct libinput_device *device, enum libinput_config_tap_button_map map) tp_tap_config_set_map() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | typed-optimization.cc | 231 Node* const map = NodeProperties::GetValueInput(node, i); in ReduceCheckMaps() local [all...] |
H A D | types.h | 275 static bitset Lub(MapRef const& map) { return Lub<MapRef>(map); } in Lub() argument
|
H A D | js-heap-broker.h | 66 MapRef map; member [all...] |
H A D | loop-analysis.cc | 720 Node* NodeCopier::map(Node* node, uint32_t copy_index) { in map() function in v8::internal::compiler::NodeCopier
|
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 128 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter() argument 99 WeakCallbackParameter( MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument 494 auto map = Traits::MapFromWeakCallbackInfo(data); OnWeakCallback() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.cc | 67 bool Accessors::IsJSObjectFieldAccessor(Isolate* isolate, Handle<Map> map, in IsJSObjectFieldAccessor() argument
|
H A D | builtins-typed-array-gen.cc | 38 TNode<Map> map = in AllocateEmptyOnHeapBuffer() local 226 TypedArrayBuiltinsAssembler::GetTypedArrayElementsInfo(TNode<Map> map) { in GetTypedArrayElementsInfo() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-util.h | 128 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, const K& key, in WeakCallbackParameter() argument 99 WeakCallbackParameter( MapType* map, const K& key, Local<V> value) WeakCallbackParameter() argument 500 auto map = Traits::MapFromWeakCallbackInfo(data); OnWeakCallback() local [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 728 Handle<Map> map = isolate->factory()->NewMap(type, instance_size, in CreateApiFunction() local [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference.cc | 1097 Map map = Map::cast(Object(raw_map)); in InvalidatePrototypeChainsWrapper() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.h | 839 NewForTest(Handle<Map> map, AllocationType allocation) NewForTest() argument [all...] |
H A D | memory-measurement.cc | 371 bool NativeContextInferrer::InferForJSObject(Isolate* isolate, Map map, in InferForJSObject() argument 400 void NativeContextStats::IncrementExternalSize(Address context, Map map, in IncrementExternalSize() argument
|
H A D | scavenger.cc | 506 Map map = update_info.second; in HandleSurvivingNewLargeObjects() local 582 void Scavenger::IterateAndScavengePromotedObject(HeapObject target, Map map, in IterateAndScavengePromotedObject() argument [all...] |
H A D | sweeper.cc | 406 Map map = object.map(cage_base, kAcquireLoad); in RawSweep() local
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-impl.cc | 159 auto& map = m_sessions[session->contextGroupId()]; in disconnect() local 488 v8::Local<v8::debug::EphemeronTable> map = m_exceptionMetaData.Get(m_isolate); in associateExceptionData() local 515 v8::Local<v8::debug::EphemeronTable> map = m_exceptionMetaData.Get(m_isolate); in getAssociatedExceptionData() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.cc | 316 Map map = receiver.map(); in InferMethodNameFromFastObject() local
|
H A D | js-objects-inl.h | 134 Map map = prototype.map(); in PrototypeHasNoElements() local 267 GetHeaderSize(Map map) GetHeaderSize() argument 278 GetEmbedderFieldsStartOffset(Map map) GetEmbedderFieldsStartOffset() argument 288 MayHaveEmbedderFields(Map map) MayHaveEmbedderFields() argument 302 GetEmbedderFieldCount(Map map) GetEmbedderFieldCount() argument 515 InitializeBody(Map map, int start_offset, bool is_slack_tracking_in_progress, MapWord filler_map, Object undefined_filler) InitializeBody() argument 631 Map map = fixed_array.map(cage_base); DEF_GETTER() local [all...] |
H A D | transitions.cc | 27 bool TransitionsAccessor::HasSimpleTransitionTo(Map map) { in HasSimpleTransitionTo() argument 41 void TransitionsAccessor::Insert(Isolate* isolate, Handle<Map> map, in Insert() argument 16 GetSimpleTransition(Isolate* isolate, Handle<Map> map) GetSimpleTransition() argument 233 Map map = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); SearchTransition() local 310 CanHaveMoreTransitions(Isolate* isolate, Handle<Map> map) CanHaveMoreTransitions() argument 384 PutPrototypeTransition(Isolate* isolate, Handle<Map> map, Handle<Object> prototype, Handle<Map> target_map) PutPrototypeTransition() argument 422 GetPrototypeTransition( Isolate* isolate, Handle<Map> map, Handle<Object> prototype) GetPrototypeTransition() argument 443 GetPrototypeTransitions(Isolate* isolate, Handle<Map> map) GetPrototypeTransitions() argument 480 SetMigrationTarget(Isolate* isolate, Handle<Map> map, Map migration_target) SetMigrationTarget() argument 498 ReplaceTransitions(Isolate* isolate, Handle<Map> map, MaybeObject new_transitions) ReplaceTransitions() argument 513 ReplaceTransitions( Isolate* isolate, Handle<Map> map, Handle<TransitionArray> new_transitions) ReplaceTransitions() argument 520 SetPrototypeTransitions( Isolate* isolate, Handle<Map> map, Handle<WeakFixedArray> proto_transitions) SetPrototypeTransitions() argument 529 EnsureHasFullTransitionArray(Isolate* isolate, Handle<Map> map) EnsureHasFullTransitionArray() argument 611 CheckNewTransitionsAreConsistent(Isolate* isolate, Handle<Map> map, Object transitions) CheckNewTransitionsAreConsistent() argument [all...] |
H A D | js-display-names.cc | 393 New(Isolate* isolate, Handle<Map> map, Handle<Object> locales, Handle<Object> input_options) New() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 116 void GeneralizeAllTransitionsToFieldAsMutable(Isolate* isolate, Handle<Map> map, in GeneralizeAllTransitionsToFieldAsMutable() argument 392 Map map = js_obj->map(); RUNTIME_FUNCTION() local [all...] |
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.c | 173 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() local 510 uint32_t *map = batch->map_next; in iris_batch_maybe_noop() local 720 uint32_t *map in iris_finish_batch() local [all...] |
H A D | iris_query.c | 67 struct iris_query_snapshots *map; member [all...] |