Searched refs:METHOD_IS_THROW_FREE (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/
H A DCompiler.h150 #define METHOD_IS_THROW_FREE (1 << kIsThrowFree) macro
H A DFrontend.cpp247 attributes &= ~METHOD_IS_THROW_FREE;
322 attributes = METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE |
359 if (attributes & METHOD_IS_THROW_FREE) {
374 (METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE)) {

Completed in 55 milliseconds