/third_party/node/deps/v8/src/objects/ |
H A D | property-cell-inl.h | 44 set_property_details_raw(details.AsSmi(), kReleaseStore); in UpdatePropertyDetailsExceptCellType() 64 set_property_details_raw(transition_marker.AsSmi(), kReleaseStore); in Transition() 65 set_value(*new_value, kReleaseStore); in Transition() 66 set_property_details_raw(new_details.AsSmi(), kReleaseStore); in Transition()
|
H A D | shared-function-info-inl.h | 181 set_name_or_scope_info(name, kReleaseStore); in SetName() 439 set_name_or_scope_info(scope_info, kReleaseStore, mode); in SetScopeInfo() 599 set_function_data(bytecode, kReleaseStore); in SetActiveBytecodeArray() 609 set_function_data(bytecode, kReleaseStore); in set_bytecode_array() 676 set_function_data(interpreter_data, kReleaseStore); in set_interpreter_data() 696 set_function_data(baseline_code, kReleaseStore); in set_baseline_code() 702 kReleaseStore); in FlushBaselineCode() 734 set_function_data(data, kReleaseStore); in set_asm_wasm_data() 767 set_function_data(Smi::FromInt(static_cast<int>(builtin)), kReleaseStore, in set_builtin_id() 784 set_function_data(uncompiled_data, kReleaseStore); in set_uncompiled_data() [all...] |
H A D | shared-function-info.cc | 41 kReleaseStore, SKIP_WRITE_BARRIER); in Init() 48 set_script_or_debug_info(ro_roots.undefined_value(), kReleaseStore, in Init() 235 kReleaseStore); in CopyFrom() 237 kReleaseStore); in CopyFrom() 241 kReleaseStore); in CopyFrom() 388 shared_info->set_function_data(*data, kReleaseStore); in DiscardCompiled() 754 kReleaseStore); in InstallDebugBytecode() 755 debug_info.set_debug_bytecode_array(*debug_bytecode_array, kReleaseStore); in InstallDebugBytecode() 771 ReadOnlyRoots(isolate).undefined_value(), kReleaseStore); in UninstallDebugBytecode() 773 kReleaseStore); in UninstallDebugBytecode() [all...] |
H A D | contexts-inl.h | 189 set(index, value, UPDATE_WRITE_BARRIER, kReleaseStore); \ 291 kReleaseStore); in synchronized_set_script_context_table() 300 set(OPTIMIZED_CODE_LIST, head, UPDATE_WEAK_WRITE_BARRIER, kReleaseStore); in SetOptimizedCodeListHead() 308 set(DEOPTIMIZED_CODE_LIST, head, UPDATE_WEAK_WRITE_BARRIER, kReleaseStore); in SetDeoptimizedCodeListHead()
|
H A D | feedback-cell-inl.h | 44 set_value(closure_feedback_cell_array, kReleaseStore); in reset_feedback_vector()
|
H A D | prototype-info-inl.h | 41 info->set_object_create_map(HeapObjectReference::Weak(*map), kReleaseStore); in SetObjectCreateMap()
|
H A D | js-function.cc | 529 function->set_raw_feedback_cell(*feedback_cell, kReleaseStore); in EnsureClosureFeedbackCellArray() 533 kReleaseStore); in EnsureClosureFeedbackCellArray() 575 function->raw_feedback_cell().set_value(*feedback_vector, kReleaseStore); in CreateAndAttachFeedbackVector() 640 function->set_prototype_or_initial_map(*value, kReleaseStore); in SetInstancePrototype() 656 function->set_prototype_or_initial_map(*value, kReleaseStore); in SetInstancePrototype() 718 function->set_prototype_or_initial_map(*map, kReleaseStore); in SetInitialMap()
|
H A D | contexts.cc | 61 result->set(used + kFirstContextSlotIndex, *script_context, kReleaseStore); in Extend() 62 result->set_used(used + 1, kReleaseStore); in Extend() 433 set(OPTIMIZED_CODE_LIST, code, UPDATE_WEAK_WRITE_BARRIER, kReleaseStore); in AddOptimizedCode()
|
H A D | property-array-inl.h | 123 set_length_and_hash(value, kReleaseStore); in SetHash()
|
H A D | templates.cc | 126 function_template_info->set_rare_data(*rare_data, kReleaseStore); in AllocateFunctionTemplateRareData()
|
H A D | allocation-site-inl.h | 63 set_transition_info_or_boilerplate(Smi::FromInt(value), kReleaseStore, in set_transition_info() local
|
H A D | js-array-buffer-inl.h | 310 set_base_pointer(Smi::zero(), kReleaseStore, SKIP_WRITE_BARRIER); in SetOffHeapDataPtr() local
|
H A D | js-function-inl.h | 77 set_code(ToCodeT(code), kReleaseStore, mode); in set_code() local
|
H A D | objects-inl.h | 811 set_map<EmitWriteBarrier::kYes>(value, kReleaseStore, in set_map() 821 set_map<EmitWriteBarrier::kYes>(value, kReleaseStore, in set_map_safe_transition() 832 set_map<EmitWriteBarrier::kNo>(value, kReleaseStore, in set_map_no_write_barrier()
|
H A D | js-objects.cc | 900 kReleaseStore); in DeleteNormalizedProperty() 2676 global_obj->set_global_dictionary(*dictionary, kReleaseStore); in SetNormalizedProperty() 2943 new_map->set_prototype_info(old_map->prototype_info(), kReleaseStore); in UpdatePrototypeUserRegistration() 2944 old_map->set_prototype_info(Smi::zero(), kReleaseStore); in UpdatePrototypeUserRegistration() local 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() [all...] |
H A D | literal-objects.cc | 90 pair.set(ToAccessorComponent(value_kind), *value, kReleaseStore); in AddToDescriptorArrayTemplate() local 318 current_pair.set(component, value, kReleaseStore); in AddToDictionaryTemplate()
|
H A D | transitions.cc | 487 kReleaseStore); in SetMigrationTarget() local 508 map->set_raw_transitions(new_transitions, kReleaseStore); in ReplaceTransitions()
|
H A D | string.cc | 291 string.set_map_safe_transition(target_map, kReleaseStore); in MigrateStringMapUnderLockIfNeeded() 434 this->set_map(new_map, kReleaseStore); in MakeExternal() 518 this->set_map(new_map, kReleaseStore); in MakeExternal() 1749 string->set_length(new_length, kReleaseStore); in Truncate()
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 317 object.set_map_word(MapWord::FromForwardingAddress(first), kReleaseStore); in EvacuateShortcutCandidate() local 327 kReleaseStore); in EvacuateShortcutCandidate() local 335 kReleaseStore); in EvacuateShortcutCandidate() local
|
H A D | factory.cc | 183 raw_code.set_code_data_container(*data_container, kReleaseStore); in BuildInternal() 508 kReleaseStore); in NewFeedbackVector() 1212 context_table->set_used(0, kReleaseStore); in NewScriptContextTable() 2377 new_code->set_code_data_container(*data_container, kReleaseStore); in CopyCode() 2417 kReleaseStore); in CopyBytecodeArray() 2500 global->set_global_dictionary(*dictionary, kReleaseStore); in NewJSGlobalObject() 2501 global->set_map(raw_map, kReleaseStore); in NewJSGlobalObject() 2787 module.set_import_meta(roots.the_hole_value(), kReleaseStore, in NewSourceTextModule() 3147 raw.set_map(*map, kReleaseStore); in ReinitializeJSGlobalProxy() 3401 debug_info.set_original_bytecode_array(undefined, kReleaseStore, in NewDebugInfo() [all...] |
H A D | factory-base.cc | 256 kReleaseStore, SKIP_WRITE_BARRIER); in NewBytecodeArray() 421 raw.set_name_or_scope_info(*shared_name, kReleaseStore); in NewSharedFunctionInfo() 434 raw.set_function_data(*function_data, kReleaseStore); in NewSharedFunctionInfo()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 377 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate() 459 receiver->set_map(*map, kReleaseStore); in AddDescriptorsByTemplate() 488 constructor->set_prototype_or_initial_map(*prototype, kReleaseStore); in InitClassPrototype()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 654 shared_info->set_feedback_metadata(*feedback_metadata, kReleaseStore); in InstallUnoptimizedCode() 662 ReadOnlyRoots(isolate).empty_feedback_metadata(), kReleaseStore); in InstallUnoptimizedCode() 1970 source_position_table, kReleaseStore); in CollectSourcePositions() 2120 function->set_code(*code, kReleaseStore); in Compile() 2166 shared->set_baseline_code(ToCodeT(*code), kReleaseStore); in Compile() 2272 function->set_code(*code, kReleaseStore); in Compile() 3429 function->set_code(function->shared().GetCode(), kReleaseStore); in Compile() 3480 function->set_code(*compilation_info->code(), kReleaseStore); in Compile() 3492 function->set_code(shared->GetCode(), kReleaseStore); in Compile()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | context-serializer.cc | 187 closure.set_code(closure.shared().GetCode(), kReleaseStore); in SerializeObjectImpl()
|
H A D | code-serializer.cc | 204 sfi.set_script_or_debug_info(raw_debug_info.script(), kReleaseStore); in SerializeObjectImpl() 214 sfi.set_script_or_debug_info(*debug_info, kReleaseStore); in SerializeObjectImpl()
|