Home
last modified time | relevance | path

Searched refs:maybe_prototype (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Daccessor-assembler.cc1103 Node* maybe_prototype = LoadWeakCellValue(prototype_cell, miss); in CheckPrototype() local
1109 Branch(WordEqual(LoadMap(maybe_prototype), in CheckPrototype()
1115 CSA_ASSERT(this, IsDictionaryMap(LoadMap(maybe_prototype))); in CheckPrototype()
1116 NameDictionaryNegativeLookup(maybe_prototype, name, miss); in CheckPrototype()
1123 Node* value = LoadObjectField(maybe_prototype, PropertyCell::kValueOffset); in CheckPrototype()
/external/v8/src/
Dbootstrapper.cc381 MaybeHandle<JSObject> maybe_prototype, in CreateFunction() argument
388 maybe_prototype.ToHandle(&prototype) in CreateFunction()
399 MaybeHandle<JSObject> maybe_prototype, in InstallFunction() argument
406 maybe_prototype, call, strict_function_map); in InstallFunction()
413 MaybeHandle<JSObject> maybe_prototype, in InstallFunction() argument
419 instance_size, maybe_prototype, call, attributes, in InstallFunction()
Dobjects.cc12320 Handle<Object> maybe_prototype; in GetOrCreatePrototypeChainValidityCell() local
12325 maybe_prototype = isolate->global_object(); in GetOrCreatePrototypeChainValidityCell()
12327 maybe_prototype = in GetOrCreatePrototypeChainValidityCell()
12329 if (!maybe_prototype->IsJSObject()) return Handle<Cell>::null(); in GetOrCreatePrototypeChainValidityCell()
12331 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); in GetOrCreatePrototypeChainValidityCell()