HomeSort by relevance Sort by last modified time
    Searched refs:METHOD_IS_LEAF (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
Compiler.h 226 #define METHOD_IS_LEAF (1 << kIsLeaf)
Frontend.c 213 attributes &= ~METHOD_IS_LEAF;
315 attributes = METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE |
357 if (attributes & METHOD_IS_LEAF) {
367 (METHOD_IS_LEAF | METHOD_IS_THROW_FREE | METHOD_IS_CALLEE)) {
    [all...]

Completed in 461 milliseconds