Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddynamic_message.cc286 inline bool is_prototype() const { in is_prototype() function in google::protobuf::DynamicMessage
386 if (is_prototype()) { in SharedCtor()
524 if (!is_prototype()) { in ~DynamicMessage()
536 GOOGLE_CHECK(is_prototype()); in CrossLinkPrototypes()
/external/v8/src/
Dapi-natives.cc43 bool is_prototype);
366 bool is_prototype) { in InstantiateObject() argument
409 if (is_prototype) JSObject::OptimizeAsPrototype(object); in InstantiateObject()
417 if (!is_prototype) { in InstantiateObject()
/external/v8/src/ic/
Daccessor-assembler.cc2007 Label is_prototype(this), cont(this); in InvalidateValidityCellIfPrototype() local
2012 Branch(IsSetWord32(bitfield2, Map::IsPrototypeMapBit::kMask), &is_prototype, in InvalidateValidityCellIfPrototype()
2015 BIND(&is_prototype); in InvalidateValidityCellIfPrototype()