diff options
author | Roland Levillain <rpl@google.com> | 2018-01-04 14:05:59 +0000 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2018-01-04 14:32:51 +0000 |
commit | 809f5b1652eb68ad496af138370d2cc198510322 (patch) | |
tree | d88f0ef90b317ae1f6d8356d132f267fa40951a2 /compiler/optimizing/codegen_test.cc | |
parent | 3165bb09dc04b61abd04bf8e263dd85d610694e4 (diff) |
Explicitly document functions generated with macro ART_GET_FIELD_FROM_CODE.
The ART_GET_FIELD_FROM_CODE macro is used to generate the following
set of functions:
art{Get,Set}<Kind>{Static,Instance}FromCode
art{Get,Set}<Kind>{Static,Instance}FromCompiledCode
where <Kind> is in {Byte,Boolean,Short,Char,32,64,Obj}.
However, finding the definitions of these functions from their names
was difficult, as these definitions (and their name) are
generated. This change explicitly mentions the name of the functions
generated with macro ART_GET_FIELD_FROM_CODE in a commment, in order
to improve their grep-ability.
Test: mmma art
Change-Id: I22bf4851c562801c491ccdea2d9d9c9f965b9a6f
Diffstat (limited to 'compiler/optimizing/codegen_test.cc')
0 files changed, 0 insertions, 0 deletions