OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_method
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc
145
bool
has_method
= (NULL != methods_[method_name]);
local
148
static_cast<void*>(this), method_name.c_str(),
has_method
));
149
return
has_method
;
/art/runtime/
check_jni.cc
166
explicit ScopedCheck(JavaVM* vm, bool
has_method
, const char* functionName)
169
Init(kFlag_Invocation, functionName,
has_method
);
663
// Set "
has_method
" to true if we have a valid thread with a method pointer.
666
void Init(int flags, const char* functionName, bool
has_method
) {
669
has_method_ =
has_method
;
[
all
...]
Completed in 1789 milliseconds