Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.h34 bool EncodeArtMethodInInlineInfo(ArtMethod* method);
Dstack_map_stream.cc196 if (EncodeArtMethodInInlineInfo(method)) { in BeginInlineInfoEntry()
216 bool encode_art_method = EncodeArtMethodInInlineInfo(method); in BeginInlineInfoEntry()
Doptimizing_compiler.cc1202 bool EncodeArtMethodInInlineInfo(ArtMethod* method ATTRIBUTE_UNUSED) { in EncodeArtMethodInInlineInfo() function