Home
last modified time | relevance | path

Searched refs:kIsVectorTable (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/qtools/
Dstack_dump.cpp39 if (function->flags & symbol_type::kIsVectorTable) in getFrameType()
Dcallstack.h375 if (function->flags & symbol_type::kIsVectorTable) in getAction()
430 && (mFrames[mTop - 1].function->flags & symbol_type::kIsVectorTable)) { in doPush()
Dtrace_reader.h29 static const uint32_t kIsVectorTable = (kIsPlt | kIsVectorStart); member