OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:METHOD_IS_THROW_FREE
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
Compiler.h
228
#define
METHOD_IS_THROW_FREE
(1 << kIsThrowFree)
Frontend.c
242
attributes &= ~
METHOD_IS_THROW_FREE
;
315
attributes = METHOD_IS_LEAF |
METHOD_IS_THROW_FREE
| METHOD_IS_CALLEE |
352
if (attributes &
METHOD_IS_THROW_FREE
) {
367
(METHOD_IS_LEAF |
METHOD_IS_THROW_FREE
| METHOD_IS_CALLEE)) {
[
all
...]
Completed in 12 milliseconds