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(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionFinish()
39 static void JNICALL GarbageCollectionStart(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionStart()
/art/test/904-object-allocation/
Dtracking.cc87 static void JNICALL ObjectAllocated(jvmtiEnv* ti_env ATTRIBUTE_UNUSED, in ObjectAllocated()
/art/test/913-heaps/
Dheaps.cc819 static void JNICALL GarbageCollectionFinish(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionFinish()
823 static void JNICALL GarbageCollectionStart(jvmtiEnv* ti_env ATTRIBUTE_UNUSED) { in GarbageCollectionStart()