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

  /art/compiler/optimizing/
stack_map_stream.h 102 uint8_t inlining_depth; member in struct:art::StackMapStream::StackMapEntry
124 uint8_t inlining_depth);
code_generator.cc 727 uint32_t inlining_depth = 0; local
735 inlining_depth++;
768 inlining_depth);
777 (inlining_depth == 0)) {
842 uint32_t inlining_depth = 0; \/\/ Inlining of catch blocks is not supported at the moment. local
    [all...]

Completed in 422 milliseconds