/third_party/node/deps/v8/src/objects/ |
D | feedback-cell-inl.h | 59 set_map(r.one_closure_cell_map()); in IncrementClosureCount() 61 set_map(r.many_closures_cell_map()); in IncrementClosureCount()
|
D | heap-object.h | 36 inline void set_map(Map value); 54 inline void set_map(Map value, ReleaseStoreTag); 253 V8_INLINE void set_map(Map value, MemoryOrder order, VerificationMode mode);
|
D | api-callbacks-inl.h | 116 set_map( in SetNextCallHasNoSideEffect() 123 set_map(roots.side_effect_call_handler_info_map()); in NextCallHasNoSideEffect()
|
D | objects-inl.h | 805 void HeapObject::set_map(Map value) { in set_map() function 806 set_map<EmitWriteBarrier::kYes>(value, kRelaxedStore, in set_map() 810 void HeapObject::set_map(Map value, ReleaseStoreTag tag) { in set_map() function 811 set_map<EmitWriteBarrier::kYes>(value, kReleaseStore, in set_map() 816 set_map<EmitWriteBarrier::kYes>(value, kRelaxedStore, in set_map_safe_transition() 821 set_map<EmitWriteBarrier::kYes>(value, kReleaseStore, in set_map_safe_transition() 827 set_map<EmitWriteBarrier::kNo>(value, kRelaxedStore, in set_map_no_write_barrier() 832 set_map<EmitWriteBarrier::kNo>(value, kReleaseStore, in set_map_no_write_barrier() 837 void HeapObject::set_map(Map value, MemoryOrder order, VerificationMode mode) { in set_map() function
|
D | js-objects.cc | 3002 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3009 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3025 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3053 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3067 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3182 object->set_map(*new_map, kReleaseStore); in MigrateFastToFast() 3280 object->set_map(*new_map, kReleaseStore); in MigrateFastToSlow() 3324 object->set_map(*new_map, kReleaseStore); in MigrateToMap() 3428 object->set_map(*map, kReleaseStore); in AllocateStorageForMap() 3750 object->set_map(*new_map, kReleaseStore); in MigrateSlowToFast() [all …]
|
D | compilation-cache-table.cc | 199 array->set_map(ReadOnlyRoots(isolate).fixed_cow_array_map()); in AsHandle()
|
D | contexts.cc | 53 copy->set_map(ReadOnlyRoots(isolate).script_context_table_map()); in Extend()
|
D | string.cc | 434 this->set_map(new_map, kReleaseStore); in MakeExternal() 518 this->set_map(new_map, kReleaseStore); in MakeExternal()
|
D | shared-function-info-inl.h | 834 data.set_map(GetReadOnlyRoots().uncompiled_data_without_preparse_data_map(), in ClearPreparseData()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-struct.cc | 76 .set_map(isolate->strict_function_map()) in BUILTIN()
|
D | builtins-function.cc | 122 .set_map(map) in CreateDynamicFunction()
|
D | builtins-console.cc | 243 Factory::JSFunctionBuilder{isolate, info, context}.set_map(map).Build(); in InstallContextFunction()
|
D | builtins-intl.cc | 253 .set_map(isolate->strict_function_without_prototype_map()) in CreateBoundFunction()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_route.c | 885 int set_map = 0; in route_chmap_init() local 899 set_map = 1; in route_chmap_init() 901 set_map = memcmp(current->pos, route->chmap->pos, in route_chmap_init() 904 if (!set_map) in route_chmap_init()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-classes.cc | 377 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate() 459 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate()
|
D | runtime-scopes.cc | 425 result->set_map(isolate->native_context()->fast_aliased_arguments_map()); in NewSloppyArguments()
|
D | runtime-test.cc | 1677 block_list_js_array->set_map(*map); in RUNTIME_FUNCTION()
|
/third_party/libinput/src/ |
D | libinput-private.h | 198 enum libinput_config_status (*set_map)(struct libinput_device *device, member
|
D | evdev-mt-touchpad-tap.c | 1565 tp->tap.config.set_map = tp_tap_config_set_map; in tp_init_tap()
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 703 result->set_map(*isolate->sloppy_function_with_readonly_prototype_map()); in CreateApiFunction()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translated-state.cc | 1887 object_storage->set_map(*map, kReleaseStore); in InitializeJSObjectAt() 1925 object_storage->set_map(*map, kReleaseStore); in InitializeObjectWithTaggedFieldsAt()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 851 JSFunctionBuilder& set_map(Handle<Map> v) { in set_map() function
|
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 622 HeapObject::cast(value).set_map(*factory()->heap_number_map(), in BuildJsonObject()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 2009 .set_map(function_map) in New() 2136 .set_map(isolate->wasm_exported_function_map()) in New()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 397 .set_map(map) in CreateFunctionForBuiltin() 419 Factory::JSFunctionBuilder{isolate, info, context}.set_map(map).Build(); in CreateFunctionForBuiltinWithPrototype() 464 .set_map(map) in CreateFunctionForBuiltinWithoutPrototype() 857 object_function_prototype->set_map(*map); in CreateObjectFunction()
|