Home | History | Annotate | Download | only in arch

Lines Matching refs:kRuntimeISA

46       runtime_->SetInstructionSet(kRuntimeISA);
576 LOG(INFO) << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA;
578 std::cout << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA << std::endl;
635 LOG(INFO) << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA;
637 std::cout << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA << std::endl;
795 LOG(INFO) << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA;
797 std::cout << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA << std::endl;
906 LOG(INFO) << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA;
908 std::cout << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA << std::endl;
1023 LOG(INFO) << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA;
1025 std::cout << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA << std::endl;
1085 LOG(INFO) << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA;
1087 std::cout << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA << std::endl;
1167 LOG(INFO) << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA;
1169 std::cout << "Skipping string_compareto as I don't know how to do that on " << kRuntimeISA <<
1201 LOG(INFO) << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA;
1203 std::cout << "Skipping set_boolean_static as I don't know how to do that on " << kRuntimeISA << std::endl;
1230 LOG(INFO) << "Skipping set_byte_static as I don't know how to do that on " << kRuntimeISA;
1232 std::cout << "Skipping set_byte_static as I don't know how to do that on " << kRuntimeISA << std::endl;
1267 LOG(INFO) << "Skipping set_boolean_instance as I don't know how to do that on " << kRuntimeISA;
1269 std::cout << "Skipping set_boolean_instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1301 LOG(INFO) << "Skipping set_byte_instance as I don't know how to do that on " << kRuntimeISA;
1303 std::cout << "Skipping set_byte_instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1332 LOG(INFO) << "Skipping set_char_static as I don't know how to do that on " << kRuntimeISA;
1334 std::cout << "Skipping set_char_static as I don't know how to do that on " << kRuntimeISA << std::endl;
1362 LOG(INFO) << "Skipping set_short_static as I don't know how to do that on " << kRuntimeISA;
1364 std::cout << "Skipping set_short_static as I don't know how to do that on " << kRuntimeISA << std::endl;
1397 LOG(INFO) << "Skipping set_char_instance as I don't know how to do that on " << kRuntimeISA;
1399 std::cout << "Skipping set_char_instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1431 LOG(INFO) << "Skipping set_short_instance as I don't know how to do that on " << kRuntimeISA;
1433 std::cout << "Skipping set_short_instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1466 LOG(INFO) << "Skipping set32static as I don't know how to do that on " << kRuntimeISA;
1468 std::cout << "Skipping set32static as I don't know how to do that on " << kRuntimeISA << std::endl;
1504 LOG(INFO) << "Skipping set32instance as I don't know how to do that on " << kRuntimeISA;
1506 std::cout << "Skipping set32instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1548 LOG(INFO) << "Skipping setObjstatic as I don't know how to do that on " << kRuntimeISA;
1550 std::cout << "Skipping setObjstatic as I don't know how to do that on " << kRuntimeISA << std::endl;
1595 LOG(INFO) << "Skipping setObjinstance as I don't know how to do that on " << kRuntimeISA;
1597 std::cout << "Skipping setObjinstance as I don't know how to do that on " << kRuntimeISA << std::endl;
1630 LOG(INFO) << "Skipping set64static as I don't know how to do that on " << kRuntimeISA;
1632 std::cout << "Skipping set64static as I don't know how to do that on " << kRuntimeISA << std::endl;
1668 kRuntimeISA;
1670 std::cout << "Skipping set64instance as I don't know how to do that on " << kRuntimeISA << std::endl;
1962 LOG(INFO) << "Skipping imt as I don't know how to do that on " << kRuntimeISA;
1964 std::cout << "Skipping imt as I don't know how to do that on " << kRuntimeISA << std::endl;
2036 LOG(INFO) << "Skipping indexof as I don't know how to do that on " << kRuntimeISA;
2038 std::cout << "Skipping indexof as I don't know how to do that on " << kRuntimeISA << std::endl;