OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasReferenceArray
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
stack.h
146
bool
HasReferenceArray
() const {
221
if (
HasReferenceArray
()) {
244
if (kMovingCollector &&
HasReferenceArray
()) {
255
if (kMovingCollector &&
HasReferenceArray
()) {
268
if (kMovingCollector &&
HasReferenceArray
()) {
282
if (kMovingCollector &&
HasReferenceArray
()) {
296
if (
HasReferenceArray
()) {
328
if (
HasReferenceArray
()) {
374
DCHECK(
HasReferenceArray
());
thread.cc
[
all
...]
/art/runtime/interpreter/
interpreter_goto_table_impl.cc
138
if (UNLIKELY(!shadow_frame.
HasReferenceArray
())) {
[
all
...]
interpreter_switch_impl.cc
64
if (UNLIKELY(!shadow_frame.
HasReferenceArray
())) {
[
all
...]
Completed in 588 milliseconds