HomeSort by relevance Sort by last modified time
    Searched refs:wrong_invoke_type (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
intrinsics.cc 153 /*out*/ bool* wrong_invoke_type) {
157 *wrong_invoke_type = false;
170 *wrong_invoke_type = true;
188 bool wrong_invoke_type = false; local
189 if (Recognize(inst->AsInvoke(), /* art_method */ nullptr, &wrong_invoke_type)) {
191 } else if (wrong_invoke_type) {
intrinsics.h 48 // If it fails due to invoke type mismatch, wrong_invoke_type is set.
50 static bool Recognize(HInvoke* invoke, ArtMethod* method, /*out*/ bool* wrong_invoke_type)
inliner.cc 1284 bool wrong_invoke_type = false; local
    [all...]

Completed in 81 milliseconds