Home
last modified time | relevance | path

Searched refs:PatchValue (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site-scopes.h30 void update_current_site(AllocationSite site) { current_.PatchValue(site); } in update_current_site()
Dliteral-objects.cc494 temp_handle_.PatchValue(value); in AddNamedProperty()
Djs-objects.cc353 descriptors.PatchValue(map->instance_descriptors(isolate)); in FastAssign()
379 descriptors.PatchValue(map->instance_descriptors(isolate)); in FastAssign()
2122 descriptors.PatchValue(map->instance_descriptors(isolate)); in FastGetOwnValuesOrEntries()
2156 descriptors.PatchValue(map->instance_descriptors(isolate)); in FastGetOwnValuesOrEntries()
Delements.cc2193 backing_store.PatchValue(dst_elms); in MoveElements()
/third_party/node/deps/v8/src/strings/
Dstring-builder-inl.h308 accumulator_.PatchValue(*string); in set_accumulator()
314 current_part_.PatchValue(*string); in set_current_part()
/third_party/node/deps/v8/src/handles/
Dhandles.h156 void PatchValue(T new_value) { in PatchValue() function
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc508 obj.PatchValue(result); in PostProcessNewObject()
/third_party/node/deps/v8/src/heap/
Dfactory.cc212 self_reference.PatchValue(*code); in BuildInternal()