Home
last modified time | relevance | path

Searched refs:pointer_slots (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcommon-operator.cc1372 int pointer_slots) { in ObjectState() argument
1376 pointer_slots, 0, 0, 1, 0, 0, // counts in ObjectState()
1377 ObjectStateInfo{object_id, pointer_slots}); // parameter in ObjectState()
Dcommon-operator.h512 const Operator* ObjectState(uint32_t object_id, int pointer_slots); in NON_EXPORTED_BASE()