Lines Matching refs:cage_base
59 cage_base, *this);
118 FunctionTemplateInfo info = GetFunctionTemplateInfo(cage_base);
119 return InterceptorInfo::cast(info.GetNamedPropertyHandler(cage_base));
124 FunctionTemplateInfo info = GetFunctionTemplateInfo(cage_base);
125 return InterceptorInfo::cast(info.GetIndexedPropertyHandler(cage_base));
739 bool Map::ConcurrentIsMap(PtrComprCageBase cage_base,
741 return object.IsHeapObject() && HeapObject::cast(object).map(cage_base) ==
742 GetReadOnlyRoots(cage_base).meta_map();
746 Object object = constructor_or_back_pointer(cage_base, kRelaxedLoad);
747 if (ConcurrentIsMap(cage_base, object)) {
750 return GetReadOnlyRoots(cage_base).undefined_value();
796 Object maybe_constructor = constructor_or_back_pointer(cage_base);
798 while (ConcurrentIsMap(cage_base, maybe_constructor)) {
800 Map::cast(maybe_constructor).constructor_or_back_pointer(cage_base);
817 Object constructor = GetConstructor(cage_base);
818 if (constructor.IsJSFunction(cage_base)) {
820 DCHECK(JSFunction::cast(constructor).shared(cage_base).IsApiFunction());
821 return JSFunction::cast(constructor).shared(cage_base).get_api_func_data();
823 DCHECK(constructor.IsFunctionTemplateInfo(cage_base));
878 if (!IsWeakFixedArray(cage_base)) return false;