Home
last modified time | relevance | path

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

/art/test/905-object-free/
Dtracking_free.cc46 static void JNICALL ObjectFree1(jvmtiEnv* ti_env, jlong tag) { in ObjectFree1() argument
48 CHECK_EQ(ti_env, jvmti_env); in ObjectFree1()
52 static void JNICALL ObjectFree2(jvmtiEnv* ti_env, jlong tag) { in ObjectFree2() argument
54 CHECK_EQ(ti_env, jvmti_env2); in ObjectFree2()
/art/test/908-gc-start-finish/
Dgc_callbacks.cc35 static void JNICALL GarbageCollectionFinish([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionFinish() argument
39 static void JNICALL GarbageCollectionStart([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionStart() argument
/art/test/904-object-allocation/
Dtracking.cc87 static void JNICALL ObjectAllocated([[maybe_unused]] jvmtiEnv* ti_env, in ObjectAllocated() argument
/art/test/913-heaps/
Dheaps.cc823 static void JNICALL GarbageCollectionFinish([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionFinish() argument
827 static void JNICALL GarbageCollectionStart([[maybe_unused]] jvmtiEnv* ti_env) { in GarbageCollectionStart() argument