Home
last modified time | relevance | path

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

/art/test/2038-hiddenapi-jvmti-ext/
Dhiddenapi_ext.cc103 extern "C" JNIEXPORT jint JNICALL Java_Main_setPolicy(JNIEnv* env, jclass, jint pol) { in Java_Main_setPolicy() argument
116 JvmtiErrorToException(env, jvmti_env, set_policy(jvmti_env, pol)); in Java_Main_setPolicy()
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc441 HInstruction* pol = InsertInstruction( in TEST_F() local
443 k_header->AddInput(pol); in TEST_F()
450 EXPECT_STREQ("", GetInductionInfo(pol, 0).c_str()); in TEST_F()
478 HInstruction* pol = InsertInstruction( in TEST_F() local
480 k_header->AddInput(pol); in TEST_F()
496 EXPECT_STREQ("", GetInductionInfo(pol, 0).c_str()); in TEST_F()