Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp104 DwarfExpressionEvaluator::_Pop() in _Pop() function in DwarfExpressionEvaluator
152 _result = _Pop(); in Evaluate()
195 piece.SetToMemory(_Pop()); in EvaluateLocation()
241 piece.SetToMemory(_Pop()); in EvaluateLocation()
338 _Pop(); in _Evaluate()
391 target_addr_t value = _Pop(); in _Evaluate()
403 _Push(_Pop() & _Pop()); in _Evaluate()
408 int64 top = (int64)_Pop(); in _Evaluate()
409 int64 second = (int64)_Pop(); in _Evaluate()
416 target_addr_t top = _Pop(); in _Evaluate()
[all …]
H A DDwarfExpressionEvaluator.h81 inline target_addr_t _Pop();