Searched refs:method_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h106 jmethodID method_id = local
121 method_id, as_jint(foo), as_jint(bar));
131 jmethodID method_id = local
144 method_id);
155 jmethodID method_id = local
167 method_id);
178 jmethodID method_id = local
190 method_id);
202 jmethodID method_id = local
218 method_id,
229 jmethodID method_id = local
253 jmethodID method_id = local
275 jmethodID method_id = local
299 jmethodID method_id = local
[all...]
/external/chromium_org/v8/src/third_party/vtune/
H A Djitprofiling.h177 unsigned int method_id; member in struct:_iJIT_Method_Id
191 unsigned int method_id; member in struct:_iJIT_Method_NIDS
217 unsigned int method_id; member in struct:_iJIT_Method_Load
H A Djitprofiling.cc209 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
244 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
262 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
H A Dvtune-jit.cc190 jmethod.method_id = iJIT_GetNewMethodID();
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h138 unsigned int method_id; member in struct:_iJIT_Method_Id
152 unsigned int method_id; member in struct:_iJIT_Method_NIDS
178 unsigned int method_id; member in struct:_iJIT_Method_Load
H A DIntelJITEventListener.cpp102 Result.method_id = Wrapper.iJIT_GetNewMethodID();
179 MethodIDs[FnStart] = FunctionMessage.method_id;
249 MethodIDs[(void*)Addr] = FunctionMessage.method_id;
H A Djitprofiling.c174 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
212 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 )
233 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 )
/external/llvm/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp38 ReportedDebugFuncs[msg->method_id];
45 ReportedDebugFuncs[msg->method_id].push_back(loc);
/external/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp54 ReportedDebugFuncs[msg->method_id];
56 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name
67 ReportedDebugFuncs[msg->method_id].push_back(loc);
/external/chromium_org/base/android/linker/
H A Dlinker_jni.cc113 // On success, return true and set |*method_id|.
118 jmethodID* method_id) {
119 *method_id = env->GetStaticMethodID(clazz, method_name, method_sig);
120 if (!*method_id) {
125 __FUNCTION__, *method_id, method_name);
391 jmethodID method_id; member in struct:__anon2184::JavaCallbackBindings_class
400 &method_id);
458 s_java_callback_bindings.clazz, s_java_callback_bindings.method_id, arg);
114 InitStaticMethodId(JNIEnv* env, jclass clazz, const char* method_name, const char* method_sig, jmethodID* method_id) argument
/external/oprofile/agents/jvmpi/
H A Djvmpi_oprofile.cpp63 cls.method_names[passed_methods->method_id] =
65 cls.method_signatures[passed_methods->method_id] =
85 jmethodID method = event->u.compiled_method_load.method_id;
/external/chromium_org/content/browser/android/java/
H A Dgin_java_method_invocation_helper_unittest.cc166 jmethodID method_id = local
168 EXPECT_TRUE(method_id);
173 method_id,

Completed in 484 milliseconds