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

  /art/compiler/optimizing/
stack_map_stream.cc 25 uint8_t inlining_depth) {
33 current_entry_.inlining_depth = inlining_depth;
48 if (inlining_depth > 0) {
220 for (size_t j = 0; j < entry.inlining_depth; ++j) {
236 for (size_t j = 0; j < entry.inlining_depth; ++j) {
339 if (entry.inlining_depth != 0) {
342 entry.inlining_depth * inline_info_encoding_.GetEntrySize());
350 inline_info.SetDepth(inline_info_encoding_, entry.inlining_depth);
351 DCHECK_LE(entry.inline_infos_start_index + entry.inlining_depth, inline_infos_.size())
    [all...]
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...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 46 uint8_t inlining_depth)
48 uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, inlining_depth);
50 inline_info.GetInvokeTypeAtDepth(encoding, inlining_depth));
69 if (inlining_depth == 0) {
75 inlining_depth - 1);
    [all...]

Completed in 1782 milliseconds