Home | History | Annotate | Download | only in src

Lines Matching refs:kCachedCodeOffset

11932       old_code_map->set(entry + kCachedCodeOffset, *code_cell);
11964 new_code_map->set(entry + kCachedCodeOffset, *code_cell);
11970 cell = WeakCell::cast(new_code_map->get(i + kCachedCodeOffset));
12003 found = WeakCell::cast(code_map->get(src + kCachedCodeOffset))->value() ==
12012 code_map->set(src + kCachedCodeOffset, heap->empty_weak_cell(),
13635 optimized_code_map->set(i + kCachedCodeOffset, empty_weak_cell,
13653 WeakCell* cell = WeakCell::cast(code_map->get(entry + kCachedCodeOffset));