Home | History | Annotate | Download | only in ti-agent

Lines Matching defs:frames

55   jvmtiFrameInfo* frames;
58 reinterpret_cast<unsigned char**>(&frames)))) {
63 env, jvmti_env, jvmti_env->GetStackTrace(thr, 0, depth, frames, &nframes))) {
64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
69 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
73 jobject jmethod = GetJavaMethod(jvmti_env, env, frames[i].method);
75 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
82 frames[i].location,
85 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
90 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));
94 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(frames));