OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bucket_ptr
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/heap/
slot-set.h
115
base::AtomicValue<uint32_t>*
bucket_ptr
= bucket[current_bucket].Value();
local
117
if (
bucket_ptr
!= nullptr) {
118
ClearBucket(
bucket_ptr
, current_cell, kCellsPerBucket);
134
bucket_ptr
= bucket[current_bucket].Value();
135
if (
bucket_ptr
) {
136
ClearBucket(
bucket_ptr
, 0, kCellsPerBucket);
142
bucket_ptr
= bucket[current_bucket].Value();
144
if (current_bucket == kBuckets ||
bucket_ptr
== nullptr) {
148
bucket_ptr
[current_cell].SetValue(0);
265
base::AtomicValue<uint32_t>*
bucket_ptr
= bucket[bucket_index].Value()
local
[
all
...]
Completed in 97 milliseconds