/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | jitprofiling.h | 34 * jmethod.method_id = iJIT_GetNewMethodID(); 70 * unsigned int method_id = iJIT_GetNewMethodID(); 73 * a.method_id = method_id; 78 * b.method_id = method_id; 115 * // method_id parent_id 122 * a.method_id = 1000; 125 * b.method_id = 2000; 129 * c.method_id 295 unsigned int method_id; /**<\\brief Unique method ID. Cannot be 0. global() member 342 unsigned int method_id; /**<\\brief Unique method ID. Cannot be 0. global() member 394 unsigned int method_id; /**<\\brief Unique method ID. Cannot be 0. global() member 457 unsigned int method_id; /**<\\brief Unique method ID. Cannot be 0. global() member [all...] |
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | jitprofiling.c | 85 if (((piJIT_Method_Load)EventSpecificData)->method_id == 0) in iJIT_NotifyEvent() 90 if (((piJIT_Method_Load_V2)EventSpecificData)->method_id == 0) in iJIT_NotifyEvent() 95 if (((piJIT_Method_Load_V3)EventSpecificData)->method_id == 0) in iJIT_NotifyEvent() 100 if (((piJIT_Method_Inline_Load)EventSpecificData)->method_id == 0 || in iJIT_NotifyEvent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.h | 137 unsigned int method_id; member 151 unsigned int method_id; member 177 unsigned int method_id; member
|
H A D | jitprofiling.c | 173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent() 232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
|
H A D | IntelJITEventListener.cpp | 84 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat() 195 MethodIDs[(void*)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
H A D | main.cpp | 305 jmethodID method_id = java_env->GetMethodID(native_activity_clazz, "showSoftInput", "()V"); in ShowSoftKeyboardInput() 306 if (method_id == NULL) in ShowSoftKeyboardInput() 309 java_env->CallVoidMethod(g_App->activity->clazz, method_id); in ShowSoftKeyboardInput() 338 jmethodID method_id = java_env->GetMethodID(native_activity_clazz, "pollUnicodeChar", "()I"); in PollUnicodeChars() 339 if (method_id == NULL) in PollUnicodeChars() 345 while ((unicode_character = java_env->CallIntMethod(g_App->activity->clazz, method_id)) != 0) in PollUnicodeChars()
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | jitprofiling_bindings.rs | 23 #[doc = " - method_id identify the code to update."] 154 pub method_id: ::std::os::raw::c_uint, 197 unsafe { &(*(::std::ptr::null::<_iJIT_Method_Load>())).method_id as *const _ as usize }, in bindgen_test_layout__iJIT_Method_Load() 203 stringify!(method_id) in bindgen_test_layout__iJIT_Method_Load() 314 pub method_id: ::std::os::raw::c_uint, 360 unsafe { &(*(::std::ptr::null::<_iJIT_Method_Load_V2>())).method_id as *const _ as usize }, in bindgen_test_layout__iJIT_Method_Load_V2() 366 stringify!(method_id) in bindgen_test_layout__iJIT_Method_Load_V2() 486 pub method_id: ::std::os::raw::c_uint, 545 unsafe { &(*(::std::ptr::null::<_iJIT_Method_Load_V3>())).method_id as *const _ as usize }, in bindgen_test_layout__iJIT_Method_Load_V3() 551 stringify!(method_id) in bindgen_test_layout__iJIT_Method_Load_V3() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_tls_common.c | 151 u8 *id, *method_id; in eap_server_tls_derive_session_id() local 161 method_id = eap_server_tls_derive_key( in eap_server_tls_derive_session_id() 163 if (!method_id) { in eap_server_tls_derive_session_id() 168 os_memcpy(id + 1, method_id, 64); in eap_server_tls_derive_session_id() 169 os_free(method_id); in eap_server_tls_derive_session_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_tls_common.c | 151 u8 *id, *method_id; in eap_server_tls_derive_session_id() local 162 method_id = eap_server_tls_derive_key( in eap_server_tls_derive_session_id() 164 if (!method_id) { in eap_server_tls_derive_session_id() 169 os_memcpy(id + 1, method_id, 64); in eap_server_tls_derive_session_id() 170 os_free(method_id); in eap_server_tls_derive_session_id()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffjni.c | 339 jmethodID method_id = (*env)->GetMethodID(env, last_clazz, jfields_mapping[i].method, jfields_mapping[i].signature); in ff_jni_init_jfields() local 344 *(jmethodID*)((uint8_t*)jfields + jfields_mapping[i].offset) = method_id; in ff_jni_init_jfields() 348 jmethodID method_id = (*env)->GetStaticMethodID(env, last_clazz, jfields_mapping[i].method, jfields_mapping[i].signature); in ff_jni_init_jfields() local 353 *(jmethodID*)((uint8_t*)jfields + jfields_mapping[i].offset) = method_id; in ff_jni_init_jfields()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_tls_common.c | 415 u8 *id, *method_id; in eap_peer_tls_derive_session_id() local 426 method_id = eap_peer_tls_derive_key( in eap_peer_tls_derive_session_id() 428 if (!method_id) { in eap_peer_tls_derive_session_id() 433 os_memcpy(id + 1, method_id, 64); in eap_peer_tls_derive_session_id() 434 os_free(method_id); in eap_peer_tls_derive_session_id()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_tls_common.c | 423 u8 *id, *method_id; in eap_peer_tls_derive_session_id() local 434 method_id = eap_peer_tls_derive_key( in eap_peer_tls_derive_session_id() 436 if (!method_id) { in eap_peer_tls_derive_session_id() 441 os_memcpy(id + 1, method_id, 64); in eap_peer_tls_derive_session_id() 442 os_free(method_id); in eap_peer_tls_derive_session_id()
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtune-jit.cc | 194 jmethod.method_id = iJIT_GetNewMethodID(); in event_handler()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 96 event.method_id = iJIT_GetNewMethodID(); in notify_vtune()
|