OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodIDMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/java/
jni_helper.cc
41
typedef std::map<MethodIdentifier, jmethodID>
MethodIDMap
;
47
base::LazyInstance<
MethodIDMap
> g_method_id_map = LAZY_INSTANCE_INITIALIZER;
60
MethodIDMap
* map = g_method_id_map.Pointer();
68
MethodIDMap
::const_iterator iter = map->find(key);
91
std::pair<
MethodIDMap
::const_iterator, bool> result =
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
41
typedef DenseMap<void*, unsigned int>
MethodIDMap
;
44
MethodIDMap
MethodIDs;
183
MethodIDMap
::iterator I = MethodIDs.find(FnStart);
276
MethodIDMap
::iterator MI = MethodIDs.find(FnStart);
Completed in 49 milliseconds