HomeSort by: relevance | last modified time | path
    Searched defs:propId (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.cc 147 Expression::getVal (int propId, Context *ctx)
151 int origPropId = propId;
152 switch (propId)
158 PropDescr *propDscr = ctx->dview->getProp (propId);
164 v.val = ctx->dview->getIntValue (propId, ctx->eventId);
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension
171 v.val = ctx->dview->getLongValue (propId, ctx->eventId);
175 v.val = (long long) ctx->dview->getObjValue (propId, ctx->eventId);
233 if (propId == PROP_ATSTAMP)
235 // propId==PROP_ETSTAM
    [all...]
DbeSession.cc 2877 DbeSession::propNames_name_store (int propId, const char *propName)
2879 PropDescr *prop = new PropDescr (propId, propName);
2881 propNames->store (propId, prop);
2885 DbeSession::propNames_name_store (int propId, const char* propName,
2889 PropDescr *prop = new PropDescr (propId, propName);
2893 propNames->store (propId, prop);
2916 int propId = propNames->size ();
2917 propNames_name_store (propId, name);
2918 return propId;
2936 DbeSession::getPropName (int propId)
    [all...]
Dbe.cc 8718 Vector<int> *propId = new Vector<int>(props->size ());
8756 propId->store (i, prop->propID);
8766 res->store (0, propId);
9203 int propId = propIds->fetch (propNum);
9204 long long value = packets->getLongValue (propId, lo_idx);
9305 int propId = propIds->fetch (propNum);
9307 if (propId == PROP_NONE)
9310 val = packets->getLongValue (propId, ii);
9346 long long this_value = packets->getLongValue (propId, ii)
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.cc 147 Expression::getVal (int propId, Context *ctx)
151 int origPropId = propId;
152 switch (propId)
158 PropDescr *propDscr = ctx->dview->getProp (propId);
164 v.val = ctx->dview->getIntValue (propId, ctx->eventId);
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension
171 v.val = ctx->dview->getLongValue (propId, ctx->eventId);
175 v.val = (long long) ctx->dview->getObjValue (propId, ctx->eventId);
233 if (propId == PROP_ATSTAMP)
235 // propId==PROP_ETSTAM
    [all...]
DbeSession.cc 2877 DbeSession::propNames_name_store (int propId, const char *propName)
2879 PropDescr *prop = new PropDescr (propId, propName);
2881 propNames->store (propId, prop);
2885 DbeSession::propNames_name_store (int propId, const char* propName,
2889 PropDescr *prop = new PropDescr (propId, propName);
2893 propNames->store (propId, prop);
2916 int propId = propNames->size ();
2917 propNames_name_store (propId, name);
2918 return propId;
2936 DbeSession::getPropName (int propId)
    [all...]
Dbe.cc 8718 Vector<int> *propId = new Vector<int>(props->size ());
8756 propId->store (i, prop->propID);
8766 res->store (0, propId);
9203 int propId = propIds->fetch (propNum);
9204 long long value = packets->getLongValue (propId, lo_idx);
9305 int propId = propIds->fetch (propNum);
9307 if (propId == PROP_NONE)
9310 val = packets->getLongValue (propId, ii);
9346 long long this_value = packets->getLongValue (propId, ii)
    [all...]

Completed in 50 milliseconds