OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sirt_entry
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
stack_indirect_reference_table.h
66
bool Contains(mirror::Object**
sirt_entry
) const {
71
return ((&references_[0] <=
sirt_entry
)
72
&& (
sirt_entry
<= (&references_[number_of_references_ - 1])));
thread.cc
1139
mirror::Object**
sirt_entry
= reinterpret_cast<mirror::Object**>(obj);
local
[
all
...]
Completed in 307 milliseconds