Home
last modified time | relevance | path

Searched refs:methodID (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Djitprofiling.c262 static unsigned int methodID = 1; in iJIT_GetNewMethodID() local
264 if (methodID == 0) in iJIT_GetNewMethodID()
267 return methodID++; in iJIT_GetNewMethodID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c474 static unsigned int methodID = 0x100000; in iJIT_GetNewMethodID() local
476 if (methodID == 0) in iJIT_GetNewMethodID()
479 return methodID++; in iJIT_GetNewMethodID()
/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.cpp52 jmethodID methodID = jni->GetMethodID(clazz, "setRequestedOrientation", "(I)V"); in SetScreenOrientation() local
53 jni->CallVoidMethod(app->activity->clazz, methodID, orientation); in SetScreenOrientation()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp1169 static inline void GetMethodFull(UInt64 methodID, UInt32 numStreams, CMethodFull &m) in GetMethodFull() argument
1171 m.Id = methodID; in GetMethodFull()

Completed in 5 milliseconds