OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCodeSize
(Results
1 - 5
of
5
) sorted by null
/art/runtime/mirror/
art_method-inl.h
82
inline uint32_t ArtMethod::
GetCodeSize
() const {
137
<< " size=" <<
GetCodeSize
();
art_method.h
221
uint32_t
GetCodeSize
() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
232
* return. Thus, we check <= code +
GetCodeSize
().
234
return (code <= pc && pc <= code +
GetCodeSize
());
/art/runtime/
oat_file.h
98
uint32_t
GetCodeSize
() const;
oat_file.cc
459
uint32_t OatFile::OatMethod::
GetCodeSize
() const {
/art/oatdump/
oatdump.cc
361
oat_method.
GetCodeSize
(),
634
size_t code_size = oat_method.
GetCodeSize
();
[
all
...]
Completed in 171 milliseconds