Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dcall-optimization.cc23 Context CallOptimization::GetAccessorContext(Map holder_map) const { in GetAccessorContext()
27 JSFunction constructor = JSFunction::cast(holder_map.GetConstructor()); in GetAccessorContext()
32 Map holder_map) const { in IsCrossContextLazyAccessorPair()
35 return native_context != GetAccessorContext(holder_map); in IsCrossContextLazyAccessorPair()
Dcall-optimization.h18 Context GetAccessorContext(Map holder_map) const;
20 Map holder_map) const;
Dkeyed-store-generic.cc613 TNode<Map> holder_map = var_holder_map.value(); in LookupPropertyOnPrototypeChain() local
614 TNode<Uint16T> instance_type = LoadMapInstanceType(holder_map); in LookupPropertyOnPrototypeChain()
620 TryLookupProperty(holder, holder_map, instance_type, name, &found_fast, in LookupPropertyOnPrototypeChain()
633 LoadPropertyFromFastObject(holder, holder_map, descriptors, name_index, in LookupPropertyOnPrototypeChain()
683 TNode<HeapObject> proto = LoadMapPrototype(holder_map); in LookupPropertyOnPrototypeChain()
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc920 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in TF_BUILTIN()
924 TryGetOwnProperty(context, receiver, CAST(holder), holder_map, in TF_BUILTIN()
933 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in TF_BUILTIN() argument
975 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in TF_BUILTIN()
979 TryGetOwnProperty(context, receiver, CAST(holder), holder_map, in TF_BUILTIN()
988 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in TF_BUILTIN() argument
Dbuiltins-call-gen.cc568 TNode<Map> holder_map = LoadMap(holder); in GetCompatibleReceiver() local
569 var_holder = LoadMapPrototype(holder_map); in GetCompatibleReceiver()
570 GotoIf(IsJSGlobalProxyMap(holder_map), &holder_loop); in GetCompatibleReceiver()
Dbuiltins-object-gen.cc994 TNode<Map> holder_map = LoadMap(holder); in TF_BUILTIN() local
995 TNode<Uint32T> holder_bit_field3 = LoadMapBitField3(holder_map); in TF_BUILTIN()
999 var_holder = LoadMapPrototype(holder_map); in TF_BUILTIN()
/external/v8/src/objects/
Dlookup.cc960 Map holder_map = holder_->map(isolate_); in GetFieldOwnerMap() local
961 return handle(holder_map.FindFieldOwner(isolate(), descriptor_number()), in GetFieldOwnerMap()
/external/v8/src/codegen/
Dcode-stub-assembler.cc8741 TNode<Map> holder_map = LoadMap(holder); in CallGetterIfAccessor() local
8742 TNode<Uint16T> holder_instance_type = LoadMapInstanceType(holder_map); in CallGetterIfAccessor()
8769 GotoIfPrototypeRequiresRuntimeLookup(function, holder_map, if_bailout); in CallGetterIfAccessor()
9080 TNode<Map> holder_map = var_holder_map.value(); in TryPrototypeChainLookup() local
9084 lookup_property_in_holder(CAST(receiver), var_holder.value(), holder_map, in TryPrototypeChainLookup()
9100 TNode<HeapObject> proto = LoadMapPrototype(holder_map); in TryPrototypeChainLookup()
12105 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in HasProperty()
12107 TryHasOwnProperty(holder, holder_map, holder_instance_type, unique_name, in HasProperty()
12114 TNode<Map> holder_map, TNode<Int32T> holder_instance_type, in HasProperty() argument
12116 TryLookupElement(holder, holder_map, holder_instance_type, index, in HasProperty()