Home
last modified time | relevance | path

Searched refs:PostfixEvaluator (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dpostfix_evaluator-inl.h70 bool PostfixEvaluator<ValueType>::EvaluateToken( in EvaluateToken()
205 bool PostfixEvaluator<ValueType>::EvaluateInternal( in EvaluateInternal()
234 bool PostfixEvaluator<ValueType>::Evaluate(const string &expression, in Evaluate()
253 bool PostfixEvaluator<ValueType>::EvaluateForValue(const string &expression, in EvaluateForValue()
272 typename PostfixEvaluator<ValueType>::PopResult
273 PostfixEvaluator<ValueType>::PopValueOrIdentifier( in PopValueOrIdentifier()
317 bool PostfixEvaluator<ValueType>::PopValue(ValueType *value) { in PopValue()
346 bool PostfixEvaluator<ValueType>::PopValues(ValueType *value1, in PopValues()
353 void PostfixEvaluator<ValueType>::PushValue(const ValueType &value) { in PushValue()
Dpostfix_evaluator_unittest.cc53 using google_breakpad::PostfixEvaluator;
97 PostfixEvaluator<unsigned int>::DictionaryType *dictionary;
125 PostfixEvaluator<unsigned int>::DictionaryType dictionary_0; in RunTests()
175 PostfixEvaluator<unsigned int>::DictionaryType dictionary_1; in RunTests()
224 PostfixEvaluator<unsigned int> postfix_evaluator = in RunTests()
225 PostfixEvaluator<unsigned int>(NULL, &fake_memory); in RunTests()
240 PostfixEvaluator<unsigned int>::DictionaryValidityType assigned; in RunTests()
298 PostfixEvaluator<unsigned int>::DictionaryValidityType::const_iterator in RunTests()
315 PostfixEvaluator<unsigned int>::DictionaryType dictionary_2; in RunTests()
Dpostfix_evaluator.h87 class PostfixEvaluator {
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator() function
Dstackwalker_x86.cc206 PostfixEvaluator<uint32_t>::DictionaryType dictionary; in GetCallerByWindowsFrameInfo()
364 PostfixEvaluator<uint32_t> evaluator = in GetCallerByWindowsFrameInfo()
365 PostfixEvaluator<uint32_t>(&dictionary, memory_); in GetCallerByWindowsFrameInfo()
366 PostfixEvaluator<uint32_t>::DictionaryValidityType dictionary_validity; in GetCallerByWindowsFrameInfo()
Dcfi_frame_info.cc60 PostfixEvaluator<V> evaluator(&working, &memory); in FindCallerRegs()