HomeSort by relevance Sort by last modified time
    Searched defs:jmethod (Results 1 - 5 of 5) sorted by null

  /art/test/ti-agent/
stack_trace_helper.cc 73 jobject jmethod = GetJavaMethod(jvmti_env, env, frames[i].method); local
81 jmethod,
  /external/v8/src/third_party/vtune/
vtune-jit.cc 171 iJIT_Method_Load jmethod; local
172 memset(&jmethod, 0, sizeof jmethod);
173 jmethod.method_id = iJIT_GetNewMethodID();
174 jmethod.method_load_address = event->code_start;
175 jmethod.method_size = static_cast<unsigned int>(event->code_len);
176 jmethod.method_name = temp_method_name;
181 // Get the source file name and set it to jmethod.source_file_name
187 jmethod.source_file_name = temp_file_name;
194 // Get the line_num_info and set it to jmethod.line_number_tabl
    [all...]
  /art/openjdkjvmti/
events.cc 596 jmethodID jmethod = art::jni::EncodeArtMethod(method); variable
600 RunEventCallback<ArtJvmtiEvent::kSingleStep>(event_handler_, self, jnienv, jmethod, location);
604 RunEventCallback<ArtJvmtiEvent::kBreakpoint>(event_handler_, self, jnienv, jmethod, location);
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1202 jmethodID jmethod = env->GetMethodID(jklass, local
    [all...]
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 

Completed in 100 milliseconds