OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedLocalFrame
(Results
1 - 2
of
2
) sorted by null
/libnativehelper/include/nativehelper/
ScopedLocalFrame.h
22
class
ScopedLocalFrame
{
24
ScopedLocalFrame
(JNIEnv* env) : mEnv(env) {
28
~
ScopedLocalFrame
() {
36
ScopedLocalFrame
(const
ScopedLocalFrame
&);
37
void operator=(const
ScopedLocalFrame
&);
/libcore/luni/src/main/native/
Register.cpp
21
#include "
ScopedLocalFrame
.h"
33
ScopedLocalFrame
localFrame(env);
Completed in 163 milliseconds