Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.h37 bool EncodeArtMethodInInlineInfo(ArtMethod* method);
Dstack_map_stream.cc117 if (EncodeArtMethodInInlineInfo(method)) { in BeginInlineInfoEntry()
Doptimizing_compiler.cc1166 bool EncodeArtMethodInInlineInfo(ArtMethod* method ATTRIBUTE_UNUSED) { in EncodeArtMethodInInlineInfo() function