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

  /art/compiler/optimizing/
optimizing_compiler.cc 711 size_t method_info_size = 0; local
712 codegen->ComputeStackMapAndMethodInfoSize(&stack_map_size, &method_info_size);
714 method_info.resize(method_info_size);
1295 size_t method_info_size = 0; local
    [all...]
code_generator.cc     [all...]
stack_map_test.cc 1002 const size_t method_info_size = stream.ComputeMethodInfoSize(); local
    [all...]
code_generator.h 350 void ComputeStackMapAndMethodInfoSize(size_t* stack_map_size, size_t* method_info_size);
    [all...]
  /art/runtime/jit/
jit_code_cache.h 164 size_t method_info_size,
jit_code_cache.cc     [all...]

Completed in 101 milliseconds