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.cc210 if (EncodeArtMethodInInlineInfo(method)) { in BeginInlineInfoEntry()
230 bool encode_art_method = EncodeArtMethodInInlineInfo(method); in BeginInlineInfoEntry()
Doptimizing_compiler.cc1219 bool EncodeArtMethodInInlineInfo(ArtMethod* method ATTRIBUTE_UNUSED) { in EncodeArtMethodInInlineInfo() function