Searched refs:method_id (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/base/android/jni_generator/ |
D | testCalledByNatives.golden | 43 jmethodID method_id = 61 method_id, nativeInfoBar, buttonOk, buttonCancel, title, icon); 74 jmethodID method_id = 91 method_id, nativeInfoBar, realm, account, args); 100 jmethodID method_id = 112 method_id); 124 jmethodID method_id = 141 method_id, view, realm, account, args); 151 jmethodID method_id = 165 method_id, url); [all …]
|
D | golden_sample_for_tests_jni.h | 96 jmethodID method_id = in Java_SampleForTests_javaMethod() local 111 method_id, foo, bar); in Java_SampleForTests_javaMethod() 120 jmethodID method_id = in Java_SampleForTests_staticJavaMethod() local 133 method_id); in Java_SampleForTests_staticJavaMethod() 143 jmethodID method_id = in Java_SampleForTests_packagePrivateJavaMethod() local 155 method_id); in Java_SampleForTests_packagePrivateJavaMethod() 165 jmethodID method_id = in Java_SampleForTests_methodThatThrowsException() local 177 method_id); in Java_SampleForTests_methodThatThrowsException() 188 jmethodID method_id = in Java_InnerStructA_create() local 204 method_id, l, i, s); in Java_InnerStructA_create() [all …]
|
D | testFromJavaP.golden | 39 jmethodID method_id = 49 method_id); 60 jmethodID method_id = 69 method_id); 80 jmethodID method_id = 89 method_id, p0); 100 jmethodID method_id = 110 method_id); 121 jmethodID method_id = 131 method_id); [all …]
|
D | testFromJavaPGenerics.golden | 39 jmethodID method_id = 48 method_id);
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 138 unsigned int method_id; member 152 unsigned int method_id; member 178 unsigned int method_id; member
|
D | jitprofiling.c | 174 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 212 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 233 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
|
D | IntelJITEventListener.cpp | 102 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat() 179 MethodIDs[FnStart] = FunctionMessage.method_id; in NotifyFunctionEmitted() 250 MethodIDs[(void*)Addr] = FunctionMessage.method_id; in NotifyObjectEmitted()
|
/external/chromium_org/v8/src/third_party/vtune/ |
D | jitprofiling.h | 177 unsigned int method_id; member 191 unsigned int method_id; member 217 unsigned int method_id; member
|
D | jitprofiling.cc | 209 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 244 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 262 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
|
D | vtune-jit.cc | 190 jmethod.method_id = iJIT_GetNewMethodID(); in event_handler()
|
/external/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 55 ReportedDebugFuncs[msg->method_id]; in NotifyEvent() 57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent() 68 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | IntelJITEventListenerTest.cpp | 38 ReportedDebugFuncs[msg->method_id]; in NotifyEvent() 45 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
|
/external/oprofile/agents/jvmpi/ |
D | jvmpi_oprofile.cpp | 63 cls.method_names[passed_methods->method_id] = in class_load() 65 cls.method_signatures[passed_methods->method_id] = in class_load() 85 jmethodID method = event->u.compiled_method_load.method_id; in compiled_method_load()
|