Home
last modified time | relevance | path

Searched refs:set_map (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Dfeedback-cell-inl.h59 set_map(r.one_closure_cell_map()); in IncrementClosureCount()
61 set_map(r.many_closures_cell_map()); in IncrementClosureCount()
H A Dheap-object.h36 inline void set_map(Map value);
38 // This method behaves the same as `set_map` but marks the map transition as
54 inline void set_map(Map value, ReleaseStoreTag);
253 V8_INLINE void set_map(Map value, MemoryOrder order, VerificationMode mode);
H A Dapi-callbacks-inl.h116 set_map( in SetNextCallHasNoSideEffect()
123 set_map(roots.side_effect_call_handler_info_map()); in NextCallHasNoSideEffect()
H A Dobjects-inl.h805 void HeapObject::set_map(Map value) { in set_map() function in v8::internal::HeapObject
806 set_map<EmitWriteBarrier::kYes>(value, kRelaxedStore, in set_map()
810 void HeapObject::set_map(Map value, ReleaseStoreTag tag) { in set_map() function in v8::internal::HeapObject
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 in v8::internal::HeapObject
H A Dcompilation-cache-table.cc199 array->set_map(ReadOnlyRoots(isolate).fixed_cow_array_map()); in AsHandle()
H A Djs-objects.cc3002 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_ma in MigrateSlowToFast()
[all...]
H A Dcontexts.cc53 copy->set_map(ReadOnlyRoots(isolate).script_context_table_map()); in Extend()
H A Dshared-function-info-inl.h834 data.set_map(GetReadOnlyRoots().uncompiled_data_without_preparse_data_map(), in ClearPreparseData()
H A Dstring.cc434 this->set_map(new_map, kReleaseStore); in MakeExternal()
518 this->set_map(new_map, kReleaseStore); in MakeExternal()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc76 .set_map(isolate->strict_function_map()) in BUILTIN()
H A Dbuiltins-console.cc243 Factory::JSFunctionBuilder{isolate, info, context}.set_map(map).Build(); in InstallContextFunction()
H A Dbuiltins-function.cc122 .set_map(map) in CreateDynamicFunction()
H A Dbuiltins-intl.cc253 .set_map(isolate->strict_function_without_prototype_map()) in CreateBoundFunction()
/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c886 int set_map = 0; in route_chmap_init() local
900 set_map = 1; in route_chmap_init()
902 set_map = memcmp(current->pos, route->chmap->pos, in route_chmap_init()
905 if (!set_map) in route_chmap_init()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc377 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate()
459 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate()
H A Druntime-scopes.cc425 result->set_map(isolate->native_context()->fast_aliased_arguments_map()); in NewSloppyArguments()
/third_party/libinput/src/
H A Dlibinput-private.h200 enum libinput_config_status (*set_map)(struct libinput_device *device, member
H A Devdev-mt-touchpad-tap.c1557 tp->tap.config.set_map = tp_tap_config_set_map; in tp_init_tap()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc703 result->set_map(*isolate->sloppy_function_with_readonly_prototype_map()); in CreateApiFunction()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.cc1887 object_storage->set_map(*map, kReleaseStore); in InitializeJSObjectAt()
1925 object_storage->set_map(*map, kReleaseStore); in InitializeObjectWithTaggedFieldsAt()
/third_party/node/deps/v8/src/heap/
H A Dfactory.h851 JSFunctionBuilder& set_map(Handle<Map> v) { in set_map() function in v8::internal::Factory::final
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc622 HeapObject::cast(value).set_map(*factory()->heap_number_map(), in BuildJsonObject()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc2009 .set_map(function_map) in New()
2136 .set_map(isolate->wasm_exported_function_map()) in New()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc397 .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()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc937 .set_map(isolate->strict_function_without_prototype_map()) in GetBuiltin()

Completed in 54 milliseconds

12