Home
last modified time | relevance | path

Searched refs:EncodeArtMethodInInlineInfo (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.h35 bool EncodeArtMethodInInlineInfo(ArtMethod* method);
H A Dstack_map_stream.cc230 if (EncodeArtMethodInInlineInfo(method)) { in BeginInlineInfoEntry()
273 bool encode_art_method = EncodeArtMethodInInlineInfo(method); in BeginInlineInfoEntry()
H A Doptimizing_compiler.cc1257 bool EncodeArtMethodInInlineInfo([[maybe_unused]] ArtMethod* method) { in EncodeArtMethodInInlineInfo() function