Lines Matching refs:get
35 return Smi::ToInt(get(kUsedSlotIndex, tag));
54 return Context::cast(get(i + kFirstContextSlotIndex));
59 return Context::cast(get(i + kFirstContextSlotIndex, tag));
69 Object Context::get(int index) const {
71 return get(cage_base, index);
74 Object Context::get(PtrComprCageBase cage_base, int index) const {
89 Object Context::get(int index, AcquireLoadTag tag) const {
91 return get(cage_base, index, tag);
94 Object Context::get(PtrComprCageBase cage_base, int index,
117 Object Context::unchecked_previous() const { return get(PREVIOUS_INDEX); }
120 Object result = get(PREVIOUS_INDEX);
129 return get(Context::NEXT_CONTEXT_LINK);
138 return HeapObject::cast(get(EXTENSION_INDEX));
193 return type::cast(get(index)) == value; \
197 return type::cast(get(index)); \
201 return type::cast(get(index, tag)); \
265 Object const initial_js_array_map = get(Context::ArrayMapIndex(kind));
296 get(SCRIPT_CONTEXT_TABLE_INDEX, kAcquireLoad));
304 return get(OPTIMIZED_CODE_LIST);
312 return get(DEOPTIMIZED_CODE_LIST);