Searched refs:getTransactionCodeToFunctionLength (Results 1 – 2 of 2) sorted by relevance
137 size_t getTransactionCodeToFunctionLength() const { return mTransactionCodeToFunctionLength; } in getTransactionCodeToFunctionLength() function
115 if (code <= clazz->getTransactionCodeToFunctionLength() && code >= FIRST_CALL_TRANSACTION) { in getMethodName()