OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldTrace
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/oo/
Object.h
570
bool
shouldTrace
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar
/dalvik/vm/
CheckJni.cpp
512
bool
shouldTrace
= false;
526
shouldTrace
= true;
531
shouldTrace
|= method->
shouldTrace
;
535
if (
shouldTrace
) {
[
all
...]
Jni.cpp
783
static bool
shouldTrace
(Method* method) {
807
method->
shouldTrace
=
shouldTrace
(method);
[
all
...]
Completed in 1344 milliseconds