Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc163 bool input_on_stack = mr_conv->IsCurrentParamOnStack(); in ArtJniCompileMethodInternal() local
164 CHECK(input_in_reg || input_on_stack); in ArtJniCompileMethodInternal()
170 } else if (input_on_stack) { in ArtJniCompileMethodInternal()