Lines Matching defs:depth

505     (jvmtiHeapRootKind root_kind, jlong class_tag, jlong size, jlong* tag_ptr, jlong thread_tag, jint depth, jmethodID method, jint slot, void* user_data);
557 jint depth;
565 jint depth;
1097 jint depth,
1104 jint depth);
1109 jint depth,
1116 jint depth,
1123 jint depth,
1130 jint depth,
1137 jint depth,
1144 jint depth,
1151 jint depth,
1158 jint depth,
1165 jint depth,
1172 jint depth,
1781 jint depth,
1931 jint depth,
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);
1938 jint depth) {
1939 return functions->NotifyFramePop(this, thread, depth);
2035 jint depth,
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr);
2042 jint depth,
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr);
2048 jint depth,
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);
2055 jint depth,
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr);
2062 jint depth,
2065 return functions->GetLocalFloat(this, thread, depth, slot, value_ptr);
2069 jint depth,
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr);
2076 jint depth,
2079 return functions->SetLocalObject(this, thread, depth, slot, value);
2083 jint depth,
2086 return functions->SetLocalInt(this, thread, depth, slot, value);
2090 jint depth,
2093 return functions->SetLocalLong(this, thread, depth, slot, value);
2097 jint depth,
2100 return functions->SetLocalFloat(this, thread, depth, slot, value);
2104 jint depth,
2107 return functions->SetLocalDouble(this, thread, depth, slot, value);